Derby 10.3.1.4 compiling problems

2007-09-14 Thread Paulo Jesus
I'm trying to compile derby 10.3.1.4 and I'm continuing having this error on build BUILD FAILED /paulo/svn/10.3/build.xml:335: The following error occurred while executing this line: /paulo/svn/10.3/java/engine/org/apache/derby/loc/build.xml:36: taskdef A class needed by class

Re: Derby 10.3.1.4 compiling problems

2007-09-14 Thread Kristian Waagan
Paulo Jesus wrote: I'm trying to compile derby 10.3.1.4 and I'm continuing having this error on build BUILD FAILED /paulo/svn/10.3/build.xml:335: The following error occurred while executing this line: /paulo/svn/10.3/java/engine/org/apache/derby/loc/build.xml:36: taskdef A class needed by

Re: Derby 10.3.1.4 compiling problems

2007-09-14 Thread Paulo Jesus
I'm building from console. I use ant ver. 1.6.5. It works fine compiling derby 10.2.2.0. I keep ant.properties and modify my script to set environment. My set environment script, now, looks this (junit.jar and derbyner.jar are here to try put server to run) --/-- #! /bin/bash

Re: Derby 10.3.1.4 compiling problems

2007-09-14 Thread Rick Hillegas
Hi Paulo, It doesn't appear to me that you have set ANT_HOME as described in trunk/BUILDING.txt. That may be part of the problem. Hope this helps, -Rick Paulo Jesus wrote: I'm building from console. I use ant ver. 1.6.5. It works fine compiling derby 10.2.2.0. I keep ant.properties and

Re: Derby 10.3.1.4 compiling problems

2007-09-14 Thread Kathey Marsden
Paulo Jesus wrote: The problem seems to start after, or inside, the first run of ant ... Derby does not have a dependency based build. I always do an ant clobber between builds. If it builds cleanly after an ant clobber then that is good. The problem you reported with the scripts is

Re: Derby 10.3.1.4 compiling problems

2007-09-14 Thread Paulo Jesus
2007/9/14, Kathey Marsden [EMAIL PROTECTED]: Paulo Jesus wrote: The problem seems to start after, or inside, the first run of ant ... Derby does not have a dependency based build. I always do an ant clobber between builds. If it builds cleanly after an ant clobber then that is good.