Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 38342

Summary: The *.jar.bin folder is included in the zip file
Product: [Eclipse Project] PDE Reporter: Wassim Melhem <wassim.melhem>
Component: BuildAssignee: 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:

Description Wassim Melhem CLA 2003-06-02 15:05:45 EDT
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"/>
Comment 1 Pascal Rapicault CLA 2003-06-18 16:11:19 EDT
Fixed in 3_0_early_access branch.
Comment 2 Pascal Rapicault CLA 2003-07-02 16:10:52 EDT
Checked