From: Hungerburg <pc...@my...> - 2011-12-23 12:37:43
|
Am 2011-12-23 13:31, schrieb Dannes Wessels: > HI, > > On 23 Dec 2011, at 12:59 , Hungerburg wrote: > >> BUILD FAILED >> .../eXist/build/scripts/build-impl.xml:345: >> .../eXist/src/org/exist/http/webdav/methods does not exist. >> >> do I have to clean or something? > > > think so yes.... I moved some classes, if there are old references..... n old class files, these old classfiles must be removed.... > > I see the same message on teamcentre..... but not local after a clean > but clean means: backup restore. tedious. is this a generated file, with the wrong reference? I patched it. Build went ok. Index: build/scripts/build-impl.xml =================================================================== --- build/scripts/build-impl.xml (revision 15595) +++ build/scripts/build-impl.xml (working copy) @@ -342,11 +342,6 @@ <copy file="${src}/org/exist/system.properties" todir="${build.classes}/org/exist" filtering="true" overwrite="true"/> <copy file="${src}/org/exist/util/mime-types.xml" todir="${build.classes}/org/exist/util"/> - <copy todir="${build.classes}/org/exist/http/webdav/methods"> - <fileset dir="${src}/org/exist/http/webdav/methods"> - <include name="**.xq"/> - </fileset> - </copy> <copy todir="${build.classes}/org/exist/validation/internal/query"> <fileset dir="${src}/org/exist/validation/internal/query"> <include name="**.xq"/> |