[izpack-devel] patch: calling the izpack ant task from maven

Vladimir Ralev vralev at redhat.com
Mon Nov 20 13:46:55 CET 2006


If you are using inherited property substitution on Windows with paths 
it's likely to end up with paths like "c:\test\../lib/mylib.jar". Maven 
antrun uses Classworlds as a classloder and it throws an exception when 
trying to normalize these paths, see 
http://jira.codehaus.org/browse/CLASSWORLDS-26. So I just added some 
code to replace '\' with '/' in the properties and it worked. (The error 
only happens when trying to load a listener with such path)

-- 
Vladimir Ralev, JBoss/RedHat

-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: fixPath.patch
Url: https://lists.berlios.de/pipermail/izpack-devel/attachments/20061120/17200d79/attachment.ksh 


More information about the izpack-devel mailing list