Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [udig-devel] headless build in ol' 1.1.x


On 11-Nov-08, at 11:09 AM, andrea antonello wrote:

I'm digging in the sdk problem:
In net.refractions.udig.libs.source/jars.xml

<property name="lib" value="src/net.refractions.udig.libs_1.1.0/lib"/>

was defined inside the build.jars target. Clean was called before and
that was breaking it.
So moving the property to global to the script did the job.

So next:

update.gt:
     [get] Getting:
file:////home/moovida/.m2/repository/gt_source/gt2-api-2.2.3-SNAPSHOT-sources.jar
     [get] To:
/container/development/udig/1.1.x_build/builds/1.1.x-sdk/plugins/ net.refractions.udig.libs.source/src/net.refractions.udig.libs_1.1.0/ lib/gt2-apisrc.zip
     [get] Error getting
file:////home/moovida/.m2/repository/gt_source/gt2-api-2.2.3-SNAPSHOT-sources.jar
to /container/development/udig/1.1.x_build/builds/1.1.x-sdk/plugins/ net.refractions.udig.libs.source/src/net.refractions.udig.libs_1.1.0/ lib/gt2-apisrc.zip

I get this error because I do not have
/home/moovida/.m2/repository/gt_source/ in my repo. Anyway, strange
enough, after that error,
/container/development/udig/1.1.x_build/builds/1.1.x-sdk/plugins/ net.refractions.udig.libs.source/src/net.refractions.udig.libs_1.1.0/ lib/gt2-apisrc.zip
exists.

Anyway at some point of the build, I get a filenotfound error:
java.io.FileNotFoundException:
/container/development/udig/1.1.x_build/builds/1.1.x-sdk/features/ net.refractions.udig_platform.source-feature/build.xml
(No such file or directory)


This is often because of version number problems. Check those. Check both the version numbers and make sure that all the file that it depends on exist and make sure that the version number of platform.source-feature feature is the same as the version number of platform-feature feature and platform.source plugin.

Jesse



Back to the top