You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by "Norbert Kalmar (JIRA)" <ji...@apache.org> on 2018/08/17 10:40:00 UTC

[jira] [Updated] (ZOOKEEPER-3122) Verify end artifact

     [ 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:
After the directory structures has been created, it is time to create the pom files for all the modules, and create the build hierarchy. 
At first, Ant should remain in place until we are sure maven works fine.

Jenkins jobs and release process should be updated and checked if working.

The different modules will get their maven structure:
{noformat}
zookeeper-[something]
| -src
|    | -main
|    |    | -java
|    |    |     \org...
|    |    \resources
|    | -test (unit tests only)
|    |    | -java
|    |    |   \org...
|    |    \ resources
|    | - it (integration tests)
|    \pom.xml
{noformat}


> 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)