Re: Non Maven project Tapestry 5.3

2012-06-21 Thread Thiago H de Paula Figueiredo
On Thu, 21 Jun 2012 09:42:12 -0300, Kristian Marinkovic wrote: not allowed to use ant? many of us are still forced to use ant :) Regardless of what tools you use and not use, Tapestry applications are ordinary Java Servlet API web applications. All you need to do is to put the dependenc

Re: Non Maven project Tapestry 5.3

2012-06-21 Thread Kristian Marinkovic
not allowed to use ant? many of us are still forced to use ant :) On Thu, Jun 21, 2012 at 12:51 PM, Muhammad Gelbana wrote: > In case these policies prohibits ant as well. I guess all you need is to > create tapestry's layout manually, include tapestry's libraries in your > classpath and you are

Re: Non Maven project Tapestry 5.3

2012-06-21 Thread Muhammad Gelbana
In case these policies prohibits ant as well. I guess all you need is to create tapestry's layout manually, include tapestry's libraries in your classpath and you are good to go. To be clear I haven't tried that before although I was thinking about it. This should be helpful http://tapestry.apache

Re: Non Maven project Tapestry 5.3

2012-06-21 Thread Chris Mylonas
jumpstart.doublenegative.com.au all of it downloadable and instructions on how to set it up in eclipse. it is ant scripts, not maven. On 21/06/2012, at 7:45 PM, captain_rhino wrote: > For complicated company polictical reasons I need to demonstrate a non maven > eclipse project. > > Does any h

Non Maven project Tapestry 5.3

2012-06-21 Thread captain_rhino
For complicated company polictical reasons I need to demonstrate a non maven eclipse project. Does any have a good example of this they could share? An axample project or typical non-maven project structure. I am basically just looking to produce a tapestry war using eclispe export functionalit