Re: Configuring pom to use .properties from root.

2012-04-30 Thread Chris Mylonas
Dear Tap List [ Attn: George], Just to put my 2cents into the [OT] subject. This book from Packt publishing will get you going with maven well enough http://www.packtpub.com/apache-maven-2-effective-implementation/book The author(s) is from the Apache Archiva project (http://archiva.apache.org)-

Re: Configuring pom to use .properties from root.

2012-04-30 Thread Thiago H. de Paula Figueiredo
On Mon, 30 Apr 2012 14:29:54 -0300, George Christman wrote: If you could point me to something in regards to using tapestry without maven, it would be greatly appreciated. Thanks Thiago. There is no difference between Tapestry with Maven and Tapestry without Maven. Again, Maven is a buil

Re: Configuring pom to use .properties from root.

2012-04-30 Thread George Christman
All set, If you could point me to something in regards to using tapestry without maven, it would be greatly appreciated. Thanks Thiago. On Mon, Apr 30, 2012 at 1:06 PM, Thiago H de Paula Figueiredo [via Tapestry] wrote: > On Mon, 30 Apr 2012 13:58:17 -0300, George Christman > <[hidden email] <

Re: Configuring pom to use .properties from root.

2012-04-30 Thread Thiago H. de Paula Figueiredo
On Mon, 30 Apr 2012 13:58:17 -0300, George Christman wrote: If you wouldn't mind answering this question, I moved the .properties to the resources as you and lance both suggested. Should the application automatically pick this up? or would I need to configure it in the pom using include? Than

Re: Configuring pom to use .properties from root.

2012-04-30 Thread George Christman
This is where the Tap training would come in real handy. Is there any good setup tutorials using the new method? If you wouldn't mind answering this question, I moved the .properties to the resources as you and lance both suggested. Should the application automatically pick this up? or would I nee

Re: Configuring pom to use .properties from root.

2012-04-30 Thread Thiago H. de Paula Figueiredo
On Mon, 30 Apr 2012 12:53:09 -0300, George Christman wrote: I just assumed it was part of the Tapestry's configuration Tapestry isn't built on Maven. By the way, since some months ago, Tapestry isn't built using Maven anymore (but this won't make any difference for anyone who doesn't us

Re: Configuring pom to use .properties from root.

2012-04-30 Thread George Christman
I just assumed it was part of the Tapestry's configuration and felt adding Tapestry to the question would of just been redundant on a Tapestry mailing list. Just FYI, up until about 6 months ago, I've only ever really did front end development, so back end is pretty new. I was recently handed this

Re: Configuring pom to use .properties from root.

2012-04-30 Thread Thiago H. de Paula Figueiredo
On Mon, 30 Apr 2012 12:07:55 -0300, George Christman wrote: Sorry Thiago, I didn't realize this was a pure maven issue. I really need Howards Tap class to better understand the workings of tap so I can define what is tap related and what's not. In your e-mail, you haven't mentioned the wo

Re: Configuring pom to use .properties from root.

2012-04-30 Thread George Christman
Sorry Thiago, I didn't realize this was a pure maven issue. I really need Howards Tap class to better understand the workings of tap so I can define what is tap related and what's not. I didn't feel java was the right spot for this, but was directed to place it there by a non tapestry developer,

Re: Configuring pom to use .properties from root.

2012-04-30 Thread Lance Java
I'm a bit of a maven purist and I think that src/main/java is for java files only and any resource files should go in src/main/resources If you still want to do this, instead of whitelisting property files, you should blacklist *.java instead. Also, you don't need to include **/* in your second

Re: Configuring pom to use .properties from root.

2012-04-30 Thread Thiago H. de Paula Figueiredo
On Mon, 30 Apr 2012 11:41:42 -0300, George Christman wrote: Hello, Hi! This is a pure Maven question. Please avoid asking non-Tapestry related questions in the Tapestry mailing lists. I'm trying to get my project to use a login.properties file that has been placed in the java package