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 46713 - Need support for subprojects in freeform project
Summary: Need support for subprojects in freeform project
Status: CLOSED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Ant (show other bugs)
Version: 4.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on:
Blocks: 42682
  Show dependency tree
 
Reported: 2004-07-28 16:39 UTC by Jesse Glick
Modified: 2006-03-24 10:12 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 Jesse Glick 2004-07-28 16:39:58 UTC
Listed by path.
Comment 1 Jesse Glick 2004-08-10 00:57:13 UTC
Implemented with unit test. Schema already permitted it.
Comment 2 Jesse Glick 2004-08-10 03:00:02 UTC
committed   * Up-To-Date  1.2        
ant/freeform/eg/extsrcroot/proj/nbproject/project.xml
committed   * Up-To-Date  1.25       
ant/freeform/src/org/netbeans/modules/ant/freeform/FreeformProject.java
added       * Up-To-Date  1.1        
ant/freeform/src/org/netbeans/modules/ant/freeform/Subprojects.java
committed   * Up-To-Date  1.14       
ant/freeform/test/unit/src/org/netbeans/modules/ant/freeform/FreeformProjectTest.java
added       * Up-To-Date  1.1        
ant/freeform/test/unit/src/org/netbeans/modules/ant/freeform/SubprojectsTest.java
Comment 3 Marian Mirilovic 2005-07-14 16:00:53 UTC
verified