You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bu...@apache.org on 2002/10/11 08:37:46 UTC

DO NOT REPLY [Bug 13524] - paths in build.xml not usable with cygwin

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13524>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13524

paths in build.xml not usable with cygwin

conor@cortexebusiness.com.au changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID



------- Additional Comments From conor@cortexebusiness.com.au  2002-10-11 06:37 -------
The thing to realize here is that the JDK which you launched from Cygwin is
actually a Windows executable. It is not a cygwin executable (i.e. it does not
use the cygwin DLLs). When you enter Ant you have left the cygwin environment
and therefore /bin/sh has no meaning. For this to work you will actually have to
invoke bash.exe, not /bin/sh.

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>