On Jun 12, 2014 12:31 PM, "Gary Gregory" <garydgreg...@gmail.com> wrote:
>
> mvn clean package
> works with:
>
> Apache Maven 3.0.5 (r01de14724cdef164cd33c7c8c2fe155faf9602da; 2013-02-19
> 08:51:28-0500)
> Maven home: C:\Java\apache-maven-3.0.5
> Java version: 1.7.0_55, vendor: Oracle Corporation
> Java home: C:\Program Files\Java\jdk1.7.0_55\jre
> Default locale: en_US, platform encoding: Cp1252
> OS name: "windows 7", version: "6.1", arch: "amd64", family: "windows"
>
> but *not* with Java 8:
>
> [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-javadoc-plugin:2.9.1:javadoc
> (create-javadoc-jar) on project commons-weaver-processor: An error has
> occurred in JavaDocs report generation:
> [ERROR] Exit code: 1 - javadoc: warning - Error fetching URL:
> http://docs.oracle.com/javase/6/docs/api
> [ERROR] javadoc: warning - Error fetching URL:
> http://docs.oracle.com/javaee/6/api
> [ERROR]
>
C:\temp\rc\commons-weaver-1.1-src\processor\src\main\java\org\apache\commons\weaver\model\ScanResult.java:49:
> error: unexpected end tag: </p>
> [ERROR] * </p><p>
> [ERROR] ^
>
> Apache Maven 3.0.5 (r01de14724cdef164cd33c7c8c2fe155faf9602da; 2013-02-19
> 08:51:28-0500)
> Maven home: C:\Java\apache-maven-3.0.5
> Java version: 1.8.0_20-ea, vendor: Oracle Corporation
> Java home: C:\Program Files\Java\jdk1.8.0_20\jre
> Default locale: en_US, platform encoding: Cp1252
> OS name: "windows 7", version: "6.1", arch: "amd64", family: "dos"
>
> I fixed that one in SVN

Thanks.

but there are also problems in HelpMojo with Java 8
> which comes from generated code. Who generates this code?
>

The normal instrumentation around a maven plugin.

> The BUILDING.txt file does not contain instructions for building the site

The section labeled "Antlib Test module" through the end of the document is
intended to give you what you need, namely:

mvn -P-antlib-test clean site site:stage

With the documented permgen settings in MAVEN_OPTS. The extra site:stage
goal is documented in the commons-wide site generation documentation.

Thanks for looking,
Matt

> (which is needed since 'mvn clean site' breaks because this is a
> multi-module build).
>
> Gary
>
>
>
> On Thu, Jun 12, 2014 at 11:06 AM, Matt Benson <mben...@apache.org> wrote:
>
> > On Tue, Jun 10, 2014 at 10:39 AM, Matt Benson <mben...@apache.org>
wrote:
> >
> > > I would like to release the [weaver] component.
> > >
> > > Apache Commons Weaver 1.1 RC2 is available for review at:
> > >   https://dist.apache.org/repos/dist/dev/commons/weaver/ (r5555).
> > >
> > > Maven artifacts are at:
> > >
> > >
> >
https://repository.apache.org/content/repositories/orgapachecommons-1034/
> > >  .
> > >
> > > Tested with Oracle JDKs 6, 7 and 8.
> > >
> > > The Subversion tag is:
> > >   http://svn.apache.org/repos/asf/commons/proper/weaver/tags/1.1_RC2/
> > >  (r1601619).
> > >
> > > Site (note some links are broken; this will be fixed when the site is
> > > deployed):
> > >   http://people.apache.org/~mbenson/commons-weaver-1.1-rc2/index.html
> > >
> > > RAT Report:
> > >
> > http://people.apache.org/~mbenson/commons-weaver-1.1-rc2/rat-report.html
> > >
> > > Quality Reports (CLIRR/PMD/Checkstyle/Findbugs):
> > >
> > http://people.apache.org/~mbenson/commons-weaver-1.1-rc2/commons-weaver
> > > -processor/project-reports.html
> > >
> > http://people.apache.org/~mbenson/commons-weaver-1.1-rc2/commons-weaver
> > > -modules-parent/commons-weaver-privilizer-parent/commons-weaver
> > > -privilizer-api/project-reports.html
> > >
> > http://people.apache.org/~mbenson/commons-weaver-1.1-rc2/commons-weaver
> > > -modules-parent/commons-weaver-privilizer-parent/commons-weaver
> > > -privilizer/project-reports.html
> > >
> > http://people.apache.org/~mbenson/commons-weaver-1.1-rc2/commons-weaver
> > > -modules-parent/commons-weaver-normalizer-parent/commons-weaver
> > > -normalizer/project-reports.html
> > >
> > http://people.apache.org/~mbenson/commons-weaver-1.1-rc2/commons-weaver
> > > -maven-plugin/project-reports.html
> > >
> > http://people.apache.org/~mbenson/commons-weaver-1.1-rc2/commons-weaver
> > > -antlib-parent/commons-weaver-antlib/project-reports.html
> > >
> > > Keys: https://dist.apache.org/repos/dist/release/commons/KEYS
> > >
> > > Please review the release candidate and vote.
> > >   This vote will close no sooner than 72 hours from now, i.e. after
> > > 1545UTC 13-June 2014
> > >
> > >   [ ] +1 Release these artifacts
> > >   [ ] +0 OK, but...
> > >   [ ] -0 OK, but really should fix...
> > >   [ ] -1 I oppose this release because...
> > >
> > > My own +1.
> >
> > Matt
> >
> >
> > >   Thanks!
> > >
> >
>
>
>
> --
> E-Mail: garydgreg...@gmail.com | ggreg...@apache.org
> Java Persistence with Hibernate, Second Edition
> <http://www.manning.com/bauer3/>
> JUnit in Action, Second Edition <http://www.manning.com/tahchiev/>
> Spring Batch in Action <http://www.manning.com/templier/>
> Blog: http://garygregory.wordpress.com
> Home: http://garygregory.com/
> Tweet! http://twitter.com/GaryGregory

Reply via email to