xebialabs-community / xld-azure-app-services-plugin

XLD plugin for Azure App Services
MIT License
1 stars 3 forks source link

What needs to be included on classpath for install? #1

Closed bbonn closed 7 years ago

bbonn commented 7 years ago

Hey There,

I was trying to load the plugin into our sandbox xld and got an error: java.lang.IllegalArgumentException: Unknown enum-class supplied for property sku of kind ENUM: com.microsoft.azure.management.websites.models.SkuOptions

I assume I need to add some stuff to the lib directory. Can you let me know what I need to add to load and use the plugin?

Thanks! Bernie

jdewinne commented 7 years ago

Hey Bernie,

Can you try the alpha2 release? It is in xldp format, so should have all the dependencies.

Regards, Joris

bbonn commented 7 years ago

Dank je Joris!

jdewinne commented 7 years ago

You speak Dutch?

bbonn commented 7 years ago

Nope, just used google :)

bbonn commented 7 years ago

Hey Joris or Ravan,

Quick question, when I am creating a new type webapp is the artifact a zip file of the whole webApplication folder? Kind of fuzzy on the workflow here.

Thanks for any info,

Bernie

ravan commented 7 years ago

Hi Bernie,

It is a zip containing your app binaries. So for iis it will be the HTML and asp files. If you deploy a java app the zip contains the war.

Cheers, Ravan

Sent from my iPhone

On 26 Apr 2017, at 18:10, bbonn notifications@github.com<mailto:notifications@github.com> wrote:

Hey Joris or Ravan,

Quick question, when I am creating a new type webapp is the artifact a zip file of the whole webApplication folder? Kind of fuzzy on the workflow here.

Thanks for any info,

Bernie

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/xebialabs-community/xld-azure-app-services-plugin/issues/1#issuecomment-297461513, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AAjjvwbf2hhfDcPBEw7M5SCnI5w8EPT3ks5rz2xWgaJpZM4NHqWf.

jdewinne commented 7 years ago

Closing because of inactivity