Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Buckminster » Invoking ant script in another component
Invoking ant script in another component [message #814203] Tue, 06 March 2012 06:46 Go to next message
Philip Bedingfield is currently offline Philip BedingfieldFriend
Messages: 43
Registered: August 2011
Member
Hi

What is the best way to invoke an ant script in another component while passing parameters to it from the calling component?
Re: Invoking ant script in another component [message #814940 is a reply to message #814203] Wed, 07 March 2012 03:02 Go to previous message
Philip Bedingfield is currently offline Philip BedingfieldFriend
Messages: 43
Registered: August 2011
Member
I was hoping to be able to do something like this ->

<public name="buckminster.prebind" actor="ant">
<actorProperties>
<property key="buildFile" value="antScriptFromAnotherComponent"/>
</actorProperties>
<prerequisites>
<attribute alias="antScriptFromAnotherComponent" name="idlBuilder" component="builder.support"/>
<attribute alias="idlSourcePath" name="idlSourcePath"/>
...

I've got it working by invoking a local ant script which then calls the builder ant script in the builder.support component. But thought there might be a neater solution.

[Updated on: Wed, 07 March 2012 03:09]

Report message to a moderator

Previous Topic:Buckminster 4.2 available for download
Next Topic:Good examples for using Buckminster?
Goto Forum:
  


Current Time: Fri Apr 26 23:31:39 GMT 2024

Powered by FUDForum. Page generated in 0.03884 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top