|
View:
New views
5 Messages
—
Rating Filter:
Alert me
|
|
|
[gant-scm] [jira] Created: (GANT-110) Add 'inheritAll' attribute to gant ant task.
by JIRA jira@codehaus.org
::
Rate this Message:
Reply (Restricted by the Administrator) | Reply to Author | View Threaded | Show Only this Message Add 'inheritAll' attribute to gant ant task.
-------------------------------------------- Key: GANT-110 URL: http://jira.codehaus.org/browse/GANT-110 Project: Gant Issue Type: Improvement Components: Ant Tasks Affects Versions: 1.8.0 Reporter: Eric Van Dewoestine Fix For: 1.9.0 Attachments: gant_ant_inheritAll.diff In ant both the <ant> and <antcall> tasks support an 'inheritAll' attribute which specifies whether or not the properties of the current project environment should be included in the sub-project created when invoking these tasks. The attached patch provides support for this feature to gant's ant task which, when inheritAll is enabled, allows the invoked gant script to utilize ant properties defined in the parent ant project. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira <hr/> <p> To unsubscribe from this list please visit: </p> <p> <a href="http://xircles.codehaus.org/manage_email">http://xircles.codehaus.org/manage_email</a> |
|
|
[gant-scm] [jira] Commented: (GANT-110) Add 'inheritAll' attribute to gant ant task.
by JIRA jira@codehaus.org
::
Rate this Message:
Reply (Restricted by the Administrator) | Reply to Author | View Threaded | Show Only this Message [ http://jira.codehaus.org/browse/GANT-110?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=197618#action_197618 ] Flavio Coutinho da Costa commented on GANT-110: ----------------------------------------------- Feels like a missing feature. > Add 'inheritAll' attribute to gant ant task. > -------------------------------------------- > > Key: GANT-110 > URL: http://jira.codehaus.org/browse/GANT-110 > Project: Gant > Issue Type: Improvement > Components: Ant Tasks > Affects Versions: 1.8.0 > Reporter: Eric Van Dewoestine > Fix For: 1.9.0 > > Attachments: gant_ant_inheritAll.diff > > > In ant both the <ant> and <antcall> tasks support an 'inheritAll' attribute which specifies whether or not the properties of the current project environment should be included in the sub-project created when invoking these tasks. The attached patch provides support for this feature to gant's ant task which, when inheritAll is enabled, allows the invoked gant script to utilize ant properties defined in the parent ant project. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira <hr/> <p> To unsubscribe from this list please visit: </p> <p> <a href="http://xircles.codehaus.org/manage_email">http://xircles.codehaus.org/manage_email</a> |
|
|
[gant-scm] [jira] Resolved: (GANT-110) Add 'inheritAll' attribute to gant ant task.
by JIRA jira@codehaus.org
::
Rate this Message:
Reply (Restricted by the Administrator) | Reply to Author | View Threaded | Show Only this Message [ http://jira.codehaus.org/browse/GANT-110?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Russel Winder resolved GANT-110. -------------------------------- Resolution: Fixed A variant of the patch supplied has been applied. The Bazaar branches of the mainline source are up to date but the snapshot builds at Codehaus have yet to be updated. > Add 'inheritAll' attribute to gant ant task. > -------------------------------------------- > > Key: GANT-110 > URL: http://jira.codehaus.org/browse/GANT-110 > Project: Gant > Issue Type: Improvement > Components: Ant Tasks > Affects Versions: 1.8.0 > Reporter: Eric Van Dewoestine > Fix For: 1.9.0 > > Attachments: gant_ant_inheritAll.diff > > > In ant both the <ant> and <antcall> tasks support an 'inheritAll' attribute which specifies whether or not the properties of the current project environment should be included in the sub-project created when invoking these tasks. The attached patch provides support for this feature to gant's ant task which, when inheritAll is enabled, allows the invoked gant script to utilize ant properties defined in the parent ant project. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira <hr/> <p> To unsubscribe from this list please visit: </p> <p> <a href="http://xircles.codehaus.org/manage_email">http://xircles.codehaus.org/manage_email</a> |
|
|
[gant-scm] [jira] Assigned: (GANT-110) Add 'inheritAll' attribute to gant ant task.
by JIRA jira@codehaus.org
::
Rate this Message:
Reply (Restricted by the Administrator) | Reply to Author | View Threaded | Show Only this Message [ http://jira.codehaus.org/browse/GANT-110?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Russel Winder reassigned GANT-110: ---------------------------------- Assignee: Russel Winder > Add 'inheritAll' attribute to gant ant task. > -------------------------------------------- > > Key: GANT-110 > URL: http://jira.codehaus.org/browse/GANT-110 > Project: Gant > Issue Type: Improvement > Components: Ant Tasks > Affects Versions: 1.8.0 > Reporter: Eric Van Dewoestine > Assignee: Russel Winder > Fix For: 1.9.0 > > Attachments: gant_ant_inheritAll.diff > > > In ant both the <ant> and <antcall> tasks support an 'inheritAll' attribute which specifies whether or not the properties of the current project environment should be included in the sub-project created when invoking these tasks. The attached patch provides support for this feature to gant's ant task which, when inheritAll is enabled, allows the invoked gant script to utilize ant properties defined in the parent ant project. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira <hr/> <p> To unsubscribe from this list please visit: </p> <p> <a href="http://xircles.codehaus.org/manage_email">http://xircles.codehaus.org/manage_email</a> |
|
|
[gant-scm] [jira] Commented: (GANT-110) Add 'inheritAll' attribute to gant ant task.
by JIRA jira@codehaus.org
::
Rate this Message:
Reply (Restricted by the Administrator) | Reply to Author | View Threaded | Show Only this Message [ http://jira.codehaus.org/browse/GANT-110?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=197798#action_197798 ] Russel Winder commented on GANT-110: ------------------------------------ I uploaded 1.9.0-SNAPSHOT distributions to the Gant Codehaus distributions store and artefacts to the Codehaus Maven snapshot repository last evening, so this should all now be testable without having to build Gant yourself. Hopefully it all works for people as expected. > Add 'inheritAll' attribute to gant ant task. > -------------------------------------------- > > Key: GANT-110 > URL: http://jira.codehaus.org/browse/GANT-110 > Project: Gant > Issue Type: Improvement > Components: Ant Tasks > Affects Versions: 1.8.0 > Reporter: Eric Van Dewoestine > Assignee: Russel Winder > Fix For: 1.9.0 > > Attachments: gant_ant_inheritAll.diff > > > In ant both the <ant> and <antcall> tasks support an 'inheritAll' attribute which specifies whether or not the properties of the current project environment should be included in the sub-project created when invoking these tasks. The attached patch provides support for this feature to gant's ant task which, when inheritAll is enabled, allows the invoked gant script to utilize ant properties defined in the parent ant project. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira <hr/> <p> To unsubscribe from this list please visit: </p> <p> <a href="http://xircles.codehaus.org/manage_email">http://xircles.codehaus.org/manage_email</a> |
| Free embeddable forum powered by Nabble | Forum Help |