I've just committed a fix for issue 5656 http://argouml.tigris.org/issues/show_bug.cgi?id=5656 which basically consists of a complete reimplementation of the profile configuration parser. It was using a homegrown line by line parser which was fragile and didn't fully implement the XML spec, so I've switched it to use SAXparser like all of our other parsers.
It's not very complicated and I did write some tests for it since we didn't have any, but if you are running builds from SVN, please keep your eye out for any problems because it is a critical area. Normally I wouldn't have changed the implementation this late in the game, but the bug was affecting users at the National Cancer Institute, so I wanted to get the fix in this release. Tom ------------------------------------------------------ http://argouml.tigris.org/ds/viewMessage.do?dsForumId=450&dsMessageId=1045642 To unsubscribe from this discussion, e-mail: [[email protected]].
