Page 1 of 1

Sudden Android APK build errors started to show up without any changes to the page

Posted: Fri Jan 30, 2015 6:29 pm
by xman

I am seeing build errors for Android APK without any change to that page. This was building fine before, but now I get the following when build for Android.

CalendarView.js:line 415:column 16:missing name after . operator
window.null = Apperyio.datasources.null = new Apperyio.DataSource(....database_logout_service, {
CalendarView.js:line 416:column 24:syntax error
"onBeforeSend": function(jqXHR) {
CalendarView.js:line 417:column 22:syntax error
Apperyio.processMappingAction(Apperyio.map
.......................
............................................

I don't want to post a public link here, how else can I provide you guys access to my app so that the issue can be debugged and root-caused?

Thanks


Sudden Android APK build errors started to show up without any changes to the page

Posted: Fri Jan 30, 2015 6:41 pm
by Alena Prykhodko

Could you clarify have you changed anything on Source tab? This (http://devcenter.appery.io/tutorials/...) doc should help.

Send us public link to a href="mailto:support@appery.io" rel="nofollow"support@appery.io/a with reference to this post.


Sudden Android APK build errors started to show up without any changes to the page

Posted: Fri Jan 30, 2015 6:50 pm
by xman

No, I have not changed anything in the source tab. Just sent the email to that email address please check.


Sudden Android APK build errors started to show up without any changes to the page

Posted: Sat Jan 31, 2015 1:08 am
by Ihor Didevych

Hi xman,

You need to use correct JS and CSS syntax for CalendarView plugin.


Sudden Android APK build errors started to show up without any changes to the page

Posted: Sat Jan 31, 2015 1:18 am
by xman

So where exactly is the issue, and why it stopped working now after working for long time?


Sudden Android APK build errors started to show up without any changes to the page

Posted: Sat Jan 31, 2015 6:36 am
by Illya Stepanov

Hi -

We've sent you email with details from our build log. This warnings are notifications from yuicompressor that we are using for 'Release' versions of our builds.


Sudden Android APK build errors started to show up without any changes to the page

Posted: Sat Jan 31, 2015 2:08 pm
by xman

Saw that, but then I have a question on why this same code is failing build in one app and not the other? I have exactly the same calendar code in another app, and it builds android fine.


Sudden Android APK build errors started to show up without any changes to the page

Posted: Sat Jan 31, 2015 6:19 pm
by Alena Prykhodko

Replied via email.


Sudden Android APK build errors started to show up without any changes to the page

Posted: Sun Feb 01, 2015 2:39 am
by xman

Thanks! it works! ...not sure when and how that empty service got added.