Here's the specifics: System: Red Hat 7.2 Linux 2.4.14 on i686
JDK: java version "1.3.1_01" Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1_01) Java HotSpot(TM) Client VM (build 1.3.1_01, mixed mode) Ant: Ant version 1.4.1 compiled on October 11 2001 Snapshot: http://www.jboss.org/snapshots/jboss-all.zip unzip jboss-all Following the documentation I: $ ./build/build.sh init bash: ./build/build.sh: bad interpreter: Permission denied $ chmod +x build/build.sh $ ./build/build.sh init build.sh: Could not locate Ant; check $ANT or $ANT_HOME. $ cp -r /opt/ant ./ (ant is now in jboss-all/ant) $ ./build/build.sh init Searching for build.xml ... Buildfile: /home/ryan/jboss-all/build/build.xml BUILD FAILED Error reading project file Total time: 0 seconds $ ./build/build.sh Searching for build.xml ... Buildfile: /home/ryan/jboss-all/build/build.xml BUILD FAILED Error reading project file Total time: 0 seconds $ ./build/build.sh -version Ant version 1.4.1 compiled on October 11 2001 ______________________________________________________________________ View this jboss-dev thread in the online forums: http://jboss.org/forums/thread.jsp?forum=66&thread=5628 _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
