Simply use build.compiler = jikes
in your project.properties or build.properties and maven will use jikes. Age > -----Original Message----- > From: Dave Ford [mailto:[EMAIL PROTECTED] > Sent: Tuesday, July 22, 2003 02:21 > To: Maven Users > Subject: Using Jikes > > > I found the following property defined under the java plug-in: > > maven.compile.executable=/usr/bin/jikes > > However, I don't think it does anything for two reasons: > > 1. Compile time takes exactly the same amount of time > regardless of the setting 2. No matter what value I put, I > get no error. For example, I can put: > > maven.compile.executable=bla bla > > And I get the same results. I tried putting the property in: > > <project-home>/project.properties > > And also at the command prompt: > > maven -Dmaven.compile.executable=/usr/bin/jikes java:compile > > What am I doing wrong? > > Thanks. > > Dave Ford > Smart Soft - The Developer Training Company http://www.smart-soft.com > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
