Richard Fuchs wrote:
> Spoke to soon, it seems to be a problem with where javac is invoked. 
> With the current makefiles that are created, the javac -d option has a
> relative path from where the source files are located, but javac is
> being invoked from the root project dir.  I was able to modify the
> build.make file that is generated to include the full path for the -d
> option and things run fine.
> 
> So I either need to get cmake to include the full path in the javac -d
> option or get javac to run each subdir.  Any thoughts?

It looks like Java support is not too well tested.  The Java test in
CMake has only a top level directory so this problem does not occur.

Please create a bug report here:

http://www.cmake.org/Bug

Thanks,
-Brad

_______________________________________________
CMake mailing list
[email protected]
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to