New issue 30 by sarthak.83: Not able to Build Testability Explorer project
http://code.google.com/p/testability-explorer/issues/detail?id=30
What steps will reproduce the problem?
Here is the Maven build output when I try to build it
[INFO] Testability Explorer .................................. SUCCESS
[1.313s]
[INFO] Testability Explorer Core ............................. FAILED
[4.359s]
[INFO] Testability Explorer ant task ......................... NOT BUILT
[INFO] Maven testability plugin .............................. NOT BUILT
What is the expected output? What do you see instead?
BUILD SUCCESSFUL...
I see the foll.
Mojo:
org.apache.maven.plugins:maven-compiler-plugin:2.0.2:compile
FAILED for project:
com.google.testability-explorer:core:jar:1.3.2-SNAPSHOT
Reason:
D:\WorkSpaces\DiamondsPhase2\TestabilityExplorer\core\src\main\java\com\google\test\metric\ReportGeneratorBuilder.java:[27,49]
package com.sun.org.apache.xml.internal.serialize does not exist
D:\WorkSpaces\DiamondsPhase2\TestabilityExplorer\core\src\main\java\com\google\test\metric\ReportGeneratorBuilder.java:[28,49]
package com.sun.org.apache.xml.internal.serialize does not exist
D:\WorkSpaces\DiamondsPhase2\TestabilityExplorer\core\src\main\java\com\google\test\metric\ReportGeneratorBuilder.java:[118,8]
cannot find symbol
symbol : class XMLSerializer
location: class com.google.test.metric.ReportGeneratorBuilder
D:\WorkSpaces\DiamondsPhase2\TestabilityExplorer\core\src\main\java\com\google\test\metric\ReportGeneratorBuilder.java:[118,42]
cannot find symbol
symbol : class XMLSerializer
location: class com.google.test.metric.ReportGeneratorBuilder
D:\WorkSpaces\DiamondsPhase2\TestabilityExplorer\core\src\main\java\com\google\test\metric\ReportGeneratorBuilder.java:[120,8]
cannot find symbol
symbol : class OutputFormat
location: class com.google.test.metric.ReportGeneratorBuilder
D:\WorkSpaces\DiamondsPhase2\TestabilityExplorer\core\src\main\java\com\google\test\metric\ReportGeneratorBuilder.java:[120,34]
cannot find symbol
symbol : class OutputFormat
location: class com.google.test.metric.ReportGeneratorBuilder
What version of the product are you using? On what operating system?
I downloaded the latest code from the repository
http://testability-explorer.googlecode.com/svn and am trying to build
using Eclipse using maven.
Please provide any additional information below.
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
i am using Windows 2003 server OS
I had the same problem with a non sun JDK. Compiling with 1.5+ sun jdk
works. It's
because of a dependency on an internal sun package. I've made a patch
(included) to
change this dependency to xercesImpl.
Attachments:
testability-explorer.patch 1.2 KB
Ooops forgot to include diffs for test class
too(com.google.test.metric.report.XMLReportTest is passing after applying
the patch).
I've attached the full patch.
Attachments:
testability-explorer.patch 1.9 KB
Thanks a lot for addressing this one.
Comment #5 on issue 30 by aeagle22206: Not able to Build Testability
Explorer project
http://code.google.com/p/testability-explorer/issues/detail?id=30
Patch applied in
http://code.google.com/p/testability-explorer/source/detail?r=402
Thanks a bunch Cedric! I'm really excited about the Sonar plugin too. Are
you on
testability-...@googlegroups.com? Let us know when we can play
with it!