From: jlauman <nu...@jb...> - 2005-08-03 23:03:50
|
Things for you to verify: Are all of the files in tools/lib? You should be able to see many jars there. Yes it looks normal What does buildmagic.task.classpath resolve to? You can add an echo message to the init target and verify this. [property] Loading /opt/java/jboss-cvs/jboss-4.0/build/local.properties [echo] Classpath is /opt/java/jboss-cvs/jboss-4.0/tools/lib/README: /opt/java/jboss-cvs/jboss-4.0/tools/lib/ant-javamail.jar: /opt/java/jboss-cvs/jboss-4.0/tools/lib/ant-junit.jar: /opt/java/jboss-cvs/jboss-4.0/tools/lib/ant-launcher.jar: /opt/java/jboss-cvs/jboss-4.0/tools/lib/ant-nodeps.jar: /opt/java/jboss-cvs/jboss-4.0/tools/lib/ant-trax.jar: /opt/java/jboss-cvs/jboss-4.0/tools/lib/ant-xalan2.jar: /opt/java/jboss-cvs/jboss-4.0/tools/lib/ant-xslp.jar: /opt/java/jboss-cvs/jboss-4.0/tools/lib/ant.jar: /opt/java/jboss-cvs/jboss-4.0/tools/lib/bsf.jar: /opt/java/jboss-cvs/jboss-4.0/tools/lib/buildmagic-tasks.jar: /opt/java/jboss-cvs/jboss-4.0/tools/lib/jbossbuild.jar: /opt/java/jboss-cvs/jboss-4.0/tools/lib/junit.jar: /opt/java/jboss-cvs/jboss-4.0/tools/lib/pretty.jar: /opt/java/jboss-cvs/jboss-4.0/tools/lib/resolver.jar: /opt/java/jboss-cvs/jboss-4.0/tools/lib/xalan.jar: /opt/java/jboss-cvs/jboss-4.0/tools/lib/xercesImpl.jar: /opt/java/jboss-cvs/jboss-4.0/tools/lib/xml-apis.jar: /opt/java/jboss-cvs/jboss-4.0/tools/lib: /opt/java/jboss-cvs/jboss-4.0/tools/etc: /opt/java/jboss-cvs/jboss-4.0/tools: /opt/java/jboss-cvs/jboss-4.0/build If I remove the "README" file from the tools/lib dir I can get rid of the Zip errors. The local.properties file is always overwritten by a file in etc/local.properties.example [property] Loading /opt/java/jboss-cvs/jboss-4.0/build/local.properties [property] Loading /root/.buildmagic.properties [property] Unable to find property file: /root/.buildmagic.properties [property] Loading /root/.ant.properties [property] Unable to find property file: /root/.ant.properties Ignoring Exception java.util.zip.ZipException: error in opening zip file reading resource org/jboss/tools/buildmagic/task/util/TaskLogger.class from /opt/java/jboss-cvs/jboss-4.0/tools/lib/README [available] Found: etc/local.properties-example The files it's looking for in the root dir don't exist and I don't want them to live there. I want them to stay in the build dir. I've been building Jboss on an almost daily basis for the last two years or so. I've never had this much trouble before. Any help would be appreciated. Jack View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3888310#3888310 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3888310 |