This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 29439

Summary: New JAR Recipes are created to the same folder
Product: obsolete Reporter: David Kaspar <dkaspar>
Component: jarpackagerAssignee: issues@obsolete <issues>
Status: RESOLVED WORKSFORME    
Severity: blocker Keywords: T9Y
Priority: P2    
Version: 3.x   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:
Bug Depends on: 29437, 29661    
Bug Blocks:    

Description David Kaspar 2002-12-10 16:11:28 UTC
How to reproduce:
1) Create JAR Recipe to some folder using "New..."
popup menu action on target folder
2) Create second JAR Recipe to another folder
using "New..." popup menu action on new target folder
3) ERROR - JAR Recipe is always generated into the
same folder as first JAR Recipe was created

This is problem in openide/wizards component but:

Setting P2 - because this bug significantly hurts
tests because:
In the NFT Wizard there is no possibility to
specify target location for JAR Recipe.

The only workaround is to generate JAR Recipe to
previous package and after that move it to to
desired package using Cut/Paste actions.
Comment 1 Jiri Rechtacek 2002-12-20 15:19:42 UTC
The bug 29437 (duplicate of 29661) was fixed in maintrunk. It should
solve this issue too. David, please try reproduce it and optionally
close as worksforme.
Comment 2 David Kaspar 2003-01-02 10:04:18 UTC
Verified #200301020100 - works for me