Re: How to setup 4.1 MAVEN2 snapshot

2006-08-25 Thread Rowland Smith
wland On 8/25/06, Rowland Smith <[EMAIL PROTECTED]> wrote: OK, I guess I asked the question the wrong way: How do I get the 4.1.1. snapshot jars ? Andyhot provided: Latest jars can be found in http://people.apache.org/repo/m2-snapshot-repository/org/apache/ tapestry/tapestry-framewor

Re: How to setup 4.1 MAVEN2 snapshot

2006-08-25 Thread Rowland Smith
projects. There you will find a .war file which contains all the necessary jars. (For example tapestry/tapestry-examples/TimeTracker/target/tapestry- TimeTracker-4.1.1-SNAPSHOT.war) You may check out the book at http://www.mergere.com/ m2book_download.jsp :) Regards, Norbi Rowland Smith

Re: How to setup 4.1 MAVEN2 snapshot

2006-08-25 Thread Rowland Smith
/TimeTracker/target/tapestry- TimeTracker-4.1.1-SNAPSHOT.war) You may check out the book at http://www.mergere.com/ m2book_download.jsp :) Regards, Norbi Rowland Smith wrote: I've built tapestry 4.1.1 from source. I found all of the 4.1.1 SNAPSHOT jars. How do I get maven to put all o

Re: How to setup 4.1 MAVEN2 snapshot

2006-08-25 Thread Rowland Smith
Kuhnert wrote: Why do you need to build tapestry at all? On 8/25/06, Rowland Smith <[EMAIL PROTECTED]> wrote: I've built tapestry 4.1.1 from source. I found all of the 4.1.1 SNAPSHOT jars. How do I get maven to put all of the third-party jars that 4.1.1 depends on into some directory? A

Re: How to setup 4.1 MAVEN2 snapshot

2006-08-25 Thread Rowland Smith
I've built tapestry 4.1.1 from source. I found all of the 4.1.1 SNAPSHOT jars. How do I get maven to put all of the third-party jars that 4.1.1 depends on into some directory? And I really don't want to read a book to build the project ;) Thanks, Rowland

components in library using only annotations

2006-07-20 Thread Rowland Smith
Is it possible to package components that have *no* specification (defined using annotations only) into a component library? How is the specification-path defined in the .library file? For example: Thanks, Rowland - To

$template option using annotations

2006-07-18 Thread Rowland Smith
I've built a Border component using only annotations. I would like to put the .html template in /context/basic/Border.html. And in general I would like to organize my components in various directories as I expect them to grow pretty quickly. Is there an option for specifying the template