[ http://issues.apache.org/jira/browse/VELOCITY-460?page=comments#action_12437911 ] Claude Brisson commented on VELOCITY-460: -----------------------------------------
Bad news Captain Will, everything is still running fine here so we still don't know why it doesn't work for you. The overlap of test files was already here. It took me some time to figure it out... BuiltInEventHandlerTestCase doesn't need any modification - I changed test2.vm and test2.cmp precisely to test the behaviour of the built-in handler. Have you made a manual diff of "test/includeevent/compare/test2.cmp" and "bin/test/includeevent/test2.res" to try to understand what was going wrong? > the IncludeRelativePath handler should treat paths beginning with a slash as > absolute paths > ------------------------------------------------------------------------------------------- > > Key: VELOCITY-460 > URL: http://issues.apache.org/jira/browse/VELOCITY-460 > Project: Velocity > Issue Type: Improvement > Components: Source > Affects Versions: 1.5 beta1 > Reporter: Claude Brisson > Priority: Minor > Attachments: IncludeRelativePath.patch, IncludeRelativePath.patch.v2 > > > The most widely spread convention about systems supporting relative paths is > that paths that begin with '/' (or '\') are absolute while others are > relative. The IncludeRelativePath event handler should follow the same > convention. > The corrective patch is attached. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
