Skip to main content



      Home
Home » Archived » Buckminster » Invoking ant script in another component
Invoking ant script in another component [message #814203] Tue, 06 March 2012 01:46 Go to next message
Eclipse UserFriend
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] Tue, 06 March 2012 22:02 Go to previous message
Eclipse UserFriend
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: Tue, 06 March 2012 22:09] by Moderator

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


Current Time: Wed Jul 23 17:17:50 EDT 2025

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

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

Back to the top