using jikes?

2008-04-03 Thread Joshua ChaitinPollak
Hello, I'm trying to use the jikes compiler with Maven. Following the directions here: http://maven.apache.org/plugins/maven-compiler-plugin/non-javac-compilers.html I created this profile: jikes jikes

Re: Help using jikes with maven

2005-08-11 Thread Dalibor Topic
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.ex

Help using jikes with maven

2005-08-11 Thread Jack Carden
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

Re: Using Jikes

2003-07-22 Thread dion
"Dave Ford" <[EMAIL PROTECTED]> wrote on 22/07/2003 10:21:23 AM: > 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 re

Re: Using Jikes

2003-07-22 Thread dion
"Dave Ford" <[EMAIL PROTECTED]> wrote on 22/07/2003 11:44:12 PM: > > build.compiler = jikes > Thanks. Then what is the purpose of maven.compile.executable property > documented under the java goal? Why are there two goals that appear to do maven.compile.executable == Complete path to the javac e

Re: Using Jikes

2003-07-22 Thread Dave Ford
> build.compiler = jikes Thanks. Then what is the purpose of maven.compile.executable property documented under the java goal? Why are there two goals that appear to do the same thing? Is build.compiler documented anywhere? Dave Ford Smart Soft - The Developer Training Company http://www.smart-sof

RE: Using Jikes

2003-07-22 Thread Age Mooy
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 > > &g

Using Jikes

2003-07-21 Thread Dave Ford
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 examp