  | |  | cygpath: can 't convert empty path | cygpath: can 't convert empty path 2004-05-23 - By Robert Mark Bram
Back Hi All!
Whenever I try to run any Ant build file in Cygwin, it seems to work ok
but I see this message first:
cygpath: can 't convert empty path
Here is the full output from the simple build file below that:
$ant
cygpath: can 't convert empty path
Buildfile: build.xml
helloWorld:
[echo] Hello World!
BUILD SUCCESSFUL
Total time: 1 second
<project name= "Hello World! " default= "helloWorld " basedir= ". " >
<target name= "helloWorld " >
<echo >Hello World! </echo >
</target >
</project >
Any advice would be much appreciated! I know I can ignore it, but I would
like to find out what is going on.
Rob
:)
--
Robert Mark Bram
B.Comp.(Systems Development/Business Systems)
B.Net.Comp.(Hons)
Doctor of Philosophy Student
School of Network Computing
Faculty of Information Technology
Monash University
Peninsula Campus
McMahons Rd
Frankston, VIC 3199
AUSTRALIA
Phone: 61 3 9904 4394
Facsimile: 61 3 9904 4124
Email: robert.mark.bram@(protected)
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------
To unsubscribe, e-mail: user-unsubscribe@(protected)
For additional commands, e-mail: user-help@(protected)
|
|
 |