Comments for TestMaker
11 Jun 2003 01:36
cygwin support available?
Frank, is it possible that the testmaker.sh is not cygwin aware?
I am getting the following errors:
<<Cannot find JDK. Please set the JDK_HOME environment variable to point
to your JDK installation directory, or use the -jdkhome switch>>
and when doing a
<<setenv JDK_HOME $JAVA_HOME>> in my tcsh first, I get:
<<Using ../settings as user directory...
ulimit: ulimit: not available on this system
Exception in thread "main" java.lang.NoClassDefFoundError: org/netbeans/Main>>
I guess the file needs some `cygpath -w ...` statements added once
<<case "`uname`" in
CYGWIN*) >> has caught the cygwin'ers.
Anyway, this appears to be a great tool!
Do you have any bug- and enhancement tracking like Bugzilla for it?
Regards
Ralf
Re: cygwin support available?
> Frank, is it possible that the
> testmaker.sh is not cygwin aware?
> I am getting the following errors:
>
> <<Cannot find JDK. Please set the
> JDK_HOME environment variable to point
> to your JDK installation directory, or
> use the -jdkhome switch>>
> and when doing a
> <<setenv JDK_HOME
> $JAVA_HOME>> in my tcsh first, I
> get:
> <<Using ../settings as user
> directory...
> ulimit: ulimit: not available on this
> system
>
> Exception in thread "main"
> java.lang.NoClassDefFoundError:
> org/netbeans/Main>>
>
> I guess the file needs some `cygpath -w
> ...` statements added once
> <<case "`uname`" in
> CYGWIN*) >> has caught the
> cygwin'ers.
>
> Anyway, this appears to be a great
> tool!
>
> Do you have any bug- and enhancement
> tracking like Bugzilla for it?
>
> Regards
>
> Ralf
Hi Ralf: It is fixed now with version 4.1 and greater. -Frank