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 101716

Summary: have j2ee project types use new Ant Build script extensibility api
Product: javaee Reporter: Milos Kleint <mkleint>
Component: EARAssignee: Tomas Mysik <tmysik>
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:12:22 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)

should be done for ear, ejb and any other j2ee project types..
Comment 1 Milan Kuchtiak 2007-05-02 10:52:55 UTC
Increasing priority to P2 (see issue 101710)
Comment 2 Petr Jiricka 2007-05-22 14:12:52 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:04:41 UTC
Hi Milan, isn't this actually fixed? Thanks.
Comment 4 Milan Kuchtiak 2007-06-12 15:07:05 UTC
Yes, it is done.
See the issue 101710.