Jack Carden wrote: > I'm new to maven and geronimo, but I like what I see here. > > I've now built geronimo-1.0.M4 for the first time with JDK 1.4.2 and maven > 1.0.2. > > I'm trying to configure my geronimo project to compile with jikes. I have > set in project.properties: > > maven.compile.executable=jikes > > maven.compile.verbose=true > > > > I used: > > maven -Djikes.class.path=<my jikes jar files> > > > > jikes is getting invoked, but without the classpath setting. Here's the > error message: > > [javac] *** Semantic Error: You need to modify your classpath, > sourcepath, bootclasspath, and/or extdirs setup. Jikes could not find > package "java.lang" in: <long list of .jar files without showing those > listed in jikes.class.path> > > > > Any help will be greatly appreciated. Please respond by email since I'm not > a subscriber.
I am currently building (and whacking into shape) geronimo 1.0M4 on kaffe's cvs head, and all that kaffe internally does is to set build.compiler & friends for jikes, which works fine for me. cheers, dalibor topic --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
