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 101718 - have web project types use new Ant Build script extensibility api
Summary: have web project types use new Ant Build script extensibility api
Status: RESOLVED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Web Project (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Radko Najman
URL:
Keywords:
Depends on:
Blocks: 93509 101710
  Show dependency tree
 
Reported: 2007-04-19 10:15 UTC by Milos Kleint
Modified: 2007-06-12 15:09 UTC (History)
2 users (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 Milos Kleint 2007-04-19 10:15:34 UTC
see #93509 for details on what build script extensibility is.

implement the spi part of the contract and include the AntBuildExtender in the
project's lookup for 3rd party extensions to use.

see j2se project for example.

If there are any non-core targets currently in your project type's
build-impl.xml, consider making them extensions as well. (like there is jaxws in
jseproject now)
Comment 1 Milan Kuchtiak 2007-05-02 10:52:01 UTC
Increasing priority to P2 (see issue 101710)
Comment 2 Petr Jiricka 2007-05-22 14:11:55 UTC
There is currently no plan to address this for NetBeans 6, changing to
ENHANCEMENT with target milestone 'future'.
Comment 3 Petr Jiricka 2007-06-11 17:07:15 UTC
Milan, isn't this currently fixed? Thanks.
Comment 4 Milan Kuchtiak 2007-06-12 15:09:31 UTC
Fixed.
See the issue 101710.