Issue Details (XML | Word | Printable)

Key: MULE-31
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Ross Mason
Reporter: Hans Dockter
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Mule

Duplicate class

Created: 14/Jun/04 01:13 AM   Updated: 21/Aug/06 09:23 PM
Component/s: None
Affects Version/s: 0.9-beta1
Fix Version/s: 0.9

Time Tracking:
Not Specified

Environment: windows xp professional sp2

Labels:


 Description  « Hide
There are duplicate classes:

org.mule.transformers.xml.BeanToXml and
org.mule.transformers.xml.BeanToXML

When you check out from cvs on windows, this leads to an error, as windows does not allow same filenames with different capitalization.



 All   Comments   Work Log   Change History   Transitions   FishEye      Sort Order: Ascending order - Click to sort in descending order
Hans Dockter added a comment - 14/Jun/04 01:15 AM
The same applies to:

org.mule.transformers.xml.XmlToBean and
org.mule.transformers.xml.XMLToBean


Ross Mason added a comment - 21/Jun/04 09:09 AM
I've removed the BeanToXML and XMLToBean classes. Thanks for reporting the issue