Message:

   The following issue has been closed.

   Resolver: Brett Porter
       Date: Wed, 2 Mar 2005 9:58 PM

upgraded to Ant 1.6. Can't provide any more diagnostics than they already 
provide.
---------------------------------------------------------------------
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: Closed
   Priority: Major
 Resolution: WON'T FIX

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven
   Versions:
             1.0

   Assignee: 
   Reporter: J. Matthew Pryor

    Created: Sun, 12 Sep 2004 6:42 AM
    Updated: Wed, 2 Mar 2005 9:58 PM

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]

Reply via email to