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 76990 - add a -post-deploy target
Summary: add a -post-deploy target
Status: NEW
Alias: None
Product: javaee
Classification: Unclassified
Component: EJB Project (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker with 1 vote (vote)
Assignee: David Konecny
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-28 01:56 UTC by Vince Kraemer
Modified: 2007-11-15 13:55 UTC (History)
1 user (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 Vince Kraemer 2006-05-28 01:56:53 UTC
Request from thread on nbusers

Many of the targets have a pre and post target, that folks can use to extend the
generic build processing steps.  There isn't a -pre-dist or a -post-dist in EJB
projects (or some of the other J2ee/Java EE project types)

It would be nice to have.
Comment 1 Vince Kraemer 2006-05-28 16:56:47 UTC
opps... I meant -pre-deploy and -post-deploy.  I reckon the -post-deploy should
fire after run-deploy. obviously...