Quite simple when I looked at the build.properites - build.sysclasspath only
is the problem here. What was the reason for including this for Maven?
Anyway, it works without it.
Cheers,
Brett
> -----Original Message-----
> From: Brett Porter
> Sent: Thursday, 12 February 2004 9:11 AM
> To: 'Gump code and data'
> Subject: RE: Building using Maven ...
>
>
> I've taken a look from the output you sent me, and as you've
> seen its obviously because the classpath is wrong
>
> [javac] [VERBOSE] Compilation arguments:
> '-d' '/var/gump/jakarta-gump-test/maven-project2/target/classes'
> '-classpath'
> '/var/gump/jakarta-gump-test/maven-project2/target/classes:/ho
> me/gump/maven-
> 1.0-rc1/lib/forehead-1.0-beta-5.jar'
>
> But why is still a mystery, as the classpath is set like this:
> <ant:classpath>
> <ant:path refid="maven.dependency.classpath"/>
> <ant:pathelement path="${maven.build.dest}"/>
> </ant:classpath>
>
> Which menas maven.dependency.classpath must be forehead only,
> but in all the listings given, this is never the case.
>
> Do you have any environmental settings in effect that might
> modify the classpath?
>
> I'll checkout the projects and see if they build for me.
>
> Cheers,
> Brett
>