[jboss-dev] Compilation error in JBossAS trunk?

Adrian Brock abrock at redhat.com
Wed Feb 20 09:50:38 EST 2008


On Wed, 2008-02-20 at 23:40 +0900, Trustin Lee wrote:
> I tried the command you suggested and got some weird result.
> 
> The directory I ran the build.sh
> was: /home/trustin/workspace/checkout/jboss/jbossas/build.  

My guess is that this is untrue, since build/build-thirdparty.xml
should have put them in jbossas/thirdparty:

  <!-- Main Definition of dependencies -->
  <build
    id="jbossas-thirdparty"
    impltitle="JBossAS"
    implversion="jboss-head"
    implvendor="JBoss Inc."
    implurl="http://www.jboss.org"
    description="JBoss Application Server"
    cvsroot="${cvs.prefix}@cvs.forge.jboss.com:/cvsroot/jboss"

<!-- HERE -->

    thirdpartypath="../thirdparty/"
    location="${jbossbuild.repository}"
    targetdefs="targets">



> I looked into the build files but couldn't find anything notable.  I am
> using Ant 1.7.0.  Would this be the cause of the problem?

If you use the build.sh then it uses the version of ant
from the tools directory not your local one.
So everybody should see consistent results.

I just did a clean checkout of jboss-head and used 
build.sh, I don't see any problems with the build.

$ svn co https://svn.jboss.org/repos/jbossas/trunk/ jboss-head
$ cd build
$ ./build.sh
...
      [jar] Building
jar: /home/ejort/jboss-head/build/output/jboss-5.0.0.CR1/client/jbossall-client.jar
   [delete] Deleting directory /home/ejort/jboss-head/build/build

install:

most:

main:

BUILD SUCCESSFUL
Total time: 16 minutes 58 seconds

-- 
xxxxxxxxxxxxxxxxxxxxxxxxxxxx
Adrian Brock
Chief Scientist
JBoss, a division of Red Hat
xxxxxxxxxxxxxxxxxxxxxxxxxxxx




More information about the jboss-development mailing list