| Summary: | The *.jar.bin folder is included in the zip file | ||
|---|---|---|---|
| Product: | [Eclipse Project] PDE | Reporter: | Wassim Melhem <wassim.melhem> |
| Component: | Build | Assignee: | PDE-Core-Inbox <pde-core-inbox> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | 2.1 | ||
| Target Milestone: | 3.0 M2 | ||
| Hardware: | PC | ||
| OS: | Windows 2000 | ||
| Whiteboard: | |||
Fixed in 3_0_early_access branch. Checked |
Please consider for 3.0 M1 Using the latest pde.build from HEAD. 1. Create a "Hello, world" plug-in (com.example.abc) 2. Right-click on its plugin.xml and select 'Create Ant build file'. 3. Run the 'zip.plugin' target in the generated build.xml The com.example.abc_1.0.0.zip file created surprisingly contains the *.class files in addition to the expected files. The problem is that the *.jar.bin folder is not being deleted in the 'abc.jar' target. The 'abc.jar' target should end with the following statement: <delete dir="${temp.folder}/abc.jar.bin"/>