-
Hi,
plugin works fine for some projects within my workspace but for the important one it fails (see stacktrace below).
Environment: eclipse Galileo, WinXP, JDK 1.6.0._17
Any ideas?
br
Andreas
!ENTRY org.eclipse.core.resources 4 2 2009-12-07 14:25:33.357
!MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.core.resources".
!STACK 0...
2009-12-07 13:30:29 UTC by vollecker
-
I too see this error and I am on Java 6.
2009-11-21 01:13:21 UTC by brianmason
-
I can report having the same problem as the original poster. Moreover, I am able to instrument my source using the batch coverage tool without issue, both from the command line and from Ant.
I have multiple source folders (main and test) in a Maven-like layout. The src folder is a linked folder in my Eclipse project, though I have also tested using a src folder that is stored in the Eclipse...
2009-11-20 13:38:05 UTC by ansciath
-
Interestingly, if I remove xercesImpl.jar from $ANT_HOME/lib the problem seems to go away. According to the manifest file in xercesImpl.jar, the jar file contains Xerces-J 2.8.1 and by looking at the Version files in rt.jar for both Java 1.5.0_11 and 1.6.0_12, I see Xerces-J 2.6.2
Looks like the order in which the jars are being searched/loaded has changed?.
2009-10-16 18:01:53 UTC by decosta
-
Has there been any attempt to apply this patch?:
https://sourceforge.net/tracker/index.php?func=detail&aid=2724379&group_id=206367&atid=997377.
2009-10-14 21:23:13 UTC by decosta
-
I am seeing the same error when I use the codecover task to analyze results with Java 6; I did not have this problem with Java 5.
2009-10-14 19:24:12 UTC by decosta
-
I found this in my eclipse log, it is an exception stack trace when running with Perforce. This might help determine the cause of the problem:
!ENTRY org.codecover.eclipse 4 0 2009-10-03 19:16:12.593
!MESSAGE [FATAL] CoreException in CompilationParticipant
!STACK 0
org.codecover.model.exceptions.FileLoadIOException: A FileLoadIOException has occured
at...
2009-10-03 23:38:31 UTC by jmicco
-
When I run CodeCover without the Perforce integration - code cover works properly. When I try to use it with the Perforce P4WSAD plug-in the build fails with a dialog box that says:
“[FATAL] CoreError in CompilationParticipant” with a text box containing “A FileLoadIOException has occurred”.
This does not occur if I turn off Perforce sharing for the project. I cannot find a...
2009-10-03 14:50:41 UTC by jmicco
-
ahija committed revision 68 to the CodeCover SVN repository, changing 9 files.
2009-10-02 06:14:02 UTC by ahija
-
ahija committed revision 67 to the CodeCover SVN repository, changing 17 files.
2009-09-29 07:47:16 UTC by ahija