genkey verbose="true" terminates ant

2008-09-13 Thread Zsolt Koppany
Hi, with ant-1.7.0 if I use verbose="true" the ant process termintes. How can I fix that? Zsolt - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: How to get a list of sub-classes of a class?

2007-03-11 Thread Zsolt Koppany
Thank you Jacob, that is what we do today but this solution (?) is not reliable. Zsolt > -Original Message- > From: Jacob Kjome [mailto:[EMAIL PROTECTED] > Sent: Sunday, March 11, 2007 4:49 PM > To: Ant Users List > Subject: Re: How to get a list of sub-classes of a class? > > > Use co

How to get a list of sub-classes of a class?

2007-03-11 Thread Zsolt Koppany
Hi, I have this list of all classes. How can I filter them to get only a list of classes that extend junit.framework.TestCase? Zsolt Zsolt - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL P

RE: How to redirect the output of javac?

2005-05-29 Thread Zsolt Koppany
Thank you Dominique, but how can a logger access the standard output? Can I also do the with DefaultLogger? Zsolt >-Original Message- >From: Dominique Devienne [mailto:[EMAIL PROTECTED] >Sent: Sunday, May 29, 2005 12:36 AM >To: Ant Users List >Subject: Re: How to redirect the output of ja

RE: How to redirect the output of javac?

2005-05-27 Thread Zsolt Koppany
t: Saturday, May 28, 2005 12:48 AM >To: Ant Users List >Subject: Re: How to redirect the output of javac? > >> --- Ursprüngliche Nachricht --- >> Von: "Zsolt Koppany" <[EMAIL PROTECTED]> >> Datum: Fri, 27 May 2005 17:30:12 +0200 >> >> Hi, &g

How to redirect the output of javac?

2005-05-27 Thread Zsolt Koppany
Hi, We start ant from our application (in the same VM) and I would like to get the output of . The ant scripts cannot be modified. How can I do that? Zsolt - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

Setter method for task attribute "fs-type"?

2005-05-09 Thread Zsolt Koppany
Hi, What is the setter method of a task attribute "fs-type"? For example I would like to use: <... fs-type="old" ... /> Zsolt - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

How to refresh a property?

2004-03-05 Thread Zsolt Koppany
Hi, from a java Class (sub-class of Project) I call the target "px_file_history" from a for loop. How can I get the "file" attribute refreshed when I actualize the property "file_list"? Zsolt --

How to use ZipFile to extract a zip file (with umlauts) created by WinZip

2003-10-01 Thread Zsolt Koppany
Hi, I understand that the ZipFile consturctor supports encoding, however I could not figure out how to get the filenames that contain German umlauts correctly using ZipFile. Which encoding do I have to use? I have tried "ASCII", "Cp1252", "ISO-8859-1" but none of them worked. Zsolt -

RE: Very bad performance when I redirect the output of a command

2003-08-25 Thread Zsolt Koppany
inal Message- > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > > Sent: 25. august 2003 10:24 > > To: [EMAIL PROTECTED] > > Subject: RE: Very bad performance when I redirect the output of a > > command > > > > > > Can you try the same but w

How can I count the number of matching patters in a file?

2003-08-25 Thread Zsolt Koppany
Hi, how can I count the occurrences of a regular expression in a file with an ant task? Zsolt - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]