I'm running ant just fine under Cygwin since I uninstalled the JDK from it's usual location and installed it in a location under the Cygwin root. In my case:
CYGWIN_ROOT=c:\local\cygwin JAVA_HOME=c:\local\cygwin\usr\local\j2sdk1.4.0-beta3 This has the effect of enabling Java in both the Windows CommandLine and the Cygwin shell. Oh, I almost forgot, I also have my copy of ant installed under the Cygwin area in the same manner (and Tomcat etc...) Hope this helps. Simon ----------------------------------------------------------------- Simon P. Chappell [EMAIL PROTECTED] Java Programming Specialist www.landsend.com Lands' End, Inc. (608) 935-4526 >-----Original Message----- >From: Stefan Bodewig [mailto:[EMAIL PROTECTED]] >Sent: Thursday, February 21, 2002 7:51 AM >To: [EMAIL PROTECTED] >Subject: Re: BUG: ant 1.4.1 startup script on cygwin > > >On Thu, 21 Feb 2002, Jorg Schaible <[EMAIL PROTECTED]> wrote: > >> STOP! Who said, that the CLASSPATH has to be Cygwin syntax? I have a >> lot of Java apps that can be started directly from command line that >> implies no Cygwin syntax for CLASSPATH at all. > >Exactly, Jeppe's patch reverts the "Cygwinification" of CLASSPATH (it >gets converted into UNIX format somewhere further up in the script to >allow easy manipulation and gets set back to the Windows format with >Jeppe's patch). > >> This change just prevents ant from running! > >Have you tried it? > >Stefan > >-- >To unsubscribe, e-mail: ><mailto:[EMAIL PROTECTED]> >For >additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
