Re: generating taglib using Ant and Java 6

2013-04-07 Thread Steven Yang
sure but just that i have never done such thing before please inform me on the step and what should i do thanks On Mon, Apr 8, 2013 at 2:37 PM, Lukasz Lenart wrote: > 2013/4/8 Steven Yang : > > yes I was using it when my project was built against java 1.5 > > > > as it uses APT which is not in

Re: generating taglib using Ant and Java 6

2013-04-07 Thread Lukasz Lenart
2013/4/8 Steven Yang : > yes I was using it when my project was built against java 1.5 > > as it uses APT which is not in Java 1.6 anymore. > > so I ported it to use the new Annotation Processor. > > I basically did a direct translation Is it a problem for you to prepare a patch with your changes?

Re: generating taglib using Ant and Java 6

2013-04-07 Thread Steven Yang
yes I was using it when my project was built against java 1.5 as it uses APT which is not in Java 1.6 anymore. so I ported it to use the new Annotation Processor. I basically did a direct translation On Mon, Apr 8, 2013 at 1:49 PM, Lukasz Lenart wrote: > 2013/4/7 Steven Yang : > > here is the

Re: generating taglib using Ant and Java 6

2013-04-07 Thread Lukasz Lenart
2013/4/7 Steven Yang : > here is the source on git > https://github.com/lunaspeed/struts-annotation-processor > > I am new on both git and maven so it seems I have not done somethings > right. Please tell me where I can improve. Have you tried to use and modify Struts Annotation project? https://