Sure. I use Maven, so these instructions would be relevant for using Maven with T5. I have Maven 2.0.6.
I used the Tapestry archetype to create the basic project -- the exact command that's outlined here: http://tapestry.apache.org/tapestry5/quickstart/ And then I changed the tapestry-release-version to 5.0.5-SNAPSHOT, AND I ADDED THE MAIN Maven snapshot repository to the list of repositories. That one is here: <repository> <id>org.apache.snapshot-repository</id> <name>Apache Snpshot Repository</name> <url>http://people.apache.org/repo/m2-snapshot-repository</url> </repository> I seemed to see some artifacts move back and forth to different repos, and adding this repo wound up allowing the build to complete. (Maven will clearly indicate if an artifact is missing.) That's about it: it all works fine for me here with only this indicated setup. You might try it without adding the above repo: it should be obvious if the build just indicates a missing artifact. Then add this and see what you get. One other note is that at one point during several attempted builds, I found that my local repo had an entry for one of the T5 artifacts (I forget specifically which), but the folder actually only contained the XML files and no jars. I deleted the artifact folders from my local repo and re-built the project and they got downloaded intact. So if you create the archetype POM and then also add that repo, but still have problems, you might try removing all T5 artifacts from your local repo and re-building to see if this problem happened to you also. I never did get to diagnose this issue further: it might have been due to an aborted build, or maybe I was building right at the instant the artifact was being added to the remote repo; and I suppose it also could have been because the actual source artifact in the remote repo was corrupt, but things are building and running without issue here now so I'm just forgetting about that. Good luck. On Fri June 8 2007 8:12:14 am you wrote: > Hi Steven > > I am new to Java and Tapestry and have been tryign to get 5.0.5 for several > days now and looked at the suggested forum entries but still noy joy. Would > you mind detailing exactly how you got it to work. > > Many thanks. > > Steven Coco-5 wrote: > > Fixed it. > > > > All I had to do was run the Maven archtype and copy the repository and > > plugin > > repository elements: my POM was missing some of those I thought would be > > obscure; but apparently more than one is needed even for a simple > > project. > > > > So I'm all set: and I'm happily running Maven 2.0.6 and Tap > > 5.0.5-SNAPHOT. > > > > (Aside: dig this late Maven POM element: > > <prerequisites> > > <maven>2.0.6</maven> > > </prerequisites> > > I like.) > > > > Wheee. > > > > Ciao. > > Steven Coco. > > > > On Monday June 4 2007 1:59:35 pm Davor Hrg wrote: > >> I found it easier to download trunk and build it, > >> I also disabled tests while mvn install to make it faster. > >> > >> On 6/4/07, Daniel Jue <[EMAIL PROTECTED]> wrote: > >> > Search the list for a thread called Shipwreck downloading 5.0.5. > >> > Towards the end there are helpful comments. You may have to tweak the > >> > version you want and/or the repository locations. > >> > > >> > Daniel > >> > > >> > On 6/4/07, Steven Coco <[EMAIL PROTECTED]> wrote: > >> > > Hi. > >> > > > >> > > I'm a noob and I like T5 a lot! > >> > > > >> > > I've been doing "desktop" Java development since V1 and I have had > >> > > great pains looking into Web frameworks; but when T5 came along by > >> > > me > >> > >> I > >> > >> > > jumped in right away. This is a real great way to develop Web apps. > >> > > > >> > > So I'm very interested in all this doctype and entity business. I > >> > > really want to serve HTML 4 strict if possible, and guess what, this > >> > > project has the ™ entity needed all over the place! Anyway, I > >> > > can't find out how to get 5.0.5 or any snpshot for that matter. It > >> > > appears that the Apache Maven snapshot repo doesn't in fact contain > >> > >> any > >> > >> > > snapshots. If I declare 5.0.4-SNAPSHOT or 5.0.5-SNAPSHOT in my POM I > >> > > get "artifact not found". > >> > > > >> > > Can anyone point me in the right direction? Do I actually have to > >> > >> just > >> > >> > > build it? > >> > > > >> > > Thanks in advance. > >> > > > >> > > Ciao. > >> > > Steven Coco. > >> > > > >> > > > >> > > -------------------------------------------------------------------- > >> > >- To unsubscribe, e-mail: [EMAIL PROTECTED] For > >> > > additional commands, e-mail: [EMAIL PROTECTED] > >> > > >> > --------------------------------------------------------------------- > >> > To unsubscribe, e-mail: [EMAIL PROTECTED] > >> > For additional commands, e-mail: [EMAIL PROTECTED] > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > Quoted from: > http://www.nabble.com/How-To-Get-5.0.5-tf3866305.html#a10955794 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]