History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEADEV-2373
Type: New Feature New Feature
Status: Open Open
Priority: Major Major
Assignee: Nikolay Chashnikov
Reporter: Henning Andersen
Votes: 1
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
IDEA: Development

IDEA 5.0: Ant "after compilation" runs after J2EE EAR build

Created: 05 Sep 05 12:49   Updated: 10 Aug 07 12:06
Component/s: Compiling Project, Ant Integration, J2EE.Deployment and Run.Generic
Fix Version/s: None

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
Environment: Windows XP, IDEA integrated with JBoss using the JBoss plugin

Build: 3,461
Severity: Medium


 Description  « Hide
In IDEA 4.5, enabling "after compilation" on an ant target makes it run after compilation, but before a J2EE modules EAR file is built. This allows enhancing classes for JDO, building an extra jar to include etc.

In IDEA 5.0, the ant target runs after the J2EE build which makes little sense.



 All   Comments   Work Log   Change History      Sort Order:
Alexey Kudravtsev - 30 Jan 06 15:49
I think we won't change the sequence of tasks, since this can break other clients relying on the present execution order.
There are two suggestions I can think of:

Juan Carlos Estibariz - 30 Jan 06 19:33
What if you provide another option, like "before J2EE build", which would correspond to the old "after compilation"?