[
https://issues.apache.org/jira/browse/ZOOKEEPER-3122?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Norbert Kalmar updated ZOOKEEPER-3122:
--------------------------------------
Description:
This step should be done after every step, but especially before step 2, after
moving all the directories to maven structure, the build directory should be
verified that:
- Same jar files are created
-- find build/ -name \*.jar
- jar tf build/zookeeper-3.6.0-SNAPSHOT-javadoc.jar
- ...
- Files available did not change, only their path:
- find build/ -type f | sort -k 2
was:
This step should be done after every step, but especially before step 2, after
moving all the directories to maven structure, the build directory should be
verified that:
- Same jar files are created
- find build/ -name \*.jar
- jar tf build/zookeeper-3.6.0-SNAPSHOT-javadoc.jar
- ...
- Files available did not change, only their path:
- find build/ -type f | sort -k 2
> Verify end artifact
> -------------------
>
> Key: ZOOKEEPER-3122
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-3122
> Project: ZooKeeper
> Issue Type: Sub-task
> Components: build, scripts
> Affects Versions: 3.6.0
> Reporter: Norbert Kalmar
> Assignee: Norbert Kalmar
> Priority: Major
>
> This step should be done after every step, but especially before step 2,
> after moving all the directories to maven structure, the build directory
> should be verified that:
> - Same jar files are created
> -- find build/ -name \*.jar
> - jar tf build/zookeeper-3.6.0-SNAPSHOT-javadoc.jar
> - ...
> - Files available did not change, only their path:
> - find build/ -type f | sort -k 2
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)