You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by si...@insession.com on 2005/05/11 03:47:42 UTC

Re: Obtaining spec JARs required for a build of the 10.0 derby branch

Hi Andrew, thanks for those changes.

I noticed that BUILDING.txt in the 10.0 branch does not include empty.jar 
just before section 2.2.6:

Note: After following the steps in sections 2.2.4-2.2.8 of this
document, you should have the following:

+${derby.source}/tools/java/empty.jar
 ${derby.source}/tools/java/javacc.jar
 ${derby.source}/tools/java/jakarta-oro-2.0.8.jar
 ${derby.source}/tools/java/jce1_2_2.jar 
 ${derby.source}/tools/java/jdbc2_0-stdext.jar
 ${derby.source}/tools/java/geronimo-spec-jta-1.0.1B-rc4.zip 
 ${derby.source}/tools/java/geronimo-spec-servlet-2.4-rc4.jar
 ${derby.source}/tools/java/osgi.jar

John

Andrew McIntyre <mc...@gmail.com> wrote on 23/04/2005 08:58:36 AM:

> On 4/13/05, sissonj@insession.com <si...@insession.com> wrote:
> > In the 10.0 derby branch, the BUILDING.TXT file contains the following
> > step, but the files are no longer available at the documented URL.  To
> > simplify building in the 10.0 branch, should the build be changed to 
use
> > the geronimo-spec-jta-1.0.1B-rc4.jar and 
geronimo-spec-servlet-2.4-rc4.jar
> > in the tools/java directory like the trunk does?
> 
> Hi John,
> 
> With revision 164295, I have merged the changes to add the spec jars
> over to the 10.0 branch. Please remove javacc.jar and
> jakarta-oro-2.0.8.jar from your tools/java directory before your next
> 'svn up' of the 10.0 branch to allow subversion to replace your copy
> with the copy from the repository.
> 
> andrew