Re: Struts2 annotation based TLD generation using Ant

2008-06-20 Thread Dmitriy Kuznetsov
Musachy Barroso wrote: > > Get it from here: > > http://repo1.maven.org/maven2/org/apache/struts/struts-annotations/ > > musachy > I've managed to do it with following target:

Re: Struts2 annotation based TLD generation using Ant

2008-06-19 Thread Musachy Barroso
Get it from here: http://repo1.maven.org/maven2/org/apache/struts/struts-annotations/ musachy On Thu, Jun 19, 2008 at 2:56 PM, Dmitriy Kuznetsov <[EMAIL PROTECTED]> wrote: > > > > Musachy Barroso wrote: >> >> The Ant Apt task would be a way: >> http://ant.apache.org/manual/CoreTasks/apt.html >>

Re: Struts2 annotation based TLD generation using Ant

2008-06-19 Thread Dmitriy Kuznetsov
Musachy Barroso wrote: > > The Ant Apt task would be a way: > http://ant.apache.org/manual/CoreTasks/apt.html > > musachy > > Thanks. Could you please explain some details: 1. I found source code of TLDAnnotationProcessorFactory and some related classes at https://issues.apache.org/struts

Re: Struts2 annotation based TLD generation using Ant

2008-06-19 Thread Musachy Barroso
The Ant Apt task would be a way: http://ant.apache.org/manual/CoreTasks/apt.html musachy On Thu, Jun 19, 2008 at 2:28 PM, Dmitriy Kuznetsov <[EMAIL PROTECTED]> wrote: > > Struts2 TLD files are generated by maven. I will not use maven on current > project, so how to run the same task from Ant? >