Re: [m102] strange compile error

2005-11-13 Thread luan xl
ply-To: "Maven Users List" To: Maven Users List Subject: Re: [m102] strange compile error Date: Mon, 14 Nov 2005 11:52:05 +1100 Do the JDK versions for the IDE and the command prompt match? On 11/8/05, luan xl <[EMAIL PROTECTED]> wrote: > I used the "maven eclipse" to g

[m102] strange compile error

2005-11-07 Thread luan xl
I used the "maven eclipse" to generate the eclipse project, and in the IDE everything is fine, compile is ok and unit test is ok. but when I switch back to using maven: maven -X java:compile the compiler can not find getTextContent() method in org.w3c.dom.Node, and point the following stateme

RE: Howt to specifty the java compiler version?

2005-11-01 Thread luan xl
sorry, forgot to metion it, m2. From: "Arnaud HERITIER" <[EMAIL PROTECTED]> Reply-To: "Maven Users List" To: "'Maven Users List'" Subject: RE: Howt to specifty the java compiler version? Date: Tue, 1 Nov 2005 09:26:27 +0100 m1 or m2 ? arnaud

Howt to specifty the java compiler version?

2005-11-01 Thread luan xl
I am using some java 1.5 language features, and when I use maven to compile, it shows that maven is using -source 1.3 to compile the program. So how can I ask maven to compile with -source 1.5? - To unsubscribe, e-mail: [EMAI