[
https://issues.apache.org/jira/browse/DAYTRADER-61?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12636991#action_12636991
]
Kevan Miller commented on DAYTRADER-61:
---------------------------------------
Not sure what README file you are referring to... Regardless, the following
techniques will work...
1) Replace the above with the following (assumes you've built Daytrader locally
and your Maven2 repo is at ~/.m2/repository):
$GERONIMO_HOME/bin/gsh deploy/list-plugins -u system -w manager -r
file:/Users/kevan/.m2/repository
org.apache.geronimo.daytrader/daytrader-tomcat/2.2-SNAPSHOT/car
This will install daytrader-tomcat and all of its dependencies from your local
maven repo. So, this single command replaces the above installs of the
individual parts.
2) Install the activemq-ra jar using the following command (adjust the location
of the activemq-ra jar file accordingly) then use the above commands.
$GERONIMO_HOME/bin/gsh deploy/install-library -u system -w manager -g
org.apache.activemq
/Users/kevan/.m2/repository/org/apache/activemq/activemq-ra/4.1.2/activemq-ra-4.1.2.jar
This will place the required jar file in your servers repository. Thus the
dependency will be available when you install the daytrader-tomcat plugin.
> trying to build Daytrader trunk fails with FATAL ERROR
> ------------------------------------------------------
>
> Key: DAYTRADER-61
> URL: https://issues.apache.org/jira/browse/DAYTRADER-61
> Project: DayTrader
> Issue Type: Bug
> Components: buildsystem
> Reporter: ant elder
>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.