microsoft / msopentech-tools-for-intellij

Plugin for easy and fast development to enable developers of Android Apps to connect to Office 365 services and Azure Mobile Services, and developers of Java middleware to connect to Azure compute services
Apache License 2.0
28 stars 34 forks source link

Gradle build fails due to null pointer exception #18

Closed babumuralidharan closed 9 years ago

babumuralidharan commented 9 years ago

Environment: Mac/ Intellij14

screen shot 2014-11-14 at 3 56 30 pm

screen shot 2014-11-14 at 4 00 52 pm

Error log:

Error:Gradle: Execution failed for task ':app:compileDebugJava'.
> Compilation failed; see the compiler error output for details.
/Users/babu/IdeaProjects/AppTest1/app/src/main/java/com/mstest/apptest1/app/AzureServicesActivity.java
Error:(8, 23) Gradle: error: package com.google.gson does not exist
Error:(9, 46) Gradle: error: package com.microsoftopentechnologies.intellij does not exist
Error:(10, 49) Gradle: error: package com.microsoft.windowsazure.mobileservices does not exist
Error:(11, 49) Gradle: error: package com.microsoft.windowsazure.mobileservices does not exist
Error:(12, 49) Gradle: error: package com.microsoft.windowsazure.mobileservices does not exist
Error:(13, 49) Gradle: error: package com.microsoft.windowsazure.mobileservices does not exist
Error:(14, 49) Gradle: error: package com.microsoft.windowsazure.mobileservices does not exist
Error:(15, 49) Gradle: error: package com.microsoft.windowsazure.mobileservices does not exist
Error:(17, 46) Gradle: error: package com.microsoftopentechnologies.intellij does not exist
Error:(18, 44) Gradle: error: package com.microsoft.windowsazure.messaging does not exist
Error:(34, 13) Gradle: error: cannot find symbol class MobileServiceClient
Error:(34, 55) Gradle: error: cannot find symbol variable MobileService
Error:(37, 13) Gradle: error: cannot find symbol class MobileServiceJsonTable
Error:(38, 36) Gradle: error: cannot find symbol class MobileServiceQuery
Error:(38, 70) Gradle: error: cannot find symbol class TableJsonQueryCallback
Error:(46, 59) Gradle: error: cannot find symbol class ApiJsonOperationCallback
Error:(57, 13) Gradle: error: cannot find symbol class NotificationHub
Error:(57, 47) Gradle: error: cannot find symbol variable NotificationHubsHelper
selvamohandoss commented 9 years ago

This issue is not reproducible with latest build

BeatriceOltean commented 9 years ago

to validate with latest build

BeatriceOltean commented 9 years ago

can we repro this?

kasturiswain commented 9 years ago

This issue is still reproducible in the latest build. PFB the screen shot. gradlebuilderr

gradlebuild

kasturiswain commented 9 years ago

This issue is fixed and working as expected in the latest build.