RE: How to build silently

2006-04-27 Thread BOUSQUET Jeremie
e- > From: Stefan Bodewig [mailto:[EMAIL PROTECTED] > Sent: jeudi 27 avril 2006 06:05 > To: user@ant.apache.org > Subject: Re: How to build silently > > On Wed, 26 Apr 2006, BOUSQUET Jeremie <[EMAIL PROTECTED]> > wrote: > > > I know default values can be a solutio

How to build silently

2006-04-26 Thread BOUSQUET Jeremie
Hello, I had some fun with task in my generic build process with ANT, to ask users for various things (labels, passwords ...). But now teams use more and more automation, and I could not find any way to easily make these silent ! I know default values can be a solution, but sometimes these d

[ANT 1.6.5] performance issue

2005-09-07 Thread BOUSQUET Jeremie
Hello, I had some performance issues using task, and I found following post from a person who had the same problem: http://marc.theaimsgroup.com/?t=11189202101&r=1&w=2 It seems problem is not just , but a strong slowdown of . As no one replied this post, I ask again: why this slowdown betw

RE: Match list of files agains fileset

2005-08-22 Thread BOUSQUET Jeremie
nal Message- > From: BOUSQUET Jeremie [mailto:[EMAIL PROTECTED] > Sent: lundi 22 août 2005 09:05 > To: Ant Users List > Subject: Match list of files agains fileset > > I reply to this message because my problem is quite similar > in reverse... > > I use th

Match list of files agains fileset

2005-08-22 Thread BOUSQUET Jeremie
I reply to this message because my problem is quite similar in reverse... I use the following to check that some dependencies listed in a file (relative paths) really exist in a real fileset. [ANT SCRIPT] [ANT SCRIPT] This, of course, does not do what was e

RE: encrypted passwords with ant

2005-08-17 Thread BOUSQUET Jeremie
descrambles them > > Regards > Ivan > > [1]http://ant.apache.org/resources.html > > --- BOUSQUET Jeremie <[EMAIL PROTECTED]> > wrote: > > > Another idea: don't store the password, ask user input when > you need > > it. Maybe not what you want ...

RE: encrypted passwords with ant

2005-08-17 Thread BOUSQUET Jeremie
Another idea: don't store the password, ask user input when you need it. Maybe not what you want ... Regards, Jeremie > -Original Message- > From: Petar Tahchiev [mailto:[EMAIL PROTECTED] > Sent: mercredi 17 août 2005 14:52 > To: Ant Users List > Subject: Re: encrypted passwords with an

RE: Is it possible to trigger a output log file while running a target?

2005-08-16 Thread BOUSQUET Jeremie
Hi, I think you can use the "echo" task with "file" attribute to write in a log file. Best regards Jeremie > -Original Message- > From: Leon Pu [mailto:[EMAIL PROTECTED] > Sent: mardi 16 août 2005 18:17 > To: user@ant.apache.org > Subject: Is it possible to trigger a output log file w

RE: SPLASH task

2005-08-11 Thread BOUSQUET Jeremie
Ok, I just found : it only works when I use the deprecated attributes useproxy, proxy and port on the splash task itself ... > -Original Message- > From: BOUSQUET Jeremie [mailto:[EMAIL PROTECTED] > Sent: jeudi 11 août 2005 14:44 > To: Ant Users List > Subject: SPLA

SPLASH task

2005-08-11 Thread BOUSQUET Jeremie
Hi, Ok this is not really important, but I would like to make this splash task work ... http://www.biwa.ne.jp/~jinno/hdks.gif"/> Proxy IP is correct, port is correct, URL is correct, the whole can be viewed with IE correctly with same config ... So what can be wrong ? thx Jé

RE: Building Applet Jars

2005-08-11 Thread BOUSQUET Jeremie
What's the difference between and the coming with ant ? Thanks Jeremie > -Original Message- > From: Yasseen, Omar [mailto:[EMAIL PROTECTED] > Sent: jeudi 11 août 2005 12:10 > To: Ant Users List > Subject: RE: Building Applet Jars > > > Thanks Jan, I'll try it out and tell you of the

RE: [ANT 1.6.5] junitreport task using taskdef

2005-08-08 Thread BOUSQUET Jeremie
remie > -Original Message- > From: BOUSQUET Jeremie [mailto:[EMAIL PROTECTED] > Sent: lundi 8 août 2005 16:57 > To: user@ant.apache.org > Subject: [ANT 1.6.5] junitreport task using taskdef > > Hello, > > Following this article: > http://ant.apache.org/faq.html#de

[ANT 1.6.5] junitreport task using taskdef

2005-08-08 Thread BOUSQUET Jeremie
Hello, Following this article: http://ant.apache.org/faq.html#delegating-classloader-1.6 ... I removed ant-junit.jar from ANT_HOME/lib, and taskdefed junit task as follow, which worked very well : By the way I'm using