nek4life / intellij-demandware

Intellij Demandware Plugin
MIT License
32 stars 7 forks source link

No Demandware Project Wizard #15

Closed ranveer5289 closed 8 years ago

ranveer5289 commented 8 years ago

I installed the latest Webstorm & installed the plugin from Repository.

Plugin got installed successfully. After installation I cannot see Demandware in Create New Project Wizard.

Webstorm Details:

WebStorm 2016.2.3
Build #WS-162.1812.21, built on September 4, 2016
Licensed to WebStorm Evaluator
Expiration date: October 22, 2016
JRE: 1.8.0_112-release-b343 x86_64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o

I have JDK8/JRE8 installed on my OSX machine.

I the main menu I can see only option for Clean Cartridge

Screenshot

Also, can you please add some screenshots of the plugin usage. :)

nek4life commented 8 years ago

Hi Ranveer,

I've gotten quite a few reports that the plugin does not work with Webstorm. I think the problem is that the custom module I wrote is not a web module in intellij plugin speak so there is no way to get to the project settings. You would need to use Intellij Idea to use the plugin.

I will be honest I haven't had time to work on the project in quite some time. I would love some help with it! :D

I will try to add some screenshots.

Thanks, Charlie

ranveer5289 commented 8 years ago

Hi @nek4life

Thanks. I installed Intellij idea and after installing plugin I can see DWRE in project wizard.

I can clean the cartridges and upload them to server.

But how do I upload an individual file. When I save the file it doesn't upload any changes to server neither I see any progress bar.

I see messages like below when I clean the cartridge

[04:05:07] Cleaned https://dev29-world01-xxxx.demandware.net/on/demandware.servlet/webdav/Sites/Cartridges/version1
nek4life commented 8 years ago

You need to mark each cartridge as a source root by right clicking on the cartridge in the project window. This will tell the plugin which cartridge to upload. Hope that helps!

ranveer5289 commented 8 years ago

I already did this and clean cartridge commands works successfully but I cannot upload individual files.

alt text

nek4life commented 8 years ago

Did you check auto upload in the configuration settings?

nek4life commented 8 years ago

screen shot 2016-09-22 at 3 07 51 pm

ranveer5289 commented 8 years ago

I have that field checked

alt text

ranveer5289 commented 8 years ago

Got it working.

Created a new workspace and it worked perfectly fine 👍

Thanks for all the help

nek4life commented 8 years ago

Great glad you got it working!