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

Summary: have web project types use new Ant Build script extensibility api
Product: javaee Reporter: Milos Kleint <mkleint>
Component: Web ProjectAssignee: Radko Najman <rnajman>
Status: RESOLVED FIXED    
Severity: blocker CC: mkuchtiak, pjiricka
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:
Bug Depends on:    
Bug Blocks: 93509, 101710    

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.