[jboss-dev-forums] [Design of EJB 3.0] - EJB3 Plugin Installer; Multiplatform
ALRubinger
do-not-reply at jboss.com
Tue Jan 15 15:40:21 EST 2008
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:
> svn co https://svn.jboss.org/repos/jbossas/projects/ejb3/trunk/ .
| > 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#4120222
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4120222
More information about the jboss-dev-forums
mailing list