I hava troubles with JonAS because I write a report for a Japanese
magazine.

In WindowsNT, cygnus tools .....

First, I set "C:\Bull\jonas_jdk1.2" to "$JONAS_ROOT",
but "$JONAS_ROOT" is "C:BullJonas_jdk1.2" in Makefile.

Second, I set "//C/Bull/jonas_jdk1.2" to "$JONAS_ROOT",
but it can not work in "java -Dinstall.root=$JONAS_ROOT ....".

Third, "CLASSPATH=/usr/local/lib/....." is too long for Windows.

Finally, I set all jar files to "$JAVA_HOME/lib/ext", 
and "no CLASSPATH set".

And still, "GenDD" and "GenID" can not understand even current
directory.

For example, I made following files.

 example/Hello.txt
 example/Hello.java
 example/HelloHome.java
 example/HelloBean.java
 example/hello/Hello.class
 example/hello/HelloHome.class
 example/hello/HelloBean.class

In "example directory",

 GenDD -classpath . -d . Hello.txt
can not find "hello.HelloBean", ....

but 
 jar cvf $JAVA_HOME/lib/ext/hello.jar hello
 GenDD -d . Hello.txt
can find all classes.

 Please fix these bugs. Sorry for but English.

-- 

YUKIE Kishida

Reply via email to