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

Bug 178882

Summary: [JarProcessor] FileNotFoundException with jarprocessor.exclude.children.pack
Product: [Eclipse Project] Platform Reporter: Andrew Niefer <aniefer>
Component: Update (deprecated - use Eclipse>Equinox>p2)Assignee: Platform-Update-Inbox <platform-update-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 3.3   
Target Milestone: 3.3 M7   
Hardware: PC   
OS: Windows XP   
Whiteboard:
Bug Depends on:    
Bug Blocks: 172935, 178886, 179134    

Description Andrew Niefer CLA 2007-03-22 15:59:46 EDT
Packing jars jars that have nested jars that contain an eclipse.inf with
jarprocessor.exclude.children.pack will result in FileNotFoundException.

java.io.FileNotFoundException: .\temp.pde.jar\lib\pdebuild-ant.jar.pack.gz (The system cannot find the file specified.)
	at java.io.FileInputStream.open(Native Method)
	at java.io.FileInputStream.<init>(FileInputStream.java:137)
	at org.eclipse.update.internal.jarprocessor.JarProcessor.recreateJar(JarProcessor.java:126)
	at org.eclipse.update.internal.jarprocessor.JarProcessor.processJar(JarProcessor.java:319)
	at org.eclipse.update.internal.jarprocessor.JarProcessor.process(JarProcessor.java:96)
	at org.eclipse.update.internal.jarprocessor.Main.runJarProcessor(Main.java:168)
Comment 1 Andrew Niefer CLA 2007-03-27 10:16:49 EDT
This bug is starting to overlap with 172935
Comment 2 Andrew Niefer CLA 2007-04-04 12:59:39 EDT
fixed in HEAD