On Wed, 2004-12-08 at 16:08, Poppe, Troy wrote: > me is: why is this a warning? Couldn't this be handled with a > case-insensitive > comparison?
Actually, there were no comparison at all before and then we had to do the case-sensitive comparison to check some possibilities. > The results: > # Reason for the warning: # > # the dependency eia:party-common is located at: > 'c:\maven\repository\eia\jars\party-common-1.0.jar' > # but was expected to be located at: > 'C:\maven\repository\eia\jars\party-common-1.0.jar' I changed the comparison to ignore the local repository part (c:\maven\repository in your case). Could you please reinstall the plugin (from my site) and test it again? -- Felipe --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
