[
https://issues.apache.org/jira/browse/AVRO-1900?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15487810#comment-15487810
]
ASF subversion and git services commented on AVRO-1900:
-------------------------------------------------------
Commit 33d495840c896b693b7f37b5ec786ac1acacd3b4 in avro's branch
refs/heads/master from [~rdblue]
[ https://git-wip-us.apache.org/repos/asf?p=avro.git;h=33d4958 ]
AVRO-1900: Remove dev-tools to fix Java build.
The dev-tools module has to be built before working in lang/java. This
breaks the build.sh script and is a confusing failure for new Java
contributors. This commit fixes the problem by moving the checkstyle
config back into the lang/java/pom.xml. It is applied to all Java
modules under lang/java.
> build.sh test fails for dev-tools.jar
> -------------------------------------
>
> Key: AVRO-1900
> URL: https://issues.apache.org/jira/browse/AVRO-1900
> Project: Avro
> Issue Type: Bug
> Affects Versions: 1.9.0
> Reporter: Suraj Acharya
> Assignee: Suraj Acharya
> Labels: build
> Attachments: AVRO-1900.patch
>
>
> When i ran {{./build.sh test}} in the docker container I was getting an error
> mentioning dev-tools.jar was not present.
> When I looked further into it I realized that {{build.sh}} never actually
> builds dev-tools.jar.
> I added a line in the test option to first {{mvn install}} on the dev-tools
> folder.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)