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 127076 - Shared Java Platform
Summary: Shared Java Platform
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Platform (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker with 1 vote (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-10 15:28 UTC by motobud
Modified: 2011-08-31 14:07 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 motobud 2008-02-10 15:28:53 UTC
I work in a team environment, therefore our source code, compiler, and ant program under version control.  I would like
to setup a Netbeans project so that the Netbeans IDE will compile the project using the compiler and ant program under
version control.  Currently the information for which JDK compiler to use is stored in
${HOME}/.netbeans/6.0/build.properties.  

Is it possible to store the compiler and ant program paths in the project file so that a new team member will only have
to install Netbeans and open the project without having to setup the Java Platform or the path to the Ant program?.