I got this error after I set up the cruisecontrol.
snippet in ant file:
java.io.FileNotFoundException: /home/mtccruise/cruisecontrol-bin-2.8.1/projects/sugar_service/junitvmwatcher1613190630.properties (No such file or directory)
The reason is that a different version of ant exist. The classpath defined in red color includes a couple of ant jars which are version 1.6, but the actual ant I'm running is version 1.7. Remove those jars, the problem solved.
No comments:
Post a Comment