Netbeans 6.5 RC 1 and Groovy 1.0.3 on Mac OS X 10.5.5
Installed Netbeans 6.5 RC1 and Groovy 1.0.3 and trying to use the create Groovy project wizard and nothing happens (no project is created and Netbeans gives no feedback)
You need to add executable permissions on your Groovy installation as they are lost during the unzipping process and Netbeans doesn’t notice:
cd $GROOVY_HOME/bin
chmod +x *
Then you should get something happening when you trying to create the project.
Monday, October 27th, 2008 @ 1:50 pm
October 31st, 2008 at 2:49 pm
I think just using the tgz groovy download solves that problem for Unixes, as it preservers the rights. Worked for me right out of the box.