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

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: How to setup 4.1 MAVEN2 snapshot

2006-08-25 Thread Rowland Smith

Thanks a million Norbert!

-rowland

On Aug 25, 2006, at 3:59 PM, Norbert Sándor wrote:

Probably the simplest: after you built the project, go the one of  
the example 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 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?  And I really  
don't want to read a book to build the project ;)


Thanks,
Rowland

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





--No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.1.405 / Virus Database: 268.11.6/427 - Release Date:  
2006.08.24.






-
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]



Re: How to setup 4.1 MAVEN2 snapshot

2006-08-25 Thread Rowland Smith

It would really be sweet if you could just do something like :

$ mvn install-jars some-directory and get all of the tapestry- jars  
and all of the dependency jars.


-rowland

On Aug 25, 2006, at 3:59 PM, Norbert Sándor wrote:

Probably the simplest: after you built the project, go the one of  
the example 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 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?  And I really  
don't want to read a book to build the project ;)


Thanks,
Rowland

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





--No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.1.405 / Virus Database: 268.11.6/427 - Release Date:  
2006.08.24.






-
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]



Re: How to setup 4.1 MAVEN2 snapshot

2006-08-25 Thread Rowland Smith


On Aug 25, 2006, at 4:07 PM, Jesse Kuhnert wrote:

Just like Norbert told you. Look at one of the examples, or look at  
the

website
http://tapestry.apache.org/tapestry4.1/tapestry-framework/ 
dependencies.html.




Yep - got that.


Or look at the download page,
http://tapestry.apache.org/tapestry4.1/download.html.
You can go to ibiblio.org/maven2 to download all of the jars that  
tapestry
depends on if you don't want to do it the easy way by including  
tapestry in

a maven pom.xml file.



Only good if I want to use maven for my own project - I currently don't.

thanks,
-rowland


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-framework/4.1.1-SNAPSHOT/
http://people.apache.org/repo/m2-snapshot-repository/org/apache/
tapestry/tapestry-contrib/4.1.1-SNAPSHOT/
http://people.apache.org/repo/m2-snapshot-repository/org/apache/
tapestry/tapestry-annotations/4.1.1-SNAPSHOT/

Now, how do I get all of the jars that tapestry-framework depends on?

thanks,
rowland

On Aug 25, 2006, at 3:54 PM, Jesse 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?  And I really don't  
want

 to read a book to build the project ;)

 Thanks,
 Rowland

  
-

 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]




 --
 Jesse Kuhnert
 Tapestry/Dojo/(and a dash of TestNG), team member/developer

 Open source based consulting work centered around
 dojo/tapestry/tacos/hivemind.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





--
Jesse Kuhnert
Tapestry/Dojo/(and a dash of TestNG), team member/developer

Open source based consulting work centered around
dojo/tapestry/tacos/hivemind.



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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:

  component-type type=MyComponent specification-path=???/

Thanks,
Rowland


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



$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 location for a component using only  
annotations that is the equivalent of putting an asset named  
$template in the .jwc file?


Thanks,
Rowland


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]