nlloyd / SublimeMaven

Sublime Text 2 Plugin providing integration with the Apache Maven build and project management tool
42 stars 14 forks source link

Does this plugin work with windows? #22

Closed shefalijoshi closed 10 years ago

shefalijoshi commented 10 years ago

I tried to install this with the windows version of sublime text 3, but the plugin did not work. Has it been tested with windows?

nlloyd commented 10 years ago

This should work with windows... though I admittedly have yet to test it (note to self: do that). What are you seeing in the console?

ugrave commented 10 years ago

Hi, i have the same Problem with Sublime 3 and the Maven plugin on Windows 7.

There is an error message on my console: File "config_generator in C:\Users\XXX\AppData\Roaming\Sublime Text 3\Installed Packages\Maven.sublime-package", line 74, in generate_config FileNotFoundError: [Errno 2] No such file or directory: 'C:\Users\XXX\AppData\Roaming\Sublime Text 3\Installed Packages\Maven.sublime-package\Context.sublime-menu'

nlloyd commented 10 years ago

Sorry for the rather extreme delay on this, I will take a look this weekend if not sooner and get to working on a fix.

tutysara commented 10 years ago

Have the same issue on WIndows 7 with ST3.

File "config_generator in C:\Users\AppData\Roaming\Sublime Text 3\Installed Packages\Maven.sublime-package", line 74, in generate_config FileNotFoundError: [Errno 2] No such file or directory: 'C:\Users\\AppData\Roaming\Sublime Text 3\Installed Packages\Maven.sublime-package\Context.sublime-menu'

mortea commented 10 years ago

Same problem on Mac OS 10.9.4 as well. Traceback (most recent call last): File "config_generator in /Users//Library/Application Support/Sublime Text 3/Installed Packages/Maven.sublime-package", line 74, in generate_config NotADirectoryError: [Errno 20] Not a directory: '/Users//Library/Application Support/Sublime Text 3/Installed Packages/Maven.sublime-package/Context.sublime-menu'

nlloyd commented 10 years ago

This appears to be an issue with how Sublime Package Control is installing the plugin. Investigating a solution now.