The EJB3 Plugin Installer is used to patch an existing AS5 Installation with EJB3 Binaries
from Projects.
I'm a bit concerned about cross-platform execution, so will post instructions for
running the installer here. If anyone's got a couple minutes to run through the
following and report problems, I'd appreciate it. (We're testing the execution of
Ant here, not the validity of the buildfile or final product).
Build like:
| > mvn clean install
It takes 1 argument, the location of an existing JBoss AS installation.
Execute like:
java -jar \
|
target/jboss-ejb3-parent-0.11.0-SNAPSHOT-installer.jar \
| /home/alrubinger/jboss-5.0.0.Beta3/
Requirements:
* ANT_HOME defined and pointed properly to Ant
* First argument is location of regular install of AS (I just unzip Beta3 here)
Again, if Ant executes without exception, it's all good in the hood. The buildfile
itself is under construction.
S,
ALR
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4120222#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...