Re: Java task in Linux

2001-09-07 Thread Diane Holt
The "*.jsp" is your problem. On Win* systems, every command deals with wildcard expansion itself, which is why this works for you on your Win2K. On Unix, wildcard expansion is done by the shell before the command is run. Ant doesn't go through the shell, so on your Linux system your 'java' command

Java task in Linux

2001-09-06 Thread Salvador I. Ducros
Part of a build target in my build.xml file tries to compile a group of JSP sources into Java sources using the JSP compiler in Tomcat. The relevant task looks like this: The 'jspcp' refid in the 'classpath' is defined at the top of my build.xml file with a