http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2412
*** shadow/2412 Mon Jul 2 00:59:39 2001 --- shadow/2412.tmp.20531 Mon Jul 2 00:59:39 2001 *************** *** 0 **** --- 1,22 ---- + +============================================================================+ + | Self-coded tasks must be compiled before taskdef can be used | + +----------------------------------------------------------------------------+ + | Bug #: 2412 Product: Ant | + | Status: NEW Version: 1.3 | + | Resolution: Platform: Other | + | Severity: Normal OS/Version: Other | + | Priority: Other Component: Core tasks | + +----------------------------------------------------------------------------+ + | Assigned To: [EMAIL PROTECTED] | + | Reported By: [EMAIL PROTECTED] | + | CC list: Cc: | + +----------------------------------------------------------------------------+ + | URL: | + +============================================================================+ + | DESCRIPTION | + I wrote a task of my own. It is compiled before taskdef is used to make this + task available in the build file. When I use taskdef when task has just been + compiled it fails raising a "class not found exception". + + If I then rerun the build (my task has been compiled in the previous) every + works fine. This very annoying because I must invoke the build twice.
