anonymous wrote :
| 1. pulled down the AS 5 source from
https://svn.jboss.org/repos/jbossas/branches/Branch_5_x/
| 2. cd build/ dir
| 3. ant clean all install #BUILD 100% SUCCESSFUL
| . . .
|
If the build really had succeeded then you would find the following directories under
.../JBoss-AS-5.x/build/output/jboss-5.1.0.CR1/build/output/5.1.0.CR1
| [adinn@toby ~]$ ls ~/jboss/jbossas/JBoss_5_x/build/output/jboss-5.1.0.CR1/
| bin client common docs lib server
| [adinn@toby ~]$ ls ~/jboss/jbossas/JBoss_5_x/build/output/jboss-5.1.0.CR1/server/
| all default minimal standard web
| [adinn@toby ~]$
|
The last step cited above may be the problem. I remember my build completing wrongly when
I called ant directly. I believ it is recommended practice to build by executing the
build.sh or build.bat script rather than invoking ant. (just run the script with no
command line args)
Also, you are probably better off using the svn tree in
https://svn.jboss.org/repos/jbossas/tags/JBoss_5_1_0_Beta1/
The 5_x tree you checked out is the branch from which this tag was obtained. Obviously,
since it is a branch it is not totally stable whereas the tag will not have changed from
when it was made and is (should be :) guaranteed to build.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4223556#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...