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 47904 - [40cat] The GUI project UI needs an argument configuration for each build tools.
Summary: [40cat] The GUI project UI needs an argument configuration for each build tools.
Status: CLOSED DUPLICATE of bug 46995
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Infrastructure (show other bugs)
Version: 4.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-25 12:46 UTC by lleland
Modified: 2006-03-24 10:01 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description lleland 2004-08-25 12:46:25 UTC
[ JDK VERSION : J2SE 1.5.0 ]

There is currently no way to specify extra arguments for any build tool, like the compiler, through the project UI. For example: We cannot configure a compilation with the -Xlint argument.

We need an argument configuration in the project properties for each of the build tools: compiler for source, compiler for tests, jar, and javadoc. This will allow us to use new arguments (like -Xlint) or implementer specific arguments.
Comment 1 Jesse Glick 2004-08-25 19:28:55 UTC
Compiler args: see issue #46995. Unstructured args for other tools may
be considered on a case-by-case basis acc. to the ability of Ant to
handle them, but probably not for 4.0; all such cases can be handled
by a simple override in build.xml, but not through the GUI.

*** This issue has been marked as a duplicate of 46995 ***
Comment 2 Marian Mirilovic 2005-07-12 10:13:53 UTC
closed