Nice flame-bait on the Ant list! Wow, and not even a makefile either.... (I was going to toss in a comment about rubbing two sticks together too, but I'll refrain :)
----- Original Message ----- From: "Robert Hewlett" <[EMAIL PROTECTED]> To: "Ant Users List" <[EMAIL PROTECTED]> Sent: Monday, February 04, 2002 8:52 PM Subject: RE: test environment variable and if statement > Suggestion, > > Create a KSH script to do your Unix building or compiling of > a script and on Windows create a .bat file to do what you > need. > > .bat file to compile: > javac -d . -classpath .;c:\lbar\helper.jar;c:\lbar\classes Query.java > > .bat file to Run: > java -classpath .;c:\lbar\helper.jar;c:\lbar\classes Query > > compile.sh > #!/usr/bin/ksh > javac -d . -classpath .;c:\lbar\helper.jar;c:\lbar\classes Query.java > > run.sh > #!/usr/bin/ksh > java -classpath .;c:\lbar\helper.jar;c:\lbar\classes Query > > > > -- > 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]>
