Great!  I can almost build again with Maven.

The problem (for me) now is with this ...


...
...
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-javadoc-plugin</artifactId>
                <executions>
                    <execution>
                        <id>attach-source</id>
                        <goals>
                            <goal>jar</goal>
                        </goals>
                    </execution>
                </executions>
                <configuration>
                    <sourcepath>src/java</sourcepath>
                    <encoding>UTF-8</encoding>
                    <groups>
                        <group>
                            <title>XWork Packages</title>
<packages>com.opensymphony.xwork2*</ packages>
                        </group>
                    </groups>
                    <show>private</show>
                    <links>
<link>http://java.sun.com/j2se/1.5.0/docs/ api</link> <link>http://java.sun.com/javaee/5/docs/api/ </link> <link>http://struts.apache.org/2.x/struts2- core/apidocs</link> <link>http://jakarta.apache.org/commons/ logging/apidocs/</link> <link>http://logging.apache.org/log4j/docs/ api/</link>
                    </links>
                </configuration>
            </plugin>
...
...


When I remove it, everything builds fine, but with it, I get the following ...

...
...
[INFO] [jar:jar]
[INFO] Building jar: /Users/jmitchell/svn/struts/xwork/target/ xwork-2.1-SNAPSHOT.jar
[INFO] Preparing javadoc:jar
[WARNING] Removing: jar from forked lifecycle, to prevent recursive invocation.
[INFO] No goals needed for project - skipping
[INFO] [javadoc:jar {execution: attach-source}]
Loading source files for package itchell.svn.struts.xwork.src.java.com.opensymphony.xwork2... Loading source files for package itchell.svn.struts.xwork.src.java.com.opensymphony.xwork2.config...
(more of the same)


The interesting part is "for package itchell.svn.struts.xwork.src.java.com...."
                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Not sure what would cause this.  Probably a Maven plugin bug.


--
James Mitchell
http://jamesmitchell.us


On Mar 31, 2007, at 5:39 AM, Claus Ibsen wrote:

Okay fixed the last broken test. All now passes in trunk and 2.0 branch.
---------------------------------------------------------------------
Posted via Jive Forums
http://forums.opensymphony.com/thread.jspa? threadID=72225&messageID=137590#137590


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to