[
https://issues.apache.org/jira/browse/HBASE-22466?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16847862#comment-16847862
]
stack commented on HBASE-22466:
-------------------------------
[[email protected]]
You come across this below?
17:37:55 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce
(hadoop-profile-min-maven-min-java-banned-xerces) @ hbase-annotations ---
17:37:55 [INFO] Restricted
to JDK 1.7 yet jdk.tools:jdk.tools:jar:1.8:system contains
org/relaxng/datatype/Datatype.class targeted to JDK 1.8
17:37:55 [WARNING] Rule 4:
org.apache.maven.plugins.enforcer.EnforceBytecodeVersion failed with message:
HBase has unsupported dependencies.
HBase requires that all dependencies be
compiled with version 1.7 or earlier
of the
JDK to properly build from source. You appear to be using a newer dependency.
You can use
either "mvn -version" or "mvn enforcer:display-info"
to verify what version is active.
Non-release builds
can temporarily build with a newer JDK version by setting the
'compileSource' property (eg. mvn -DcompileSource=1.8 clean
package).
Found Banned Dependency:
jdk.tools:jdk.tools:jar:1.8
Use 'mvn dependency:tree' to locate the source of the banned
dependencies.
17:37:55 [INFO]
------------------------------------------------------------------------
17:37:55 [INFO] Reactor Summary:
17:37:55 [INFO]
17:37:55 [INFO] Apache HBase ....................................... SUCCESS
[02:03 min]
17:37:55 [INFO] Apache HBase - Checkstyle
.......................... SUCCESS [ 9.125 s]
17:37:55
[INFO] Apache HBase - Resource Bundle ..................... SUCCESS [ 3.966 s]
17:37:55 [INFO] Apache HBase - Annotations
......................... FAILURE [ 0.245 s]
The script gets pretty far after making the below two changes.......... but is
currently stuck on above.... Just wondering if you've seen it before?
* Make changes.txt be changes.md and add a releasenotes.md
* Add in a version of HBASE-19663 to get over javadoc build fail.
> Try running create-release against branch-1
> -------------------------------------------
>
> Key: HBASE-22466
> URL: https://issues.apache.org/jira/browse/HBASE-22466
> Project: HBase
> Issue Type: Sub-task
> Reporter: stack
> Assignee: stack
> Priority: Major
> Fix For: HBASE-22466-1.5.0
>
>
> The parent create-release candidate just ran unaccompanied end to end to make
> a 2.1.5 RC. Let me see if it will work on branch-1.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)