I am trying to do something with JMeter code, and I have some kind of stupidity.
I installed Eclipse Juno, I installed Ant and extracted the JMeter code from SVN, it compiles perfectly from the command line. The problem is when I try to import a JMeter Ant project into Eclipse. In the package explorer, I choose: New/Project...
Then I select Java/Java Project from existing Ant Build File , next
I specify the JMeters file: build.xml , click Finish
It looks like the import was successful, but I only see two source folders: core and jorphan . There should be much more than at least 12 directories.
So what am I doing wrong? Or How to fix it?
source share