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 32592 - Fix location of generated jar files
Summary: Fix location of generated jar files
Status: RESOLVED FIXED
Alias: None
Product: nblocalization
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: Other Other
: P1 blocker (vote)
Assignee: issues@nblocalization
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-04-03 09:57 UTC by Michal Zlamal
Modified: 2003-04-03 10:01 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michal Zlamal 2003-04-03 09:57:07 UTC
The jar files are being generated to the directories according the jar file name. I changed the generation to generate them to directories coresponding the cvs modules and submodules.

i.e xml-core.jar was generated into nb/xml-core/netbeans... directory and it wil be generated into nb/xml/core/netbeans... directory.
Comment 1 Michal Zlamal 2003-04-03 10:01:56 UTC
Fixed in release35. I'll backport this also into trunk.