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