Re: Updated Apache Ant listing in the EOS Directory

2007-11-06 Thread [EMAIL PROTECTED]
It's sometimes hard to know where to start when trying to contact a open source project for non-development issues. Thanks very much for your suggestions and advice! Ryck Lent -- Community Manager EOS Directory -- www.eosdirectory.org [EMAIL PROTECTED] - Original Message -

Bug 9840

2005-08-30 Thread [EMAIL PROTECTED]
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: using jar element with includesfile

2004-11-12 Thread [EMAIL PROTECTED]
it works thank a lot!!! -- Initial Header --- >From : "Stefan Bodewig" [EMAIL PROTECTED] To : [EMAIL PROTECTED] Cc : Date : Fri, 12 Nov 2004 11:20:41 +0100 Subject : Re: using jar element with includesfile > On Fri, 12 Nov 2004, &

using jar element with includesfile

2004-11-12 Thread [EMAIL PROTECTED]
class Libero ADSL: navighi gratis a 1.2 Mega, senza canone e costi di attivazione. Abbonati subito su http://www.libero.it - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

Re: getting files name by a text file and doing a jar

2004-11-11 Thread [EMAIL PROTECTED]
i'm working on windos NT .It does not recognize "/" It does not work.If I add E: (the volume where all the file paths starts)does not work as well Help -- Initial Header --- >From : "Phil Weighill-Smith" [EMAIL PROTECTED] To :

Re: getting files name by a text file and doing a jar

2004-11-11 Thread [EMAIL PROTECTED]
sorry I'm not sure to understand you a line like that is not what u mean? Could you write me the xml line please Regards -- Initial Header --- >From : "Phil Weighill-Smith" [EMAIL PROTECTED] To : "Ant Developers List" [EMAIL P

Re: getting files name by a text file and doing a jar

2004-11-11 Thread [EMAIL PROTECTED]
-- Initial Header --- >From : "Phil Weighill-Smith" [EMAIL PROTECTED] To : "Ant Developers List&quo

Re: getting files name by a text file and doing a jar

2004-11-11 Thread [EMAIL PROTECTED]
mmm sounds good. You mean includesfile attribute is the name of the file containing all the files name to jar.I 'll try! Regards -- Initial Header --- >From : "Phil Weighill-Smith" [EMAIL PROTECTED] To : "Ant Developers List" [EMAIL P

getting files name by a text file and doing a jar

2004-11-11 Thread [EMAIL PROTECTED]
vanni Libero ADSL: navighi gratis a 1.2 Mega, senza canone e costi di attivazione. Abbonati subito su http://www.libero.it - To unsubscribe, e-mail: [EMAIL PROTECTED] For addit

Quoting arguments for an exec

2004-01-16 Thread [EMAIL PROTECTED]
our email from the web at http://mail2web.com/ . ----- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Capturing the output of a ClearCase command from Exec

2004-01-14 Thread [EMAIL PROTECTED]
use 'Exec'? Thanks, Sean. Original Message: ----- From: [EMAIL PROTECTED] Date: Wed, 14 Jan 2004 16:22:49 +0100 To: [EMAIL PROTECTED] Subject: RE: Capturing the output of a ClearCase command from Exec Hint: The task supports "output" for saving the output to a

Capturing the output of a ClearCase command from Exec

2004-01-14 Thread [EMAIL PROTECTED]
anyone help me? Thanks, Sean. mail2web - Check your email from the web at http://mail2web.com/ . - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Fw: Java Add On for Ant to fix filename + extension case issues

2003-10-09 Thread [EMAIL PROTECTED]
example of its use.   Phil :n)   On Thu, 2003-10-09 at 16:18, [EMAIL PROTECTED] wrote:   > > > ---Original Message--- > > From: Ant Users List > Date: 08 October 2003 18:03:45 > To: user@ant.apache.org > Subject: Java Add On for Ant to fix filename + extension case issu

Handling Filename/Ext case in Ant

2003-10-09 Thread [EMAIL PROTECTED]
;   import java.io.File; import java.io.IOException;   /** * Converts file names providing lowercase/uppercase functionality. * * This task can take the following arguments: * * srcdir * mask * action * * * * @author Paul Gilliganmailto:[EMAIL PROTECTED]">[EMAIL PROTECTED] net * @version 1.0

Fw: Java Add On for Ant to fix filename + extension case issues

2003-10-09 Thread [EMAIL PROTECTED]
following arguments: * * srcdir * mask * action * * * * @author Paul Gilliganmailto:[EMAIL PROTECTED]">[EMAIL PROTECTED] net * @version 1.0 */   public class FixFileCase extends MatchingTask {   public static final int FILENAME = 1; public static final int EXTENSION = 2; public static final