boxen / puppet-eclipse

Eclipse Puppet Module for Boxen
MIT License
0 stars 11 forks source link

Tried do jee and get the following errors #10

Open leeyoda opened 9 years ago

leeyoda commented 9 years ago

Error: Execution of '/usr/sbin/chown -R mli:staff /Applications/Eclipse-JEE-luna-R.app' returned 1: chown: /Applications/Eclipse-JEE-luna-R.app: No such file or directory Error: /Stage[main]/Eclipse::Jee/Package[Eclipse-JEE-luna-R]/ensure: change from absent to present failed: Execution of '/usr/sbin/chown -R mli:staff /Applications/Eclipse-JEE-luna-R.app' returned 1: chown: /Applications/Eclipse-JEE-luna-R.app: No such file or directory

When I do a git status, I do see vendor/puppet/cache/boxen-puppet-eclipse-2.5.0.tar.gz in untracked files.

Is this some kind of file permission error? Please help.

leeyoda commented 9 years ago

Hi @wfarr , sorry to bother you again. Can this be related a file permission issue again? Similar to the one: https://github.com/boxen/our-boxen/issues/704 you commented on?

dgoodlad commented 9 years ago

@leeyoda this repo is maintained by @dieterdemeyer, so he's probably the best person to help.

The issue is probably because the name of the installed .app isn't exactly what this module thinks it should be.

leeyoda commented 9 years ago

@dieterdemeyer , has anyone else run into this issue? Eclipse gets installed though and I can see it in Launchpad. Every time I run boxen, it is giving me this error which is annoying.