More instructions: 1. If you hit buildutil missing error, please go to buildutil directory and execute "mvn install" 2. if you hit problem when building daytrader from its root, something could be like this " Missing dependency: net.sourceforge.serp/serp/1.11.0/jar", just ignore it for now, and go to daytrader-web-jdbc directory to check if war is generated, if not, execute command "mvn install"
Forrest On Fri, May 7, 2010 at 10:20 AM, Forrest Xia <[email protected]> wrote: > Hi Dianne, > > Have you tried the steps that I list? > > *1. svn co > http://svn.apache.org/repos/asf/geronimo/samples/trunk/gsamplestrunk > 2. cd gsamplestrunk && mvn install -N && cd samples && mvn install -N && cd > daytrader && mvn install > 3. then check daytrader/assemblies/web/* > *daytrader-web-jdbc/target for the war file, follow the > daytrader/assemblies/web/**daytrader-web-jdbc/README to deploy to Tomcat* > > Forrest > >
