Ryan,
unzip doesn't seem to restore correct permissions - so, jboss-all/tools/bin/ant and friends are not executable.
I can't find any way to force unzip to honor file permissions, so give the tarball a try: http://www.jboss.org/snapshots/jboss-all.tgz (it's smaller, too) or fire up CVS.
It also seems build.sh should check first for existence of ant, then test its executability with -x and balk accordingly.
Right now, if ant exists but isn't +x, it whines "build.sh: Could not locate Ant; check $ANT or $ANT_HOME.". (I'll go fix it)
-Justin
> -----Original Message-----
> From: Ryan Marsh [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, December 13, 2001 1:42 PM
> To: [EMAIL PROTECTED]
> Subject: Re: [JBoss-dev] Building Sources
>
>
> 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
>
