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

Not able to configure and add azure service activity and o 365 activity to the project[PluginSplit] #379

Closed ramkumargtv closed 8 years ago

ramkumargtv commented 9 years ago

Environment: OS - Windows Plugin Version -Azure Tools for Java Developers for Intellij Version 1.0 IDE - Intellij 14.1.4 , JRE 1.8 Authentication - AD Sign-in

Steps Create a project. Try to add azure activity and O 365 activity . It will pop up a dialog box as attached in which azure services cannot be configured properly.

In case of Azure Service Activity 6c767eba-1916-11e5-9d3e-c4c78c581472 In Case of Office 365 activity unnn

akrakovsky commented 8 years ago

This problem seems to be related to a known consequence of the way we are adding the templates.

When an android project is created with the Microsoft Cloud Service for Android, the templates are copied into the project. If the plugin is removed, the templates are not removed from the project, and they will be still accessible (for that particular project). Since the code needed to configure the Azure services is contained in the plugin, and the plugin was removed, the field is shown as a textbox by default.

Unfortunately, the Open API framework doesn't provide install and uninstall events for plugins, witch would allow us to patch this.

ramkumargtv commented 8 years ago

Couldn't triage this issue , due to issue #380

ramkumargtv commented 8 years ago

Not reproducible now in latest build .