Hi,
I got some failed results from test class
"org.apache.commons.configuration.TestDataConfiguration".
The error is "java.lang.ClassNotFoundException:
javax.mail.internet.InternetAddress".
I run build.xml and pom.xml. The error messages are the same. There is no
javamail dependency in neither pom nor build.
After I put the following dependency in pom file. Those errors disappeared.
<dependency>
<groupId>javax.mail</groupId>
<artifactId>mail</artifactId>
<version>1.4</version>
<scope>test</scope>
</dependency>
Could someone check with that? Here is my env info:
Maven version: 2.0.7
Java version: 1.5.0_04
OS name: "windows xp" version: "5.1" arch: "x86"
Thanks,
Gene.
--
View this message in context:
http://www.nabble.com/-configuration-Error-result-from-Test-due-to-build-isse.-tf4260216.html#a12123472
Sent from the Commons - Dev mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]