Re: Ant Featured in Out-of-the-Box

2002-11-21 Thread Terry Steichen
Check out JNI Registry at www.trustice.com/java.directory.shtml (ICE Engineering) Regards, Terry - Original Message - From: "Steve Loughran" <[EMAIL PROTECTED]> To: "Ant Users List" <[EMAIL PROTECTED]> Sent: Thursday, November 21, 2002 12:35 PM Subject: Re: Ant Featured in Out-of-the-Box

Archiving Question

2002-11-04 Thread Terry Steichen
I've got a directory that contains a variable number of month-based subdirectories plus an archive directory. Each month-based subdirectory holds documents for a given month, so the name of the subdirectory is in the form of 'MMYY' (1002, 1102, etc). All the files in a given month-based subdir

Re: Copying Question vis-a-vis Windows NT

2002-10-28 Thread Terry Steichen
D]> To: "Ant Users List" <[EMAIL PROTECTED]> Sent: Monday, October 28, 2002 12:55 PM Subject: Re: Copying Question vis-a-vis Windows NT > this is probably a system clock issue more than anything else: get all > machines clocks in sync > > ----- Original Message -

Re: Copying Question vis-a-vis Windows NT

2002-10-28 Thread Terry Steichen
> Are your Win98/ME machines using FAT? > > I hope this sheds a little light on the issue. --DD > > -Original Message- > From: Terry Steichen [mailto:terry@;net-frame.com] > Sent: Saturday, October 26, 2002 5:42 PM > To: Ant Users List > Subject: Copying Question vis-a

Copying Question vis-a-vis Windows NT

2002-10-26 Thread Terry Steichen
When I use a standard task between a local Windows98 directory and a network directory hosted on a WindowsME machine, it works exactly as it should. But, when I use precisely the same script on a WindowsNT machine targeting the Windows ME (or Windows 98) machines, Ant appears to copy indiscrim

Re: includes and excludes

2002-10-22 Thread Terry Steichen
I believe exclude takes precedence. Terry - Original Message - From: "Mike Dougherty" <[EMAIL PROTECTED]> To: "Ant Users (E-mail)" <[EMAIL PROTECTED]> Sent: Tuesday, October 22, 2002 2:33 PM Subject: includes and excludes > I need a little help understanding how 's and elements work.

Re: listing jars built ...

2001-10-31 Thread Terry Steichen
Further, the non-fatal error message that you see can be ignored. It happens > on windows platform if using jdk 1.2. It has not known to cause any problem > for ant to do its job. > > Azariah > > > -Original Message- > > From: Terry Steichen [mailto:[EMAIL

Re: listing jars built ...

2001-10-31 Thread Terry Steichen
Azariah, I was trying to do somewhat the same thing, but it would not work. Here's the code: Here's what this produced (on Windows98): - C:\ant_test>c:\jdk1.2\bin\java.exe -DJAVAC=classic org.apache.tools.ant.Main testit Bu

Copying to Third Directory

2001-10-31 Thread Terry Steichen
Just getting used to Ant, so I hope I'm not asking a dumb question. I checked the archives, but couldn't find an answer to my question: How can I use ant to compare the files in two directories and copy any changed files to a third directory? TIA and regards, Terry