RE: Ant's mail task

2005-03-18 Thread ArchitP
Hi Rich, I am behind a proxy..so what do you think my correct IP should be in the hosts file...i don't even know my IP address. Any suggestions?? Archit -Original Message- From: Rich Harris [mailto:[EMAIL PROTECTED] Sent: Saturday, March 19, 2005 8:09 AM To: Ant Users List Subject: RE:

RE: Ant's mail task

2005-03-18 Thread Rich Harris
Archit, If you are running a flavor of UNIX, make sure your /etc/hosts file reflects the correct IP for your local system. I had the same issue and that fixed it for me. -Rich -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, March 17, 2005 10:41 PM To

Re: Cygwin, Ant, and java.class.path Weirdness

2005-03-18 Thread Wascally Wabbit
Thanks all, for the bug/fix pointers! -The Wabbit At 04:20 PM 3/18/2005, you wrote: --- Martijn Kruithof <[EMAIL PROTECTED]> wrote: > I recently fixed bug 31245. The problems seem to > emerge from the way > cygwin, the jvm, windows and the ant script expect > the CLASSPATH to be. > : being the path

Re: Cygwin, Ant, and java.class.path Weirdness

2005-03-18 Thread Matt Benson
--- Martijn Kruithof <[EMAIL PROTECTED]> wrote: > I recently fixed bug 31245. The problems seem to > emerge from the way > cygwin, the jvm, windows and the ant script expect > the CLASSPATH to be. > : being the path separator on cygwin and the drive > letter separation on > windows gives not s

Re: Cygwin, Ant, and java.class.path Weirdness

2005-03-18 Thread Martijn Kruithof
I recently fixed bug 31245. The problems seem to emerge from the way cygwin, the jvm, windows and the ant script expect the CLASSPATH to be. : being the path separator on cygwin and the drive letter separation on windows gives not so nice effects when paths are normalized using the utilities of

Re: Cygwin, Ant, and java.class.path Weirdness

2005-03-18 Thread Matt Benson
Remember that both path.separator and java.class.path are technically VM settings so the only part of Ant that could be responsible is really the invoking script. There are always adjustments being made for cygwin in that script. Things I would try: remove the trailing semicolon from your CLASSP

Cygwin, Ant, and java.class.path Weirdness

2005-03-18 Thread Wascally Wabbit
Ant Users/Developers, I noticed some odd Ant behavior on an installation like: Windows 2K Cygwin 1.5.10-3 (will use the 'ant' shell script to run Ant) Bash 2.05b.0(1)-release (i686-pc-cygwin) Ant 1.6.2 Given a CLASSPATH like: U:\pkg\ant-1.6.2\lib\ant.jar;U:\pkg\ant-1.6.2\lib\ant-lau

RE: Copying files through FTP to servers in different timezones

