Home
IDEs Support (IntelliJ Platform) | JetBrains
Submit a request
Community
Sign in
Markus Neubauer
Total activity
109
Last activity
January 16, 2016 14:06
Member since
June 18, 2013 08:24
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
33
Activity overview
Posts (20)
Comments (56)
Sort by recent activity
Recent activity
Votes
Created
July 04, 2013 09:10
I found the solution by myself,I use Runtime.getRuntime().exec(command) to execute a cmd command and run a Maven task.With the Surefire plugin from Maven I can easily run the test.Markus
Community
IntelliJ IDEA Open API and Plugin Development
Run JUnit Test with maven dependencies from plugin
0 votes
Created
June 24, 2013 12:04
Thanks a lot,it works!I use the MavenRunner to execute a Maven task and it runs fine.Markus- Edit: I found an easier way. I execute a cmd command with Runtime.exec(cmd) and specify a Maven command.
Community
IntelliJ IDEA Open API and Plugin Development
How to trigger Maven or Gradle tasks from a plugin
0 votes
Created
June 24, 2013 10:11
Which library do you mean?Sorry but I'm just a newbie to plugin development :)I think it would be easier to execute a cmd command but I don't even know how to do that :^OMarkus
Community
IntelliJ IDEA Open API and Plugin Development
How to trigger Maven or Gradle tasks from a plugin
0 votes
Created
June 21, 2013 14:22
After some try and error I don't really get a solution for this problem.I can't get the same services as in the Maven plugin.xml into my project.Markus
Community
IntelliJ IDEA Open API and Plugin Development
How to trigger Maven or Gradle tasks from a plugin
0 votes
Created
June 21, 2013 09:43
Hi Hiakru,you need a Visitor and a PsiFile to access the methods.If you want to search methods for a Java Class you can use a JavaRecursiveElementVisitor that extends your own visitor and override ...
Community
IntelliJ IDEA Open API and Plugin Development
How do I get method list from PsiFile or VirtualFile?
2 votes
Created
June 21, 2013 09:06
Hi Dmitrycould you please provide an example of how this can be done?It's much easier to create a standard JUnit configuration for your class and to run it using the usual API.Markus
Community
IntelliJ IDEA Open API and Plugin Development
How to run test of the project from plugin?
0 votes
Created
June 20, 2013 08:16
Hi Alan,Thank you for your answer and for the advice.I opened http://devnet.jetbrains.com/thread/445589?tstart=0Markus
Community
IntelliJ IDEA Open API and Plugin Development
How to write an own dependency plugin for a Java project
0 votes
Created
June 19, 2013 15:54
I have another question.Is there any way to trigger a maven or gradle task from the pluginor access the cmd and execute a command?Markus
Community
IntelliJ IDEA Open API and Plugin Development
How to write an own dependency plugin for a Java project
0 votes
Created
June 18, 2013 15:11
Hi Dmitry,my mistake was that I tried to search for a PsiJavaFile and not for a class element in it.
Community
IntelliJ IDEA Open API and Plugin Development
How to write an own dependency plugin for a Java project
0 votes
Created
June 18, 2013 11:05
Thank you for your answer Alan it helped a lot,now I get the dependencies of a class, but if I want to get the corresponding JUnit test I need to find the usages of a class as well.MarkusEdit - I r...
Community
IntelliJ IDEA Open API and Plugin Development
How to write an own dependency plugin for a Java project
0 votes
«
First
‹
Previous