You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Eric Giguère <er...@videotron.ca> on 2006/04/24 17:03:47 UTC

Compiling with jars that have classes in the default package, jdk1.4.2

Hi all

Got a small issue compiling a project.
This is for JDK 1.3. This guy uses a jar that have many classes in the 
default package. But, running with JDK 1.4.2 here, i always get a 
compiling error stating that a '.' is expected in the import statement.

I've set the 2 properties of the java plugin:
maven.compile.target=1.3
maven.compile.source=1.3

But no use, I always get my compiling error.

Any idea on how to get rid of this error?

Thx a lot
Eric.






---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org