> If I set this to Script everything is OK.
>
> If I set it to Java I get the java usage message (Usage: java [-options]
> class [args...] etc), I think this is because I'm running on W2k but I
> have cygwin-bash as my shell and it doesn't like the format of the
> command.
>
> Finally if I try the ant server option, bash starts but the build script
> doesn't execute (I'm sure there's more information I could give you here
> but I'm not sure how to get it)
For the benefit of everyone else.

Problem: Ant server starts and it appears to hang. You will see something
like this in the compilation window:
-------
CompileServer output:
 -Dant.home=d:/javadev/ant -find build/build.xml
-------

Cause: The ant.jar is not in the classpath of the beanshell.

Resolution: Add ant.jar to jde-global-classpath, or to the environment
variable CLASSPATH (whichever are you using)

I modified the AntServer code to return a message explaining
the problem.

Javier

-- 
Javier S. Lopez                 
[EMAIL PROTECTED]            Forum Systems, Inc.
(781) 263-5406                  40 Williams St., Suite G20,
http://www.forumsys.com         Wellesley, MA 02481

Reply via email to