Hi, The Travis integration seems to be working:
https://travis-ci.org/apache/incubator-taverna-mobile and leaving comments like on the bottom of: https://github.com/apache/incubator-taverna-mobile/pull/15 > continuous-integration/travis-ci/pr The Travis CI build passed https://travis-ci.org/apache/incubator-taverna-mobile/builds/137220117 my attempt to a Jenkins job (with a manual pre-script to install the Android SDK) is not quite happy however: https://builds.apache.org/job/incubator-taverna-mobile-test/17/console A problem occurred configuring project ':app'. > Could not resolve all dependencies for configuration ':app:_debugCompile'. > Could not find com.android.support:appcompat-v7:23.3.0. Searched in the following locations: https://jcenter.bintray.com/com/android/support/appcompat-v7/23.3.0/appcompat-v7-23.3.0.pom https://jcenter.bintray.com/com/android/support/appcompat-v7/23.3.0/appcompat-v7-23.3.0.jar https://repo1.maven.org/maven2/com/android/support/appcompat-v7/23.3.0/appcompat-v7-23.3.0.pom https://repo1.maven.org/maven2/com/android/support/appcompat-v7/23.3.0/appcompat-v7-23.3.0.jar Required by: incubator-taverna-mobile-test:app:unspecified I feel Jenkins is not far off from working.. what could be missing? The job is set up with this pre-script: https://paste.apache.org/NFtm (I could add it to the git repository so it's easier to edit) On 10 June 2016 at 15:43, Rajan Maurya <[email protected]> wrote: > Hi stain, > > Please merge the Travis CI PR . > > If we don't have problem to use Travis in place Jenkins. > > Or you can enable Jenkins. > > It will very helpful for me review the Sagar next PR Code Analysis Tools > Implementation with Travis or Jenkins. > On 8 Jun 2016 6:02 p.m., "Sagar" <[email protected]> wrote: > >> Hi Stain, >> >> I have added ASF file header in all newly added file .Please check and >> merge it so that I work on next feature because this is the base of my next >> PRs. >> >> Thanks >> >> On Mon, Jun 6, 2016 at 9:24 PM, Rajan Maurya <[email protected]> >> wrote: >> >> > Actually, the good way to manage and list the dependencies is : >> > >> > >> > >> https://github.com/therajanmaurya/android-client/blob/MVP-Phase-1/mifosng-android/build.gradle >> > and >> > >> > >> https://github.com/therajanmaurya/android-client/blob/MVP-Phase-1/build.gradle >> > >> > But I think, It has to be in separate #PR. So, Sagar will open his next >> PR >> > of managing the build.gradle. >> > >> > And About the licenses of the dependencies, we don't need to mention here >> > we will add all dependencies licenses in Application (All Libraries used >> > license). >> > As a Feature. >> > >> > Thanks >> > >> > >> > On Monday, June 6, 2016, Stian Soiland-Reyes <[email protected]> wrote: >> > >> > > On 5 June 2016 at 22:03, Sagar <[email protected]> wrote: >> > > > Hi Rajan, >> > > > >> > > > I have fixed all your input. Please review it again and suggests me >> > > > something if there is something needed to change . >> > > > >> > > > If anyone else wants to work on it or review my work, it'd be great. >> > > >> > > Thanks both! I've commented on the pull request that we just need some >> > > ASF headers on the new files, so we know they are licensed correctly. >> > > >> > > >> > > >> > >> https://github.com/apache/incubator-taverna-mobile/pull/14#issuecomment-223956980 >> > > >> > > (Note the license headers are not quite consistent in the rest of >> > > Taverna Mobile, see also >> > > https://issues.apache.org/jira/browse/TAVERNA-976 ) >> > > >> > > >> > > I checked the licenses of the new dependencies manually - they are all >> > > ASF 2.0 and so compabible. But do you know if there is a good Gradle >> > > way to list all dependencies (including transitives) and their >> > > licenses? >> > > >> > > >> > > >> > >> https://github.com/sagar15795/incubator-taverna-mobile/blob/Announcement/app/build.gradle#L31 >> > > >> > > -- >> > > Stian Soiland-Reyes >> > > Apache Taverna (incubating), Apache Commons >> > > http://orcid.org/0000-0001-9842-9718 >> > > >> > >> > >> > -- >> > *Thanks* >> > *Namaste* >> > >> > Rajan Maurya >> > Contact Number : +91 8010665248 >> > Github : https://github.com/therajanmaurya >> > College : Cluster Innovation Centre, University of Delhi >> > Student : B.Tech. (Information Technology & Mathematical Innovations) >> > >> >> >> >> -- >> >> *With warm regards * >> *Sincerely yours* >> Sagar >> >> >> *Student ,(6th Semester )B.Tech IT and mathematical innovation* >> *Cluster Innovation Centre* >> *University of Delhi * >> -- Stian Soiland-Reyes Apache Taverna (incubating), Apache Commons http://orcid.org/0000-0001-9842-9718