2005-03-18 Thread Conelly, Luis (GE Energy, Non GE, GENE)
Thanks, Jan! After the first time creating the cache, works like a charm. After I read the manual, I changed the previous target for: __ __ As you can see, almost nothing changes but: 1. Get rid of [

AW: Copying files through FTP to servers in different timezones

2005-03-18 Thread Jan . Materne
You have to know, that we have a B2B (brain-to-brain) connection :-) Jan > -Ursprüngliche Nachricht- > Von: Ninju Bohra [mailto:[EMAIL PROTECTED] > Gesendet am: Freitag, 18. März 2005 19:04 > An: Ant Users List > Betreff: RE: Copying files through FTP to servers in > different timezones

RE: Copying files through FTP to servers in different timezones

2005-03-18 Thread Ninju Bohra
Anybody notice that Jan.Materne replys appeared before Luis Conelly questions?? "Conelly, Luis (GE Energy, Non GE, GENE)" <[EMAIL PROTECTED]> wrote:Thanks, Jan. I should've RTFM (read the fine manual, of course;) before call for help. Anyway, something new to learn. -Luis -Original Message-

AW: Copying files through FTP to servers in different timezones

2005-03-18 Thread Jan . Materne
Dont worry about that - the manual is not as small as some years before :-) And if that hint is enough - that´s ok. Jan > -Ursprüngliche Nachricht- > Von: Conelly, Luis (GE Energy, Non GE, GENE) > [mailto:[EMAIL PROTECTED] > Gesendet am: Freitag, 18. März 2005 19:08 > An: Ant Users List >

RE: Copying files through FTP to servers in different timezones

2005-03-18 Thread Conelly, Luis (GE Energy, Non GE, GENE)
Thanks, Jan. I should've RTFM (read the fine manual, of course;) before call for help. Anyway, something new to learn. -Luis -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, March 18, 2005 11:49 AM To: user@ant.apache.org Subject: AW: Copying files throug

AW: Copying files through FTP to servers in different timezones

2005-03-18 Thread Jan . Materne
Do you know the selector? Jan > -Ursprüngliche Nachricht- > Von: Conelly, Luis (GE Energy, Non GE, GENE) > [mailto:[EMAIL PROTECTED] > Gesendet am: Freitag, 18. März 2005 18:54 > An: Ant Users List > Betreff: Copying files through FTP to servers in different timezones > > Hi all, > > I

Copying files through FTP to servers in different timezones

2005-03-18 Thread Conelly, Luis (GE Energy, Non GE, GENE)
Hi all, I have the following target __ Files from ${local.dir} were updated to ${remote.dir} at ${ftp.server} server __ To copy my files to my DEV server, which is setup with a different Timezone than mine (EST vs

AW: Get timestamping in the echo message

2005-03-18 Thread Jan . Materne
Jan > -Ursprüngliche Nachricht- > Von: Ninju Bohra [mailto:[EMAIL PROTECTED] > Gesendet am: Freitag, 18. März 2005 17:45 > An: Ant Users Group > Betreff: Fwd: Get timestamping in the echo message > > It did not seem to go through the first tim

Fwd: Get timestamping in the echo message

2005-03-18 Thread Ninju Bohra
It did not seem to go through the first time I sent it...if at first you don't succeed try again. Ninju Bohra <[EMAIL PROTECTED]> wrote:Date: Fri, 18 Mar 2005 08:17:50 -0800 (PST) From: Ninju Bohra <[EMAIL PROTECTED]> Subject: Get timestamping in the echo message To: Ant Users Group Hey all,

Re: ftp question 1.5.4

2005-03-18 Thread Mike Starkie
yes it works. I just moved all the jar files on the server to a single directory and the following target will read from a list of files, download each one and place them in a single dirctory for use in a classpath:

Re: How to make imported targets always able to use "project.target"?

2005-03-18 Thread Matt Benson
--- Dave Bartmess <[EMAIL PROTECTED]> wrote: > I want to be able to use the imports always as > "project.target", as in: [SNIP] > Is this possible? It looks like (from viewing debug > output of my > scripts) that unless the imported target is already > defined in the > importing script, the project

Re: Pb with uptodate and files with spaces

2005-03-18 Thread Matt Benson
--- CLAVIER Remi RD-CORE-LAN <[EMAIL PROTECTED]> wrote: > I've some problems using uptodate when with srcfiles > where one or more > of the files pointed by the srcfiles are spaces in > the name. > In this case, files are note tacking into account > for the decision. > It's seems me a normal behavi

Pb with uptodate and files with spaces

2005-03-18 Thread CLAVIER Remi RD-CORE-LAN
I've some problems using uptodate when with srcfiles where one or more of the files pointed by the srcfiles are spaces in the name. In this case, files are note tacking into account for the decision. It's seems me a normal behaviour because srcfiles in like a file list and space is a separator in t

RE: set jvm to 1.3

2005-03-18 Thread Mikael Petterson \(KI/EAB\)
Thanks that worked very well for us! //Mikael -Original Message- From: James Abley [mailto:[EMAIL PROTECTED] Sent: den 18 mars 2005 09:06 To: Ant Users List Subject: RE: set jvm to 1.3 On Fri, 2005-03-18 at 07:51, Mikael Petterson (KI/EAB) wrote: > Hi, > > Tahnks for reply. > > So the

RE: set jvm to 1.3

2005-03-18 Thread James Abley
On Fri, 2005-03-18 at 07:51, Mikael Petterson (KI/EAB) wrote: > Hi, > > Tahnks for reply. > > So there is not way to turn off this 'polite information'? Since we have a > assert keyword in our java 1.3 code and this generates plenty of annoying > warnings. > http://ant.apache.org/manual/Core