Re: How to build both .tml, .java page using ant build

2012-12-14 Thread Thiago H de Paula Figueiredo
On Fri, 14 Dec 2012 04:13:33 -0200, karthi wrote: Hi, Hi! You also need to copy files in src/main/resources to your ${target.classes.dir}. Using ant how to compile both .tml & .java files? .tml files are not compiled. Your problem here is that you didn't copy

Re: How to build both .tml, .java page using ant build

2012-12-14 Thread Lance Java
Firstly, I would urge you not to use ant. It's easy to end up with spaghetti code that does not conform to any standard. Even though I hate maven, it's 1000 times better than ant. I suggest you build with gradle. If you *must* use ant. Then I suggest that you at least conform to the maven standard

Re: How to build both .tml, .java page using ant build

2012-12-13 Thread karthi
Thanks for your reply... In my application .tml pages also in src/main/resources -- View this message in context: http://tapestry.1045711.n5.nabble.com/How-to-build-both-tml-java-page-using-ant-build-tp5718711p5718713.html Sent from the Tapestry - User mailing list archive at Nabble.com.

Re: How to build both .tml, .java page using ant build

2012-12-13 Thread Rural Hunter
Not familiar with ant but in maven I have to put the tml files in src/main/resources instead of src/main/java. I guess ant behaves similarily. 于 2012/12/14 14:13, karthi 写道: Hi, I have developed an application in tapestry & it normally runs in tomcat7. Also when export manually as war file & d