Message: A new issue has been created in JIRA.
--------------------------------------------------------------------- View the issue: http://jira.codehaus.org/browse/MAVEN-1444 Here is an overview of the issue: --------------------------------------------------------------------- Key: MAVEN-1444 Summary: silent failure of Ant taskdef/typedef classloader mix up Type: Bug Status: Unassigned Priority: Major Original Estimate: Unknown Time Spent: Unknown Remaining: Unknown Project: maven Components: jelly/ant integration Versions: 1.0 Assignee: Reporter: J. Matthew Pryor Created: Sun, 12 Sep 2004 6:42 AM Updated: Sun, 12 Sep 2004 6:42 AM Description: When you have ant tasks that had both taskdef and typedefs, they need to be loaded from the same class loader. Thie is done using the loaderref attribute in both 'defs and seeting it to the same value e.g. <ant:taskdef resource="cpptasks.tasks" loaderref="cc.loader" classpathref="maven.dependency.classpath" /> <ant:typedef resource="cpptasks.types" loaderref="cc.loader" classpathref="maven.dependency.classpath" /> The problem with maven is that if this loaderref is missing, you don't get any diagnostic output from maven whatever to tell you. The goals appear to succeed (or silently fail) without any explanation More info here : http://www.dynamic-control.net/2004/07/maven-and-cpptasks-google-bait.html --------------------------------------------------------------------- JIRA INFORMATION: This message is automatically generated by JIRA. If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
