Missing M2_REPO JavaMail classpath variable in servicemix-itests for building
in Eclipse
----------------------------------------------------------------------------------------
Key: SM-917
URL: https://issues.apache.org/activemq/browse/SM-917
Project: ServiceMix
Issue Type: Bug
Affects Versions: 3.2
Environment: Windows XP, Eclipse 3.2.2, Maven 2.0.5
Reporter: Colin Surprenant
Priority: Minor
Using trunk source from Apr 3, 2007 Eclipse build breaks in servicemix-itests
because of missing classpath variable for
M2_REPO/javax/mail/mail/1.4/mail-1.4.jar.
Build error is :
The type javax.mail.internet.MimeMessage cannot be resolved. It is indirectly
referenced from required .class files
servicemix-itests/src/test/java/org/apache/servicemix/itests
Jsr181HttpTest.java line 103
To solve add this line in the .classpath of servicemix-itests:
<classpathentry kind="var" path="M2_REPO/javax/mail/mail/1.4/mail-1.4.jar"/>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.