AW: Setting environment variables

2010-02-24 Thread Jan.Materne
Option 4: create a batch file that calls your 'setenv' and then the dmake. Call this from Ant call setenv.bat call dmake ... Jan >-Ursprüngliche Nachricht- >Von: Rez P [mailto:pon...@hotmail.com] >Gesendet: Mittwoch, 24. Februar 2010 20:02 >An: Ant

Basic question re Antform and conditional execution of tasks

2010-02-24 Thread Rhino
I was reasonably comfortable with Ant a few years ago but haven't touched it in quite a while so I need a bit of a refresher. I've tried looking in the manua but it always seems to answer only part of the question so I thought I'd try here. Among the things that my Ant script needs to do is wr

Re: Ant , maven , antrun , ddlutils

2010-02-24 Thread reno . rkcrew
venkat, you don't need to send us 3 same mails, only one is needed :-) did you try to build the modules separately ?? i mean: did you try an "mvn [test | package | install | goal specified in the ant-run-plugin] on Lean, Applications, ... ??? why launching the command as sudoer ?? i hope that i

Ant

2010-02-24 Thread venkatRAM
Hello everyone First impressions of the post might be that its not an ant related issue but I am not sure so please bear with me and read along. I am trying to use ddlutils with maven. No ready ddlutils plugin available for maven. So I am working with ant-run plugin. When I run the maven pom file

RE: Exec Connection Not Closing

2010-02-24 Thread Barry Pape
Antoine, Thanks for looking at my issue and for all the advice you've given me. It appears that we have resolved this issue by adding the -n switch to the exec command: As far as how we have this setup, this task resides in the CruiseControl build.xml

RE: Setting environment variables

2010-02-24 Thread Rez P
When your batch file is invoked all variables declared by the set command will not get passed to the 2nd instance of the dos/command window. You have to play around with command /c to get this to work. Other alternatives: Option 1: If you're on a Windows machine, declare all the variable

Setting environment variables

2010-02-24 Thread Knuplesch, Juergen
Hello, I want to run a dmake using ANT to compile some C-Source. There is a Batchfile that sets up some compiler environment variables. Now I want to run this Batchfile and then execute a dmake that uses these environment variables. Is it possible to get the environmet variables "inside" ANT? H

AW: AW: Variables available to Beanshell scripts within Ant

2010-02-24 Thread Jan.Materne
Sometimes the most obvious is the strongest secret ;-) Jan >-Ursprüngliche Nachricht- >Von: Scot P. Floess [mailto:sflo...@nc.rr.com] >Gesendet: Mittwoch, 24. Februar 2010 13:37 >An: Ant Users List >Betreff: Re: AW: Variables available to Beanshell scripts within Ant > > >Jan: > >I feel

ANNOUNCEMENT: Flaka 1.01 released

2010-02-24 Thread wolfgang haefelinger
February 24th, 2010 - The Flaka project is pleased to announce the release of Flaka 1.01, the first release of Flaka. Flaka is an extension for Ant. A main project goal of Flaka is the simplification of writing a build script. Flaka provides: 1. an expression language (Java Unified Expression Lan

Re: AW: Variables available to Beanshell scripts within Ant

2010-02-24 Thread Scot P. Floess
Jan: I feel like a complete idiot... I glanced over this fairly quickly yesterday and didn't read the whole document. Good grief. Now I know where I figured out the project variable. Thanks so much for the reponse! Flossy On Wed, 24 Feb 2010, jan.mate...@rzf.fin-nrw.de wrote: From the