Re: AntForm question

2006-11-30 Thread Patrick Martin
screen but you're not able to > > declare your own recipient,subject, body > > as those properties are already set. > > > > my env here = ant 1.6.5, jdk1.4.2_05,Win2k > > > > Regards, Gilbert > > > > -Original Message- > > From: Rebh

Re: AntForm question

2006-11-30 Thread Hans Schwaebli
butes. > > > > so no need for the extra condition > > > > the script works as it should, showing only > > the main screen but you're not able to > > declare your own recipient,subject, body > > as those properties are already set.

Re: AntForm question

2006-11-29 Thread Patrick Martin
e already set. > > my env here = ant 1.6.5, jdk1.4.2_05,Win2k > > Regards, Gilbert > > -Original Message- > From: Rebhan, Gilbert [mailto:[EMAIL PROTECTED] > Sent: Wednesday, November 29, 2006 11:53 AM > To: Ant Users List > Subject: RE: AntForm question > &g

RE: AntForm question

2006-11-29 Thread Hans Schwaebli
ilbert > > -Original Message- > From: Rebhan, Gilbert [mailto:[EMAIL PROTECTED] > Sent: Wednesday, November 29, 2006 11:53 AM > To: Ant Users List > Subject: RE: AntForm question > > > Hi, > > use a condition to check whether those props are already set = &g

RE: AntForm question

2006-11-29 Thread Patrick Martin
ose properties are already set. > > my env here = ant 1.6.5, jdk1.4.2_05,Win2k > > Regards, Gilbert > > -Original Message- > From: Rebhan, Gilbert [mailto:[EMAIL PROTECTED] > Sent: Wednesday, November 29, 2006 11:53 AM > To: Ant Users List > Subject: RE: AntForm question >

RE: AntForm question

2006-11-29 Thread Hans Schwaebli
dnesday, November 29, 2006 11:53 AM To: Ant Users List Subject: RE: AntForm question Hi, use a condition to check whether those props are already set = and in the target where AntForm comes in use unless = ... so the target useAntForm is only executed if those props are not alre

RE: AntForm question

2006-11-29 Thread Patrick Martin
Hello, Yes, that's the way to go. Antform allows to modify properties. The fact that it shows up when the properties are set is normal. Basically, the usual steps are: 1. You set *default* values for your properties (p1 and p2 for example) 2. You open the antform. Values in the antform are the o

RE: AntForm question

2006-11-29 Thread Rebhan, Gilbert
t. my env here = ant 1.6.5, jdk1.4.2_05,Win2k Regards, Gilbert -Original Message- From: Rebhan, Gilbert [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 29, 2006 11:53 AM To: Ant Users List Subject: RE: AntForm question Hi, use a condition to check whether those props are a

RE: AntForm question

2006-11-29 Thread Rebhan, Gilbert
Hi, use a condition to check whether those props are already set = and in the target where AntForm comes in use unless = ... so the target useAntForm is only executed if those props are not already set. Regards, Gilbert -Original Me