From: Chris T. <chr...@gm...> - 2012-02-16 08:03:23
|
Hello, After enabling all extensions in eXist-2.0.x/extensions/build.properties (but not the eXist-2.0.x/extensions/indexes/build.properties - so the spatial jars didn't get downloaded (if they would have)) and performing: ./build.sh rebuild various jars are downloaded leaving the following 18 missing jar files: > tools/aspectj/lib: > > aspectjrt-1.6.12.jar > > > extensions/indexes/spatial/lib: > > geoapi-nogenerics-2.1-M3.jar > gt2* (7) > jsr108-0.01.jar > jts-1.8.jar > vecmath-1.3.1.jar > > > extensions/security/oauth/lib > > scribe-1.2.3.jar > > > lib/optional: > > commons-codec-1.5.jar > > > lib/user: > > avalon-framework-api-4.3.jar > avalon-framework-impl-4.3.jar > icu4j-4.2.1.jar > saxon9he.jar The icu4j-4.2.1.jar is likely a leftover since icu4j-4_8_1_1.jar is present. It seems like the jars for the various options such as the spatial index that aren't enabled by default ought probably not be present in the .classpath. Thanks, Chris On Feb 16, 2012, at 1:35 PM, Dannes Wessels wrote: > Hi > > On Thu, Feb 16, 2012 at 7:21 AM, Dmitriy Shabanov <sha...@gm...> wrote: > BTW, some jars was updated to new version without updateting eclipse file. > > Dmitriy Shabanov > > 16.02.2012 11:05 пользователь "Chris Tomlinson" <chr...@gm...> написал: > > Hello, > > I just did a fresh check out the stable/eXist-2.0.x branch into an eclipse workspace and see around 30 jars referenced in the .classpath which are not present in the checkout hence showing up as missing items in the buildpath. > > The project must be rather complete *but* you might need to run the build.sh script with the right modules enabled in extensions/build.properties once to have all optional jars downloaded. > > Please could you provide the list of missing JAR files? > > I'll update the build documentation accordingly.... > > cheers > > Dannes > > > -- > eXist-db Native XML Database - http://exist-db.org > Join us on linked-in: http://www.linkedin.com/groups?gid=35624 |