Alright will do. Can we have a db creation script please? I searched for it on google and found this guy asking the same question http://www.logemann.org/2007/04/25/tapestry-quickstart-with-appfuse-light/
Hope to get started with appfuse light soon. Thanks, -saeed mraible wrote: > > The easiest way to search for dependencies is using mvnrepository.com. > Please form what you'd like to see in the form of a FAQ and I'll try > to answer it and add it to the documentation. > > Matt > > On 7/20/07, Saeed Iqbal <[EMAIL PROTECTED]> wrote: >> >> Can we please put this thing in the documentation? Matt i've been trying >> to >> get appfuse started since last year. I mean it gives errors, i give up >> now i >> want to use appfuse-light, and the first thing was missing this >> information >> from the readme file of the documentation. It just said conveniently >> change >> pom file dependencies from postgresql to mysql but never said what they >> were. (version # especially in the repository). >> >> now the build fails mvn test because the database objects dont exist in >> mysql db. What should i do? Can i get the schema from somewhere? >> >> >> >> Matt Raible-3 wrote: >> > >> > This should work: >> > >> > <dependency> >> > <groupId>mysql</groupId> >> > <artifactId>mysql-connector-java</artifactId> >> > <version>5.0.4</version> >> > </dependency> >> > >> > I found this by searching mvnrepository.com for "mysql". >> > >> > Matt >> > >> > On 2/19/07, Scott Purcell <[EMAIL PROTECTED]> wrote: >> >> >> >> >> >> >> >> >> >> Hello, >> >> >> >> >> >> >> >> Over the weekend, I downloaded I believe 1.6 or 1.7 Equinox [ struts, >> >> hibernate, spring] combo. Anyway I was unable to get past the tests >> >> because >> >> the pom did not contain my mysql driver. It contains the postgres, but >> >> that >> >> isn't what I am running. >> >> >> >> >> >> >> >> When I look at the existing pom, I see the postgres entry, but I am >> not >> >> sure >> >> what to put in for the mysql entry? Is there a way or document that >> >> explains >> >> the values that go into the file. I went to the mysql site, but didn't >> >> see >> >> anything for maven there that shows the values. >> >> >> >> >> >> >> >> Also, I was not running Maven on my home dev box, but it downloaded >> and >> >> create a directory of all the jars under my ~/mvn/repository. That was >> >> cool. >> >> I guess ant did that? >> >> >> >> >> >> >> >> Thanks, >> >> >> >> Scott >> >> >> >> >> >> >> >> >> >> >> >> Here is postgres example: >> >> >> >> <dependency> >> >> >> >> <groupId>postgresql</groupId> >> >> >> >> <artifactId>postgresql</artifactId> >> >> >> >> <version>8.1-404.jdbc3</version> >> >> >> >> </dependency> >> >> >> >> >> >> >> >> >> > >> > >> > -- >> > http://raibledesigns.com >> > >> > --------------------------------------------------------------------- >> > To unsubscribe, e-mail: [EMAIL PROTECTED] >> > For additional commands, e-mail: [EMAIL PROTECTED] >> > >> > >> > >> >> >> -- >> View this message in context: >> http://www.nabble.com/POM-Question-tf3255295s2369.html#a11716350 >> Sent from the AppFuse - User mailing list archive at Nabble.com. >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> >> > > > -- > http://raibledesigns.com > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/POM-Question-tf3255295s2369.html#a11716466 Sent from the AppFuse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]