Re: [M2] Compiling with JDK 1.4

2006-03-29 Thread Mang Jun Lau
/28/2006 07:05 PM Please respond to Maven Users List users@maven.apache.org To Maven Users List users@maven.apache.org cc Subject Re: [M2] Compiling with JDK 1.4 Check this out to actually use another JDK plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven

Re: [M2] Compiling with JDK 1.4

2006-03-29 Thread Carlos Sanchez
JDK for compilation? _Mang Lau Carlos Sanchez [EMAIL PROTECTED] Sent by: [EMAIL PROTECTED] 03/28/2006 07:05 PM Please respond to Maven Users List users@maven.apache.org To Maven Users List users@maven.apache.org cc Subject Re: [M2] Compiling with JDK 1.4 Check this out

RE: [M2] Compiling with JDK 1.4

2006-03-28 Thread Siegmann Daniel, NY
/compilerArguments /configuration /plugin -- Daniel Siegmann FJA-US, Inc. (212) 840-2618 ext. 139 -Original Message- From: Mang Jun Lau [mailto:[EMAIL PROTECTED] Sent: Monday, March 27, 2006 5:28 PM To: users@maven.apache.org Subject: [M2] Compiling with JDK 1.4 Hi, I've

Re: [M2] Compiling with JDK 1.4

2006-03-28 Thread Nicolas De Loof
-Original Message- From: Mang Jun Lau [mailto:[EMAIL PROTECTED] Sent: Monday, March 27, 2006 5:28 PM To: users@maven.apache.org Subject: [M2] Compiling with JDK 1.4 Hi, I've searched and tried the methods given before but things haven't been working for me. My JAVA_HOME points

Re: [M2] Compiling with JDK 1.4

2006-03-28 Thread Nicolas De Loof
PM To: users@maven.apache.org Subject: [M2] Compiling with JDK 1.4 Hi, I've searched and tried the methods given before but things haven't been working for me. My JAVA_HOME points to the 1.5 JDK. I would like to compile my code to be able to run under JDK 1.4. So, in my snip Hope

Re: [M2] Compiling with JDK 1.4

2006-03-28 Thread Mang Jun Lau
PROTECTED] Sent: Monday, March 27, 2006 5:28 PM To: users@maven.apache.org Subject: [M2] Compiling with JDK 1.4 Hi, I've searched and tried the methods given before but things haven't been working for me. My JAVA_HOME points to the 1.5 JDK. I would like to compile my code to be able

Re: [M2] Compiling with JDK 1.4

2006-03-28 Thread Mang Jun Lau
bootclasspathC:/j2sdk1.4.1/jre/lib/**/*.jar/bootclasspath ? _Mang Lau Mang Jun Lau [EMAIL PROTECTED] 03/28/2006 02:31 PM Please respond to Maven Users List users@maven.apache.org To Maven Users List users@maven.apache.org cc Subject Re: [M2] Compiling with JDK 1.4 Thank you both for your

Re: [M2] Compiling with JDK 1.4

2006-03-28 Thread Carlos Sanchez
, March 27, 2006 5:28 PM To: users@maven.apache.org Subject: [M2] Compiling with JDK 1.4 Hi, I've searched and tried the methods given before but things haven't been working for me. My JAVA_HOME points to the 1.5 JDK. I would like to compile my code to be able to run under JDK

[M2] Compiling with JDK 1.4

2006-03-27 Thread Mang Jun Lau
Hi, I've searched and tried the methods given before but things haven't been working for me. My JAVA_HOME points to the 1.5 JDK. I would like to compile my code to be able to run under JDK 1.4. So, in my master POM, I have: build plugins plugin

RE: [M2] Compiling with JDK 1.4

2006-03-27 Thread Anthony Kong
: Tuesday, 28 March 2006 8:28 AM To: users@maven.apache.org Subject: [M2] Compiling with JDK 1.4 Hi, I've searched and tried the methods given before but things haven't been working for me. My JAVA_HOME points to the 1.5 JDK. I would like to compile my code to be able to run under JDK 1.4. So