-
I'm glad it all went smoothly :)
2009-10-02 23:28:38 UTC in videoIO Toolbox for Matlab
-
After updating to 1.4.2, I was getting errors from Eclipse complaining about a handler conflict. The full text is:
Conflict for 'com.mountainminds.eclemma.ui.RAPJUnitLaunchShortcut.coverage':
HandlerActivation(commandId=com.mountainminds.eclemma.ui.RAPJUnitLaunchShortcut.coverage, handler=org.eclipse.debug.internal.ui.launchConfigurations.LaunchShortcutExtension$LaunchCommandHandler@d13a01...
2009-09-09 23:54:42 UTC in EclEmma - Java Code Coverage for Eclipse
-
Just to clarify too, I hadn't bothered changing the maven location, and the exact same project is now running. So I am quite confident this isn't related to the very long command line :)
As I'm under dead-line at the moment, I can't investigate this as fully as I'd like, other than to say that deleting the old workspace (just the .metadata folder) and re-creating a new one has cleared up the...
2009-08-05 23:10:15 UTC in EclEmma - Java Code Coverage for Eclipse
-
Ok. I downloaded and tried the Java Dev edition of Eclipse. No joy it seemed.. until I created a new workspace. So something in the old workspace has caused the issue.
I've now deleted the old workspace, and am using the Java Dev version... and I'll play around tomorrow and see if I can't figure out exactly which plugin is playing dirty rotten tricks on me!
If you have any tips on finding...
2009-08-05 08:29:18 UTC in EclEmma - Java Code Coverage for Eclipse
-
I've attached a log file at the end instead if you prefer. I didn't realise the comment system would mangle it so badly!
Just to clarify as well... I am doing a web-app, but the classes I am testing are purely local classes (straight unit tests with no dependencies on the web application).
2009-08-04 22:56:27 UTC in EclEmma - Java Code Coverage for Eclipse
-
Here's the process properties:
"C:\Program Files\Java\jdk1.6.0_12\bin\javaw.exe" -agentlib:jdwp=transport=dt_socket,suspend=y,address=localhost:3751 -Dfile.encoding=Cp1252 -classpath "C:\working_dir\bsd-jira\plugins\leica-linked-issues-plugin\trunk\target\test-classes;C:\working_dir\bsd-jira\plugins\leica-linked-issues-plugin\trunk\target\classes;C:\Documents and...
2009-08-04 22:54:07 UTC in EclEmma - Java Code Coverage for Eclipse
-
Ahh... Sorry about that. I've opened a new bug here: https://sourceforge.net/tracker/?func=detail&aid=2831845&group_id=177969&atid=883351.
2009-08-04 06:56:33 UTC in EclEmma - Java Code Coverage for Eclipse
-
In Eclipse 3.5 I'm attempting to run a code coveraged junit test. This previously worked in 3.4.
When I execute the code coveraged test (right-click on the package, "Coverage As" => "JUnit Test"), no code coverage results window is displayed, and I appear unable to find any instrumentation files etc. I've tried enabling in-place instrumentation, but this makes no difference.
If I...
2009-08-04 06:56:21 UTC in EclEmma - Java Code Coverage for Eclipse
-
Is there an ETA on when this patch/fix will be released on the eclipse update site? This issue is preventing me from using Eclemma in 3.5 as well.... A tool I really don't like doing without :)
2009-08-04 03:30:13 UTC in EclEmma - Java Code Coverage for Eclipse
-
I am a java developer and am attempting to use CNTLM to escape Eclipse 3.5 issues with NTLM proxies. This has worked for core Eclipse features (e.g., updater, package manager etc.), but has failed rather miserably for the m2Eclipse plugin when it attempts to contact remote maven2 repositories.
Running CNTLM in debug mode, I get:
******* Round 1 C: 4, S: 5 *******!
Reading headers.....
2009-07-27 04:24:00 UTC in Cntlm Authentication Proxy