I tried on a tomcat6 instance with the same exact setup and it worked, so
I'm going to migrate jenkins there. The thing is that I could build it
using the command line, on that same server, so unless a hypothetic missing
dependency is on the classpath it shouldnt build.
I could try to build a hell
Hi,
This error usually occur because of missing project dependencies that
you define on pom.xml. Like jar file missing or adding dependencies which
contain the class file it's looking for..You need to analyze it correctly..
Another cause can be jvm is not able to load full class defenition..Tr
Hello,
I am having trouble getting my maven job to work, even though it is a basic
setup:
- jenkins 1.489 (no slaves) on linux
- tomcat 5.0
- jvm: 1.6.0_03-b05
- maven plugin 1.489
and this is for a maven 2.2.1 build.
I tried installing Maven with both a manual install and the automated
in