[jboss-jira] [JBoss JIRA] Updated: (JBBUILD-537) Improved target dependency tree
Paul Gier (JIRA)
jira-events at lists.jboss.org
Fri Jul 24 15:51:29 EDT 2009
[ https://jira.jboss.org/jira/browse/JBBUILD-537?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Paul Gier updated JBBUILD-537:
------------------------------
Summary: Improved target dependency tree (was: Use target dependencies instead of antcall to avoid duplicate target invocations)
Description:
There are still a lot of tasks that are outside of any target. Eventually, all tasks should be in targets.
There are a lot of <antcall> in the testsuite. Each antcall creates a new ant project instance and invokes all the dependencies of the invoked target. This causes certain initialization targets to be run several times. Possibly this could be improved using either standard target dependencies, or using something like <runltarget> from the antcontrib tasks.
was:There are currently a lot of <antcall> in the testsuite. Each antcall creates a new ant project instance and invokes all the dependencies of the invoked target. Possibly this could be improved using either standard target dependencies, or using something like <calltarget> from the antcontrib tasks.
> Improved target dependency tree
> -------------------------------
>
> Key: JBBUILD-537
> URL: https://jira.jboss.org/jira/browse/JBBUILD-537
> Project: JBoss Build System
> Issue Type: Sub-task
> Reporter: Paul Gier
> Assignee: Paul Gier
> Fix For: Maven Build - App Server (Phase 3)
>
>
> There are still a lot of tasks that are outside of any target. Eventually, all tasks should be in targets.
> There are a lot of <antcall> in the testsuite. Each antcall creates a new ant project instance and invokes all the dependencies of the invoked target. This causes certain initialization targets to be run several times. Possibly this could be improved using either standard target dependencies, or using something like <runltarget> from the antcontrib tasks.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list