Re: [maven-scr-plugin] ParserException with Enum

2009-03-17 Thread Carsten Ziegeler
Hi, this is a known issue of the QDox parser the plugin issues. http://felix.apache.org/site/apache-felix-scr-plugin-faq.html Now, did you use the latest release of the scr plugin, 1.0.10? I think the issue in QDox is fixed there. Regards Carsten Reto Bachmann-Gmür wrote: > with the following c

[maven-scr-plugin] ParserException with Enum

2009-03-17 Thread Reto Bachmann-Gmür
with the following class: public class Test { public enum Type { SCHEME, USER_INFO } public Test() { } } I get exeptions like the following: com.thoughtworks.qdox.parser.ParseException: syntax error @[8,14] in file:/home/rbn/projects/default/org.trialox.jax