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 164115 - Wrong jar name when copying a project
Summary: Wrong jar name when copying a project
Status: RESOLVED WONTFIX
Alias: None
Product: projects
Classification: Unclassified
Component: Ant Project (show other bugs)
Version: 5.x
Hardware: All All
: P4 blocker (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-29 20:34 UTC by fxabreu
Modified: 2016-07-07 08:37 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description fxabreu 2009-04-29 20:34:22 UTC
Example:
ProjectFoo when copied to a new project called ProjectBar still produces ProjectFoo.jar when building the jars.
Found in the line 24 in the project.properties in netbeans:

23: jar.compress=false
24: jar.name=ProjectFoo.jar
25: javac.classpath=\
Comment 1 Milan Kubec 2009-05-04 09:58:57 UTC
Renaming project doesn't rename final jar file. It might be considered as low priority RFE.
Comment 2 Martin Balin 2016-07-07 08:37:05 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss