From: Joern T. <joe...@go...> - 2010-08-18 08:49:17
|
Ok, got it a ant exist.rebuild did it. Sorry for disturbing. On Wed, Aug 18, 2010 at 10:36 AM, Joern Turner <joe...@go...> wrote: > -checked out fresh copy of trunk > -ran ant exist.compile > -ran ant test > > result: > test-compile: > [mkdir] Created dir: /Users/dev/projects/exist-trunk/test/classes > [echo] Compiling with Java 1.6 from 1.6 source to 1.6 target, > debug on, optimize on, deprecation off > [javac] Compiling 278 source files to > /Users/dev/projects/exist-trunk/test/classes > [javac] /Users/dev/projects/exist-trunk/test/src/org/exist/xquery/functions/util/CounterTest.java:9: > package org.exist.xquery.modules.counter does not exist > [javac] import org.exist.xquery.modules.counter.CounterModule; > [javac] ^ > [javac] /Users/dev/projects/exist-trunk/test/src/org/exist/xquery/functions/util/CounterTest.java:25: > cannot find symbol > [javac] symbol : variable CounterModule > [javac] location: class org.exist.xquery.functions.util.CounterTest > [javac] private final static String IMPORT = "import module > namespace counter=\"" + CounterModule.NAMESPACE_URI + "\" " + > [javac] > ^ > [javac] Note: Some input files use or override a deprecated API. > [javac] Note: Recompile with -Xlint:deprecation for details. > [javac] Note: Some input files use unchecked or unsafe operations. > [javac] Note: Recompile with -Xlint:unchecked for details. > [javac] 2 errors > > BUILD FAILED > /Users/dev/projects/exist-trunk/build/scripts/junit.xml:44: Compile > failed; see the compiler error output for details. > > > On Wed, Aug 18, 2010 at 10:20 AM, Joern Turner > <joe...@go...> wrote: >> Sorry - i don't get it. Still get compile errors for the tests. >> >> What can be wrong? >> >> >> On Mon, Aug 16, 2010 at 6:23 PM, Dannes Wessels <da...@ex...> wrote: >>> Hi Joern, >>> this is an ordering issue in the build. You need to build exist first, then >>> the tests. >>> cheers >>> Dannes >>> On 16 Aug 2010, at 17:55 , Joern Turner wrote: >>> >>> We have done our mods and tried to run tests but there is a compile >>> error in test-compile: >>> >>> CounterTest.java:9: package org.exist.xquery.modules.counter does not >>> exist and so forth >>> >>> Can someone confirm that? We have swtiched off all of our stuff so it >>> does not seem to have to do with the betterFORM extension >>> >>> Kind regards >>> Dannes >>> -- >>> eXist-db Native XML Database - http://exist-db.org >>> Join us on linked-in: http://www.linkedin.com/groups?gid=35624 >>> >>> >>> >>> >>> >>> >>> >>> >> > |