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 - have j2ee project types use new Ant Build script extensibility api
Summary: have j2ee project types use new Ant Build script extensibility api
Status: RESOLVED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: EAR (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Tomas Mysik
URL:
Keywords:
Depends on:
Blocks: 93509 101710
  Show dependency tree
 
Reported: 2007-04-19 10:12 UTC by Milos Kleint
Modified: 2007-06-12 15:07 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: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.