Open GoogleCodeExporter opened 9 years ago
Please use latest version and "uncheck" the "Exclude test-classes from maven"
of RunConfiguration.
http://code.google.com/p/run-jetty-run/wiki/RJRConfigurations
Original comment by tonylovejava
on 27 Jun 2012 at 6:25
[deleted comment]
Tried the same, updated to 1.3.3 version. Also i made sure i have m2eclipse
plugin as mentioned in the instructions. But i do not see the new options in my
run configurations.
Aside, my issue is not related to test-classes (i do not have anything under
test). I am having the problem becuase run-jetty-run is looking for classes
under src/main/webapp/WEB-INF/, even though it is configured to look in
target/classes.
If a manually copy class files to webapp/WEB-INF/ things work fine.
Original comment by sms.sri...@gmail.com
on 27 Jun 2012 at 3:57
My bad, I do misunderstood your question .
RJR is designed to read all classpath in your project classpath,
not only WEB-INF/classes.
And it should read target/classes if you do have the source folder and that's a
correct output folder.
But if it do really not work as properly,
you could check the Web Classpath tab your run configuration.
To see if anyone disabled the "target/classes" or not.
For more details ,see the "How to add new classpaths to web context ?" secion
in [Classpath].
Let me know if that works for your. Sorry for the inconvenience.
Original comment by tonylovejava
on 28 Jun 2012 at 6:52
Original issue reported on code.google.com by
sms.sri...@gmail.com
on 26 Jun 2012 at 9:02