Closed wvdakker closed 6 years ago
Same problem here. Did you manage please?
Edit: Linux Mint + Netbeans 7.3.1
Same problem. Ubuntu 14.04, netbeans 8.0.2, drupal 7.39, drush 6.2.0
Same problem here as well. CentOS 6.7, Netbeans 8.1, drush 6.7.0.
Checking the NetBeans IDE log displays the error associated with the hanging:
Cannot run program "--root="/home/agilis/PublicHtml/DrupalTestBase/webroot/sites/all/modules/rowanonline_test"" (in directory "/usr/bin"): error=2, No such file or directory
@wvddakker @progzy With drush 8.1 this works as expected. Perhaps you should upgrade your drush?
And there is also a problem with the current release of the NBM. The line which adds the drush command to the command line that is to be executed is commented out, so only the parameters to the drush command will be "executed".
I have compiled the sources and created a new NBM from that and initial tests show that everything seems to be working just fine.
Will try to contact the original author to get into touch with me, perhaps I can chime in and continue maintaining this project.
Solved.
Netbeans 7.01 Drush 4.5 Drupal 7.12 Nb 2.0.10
When I run Drush from Netbeans I get: Execute: /usr/share/drush/drush -r /usr/share/drupal7 --include=/home/xxxx/.netbeans/7.0/NBDrush --uri localhost -y cc all
Then nothing happens. Listing the running processes dont show Drush is running. If I cancel drush (by hitting the X) it shows ... Aborting ... Executing complete in 20 seconds. I can also let it run 100 seconds. Nothing happens.
If I use the same command in the CLI then it works ok.
Any thoughts?