Tagged Questions
The run-configuration tag has no wiki summary.
2
votes
1answer
312 views
Eclipse Helios, run server after ant build has successfully finished
I'm not an Eclipse expert, but here is what I need to do and I hope for your help guys. I have an ant build file in my project. I'd like to have such run configuration where whenever I press the ...
2
votes
3answers
1k views
eclipse: running multiple launch configurations at once
i have a several launch configurations in eclipse each launching the same java-program but with different parameters.
now is it possible to run all of these at once (with one mouseclick) instead of ...
2
votes
2answers
482 views
Can I run a script in an Eclipse run configuration?
My company has traditionally used a Linux command line development environment. We use a script to manage the PATH and LD_LIBRARY_PATH environment variables when compiling and running. This script ...
1
vote
0answers
55 views
IntelliJ Idea + cucumber run configuration: how to exclude @tags
Good news everyone.
I don't know how to exclude several tags within my run configuration for Cucumber project.
For instance, i have three tests.
@debug
Scenario outline: foo 1
When step
Then step
...
1
vote
1answer
59 views
Quickly switching between run configurations in PyCharm
Two actions that I perform on a regular basis are "run my tests" and "run my application". Unfortunately, PyCharm uses the same keystroke (Shift+F10, i.e., "Run") for both, and that keystroke uses my ...
1
vote
3answers
1k views
C++ NetBeans Run-Configuration passing arguments-issue
When i want to run a program with arguments out of the IDE i do this:
ProjectProperties -> Run -> Arguments and type my arguments in there.
But if I want to Debug, NetBeans ignores these arguments ...
1
vote
1answer
152 views
Unable to run a Subclipsed Groovy script in Eclipse
After installing the Groovy plug-in in Eclipse, clicking Run brought up a list: Groovy Console - Groovy Script - Java Application. I'd select Groovy Script and it would take off.
Now, after checking ...
0
votes
1answer
73 views
android device not showing up on clicking run [closed]
I have LG optimus Black.
I have the following settings:
USB debugging on.
Unknown applications checked.
Driver installed.
The app is deployed on Android 2.1 an the phone has Android 2.2. ...
0
votes
2answers
544 views
Phone doesnt show up in eclipse eventhough adb is working
ive got a slight problem with Eclipse. For some reason i cant find my device in the run configurations. USB Debugging is enabled on the phone and even the logcat output when the phone is attached in ...