On Wed, 2007-09-12 at 11:44 +0200, Dalibor Topic wrote: > 2007-09-12 Dalibor Topic <[EMAIL PROTECTED]> > > * examples/Makefile.am, tools/Makefile.am > (GLIBJ_CLASSPATH): Removed unnecessary paths to avoid > using unix path separators on windows. > (JCOMPILER) Don't add '.' to classpath for javac. > Fixes the build on Cygwin.
This broke the build of the examples: http://lists.gnu.org/archive/html/classpath-testresults/2007-09/msg00100.html Making all in examples make[1]: Entering directory `/home/cpdev/Nightly/classpath/build/examples' mkdir -p classes/gnu/classpath/examples/icons cp ../../classpath/examples/gnu/classpath/examples/icons/*.png ../../classpath/examples/gnu/classpath/examples/icons/*.gif classes/gnu/classpath/examples/icons mkdir -p classes/gnu/classpath/examples/swing cp ../../classpath/examples/gnu/classpath/examples/swing/*.html classes/gnu/classpath/examples/swing /usr/bin/ecj -1.5 -encoding UTF-8 -warn:-deprecation,serial,typeHiding,unchecked,unused,varargsCast -bootclasspath '../lib/glibj.zip' -classpath . -d classes ../../classpath/examples/gnu/classpath/examples/*/*.java ../../classpath/examples/gnu/classpath/examples/*/*/*.java ../../classpath/examples/gnu/classpath/examples/*/*/*/*.java ---------- 1. ERROR in ../../classpath/examples/gnu/classpath/examples/CORBA/NamingService/Demo.java (at line 99) gnu.classpath.tools.tnameserv.Main.main(args); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ gnu.classpath.tools.tnameserv.Main cannot be resolved to a type ---------- 1 problem (1 error)make[1]: *** [examples.zip] Error 255 make[1]: Leaving directory `/home/cpdev/Nightly/classpath/build/examples' make: *** [all-recursive] Error 1