"jelda" wrote : Yeah. But when can we expect 4.0.5 installer.jar which I can use to install ejb3 profile without any hassels?
It is actually not that hard to do your self. If you do not already have a Subversion client installed I recommend TortoiseSVN (If you want to checkout via Eclipse use Subclipse. But building in Eclipse can be a bid challenging) Do an SVN Checkout of the following repository: http://anonsvn.jboss.org/repos/jbossas/tags/JBoss_4_0_5_GA/ In the checkout directory, go to the build directory (i.e JBoss_4_0_5_GA/build) and run the either build.bat (if running Windows) or build.sh (if running Linux etc.). This will generate an output directory inside the build directory containing two folders with your binary builds: jboss-4.0.5.GA jboss-4.0.5.GA-ejb3 Thats it :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3979586#3979586 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3979586 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
