Re: Plugin descriptor extractor for JDK1.5 sources/annotations?

2006-05-19 Thread Yoav Landman
Sorry, link missing - http://sourceforge.net/projects/mvn-anno-mojo -- View this message in context: http://www.nabble.com/Plugin+descriptor+extractor+for+JDK1.5+sources-annotations--t1420471.html#a4475521 Sent from the Maven - Dev forum at Nabble.com

Re: Plugin descriptor extractor for JDK1.5 sources/annotations?

2006-05-19 Thread Yoav Landman
I have already implemented the above, with APT and QDox-1.6-SNAPSHOT (which lives peacefully with 1.5 syntax). It is currently avalibale through SVN only. I'll be glad to contribute this to Maven. Yoav -- View this message in context: http://www.nabble.com/Plugin+descriptor+extracto

RE: Plugin descriptor extractor for JDK1.5 sources/annotations?

2006-04-10 Thread Johann Reyes
bject: Plugin descriptor extractor for JDK1.5 sources/annotations? Hi, since qdox has some problems with JDK 1.5 sources, is there a plugin descriptor extractor for JDK1.5 sources with annotations? If not, I'd go ahead and write one. Looks fairly straightforward to me, except for the ch

Re: Plugin descriptor extractor for JDK1.5 sources/annotations?

2006-04-10 Thread Jochen Kuhnle
Brett Porter wrote: I'm not sure this is plugin configuration - it should determine it from the format of the source file? Should it just do two passes and merge them? The problem is that QDOX cannot parse JDK 1.5 sources, e.g. it chokes on Map. IMO, the POM should specify that your sources

Re: Plugin descriptor extractor for JDK1.5 sources/annotations?

2006-04-09 Thread Brett Porter
I'm not sure this is plugin configuration - it should determine it from the format of the source file? Should it just do two passes and merge them? Are you planning to manually parse the annotations from the source files? - Brett Jochen Kuhnle wrote: > Hi, > > since qdox has some problems with

Plugin descriptor extractor for JDK1.5 sources/annotations?

2006-04-09 Thread Jochen Kuhnle
Hi, since qdox has some problems with JDK 1.5 sources, is there a plugin descriptor extractor for JDK1.5 sources with annotations? If not, I'd go ahead and write one. Looks fairly straightforward to me, except for the choice which extractor to use in a project, or in other words, how to prev