Dear team, I downloaded the the latest version from the repository using:
mkdir <modules.dir> cd <modules.dir> svn co https://code.kepler-project.org/code/kepler/trunk/modules/build-area cd build-area ant change-to -Dsuite=kepler When I try to run: ant run...the build fails C:\Users\mgone\kepler2\build-area>ant run Buildfile: C:\Users\mgone\kepler2\build-area\build.xml compile: [compile] Compiling configuration-manager... [compile] C:\Users\mgone\kepler2\build-area\build.xml:31: warning: 'includeant runtime' was not set, defaulting to build.sysclasspath=last; set to false for re peatable builds [compile] Compiling module-manager... [compile] C:\Users\mgone\kepler2\build-area\build.xml:31: warning: 'includeant runtime' was not set, defaulting to build.sysclasspath=last; set to false for re peatable builds [compile] Compiling core... [compile] C:\Users\mgone\kepler2\build-area\build.xml:31: warning: 'includeant runtime' was not set, defaulting to build.sysclasspath=last; set to false for re peatable builds [compile] Compiling event-state... [compile] C:\Users\mgone\kepler2\build-area\build.xml:31: warning: 'includeant runtime' was not set, defaulting to build.sysclasspath=last; set to false for re peatable builds [compile] Compiling util... [compile] C:\Users\mgone\kepler2\build-area\build.xml:31: warning: 'includeant runtime' was not set, defaulting to build.sysclasspath=last; set to false for re peatable builds [compile] Compiling 22 source files to C:\Users\mgone\kepler2\util\target\clas ses [compile] C:\Users\mgone\kepler2\util\src\org\kepler\icon\ComponentEntityConfi g.java:38: package org.kepler.moml does not exist [compile] import org.kepler.moml.NamedObjId; [compile] ^ [compile] C:\Users\mgone\kepler2\util\src\org\kepler\icon\ComponentEntityConfi g.java:39: package org.kepler.objectmanager does not exist [compile] import org.kepler.objectmanager.ObjectManager; [compile] ^ [compile] C:\Users\mgone\kepler2\util\src\org\kepler\icon\IconMetadataHandler. java:34: package org.kepler.objectmanager does not exist [compile] import org.kepler.objectmanager.MetadataHandler; [compile] ^ [compile] C:\Users\mgone\kepler2\util\src\org\kepler\icon\IconMetadataHandler. java:40: cannot find symbol [compile] symbol: class MetadataHandler [compile] public class IconMetadataHandler implements MetadataHandler [compile] ^ [compile] C:\Users\mgone\kepler2\util\src\org\kepler\icon\ComponentEntityConfi g.java:182: cannot find symbol [compile] symbol : class NamedObjId [compile] location: class org.kepler.icon.ComponentEntityConfig [compile] NamedObjId lsid = ObjectManager.getIdAttributeFor(container) ; [compile] ^ [compile] C:\Users\mgone\kepler2\util\src\org\kepler\icon\ComponentEntityConfi g.java:182: cannot find symbol [compile] symbol : variable ObjectManager [compile] location: class org.kepler.icon.ComponentEntityConfig [compile] NamedObjId lsid = ObjectManager.getIdAttributeFor(container) ; [compile] ^ [compile] Note: Some input files use unchecked or unsafe operations. [compile] Note: Recompile with -Xlint:unchecked for details. [compile] 6 errors BUILD FAILED C:\Users\mgone\kepler2\build-area\build.xml:31: C:\Users\mgone\kepler2\build-are a\build.xml:31: Compile failed; see the compiler error output for details. Total time: 1 minute 46 seconds Is there anyone who has experienced the same problems or its just me? Moses -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mercury.nceas.ucsb.edu/kepler/pipermail/kepler-users/attachments/20100205/e2abf257/attachment-0001.html>