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 58202 - Need API to create j2se project programatically
Summary: Need API to create j2se project programatically
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Project (show other bugs)
Version: 4.x
Hardware: All All
: P2 blocker (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-22 01:31 UTC by Praveen Savur
Modified: 2014-07-01 12:01 UTC (History)
1 user (show)

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 Praveen Savur 2005-04-22 01:31:00 UTC
We need an API to programmatically generate a J2SE project. This should generate
the J2SE project, initialise build files, create the necessary folder src,test etc.,

Use case: After uml modelling, the uml module needs to generate code. In such
case it can use this API to generate a project and then generate code into the
necessary source roots.

 In the absence of such API, it is not feasibile to initialise the build files,
project.xml etc., with default values. 

 This API should be provided by all project types registered in the IDE and not
only J2SE project.

 
see also: http://www.netbeans.org/issues/show_bug.cgi?id=58133
Comment 1 Tomas Zezula 2014-07-01 12:01:45 UTC
There is already such a friend api - J2SEProjectBuilder