mmm,

I don't get the errors on plugins trunk.
I only see it, when I add the
    <plugin>
      <groupId>org.apache.maven.plugins</groupId>
      <artifactId>maven-plugin-plugin</artifactId>
      <version>2.1</version>
    </plugin>
to XRTS.

Cagatay, or someone else, can  you double check ?

-M

On 5/21/07, Matthias Wessendorf <[EMAIL PROTECTED]> wrote:
In the past, we were seeing this issue in our i18n-plugin.
Fixed by
doing
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-plugin-plugin</artifactId>
        <version>2.1</version>
      </plugin>

Lemme check that for the XRTS-plug as well

-M

On 5/21/07, Cagatay Civici <[EMAIL PROTECTED]> wrote:
> As far as I know qdox 1.5 cannot handle java5 stuff but 1.6 can.
>
>
> On 5/21/07, Bruno Aranda <[EMAIL PROTECTED] > wrote:
> > Unless it has been fixed, this happens if there is code such as
> > Annotations in the plugin mojos,  which the parser is not able to
> > understand...
> >
> > hope that helps,
> >
> > Bruno
> >
> > On 21/05/07, Michael Trompertz <[EMAIL PROTECTED]> wrote:
> > > I got the same from trunk. May be this information heps
> > >
> > > Michael
> > >
> > >
> > > -----Ursprüngliche Nachricht-----
> > > Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] ] Im Auftrag
> von Matthias Wessendorf
> > > Gesendet: Montag, 21. Mai 2007 03:10
> > > An: MyFaces Discussion
> > > Betreff: Re: [Trinidad] faces-1_2-070427 build problem
> > >
> > > that is a bug in the version of the used qdox.
> > > I was thinking, that this has been addressed...
> > >
> > > lemme check.
> > > thanks for pointing out
> > >
> > > -M
> > >
> > > On 5/17/07, Graeme Steyn <[EMAIL PROTECTED] > wrote:
> > > >
> > > >
> > > > Good Morning,
> > > >
> > > > Please can someone point me in the right direction.  I have checked
> > > > out the
> > > >
> http://svn.apache.org/repos/asf/myfaces/trinidad/branches/faces-1_2-07
> > > > 0427/
> > > > branch.  I then do the following:
> > > >
> > > > cd plugins
> > > > mvn install
> > > >
> > > > I have always being getting the error below.  Any ideas?
> > > >
> > > > Thank you.
> > > >
> > > > Graeme.
> > > >
> > > > [INFO]
> > > >
> ----------------------------------------------------------------------
> > > > ------ [INFO] Building Apache Trinidad Maven XRTS Plugin
> > > > [INFO]    task-segment: [install]
> > > > [INFO]
> > > >
> ----------------------------------------------------------------------
> > > > ------
> > > > [INFO] [plugin:descriptor]
> > > > [INFO] Using 2 extractors.
> > > > [INFO] Applying extractor for language: java [INFO]
> > > >
> ----------------------------------------------------------------------
> > > > --
> > > > [ERROR] FATAL ERROR
> > > > [INFO]
> > > >
> ----------------------------------------------------------------------
> > > > --
> > > > [INFO] syntax error @[199,67] in
> > > >
> file:/E:/opensrc_svn/faces-1_2-070427/plugins/maven-xrts-plugin/src/ma
> > > > in/java/org/apache/myfaces/trinidadbuild/plugin/x
> > > > rts/XRTSParser.java
> > > > [INFO]
> > > >
> ----------------------------------------------------------------------
> > > > --
> > > > [INFO] Trace
> > > > com.thoughtworks.qdox.parser.ParseException: syntax
> error @[199,67] in
> > > >
> file:/E:/opensrc_svn/faces-1_2-070427/plugins/maven-xrts-plugin/src/ma
> > > > in/java/org
> /apache/myfaces/trinidadbuild/plugin/xrts/XRTSParser.java
> > > >         at
> > > >
> com.thoughtworks.qdox.parser.impl.Parser.yyerror(Parser.java:504)
> > > >         at
> > > >
> com.thoughtworks.qdox.parser.impl.Parser.yyparse(Parser.java:610)
> > > >         at
> > > >
> com.thoughtworks.qdox.parser.impl.Parser.parse(Parser.java:488)
> > > >         at
> > > >
> com.thoughtworks.qdox.JavaDocBuilder.addSource(JavaDocBuilder.java:296)
> > > >         at
> > > >
> com.thoughtworks.qdox.JavaDocBuilder.addSource(JavaDocBuilder.java:312)
> > > >         at
> > > >
> com.thoughtworks.qdox.JavaDocBuilder.addSource(JavaDocBuilder.java:308)
> > > >         at
> > > > com.thoughtworks.qdox.JavaDocBuilder$1.visitFile
> (JavaDocBuilder.java:365)
> > > >         at
> > > >
> 
com.thoughtworks.qdox.directorywalker.DirectoryScanner.walk(DirectoryScanner.java:43)
> > > >         at
> > > >
> com.thoughtworks.qdox.directorywalker.DirectoryScanner.walk
> (DirectoryScanner.java:34)
> > > >         at
> > > >
> 
com.thoughtworks.qdox.directorywalker.DirectoryScanner.walk(DirectoryScanner.java:34)
> > > >         at
> > > >
> com.thoughtworks.qdox.directorywalker.DirectoryScanner.walk
> (DirectoryScanner.java:34)
> > > >         at
> > > >
> 
com.thoughtworks.qdox.directorywalker.DirectoryScanner.walk(DirectoryScanner.java:34)
> > > >         at
> > > >
> com.thoughtworks.qdox.directorywalker.DirectoryScanner.walk
> (DirectoryScanner.java:34)
> > > >         at
> > > >
> 
com.thoughtworks.qdox.directorywalker.DirectoryScanner.walk(DirectoryScanner.java:34)
> > > >         at
> > > >
> com.thoughtworks.qdox.directorywalker.DirectoryScanner.walk
> (DirectoryScanner.java:34)
> > > >         at
> > > >
> 
com.thoughtworks.qdox.directorywalker.DirectoryScanner.scan(DirectoryScanner.java:52)
> > > >         at
> > > > com.thoughtworks.qdox.JavaDocBuilder.addSourceTree
> (JavaDocBuilder.java:362)
> > > >         at
> > > >
> 
org.apache.maven.tools.plugin.extractor.java.JavaMojoDescriptorExtractor.execute(JavaMojoDescriptorExtractor.java:477)
> > > >         at
> > > >
> 
org.apache.maven.tools.plugin.scanner.DefaultMojoScanner.populatePluginDescriptor
> (DefaultMojoScanner.java:69)
> > > >         at
> > > >
> 
org.apache.maven.plugin.plugin.AbstractGeneratorMojo.execute(AbstractGeneratorMojo.java:99)
> > > >         at
> > > >
> org.apache.maven.plugin.DefaultPluginManager.executeMojo
> (DefaultPluginManager.java:443)
> > > >         at
> > > >
> 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:539)
> > > >         at
> > > >
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle
> (DefaultLifecycleExecutor.java:480)
> > > >         at
> > > >
> 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:459)
> > > >         at
> > > >
> 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures
> (DefaultLifecycleExecutor.java:311)
> > > >         at
> > > >
> 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:278)
> > > >         at
> > > >
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute
> (DefaultLifecycleExecutor.java:143)
> > > >         at
> > > >
> org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:334)
> > > >         at
> > > >
> org.apache.maven.DefaultMaven.execute(DefaultMaven.java
> :125)
> > > >         at
> > > > org.apache.maven.cli.MavenCli.main(MavenCli.java:272)
> > > >         at
> > > > sun.reflect.NativeMethodAccessorImpl.invoke0(Native
> Method)
> > > >         at
> > > >
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> > > >         at
> > > >
> 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> > > >         at java.lang.reflect.Method.invoke(Method.java:597)
> > > >         at
> > > >
> org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
> > > >         at
> > > > org.codehaus.classworlds.Launcher.launch
> (Launcher.java:255)
> > > >         at
> > > >
> org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
> > > >         at
> > > >
> org.codehaus.classworlds.Launcher.main(Launcher.java:375)
> > > >
> > >
> > >
> > > --
> > > Matthias Wessendorf
> > > http://tinyurl.com/fmywh
> > >
> > > further stuff:
> > > blog: http://jroller.com/page/mwessendorf
> > > mail: mwessendorf-at-gmail-dot-com
> > >
> > >
> > >
> >
>
>


--
Matthias Wessendorf
http://tinyurl.com/fmywh

further stuff:
blog: http://jroller.com/page/mwessendorf
mail: mwessendorf-at-gmail-dot-com



--
Matthias Wessendorf
http://tinyurl.com/fmywh

further stuff:
blog: http://jroller.com/page/mwessendorf
mail: mwessendorf-at-gmail-dot-com

Reply via email to