Here is what you need in order to build the 2 odmg jars. <?xml version="1.0" encoding="ISO-8859-1"?>
<!-- 1) Download odmg30.zip from http://www.odmg.org/odmg/downloads.htm 2) Build the odmg-3.0.jar o Unzip the odmg30.zip!jdk12/odmg.jar to src/java/org/odmg o Run the jar goal 3) Build the odmg-jdk1.1-3.0.jar o Delete the previous sources o Change the id value below from odmg to odmg-jdk1.1 o Unzip the odmg30.zip!jdk11/odmg.jar to src/java/org/odmg o Run the jar goal 4) Upload odmg-3.0.jar and odmg-jdk1.1-3.0.jar to ibiblio --> <project default="jar"> <pomVersion>3</pomVersion> <id>odmg</id> <currentVersion>3.0</currentVersion> <build> <sourceDirectory>src/java</sourceDirectory> </build> </project> > -----Original Message----- > From: Aslak Helles�y [mailto:[EMAIL PROTECTED]] > Sent: 23. januar 2003 02:39 > To: Turbine Maven Users List > Subject: RE: [ibiblio jar request] lucene-1.2 and odmg-3.0 > > > Yikes! I just realised that these jars are source jars. I'm > hacking together > some project.xml scripts for each of them so they can be built. > > > -----Original Message----- > > From: Aslak Helles�y [mailto:[EMAIL PROTECTED]] > > Sent: 23. januar 2003 02:19 > > To: [EMAIL PROTECTED] > > Subject: [ibiblio jar request] lucene-1.2 and odmg-3.0 > > > > > > Lucene: surprised it isn't there already ;-) > > http://jakarta.apache.org/lucene/ > > > > Odmg: Needed for Hibernate. > > http://www.odmg.org/odmg/downloads.htm > > > > Inside the odmg zip there are 2 different jar files. One that works with > > JDK1.1, and one that works with JDK1.2. > > I suggest you upload both, and name them as follows: > > > > odmg-3.0.jar > > odmg-jdk1.1-3.0.jar > > > > Very few people will need the last one, but since there are two, ibiblio > > might as well have both. > > Those who need the jdk1.1 version can then do > > > > <dependency> > > <id>odmg:jdk1.1</id> > > <version>3.0</version> > > </dependency> > > > > Cheers, > > Aslak > > > > > > -- > > To unsubscribe, e-mail: > > <mailto:[EMAIL PROTECTED]> > > For additional commands, e-mail: > > <mailto:[EMAIL PROTECTED]> > > > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
