On 16 April 2016 at 00:58, Gary Gregory <garydgreg...@gmail.com> wrote: > +1 > > MD5, SHA1, ASC OK. > > Reports OK. > > Builds OK from src zip with 'mvn clean site' using Java 8, 7, and 6 on > Windows 7: > > Apache Maven 3.0.5 (r01de14724cdef164cd33c7c8c2fe155faf9602da; 2013-02-19 > 05:51:28-0800) > Maven home: E:\Java\apache-maven-3.0.5 > Java version: *1.8.0_77*, vendor: Oracle Corporation > Java home: C:\Program Files\Java\jdk1.8.0_77\jre > Default locale: en_US, platform encoding: Cp1252 > OS name: "windows 7", version: "6.1", arch: "amd64", family: "dos" > > and > > Apache Maven 3.0.5 (r01de14724cdef164cd33c7c8c2fe155faf9602da; 2013-02-19 > 05:51:28-0800) > Maven home: E:\Java\apache-maven-3.0.5 > Java version: *1.7.0_79*, vendor: Oracle Corporation > Java home: C:\Program Files\Java\jdk1.7.0_79\jre > Default locale: en_US, platform encoding: Cp1252 > OS name: "windows 7", version: "6.1", arch: "amd64", family: "windows" > > With Java 6, I get: > > [ERROR] Failed to execute goal > org.apache.maven.plugins:maven-site-plugin:3.4:site (default-site) on > project commons-net: Execution default-site of goal > org.apache.maven.plugins:maven-site-plugin:3.4:site failed: An API > incompatibility was encountere > d while executing org.apache.maven.plugins:maven-site-plugin:3.4:site: > java.lang.UnsupportedClassVersionError: > org/apache/maven/plugin/checkstyle/CheckstyleViolationCheckMojo : > Unsupported major.minor version 51.0 > > Apache Maven 3.0.5 (r01de14724cdef164cd33c7c8c2fe155faf9602da; 2013-02-19 > 05:51:28-0800) > Maven home: E:\Java\apache-maven-3.0.5 > Java version: 1.6.0_45, vendor: Sun Microsystems Inc. > Java home: E:\Program Files\Java\jdk1.6.0_45\jre > Default locale: en_US, platform encoding: Cp1252 > OS name: "windows 7", version: "6.1", arch: "amd64", family: "windows" > > So I use: > > mvn clean site -Pjava-1.6 > > I get: > > [INFO] > ------------------------------------------------------------------------ > [INFO] BUILD FAILURE > [INFO] > ------------------------------------------------------------------------ > [INFO] Total time: 9.532s > [INFO] Finished at: Fri Apr 15 16:54:37 PDT 2016 > [INFO] Final Memory: 28M/440M > [INFO] > ------------------------------------------------------------------------ > [ERROR] Failed to execute goal > org.apache.maven.plugins:maven-site-plugin:3.4:site (default-site) on > project commons-net: failed to get report for > org.apache.maven.plugins:maven-surefire-report-plugin: Failed to execute > goal org.apache.maven.plugins: > maven-compiler-plugin:3.3:compile (default-compile) on project commons-net: > Compilation failure -> [Help 1] > [ERROR] > [ERROR] To see the full stack trace of the errors, re-run Maven with the -e > switch. > [ERROR] Re-run Maven using the -X switch to enable full debug logging. > [ERROR] > [ERROR] For more information about the errors and possible solutions, > please read the following articles: > [ERROR] [Help 1] > http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException > > So we need a BUILDING.txt here too.
I don't get a problem with using -Pjava-1.6. Have you set up the necessary environment for using the java-1.6 profile? Or is that why you think we need BUILDING.txt? > I do not care or think we should care about Java 6 any longer so I am still > + 1. > > Gary > > > > > On Fri, Apr 15, 2016 at 3:42 PM, sebb <seb...@gmail.com> wrote: > >> It's about time to release the next version of NET. >> >> == >> >> NET 3.5 RC1 is available for review here: >> https://dist.apache.org/repos/dist/dev/commons/net/ >> (revision 13271) >> >> >> binaries/commons-net-3.5-bin.tar.gz.sha1:798851e256b64d6d03739bc24418369de3f9da7d >> >> binaries/commons-net-3.5-bin.zip.sha1:2418808e04005aa706de8e62e5592d32be1f34fc >> >> source/commons-net-3.5-src.tar.gz.sha1:8ccedbbf247ad916f0e2f0d57b8a68c7784db1bb >> >> source/commons-net-3.5-src.zip.sha1:f72bd8b5bf734930107b185588c6fe695513c270 >> >> Maven artifacts are here: >> >> https://repository.apache.org/content/repositories/orgapachecommons-1149/commons-net/commons-net/3.5/ >> >> These are the artifacts and their hashes >> >> /commons-net/commons-net/3.5/commons-net-3.5-test-sources.jar >> (SHA1: be2a7e5b07fb693ce02e0b1982d31484b9974670) >> /commons-net/commons-net/3.5/commons-net-3.5-sources.jar >> (SHA1: 1f3a44fe2766e3fb333150235c108bbf21f56163) >> /commons-net/commons-net/3.5/commons-net-3.5-ftp.jar >> (SHA1: e32bf348565421a1c55625e5830737f4019dbe52) >> /commons-net/commons-net/3.5/commons-net-3.5.jar >> (SHA1: f497c63d2be3180a54122245938230ca9e3bb5a2) >> /commons-net/commons-net/3.5/commons-net-3.5-examples.jar >> (SHA1: a719e650f46c499551752c458ef1bcf9ed4ef940) >> /commons-net/commons-net/3.5/commons-net-3.5-tests.jar >> (SHA1: ba42d4ef89e8c940f111218c77875299faef22b4) >> /commons-net/commons-net/3.5/commons-net-3.5.pom >> (SHA1: 284b24dfd9cc4f0bf23c8d2ff4d95bc70fb374dc) >> /commons-net/commons-net/3.5/commons-net-3.5-javadoc.jar >> (SHA1: d858126e2260adf6e8ed2b84e12acabb7fce17ad) >> >> Details of changes since 3.4 are in the release notes: >> https://dist.apache.org/repos/dist/dev/commons/net/RELEASE-NOTES.txt >> http://home.apache.org/~sebb/net-3.5-RC1/changes-report.html >> >> I have tested this with JDK 1.6, 1.7, 1.8 using Apache Maven 3.3.3 >> >> The tag is here: >> http://svn.apache.org/repos/asf/commons/proper/net/tags/NET_3_5_RC1/ >> (revision 1739355) >> >> Site: >> http://home.apache.org/~sebb/net-3.5-RC1/ >> (some *relative* links are broken - these will be OK once the site >> is deployed) >> >> Clirr Report (compared to 3.4): >> http://home.apache.org/~sebb/net-3.5-RC1/clirr-report.html >> >> RAT Report: >> http://home.apache.org/~sebb/net-3.5-RC1/rat-report.html >> >> KEYS: >> https://www.apache.org/dist/commons/KEYS >> >> Please review the release candidate and vote. >> This vote will close no sooner than 72 hours from now, >> i.e. sometime after 23:00 GMT 18 Apr 2016 >> >> >> [ ] +1 Release these artifacts >> [ ] +0 OK, but... >> [ ] -0 OK, but really should fix... >> [ ] -1 I oppose this release because... >> >> Thanks! >> >> Sebb >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org >> For additional commands, e-mail: dev-h...@commons.apache.org >> >> > > > -- > 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 --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org