[ 
https://issues.apache.org/jira/browse/QUARKS-204?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15328793#comment-15328793
 ] 

ASF GitHub Bot commented on QUARKS-204:
---------------------------------------

GitHub user Cazen opened a pull request:

    https://github.com/apache/incubator-quarks/pull/138

    [QUARKS-204][WIP] Release target, creating the target/… structure

    I compared the Ant build ```./ant -> target/java8``` and Gradle build 
```./gradlew build -x test -> build/distributions/java8/``` using the ```find . 
| grep -v ext | sort``` script.
    
    Although some differences are found, it has a substantially similar 
structure
    
     1. Some javax related file name has been changed
    - [ ] javax.websocket-client.jar(ant) -> 
quarks.connectors.javax.websocket-client.jar(gradle)
    - [ ] javax.websocket-server.jar(ant) -> 
quarks.connectors.javax.websocket-server.jar(gradle)
    - [ ] quarks.javax.websocket.jar(ant) -> 
./connectors/quarks.javax.websocket/lib/(gradle)
    
     2. There are no svt jar(quarks.test.svt.jar) exist in ant build(I think 
it's ant build script problem)
    - [ ] ./test/svt/lib/quarks.test.svt.jar
    
    Because I already started this PR for compare directories&files schema with 
ant build, it has not been reflected yet about gathered all the jar files in 
one place with @bjhargrave advise.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/Cazen/incubator-quarks QUARKS-204

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-quarks/pull/138.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #138
    
----
commit 9d50689985c0dce03fbe6117c284a55c385473f6
Author: cazen.lee <[email protected]>
Date:   2016-06-13T06:32:45Z

    add copyJar function to root gradle script

commit 2a2f323e93a91768f159e9f37d40aad32975a82a
Author: cazen <[email protected]>
Date:   2016-06-14T01:46:42Z

    Chz target dir to using distsDir

----


> Release target, creating the target/… structure
> -----------------------------------------------
>
>                 Key: QUARKS-204
>                 URL: https://issues.apache.org/jira/browse/QUARKS-204
>             Project: Quarks
>          Issue Type: Task
>            Reporter: Cazen Lee
>            Assignee: Cazen Lee
>              Labels: build
>
> Create distribution structure similar with ant build's target



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to