RE: AINASL! Help with Parsing Files with Ant

2005-04-21 Thread S I
[DC6BBEC0:01C54694] For more info on the patterns, please go to [1] Regards Luis [1] http://java.sun.com/j2se/1.3/docs/api/java/text/SimpleDateFormat.html > -Original Message- > From: S I [mailto:[EMAIL PROTECTED] > Sent: Thursday, April 21, 2005 11:37 AM > To: user@ant.apach

RE: AINASL! Help with Parsing Files with Ant

2005-04-21 Thread Conelly, Luis (GE Energy, Non GE, GENE)
/05 05:08:30 PM) from Tstamp; it seems to be > very rigid or me > being new not being able to figure it out. Help! > > Thanks :) > > Original Message Follows > From: "Dominique Devienne" <[EMAIL PROTECTED]> > Reply-To: "Ant Users List" &g

RE: AINASL! Help with Parsing Files with Ant

2005-04-21 Thread S I
out. Help! Thanks :) Original Message Follows From: "Dominique Devienne" <[EMAIL PROTECTED]> Reply-To: "Ant Users List" To: "Ant Users List" Subject: RE: AINASL! Help with Parsing Files with Ant Date: Thu, 21 Apr 2005 09:21:41 -0500 MIME-Version: 1.0 Re

RE: AINASL! Help with Parsing Files with Ant

2005-04-21 Thread Dominique Devienne
> From: Matt Benson [mailto:[EMAIL PROTECTED] > > I AM LOST HERE NOW: The exec line by itself works > > but how do I get the > > result of the date.exe back into here? With Args? > > > > > > > > > > > > to do this, you would use the outputproperty attribute > of . However, you might want to t

RE: AINASL! Help with Parsing Files with Ant

2005-04-20 Thread Matt Benson
--- S I <[EMAIL PROTECTED]> wrote: [SNIP] > > > I'm not sure what you're to accomplish with this. > > > I AM LOST HERE NOW: The exec line by itself works > but how do I get the > result of the date.exe back into here? With Args? > > > > > t

RE: AINASL! Help with Parsing Files with Ant

2005-04-20 Thread S I
ers List" Subject: RE: AINASL! Help with Parsing Files with Ant Date: Wed, 20 Apr 2005 13:08:13 -0500 MIME-Version: 1.0 Received: from mail.apache.org ([209.237.227.199]) by mc7-f30.hotmail.com with Microsoft SMTPSVC(6.0.3790.211); Wed, 20 Apr 2005 11:08:39 -0700 Received: (qmail 58830 invoke

RE: AINASL! Help with Parsing Files with Ant

2005-04-20 Thread Michele Brissette
: April 20, 2005 12:08 PM To: Ant Users List Subject: RE: AINASL! Help with Parsing Files with Ant > This is how my file should look like at anytime or rather build+1 > > -- content of target file [version.txt] -- > [Version] Version=5.0 > Build=555 > Date=

RE: AINASL! Help with Parsing Files with Ant

2005-04-20 Thread Conelly, Luis (GE Energy, Non GE, GENE)
> *The [Version] gets written as intended but annoyingly preceded by # Conelly, Luis (GE Energy, Non GE, GENE) Of course. A comment in a properties file is always preceded by a # character > *Ant/Buildnumber Task automatically inserts #Tue Apr 19 15:42:20 PDT 2005, which is not my intention. Con

RE: AINASL! Help with Parsing Files with Ant

2005-04-20 Thread Dominique Devienne
> This is how my file should look like at anytime or rather build+1 > > -- content of target file [version.txt] -- > [Version] > Version=5.0 > Build=555 > Date=Wed 04/13/05 05:08:30 PM > --- Your problem is that this is not a