Lewis,
> Can anyone else please verify what results they get?
java7 vs java8.
With java8 it builds, if you skip tests.
With java7 it builds and the test runs.
If the release announcement explain this situation then I'm +1 on this
release.
(I have some mutters about the whole tone of "source-release" as applied
to java projects ... the users work with project- built jars. That's how
the ecosystem works! So not specific to any23)
Andy
------------------------------------
This is what I did (repeated this morning):
The full maven log is
http://people.apache.org/~andy/any23-build.log
Environment:
Ubuntu 12:04
mvn -version ==>
Apache Maven 3.2.1 (ea8b2b07643dbb1b84b6d16e1f08391b666bc1e9;
2014-02-14T17:37:52+00:00)
Maven home: /home/afs/sys/apache-maven-3.2.1
Java version: 1.8.0_25, vendor: Oracle Corporation
Java home: /usr/lib/jvm/java-8-oracle/jre
Default locale: en_GB, platform encoding: UTF-8
OS name: "linux", version: "3.13.0-37-generic", arch: "amd64", family:
"unix"
I also tried
export JAVA_HOME=/usr/lib/jvm/java-7-openjdk-amd64
mvn --version ==>
Apache Maven 3.2.1 (ea8b2b07643dbb1b84b6d16e1f08391b666bc1e9;
2014-02-14T17:37:52+00:00)
Maven home: /home/afs/sys/apache-maven-3.2.1
Java version: 1.7.0_65, vendor: Oracle Corporation
Java home: /usr/lib/jvm/java-7-openjdk-amd64/jre
Default locale: en_GB, platform encoding: UTF-8
OS name: "linux", version: "3.13.0-37-generic", arch: "amd64", family:
"unix"
and it worked.
Process:
--------------
cp ~/.m2/settings-release.xml tmp/s.xml
cd ~/tmp
rm -rf REPO
mkdir REPO
wget
https://dist.apache.org/repos/dist/dev/any23/1.1/apache-any23-1.1-src.zip
unzip -q apache-any23-1.1-src.zip
cd apache-any23-1.1-src
mvn -s ../s.xml install
# s.xml is the file already quoted below.
and it ends (edited to fit email):
Tests run: 390, Failures: 4, Errors: 0, Skipped: 10
[INFO] ---------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Apache Any23 .............................. SUCCESS [ 37.112 s]
[INFO] Apache Any23 :: Base API .................. SUCCESS [ 12.841 s]
[INFO] Apache Any23 :: Test Resources ............ SUCCESS [ 0.386 s]
[INFO] Apache Any23 :: NQuads Parser and Writer .. SUCCESS [ 9.080 s]
[INFO] Apache Any23 :: CSV Utilities ............. SUCCESS [ 2.530 s]
[INFO] Apache Any23 :: Mime Type Detection ........SUCCESS [ 39.570 s]
[INFO] Apache Any23 :: Encoding Detection .........SUCCESS [ 0.484 s]
[INFO] Apache Any23 :: Core .......................FAILURE [ 53.310 s]
[INFO] Apache Any23 :: Plugins :: Basic Crawler ...SKIPPED
[INFO] Apache Any23 :: Plugins :: HTML Scraper ....SKIPPED
[INFO] Apache Any23 :: Plugins :: Office Scraper ..SKIPPED
[INFO] Apache Any23 :: Plugins :: Integration Test SKIPPED
[INFO] Apache Any23 :: Service ....................SKIPPED
-----------------------------------------
The full maven log is
http://people.apache.org/~andy/any23-build.log
A bit more more inline ...
On 23/10/14 19:15, Lewis John Mcgibbney wrote:
Hi Andy,
Thanks for reviewing the candidate
On Mon, Oct 20, 2014 at 7:12 PM, <[email protected]> wrote:
A problem - formal source does not build as per the README instructions.
Presumably a README failure.
What's the build magic?
mvn install
:)
I've logged an issue for us to overhaul README.txt
https://issues.apache.org/jira/browse/ANY23-243
No changes in dependencies.
I don't quite understand this Andy Can you please elaborate?
(half-finished note overtaken by the unexpected build problem)
I have found that knowing whether there are dependency changes, and
where, makes reviewing a release a little quicker.
Should be:
http://www.apache.org/dist/any23/KEYS
ACK, the KEYS file you've mentioned at the above destination is where the
most up-to-date file is kept. This includes the Key I signed the release
with.
The other one is 404.
"any23.apache.org/dist/" looks odd.
Building the source release fails.
http://people.apache.org/~andy/any23-build-log
-src.zip OK (sig, md5, sha1)
Unzipping and building :
README talks about trunk!!!
Please see ANY23-243
This build fails in "Core"
http://people.apache.org/~andy/any23-build-log
[[ s.xml is...
<?xml version="1.0" encoding="UTF-8"?>
<settings xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0
http://maven.apache.org/xsd/settings-1.0.0.xsd"
xmlns="http://maven.apache.org/SETTINGS/1.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<localRepository>/home/afs/tmp/REPO</localRepository>
</settings>
]]
The git HEAD fails in the same way.
I cannot reproduce these results Andy. We are also not producing these
results in Jenkins
https://builds.apache.org/view/A-D/view/Any23/job/Any23-trunk/
Can anyone else please verify what results they get?
Thank you
Lewis