Re: AW: How To Jail Ant Script by Options

2006-10-12 Thread Alexandre CABROL PERALES
directly the Ant main class ? Regards, Antoine Alexandre CABROL PERALES wrote: Hi everybody. I use cruise control over Ant. And i've many projects managed by cruise control on different folders. How can i avoid that build.xml script can access to upper folder by an ant option. I cant

Re: How To Jail Ant Script by Options

2006-10-12 Thread Alexandre CABROL PERALES
parameters put in the ANT_OPTS environment variable are used when ant starts from the command line with the supplied ant.bat or ant scripts. I do not know how to do this with CruiseControl, maybe CruiseControl invokes directly the Ant main class ? Regards, Antoine Alexandre CABROL PERALES wrote: Hi

How To Jail Ant Script by Options

2006-10-11 Thread Alexandre CABROL PERALES
Hi everybody. I use cruise control over Ant. And i've many projects managed by cruise control on different folders. How can i avoid that build.xml script can access to upper folder by an ant option. I cant lock build.xml content so i need to jail each script execution in it folder. Could you