From xfdeng at hotmail.com Mon Dec 4 11:07:36 2017 From: xfdeng at hotmail.com (jeff01) Date: Mon, 4 Dec 2017 09:07:36 -0700 (MST) Subject: [Aerogear-users] Push Problem on 1.1.1.Final Push In-Reply-To: <144EA958C5BCB144849B6DF3DD05867C2733F091@EXMB1EU21.za.if.atcsg.net> References: <144EA958C5BCB144849B6DF3DD05867C2730CA8C@EXMB1EU21.za.if.atcsg.net> <144EA958C5BCB144849B6DF3DD05867C27323941@EXMB1EU11.za.if.atcsg.net> <144EA958C5BCB144849B6DF3DD05867C27324D6C@EXMB1EU11.za.if.atcsg.net> <144EA958C5BCB144849B6DF3DD05867C2732923C@EXMB1EU11.za.if.atcsg.net> <144EA958C5BCB144849B6DF3DD05867C2733F091@EXMB1EU21.za.if.atcsg.net> Message-ID: <1512403656253-0.post@n5.nabble.com> Sorry I cannot help... but wanted to confirm taht we did not see this error in 1.1.0-Final and the new 1.2.0-Final. You may have to dig into JavaApns package tthis version of Aerogear uses to send push to APNS. -- Sent from: http://aerogear-users.1116366.n5.nabble.com/ From kurrent93 at gmail.com Sun Dec 10 18:45:28 2017 From: kurrent93 at gmail.com (Anton) Date: Mon, 11 Dec 2017 12:45:28 +1300 Subject: [Aerogear-users] React-native and digger Message-ID: Hello Quick question - is digger capable of building React-native apps? Cheers Anton -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/aerogear-users/attachments/20171211/3c8a701e/attachment.html From kurrent93 at gmail.com Sun Dec 10 18:57:17 2017 From: kurrent93 at gmail.com (Anton) Date: Mon, 11 Dec 2017 12:57:17 +1300 Subject: [Aerogear-users] fastlane: command not found Message-ID: Hello I've installed Aerogear Digger on OpenShif, and am trying to build a mobile app. I've add this Jenkinsfile - https://github.com/aerogear/aerogear-digger/blob/master/fastlane/android/Jenkinsfile . Am I correct in assuming this Jenkinsfile spins up the Aerogear Android container? Eg, https://github.com/aerogear/digger-android-slave-image However, when I run the pipeline job it fails with: [my-job] Running shell script + fastlane build clean:true config:release /tmp/workspace/my-job at tmp/durable-d12b132f/script.sh: line 2: fastlane: command not found Any ideas why this is? Thanks and regards Anton -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/aerogear-users/attachments/20171211/71a003b9/attachment.html From kurrent93 at gmail.com Mon Dec 11 16:37:43 2017 From: kurrent93 at gmail.com (Anton) Date: Tue, 12 Dec 2017 10:37:43 +1300 Subject: [Aerogear-users] fastlane: command not found In-Reply-To: References: Message-ID: Hello again I have tried with several different branches on https://github.com/aerogear/digger-android-slave-image and get the same error - fastlane is now found. What/where is the best way to get support with this issue? Thanks On 11 December 2017 at 12:57, Anton wrote: > Hello > > I've installed Aerogear Digger on OpenShif, and am trying to build a > mobile app. > > I've add this Jenkinsfile - https://github.com/aerogear/ > aerogear-digger/blob/master/fastlane/android/Jenkinsfile. > > Am I correct in assuming this Jenkinsfile spins up the Aerogear Android > container? > Eg, https://github.com/aerogear/digger-android-slave-image > > However, when I run the pipeline job it fails with: > > [my-job] Running shell script > + fastlane build clean:true config:release > /tmp/workspace/my-job at tmp/durable-d12b132f/script.sh: line 2: fastlane: command not found > > > Any ideas why this is? > > Thanks and regards > Anton > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/aerogear-users/attachments/20171212/c06f8913/attachment.html From kurrent93 at gmail.com Tue Dec 12 22:53:59 2017 From: kurrent93 at gmail.com (Anton) Date: Wed, 13 Dec 2017 16:53:59 +1300 Subject: [Aerogear-users] fastlane: command not found In-Reply-To: References: Message-ID: Im managed to fix this issue - will make a PR in a few days. On 12 December 2017 at 10:37, Anton wrote: > Hello again > > I have tried with several different branches on https://github.com/ > aerogear/digger-android-slave-image and get the same error - fastlane is > now found. > > > What/where is the best way to get support with this issue? > > Thanks > > On 11 December 2017 at 12:57, Anton wrote: > >> Hello >> >> I've installed Aerogear Digger on OpenShif, and am trying to build a >> mobile app. >> >> I've add this Jenkinsfile - https://github.com/aerogear/ >> aerogear-digger/blob/master/fastlane/android/Jenkinsfile. >> >> Am I correct in assuming this Jenkinsfile spins up the Aerogear Android >> container? >> Eg, https://github.com/aerogear/digger-android-slave-image >> >> However, when I run the pipeline job it fails with: >> >> [my-job] Running shell script >> + fastlane build clean:true config:release >> /tmp/workspace/my-job at tmp/durable-d12b132f/script.sh: line 2: fastlane: command not found >> >> >> Any ideas why this is? >> >> Thanks and regards >> Anton >> > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/aerogear-users/attachments/20171213/4e872cfe/attachment.html From matzew at apache.org Wed Dec 13 01:19:47 2017 From: matzew at apache.org (Matthias Wessendorf) Date: Wed, 13 Dec 2017 07:19:47 +0100 Subject: [Aerogear-users] fastlane: command not found In-Reply-To: References: Message-ID: thanks for the interest in Digger - and thanks for interst in sending us a fix ! Really appreciated! On Wed, Dec 13, 2017 at 4:53 AM, Anton wrote: > Im managed to fix this issue - will make a PR in a few days. > > On 12 December 2017 at 10:37, Anton wrote: > >> Hello again >> >> I have tried with several different branches on >> https://github.com/aerogear/digger-android-slave-image and get the same >> error - fastlane is now found. >> >> >> What/where is the best way to get support with this issue? >> >> Thanks >> >> On 11 December 2017 at 12:57, Anton wrote: >> >>> Hello >>> >>> I've installed Aerogear Digger on OpenShif, and am trying to build a >>> mobile app. >>> >>> I've add this Jenkinsfile - https://github.com/aerogear/ >>> aerogear-digger/blob/master/fastlane/android/Jenkinsfile. >>> >>> Am I correct in assuming this Jenkinsfile spins up the Aerogear Android >>> container? >>> Eg, https://github.com/aerogear/digger-android-slave-image >>> >>> However, when I run the pipeline job it fails with: >>> >>> [my-job] Running shell script >>> + fastlane build clean:true config:release >>> /tmp/workspace/my-job at tmp/durable-d12b132f/script.sh: line 2: fastlane: command not found >>> >>> >>> Any ideas why this is? >>> >>> Thanks and regards >>> Anton >>> >> >> > > _______________________________________________ > Aerogear-users mailing list > Aerogear-users at lists.jboss.org > https://lists.jboss.org/mailman/listinfo/aerogear-users > > -- Matthias Wessendorf github: https://github.com/matzew twitter: http://twitter.com/mwessendorf -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/aerogear-users/attachments/20171213/b4a02c7e/attachment-0001.html From aliok at redhat.com Thu Dec 21 05:39:56 2017 From: aliok at redhat.com (Ali Ok) Date: Thu, 21 Dec 2017 13:39:56 +0300 Subject: [Aerogear-users] GSOC 2018 - 2 AeroGear Digger ideas Message-ID: Hi, We have 2 ideas for GSoC 2018 with AeroGear Digger. - AeroGear Digger - Xamarin support - AeroGear Digger - CI/CD workflows on AeroGear Digger with advanced testing cases https://developer.jboss.org/wiki/GSoC2018Ideas Any feedback is appreciated. Or, let us know if you're interested as students :) Cheers, Ali -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/aerogear-users/attachments/20171221/ee8f34f5/attachment.html