RE: jar task: update and service

2009-04-15 Thread Kúti Zsolt
Thanks, Peter! Zsolt -Original Message- From: Peter Reilly [mailto:peter.kitt.rei...@gmail.com] Sent: Wednesday, April 15, 2009 3:21 PM To: Ant Users List Subject: Re: jar task: update and service The code for jar does not currently check if there are differences between the

RE: jar task: update and service

2009-04-15 Thread Kúti Zsolt
Hello Peter, Could you find something? Thanks! Zsolt -Original Message- From: Peter Reilly [mailto:peter.kitt.rei...@gmail.com] Sent: Friday, April 03, 2009 7:04 PM To: Ant Users List Subject: Re: jar task: update and service That does sound like a bug. I will look into it. Peter

RE: jar task: update and service

2009-04-05 Thread Kúti Zsolt
what you do -- Jürgen Knuplesch -Ursprüngliche Nachricht- Von: Kúti Zsolt [mailto:kuti.zs...@prolan.hu] Gesendet: Freitag, 3. April 2009 15:18 An: user@ant.apache.org Betreff: jar task: update and service Hi, Accomplishing a jar task, I want to update my jar with a service element

RE: jar task: update and service

2009-04-05 Thread Kúti Zsolt
Thank you very much! Zsolt -Original Message- From: Peter Reilly [mailto:peter.kitt.rei...@gmail.com] Sent: Friday, April 03, 2009 7:04 PM To: Ant Users List Subject: Re: jar task: update and service That does sound like a bug. I will look into it. Peter 2009/4/3 Kúti Zsolt : >

jar task: update and service

2009-04-03 Thread Kúti Zsolt
Hi, Accomplishing a jar task, I want to update my jar with a service element. Service entry does appear on first creation of the jar, but update attribute of the jar task does not seem to work. Can anybody confirm this? Is it a feature or a bug? Thanks! Zsolt

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 cla

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

Need a better solution to redirect PumpStreamHandler.outputStream to a BufferedReader

2006-08-23 Thread Zsolt
Hi, I have written this class to redirect PumpStreamHandler.outputStream to a Reader and splitting the stream into lines. I don't like my solution very much. Any ideas for a better implementation? outputStream = new OutputStreamConsumer(consumer, this.getCharsetName()); PumpStreamHandler handler

How to remove tasks (commands)?

2006-03-31 Thread Zsolt
t; can execute "exec" but user "b" not. How can I do that? Zsolt - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

How to start ant to use the webapps classpath from tomcat?

2006-01-03 Thread Zsolt
my webapps. How can I get ant to use the correct path? Zsolt - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED

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 redirec

RE: How to redirect the output of javac?

2005-05-27 Thread Zsolt Koppany
I have already a listener but it doesn't get the output of javac. I don't start javac as on external task (I use I think that the problem is the javac writes its output to System.out. Zsolt >-Original Message- >From: Antoine Levy-Lambert [mailto:[EMAIL PROTECTED] >Sen

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"?

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" b

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

2003-08-25 Thread Zsolt Koppany
Dominique, that was, with 1.6 I don't have the problem any more. Thank you! Zsolt On Mon, 2003-08-25 at 17:00, Dominique Devienne wrote: > Zsolt, could you try with Ant CVS HEAD? > > Conor indicated that he removed there a 5 or 6ms pause in between each 128 > bytes rea

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]