You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by Nate Drake <nd...@gmail.com> on 2007/04/01 03:23:28 UTC

Re: XWork build failing

I've had that funky package name problem as well.

On 3/31/07, James Mitchell <jm...@gmail.com> wrote:
> 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: dev-unsubscribe@struts.apache.org
> > For additional commands, e-mail: dev-help@struts.apache.org
> >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
> For additional commands, e-mail: dev-help@struts.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org