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

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

Github user dlaboss commented on a diff in the pull request:

    https://github.com/apache/incubator-quarks/pull/131#discussion_r66438063
  
    --- Diff: 
console/server/src/main/java/quarks/console/server/ServerUtil.java ---
    @@ -19,10 +19,18 @@ Licensed to the Apache Software Foundation (ASF) under 
one
     
     package quarks.console.server;
     
    +import java.io.IOException;
     import java.io.File;
     import java.io.FilenameFilter;
     import java.net.URL;
    +import java.nio.file.Files;
    --- End diff --
    
    pls remove above FilenameFilter import as it's now no longer used and 
causes compile warning in Eclipse.


> Adopt a build system, such as gradle, that supports transitive dependency 
> management
> ------------------------------------------------------------------------------------
>
>                 Key: QUARKS-139
>                 URL: https://issues.apache.org/jira/browse/QUARKS-139
>             Project: Quarks
>          Issue Type: Improvement
>          Components: Analytics, API, Applications, Connectors, Console, 
> Documentation, Miscellaneous, Runtime, Samples, Test, Utils
>            Reporter: Lance Feagan
>              Labels: build
>   Original Estimate: 168h
>  Remaining Estimate: 168h
>
> By moving to a build system that supports transitive dependency management, 
> the repository size can be decreased and users can more easily integrate 
> quarks with their own applications by allowing the version of a dependency to 
> float within an acceptable range, assuming proper semantic versioning of the 
> dependencies.
> I have an initial set of work for this effort completed using gradle. Nearly 
> all sub-projects build at this time--the notable exception being the 
> android-dependent sub-projects. The other notable missing element is the 
> integration of JaCoCo. In both cases, these should be simple additions.



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

Reply via email to