See: Description
| Package | Description |
|---|---|
| org.netbeans.api.project.ant | |
| org.netbeans.spi.project.support.ant.ui |
Package containing classes supporting development of UI for Ant-based
projects.
|
AntProjectUI
Mostly an SPI for creating project types centered around the Ant build tool.
Permits Ant-based project types to be registered and supplies various support
implementations to help satisfy the contract of Project and
various optional interfaces.
The following classes were moved from org.netbeans.modules.project.ant into the org.netbeans.modules.project.ant.ui module:
Mostly an SPI for use by project type providers to create the project type. Also includes a small API/SPI for other projects to find what Ant build steps are necessary to create a certain build product, for use in inter-project dependencies.
Ant project support faq:You basicaly need to do two things. First create the representation of the project properties which can be used in the GUI. Second at some time convert the objects back to the ANT properties form and store them into the project.
|
|
|
The sources for the module are in the NetBeans Mercurial repositories.
Read more about the implementation in the answers to architecture questions.
Built on September 30 2016. | Portions Copyright 1997-2016 Oracle. All rights reserved.