[
https://issues.apache.org/jira/browse/YETUS-15?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16254465#comment-16254465
]
Allen Wittenauer commented on YETUS-15:
---------------------------------------
Some notes:
a) The dist profile sometimes doesn't work on the first install. It usually
fails, but not always:
{code}
mvn -fae clean install -DskipTests=true -Dmaven.javadoc.skip=true
-Dcheckstyle.skip=true -Dfindbugs.skip=true
...
can't find *.tar.gz
rm -rf ~/.m2/repository/org/apache/yetus
...
success!
{code}
Just plain mvn install appears to work 100% of the time. Very confusing.
So it doesn't look like it's a circular artifact problem but something else.
Worst case, I move it from autoactivated to being specifically used in those
modules that need it.
b) JDK9 is broken. tools.jar no longer in existence appears to be just the
start of the problems.
> build environment
> -----------------
>
> Key: YETUS-15
> URL: https://issues.apache.org/jira/browse/YETUS-15
> Project: Yetus
> Issue Type: Improvement
> Components: Test Patch
> Affects Versions: 0.1.0
> Reporter: Allen Wittenauer
> Assignee: Allen Wittenauer
> Priority: Critical
> Attachments: HADOOP-12137.HADOOP-12111.00.patch,
> HADOOP-12137.HADOOP-12111.01.patch, YETUS-15.000.patch, YETUS-15.002.patch,
> YETUS-15.004.patch, YETUS-15.03.patch, YETUS-15.ea-maven-001.patch
>
>
> We need to have some way to build (esp the documentation!) and unit tests.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)