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 On Fri, May 7, 2010 at 12:25 AM, Dianne Richards <[email protected]> wrote: > I need more help. I downloaded the code again from the new link ( > http://svn.apache.org/repos/asf/geronimo/samples/trunk/samples/daytrader/) > into G:\geronimo\samples\trunk. From that directory, I did mvn clean > install. I got the following error: > > G:\geronimo\samples\trunk>mvn clean install > [INFO] Scanning for projects... > [INFO] > ------------------------------------------------------------------------ > [ERROR] FATAL ERROR > [INFO] > ------------------------------------------------------------------------ > [INFO] Failed to resolve artifact. > > GroupId: org.apache.geronimo.samples > ArtifactId: samples > Version: 3.0-SNAPSHOT > > Reason: Unable to download the artifact from any repository > > org.apache.geronimo.samples:samples:pom:3.0-SNAPSHOT > > from the specified remote repositories: > central (http://repo1.maven.org/maven2) > > Am I missing something, or should this work? > > Dianne > > > On Thu, May 6, 2010 at 10:31 AM, Dianne Richards <[email protected]>wrote: > >> Thanks Forrest - I had downloaded DayTrader from >> https://svn.apache.org/repos/asf/geronimo/daytrader/trunk. I'll try it >> from the link you posted. >> >> Dianne >> >> >> On Thu, May 6, 2010 at 10:10 AM, Forrest Xia <[email protected]> wrote: >> >>> Hi Dianne, >>> >>> What code base you are working on? Recently I copy daytrader into >>> Geronimo samples trunk for future maintanence, the new URL is >>> http://svn.apache.org/repos/asf/geronimo/samples/trunk/samples/daytrader/ >>> >>> If you get code from there, you can follow these steps to get a war which >>> could be deployed into Tomcat: >>> 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 >>> >>> >>> On Thu, May 6, 2010 at 10:55 PM, Dianne Richards <[email protected]>wrote: >>> >>>> Hi - Donald Woods told me that he thought changes were being made to >>>> DayTrader in trunk to create a war file that can be run on Tomcat. I >>>> downloaded the files and see some changes in the code. But, when I build it >>>> I don't see any war file. Am I missing something? Or, how close is it to >>>> being done? Any projected date? >>>> >>> >>> >> >
