I'm trying to get ant to work right under windows, or cygwin for that matter. I've got the patched ant script for cygwin, doesn't help.
Here's the problem, I've got a property defined that's an absolute path: catalina.home="c:/packages/Apache-Tomcat-4.0" When I build under cygwin I get: jschewe@MN65-EGGPLANT:~/projects/fll/code/2002/implementation >ant compile Buildfile: build.xml prepare: compile: [javac] Compiling 6 source files to \\mn65-fs1\home\jschewe\projects\fll\code\2002\implementation\build\WEB-INF\classes BUILD FAILED file://mn65-fs1/home/jschewe/projects/fll/code/2002/implementation/build.xml:213: \\mn65-fs1\home\jschewe\projects\fll\code\2002\implementation\"c:\packages\Apache-Tomcat-4.0"\common\lib not found. Total time: 6 seconds When I build under windows (windows 2000 CMD.exe) I get: H:\projects\fll\code\2002\implementation>\\zeppo\export\packages\java\ant\1.5\bin\ant compile \\zeppo\export\packages\java\ant\1.5\bin\ant compile Buildfile: build.xml prepare: compile: [javac] Compiling 6 source files to H:\projects\fll\code\2002\implementation\build\WEB-INF\classes BUILD FAILED file:H:/projects/fll/code/2002/implementation/build.xml:213: H:\projects\fll\code\2002\implementation\"c:\packages\Apache-Tomcat-4.0"\common\lib not found. Total time: 6 seconds Does someone know how to fix this? It basically means I can't use ant for my JSP development under windows. -- Jon Schewe | http://mtu.net/~jpschewe For I am convinced that neither death nor life, neither angels nor demons, neither the present nor the future, nor any powers, neither height nor depth, nor anything else in all creation, will be able to separate us from the love of God that is in Christ Jesus our Lord. - Romans 8:38-39 -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>