What's going on is that Tapestry is in a snapshot stage, where we don't have official releases published to the central Maven repository, but do have -SNAPSHOT releases (a concept within Maven) published to a public repository at Apache. So if you don't want to build it all yourself, you need to point your local Maven at it.
The idea with SNAPSHOT releases is that your local copy of Maven will no rely on the "fake" version number, SNAPSHOT, but will keep checking the snapshot repository for the latest version of the jar. On 12/14/06, Howard Lewis Ship <[EMAIL PROTECTED]> wrote:
I think the proper solution may be to add the following to your pom.xml: <repositories> <repository> <id>apache.snapshots</id> <url> http://people.apache.org/maven-snapshot-repository</url> </repository> <repository> <id>howardlewisship.com</id> <url>http://howardlewisship.com/repository</url> </repository> <repository> <id>codehaus.snapshots </id> <url>http://snapshots.repository.codehaus.org</url> </repository> <!-- Pick up the selenium JARs. --> <repository> <id>openqa</id> <name>OpenQA Maven Repository</name> <url>http://maven.openqa.org/ </url> </repository> </repositories> On 12/13/06, bueggers <[EMAIL PROTECTED] > wrote: > > > I did it this way: > > svn co > http://svn.apache.org/repos/asf/tapestry/tapestry5/tapestry-core/trunk/ > tapestry-core > svn co > http://svn.apache.org/repos/asf/tapestry/tapestry5/tapestry-project/trunk/ > > tapestry-project > svn co > http://svn.apache.org/repos/asf/tapestry/tapestry5/tapestry-ioc/trunk/ > tapestry-ioc > svn co > > http://svn.apache.org/repos/asf/tapestry/tapestry5/tapestry-Workbench/trunk/ > tapestry-Workbench > cd tapestry-project > mvn install > > run that, take a breakfast or have a little walk in the meanwhile and > when > you come back after half an hour or so, you have tapestry-core.jar with > all > necessary dependencies on your local maven rep. > > > > tom.burt wrote: > > > > Trying to recreate example from screen cast 1. When I list possible > > dependencies in Maven, I do not get tapestry-core as a possibility. I > do > > get tapestry-ioc and tapestry-project. I have been able to download > > tapestry-core, tapestry-ioc and tapestry-project from svn with out a > > problem. Even tried copying dependencies from pom.xml for > tapestry-project > > to pom.xml in my new project, but that did not help. Any suggestions? > > > > > > > > -- > View this message in context: > http://www.nabble.com/tapestry-5.0-tf2818273.html#a7867368 > Sent from the Tapestry - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Howard M. Lewis Ship TWD Consulting, Inc. Independent J2EE / Open-Source Java Consultant Creator and PMC Chair, Apache Tapestry Creator, Apache HiveMind Professional Tapestry training, mentoring, support and project work. http://howardlewisship.com
-- Howard M. Lewis Ship TWD Consulting, Inc. Independent J2EE / Open-Source Java Consultant Creator and PMC Chair, Apache Tapestry Creator, Apache HiveMind Professional Tapestry training, mentoring, support and project work. http://howardlewisship.com