RE: setting env variable in ant script

2005-10-28 Thread Rebhan, Gilbert
M To: user@ant.apache.org Subject: AW: setting env variable in ant script Use the command attribute of . Jan >-Ursprüngliche Nachricht- >Von: Rebhan, Gilbert [mailto:[EMAIL PROTECTED] >Gesendet: Freitag, 28. Oktober 2005 12:14 >An: user@ant.apache.org >Betreff: setting env varia

AW: setting env variable in ant script

2005-10-28 Thread Jan.Materne
Use the command attribute of . Jan >-Ursprüngliche Nachricht- >Von: Rebhan, Gilbert [mailto:[EMAIL PROTECTED] >Gesendet: Freitag, 28. Oktober 2005 12:14 >An: user@ant.apache.org >Betreff: setting env variable in ant script > > >Hi, > >normally i run my sc

setting env variable in ant script

2005-10-28 Thread Rebhan, Gilbert
Hi, normally i run my scripts via batfile and do a set PATH=%PATH%;c:\cvnst now i have to run the same script on another machine, where my ant script is called from java and ant-launcher. Problem = cvsnt isn't on path so script gets cvs error=2 Question = how to set an env variable in my ants