Newline in module descriptor causes ClassNotFoundException
----------------------------------------------------------
Key: MAGNOLIA-3241
URL: http://jira.magnolia-cms.com/browse/MAGNOLIA-3241
Project: Magnolia
Issue Type: Bug
Components: modulemechanism
Affects Versions: 4.3.2
Environment: Ubuntu, Tomcat 6.0.26, Java 1.6.0.20, Eclipse 3.5.2
Reporter: Brian Bowman
Assignee: Boris Kraft
Priority: Trivial
Default Eclipse xml formatting moves <versionHandler> closing tag to a new line
for long qualified names. This causes a ClassNotFoundException on Tomcat
startup. ex:
<?xml version="1.0" encoding="UTF-8"?>
<module>
<name>training-samples</name>
<displayName>${project.name}</displayName>
<versionHandler>info.magnolia.training.samples.SamplesVersionHandler
</versionHandler>
<version>1.0-SNAPSHOT</version>
</module>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.magnolia-cms.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
----------------------------------------------------------------
For list details see
http://www.magnolia-cms.com/home/community/mailing-lists.html
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------