http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2412
*** shadow/2412 Mon Jul 2 10:20:52 2001 --- shadow/2412.tmp.19418 Wed Jul 4 04:50:56 2001 *************** *** 2,9 **** | 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 | +----------------------------------------------------------------------------+ --- 2,9 ---- | Self-coded tasks must be compiled before taskdef can be used | +----------------------------------------------------------------------------+ | Bug #: 2412 Product: Ant | ! | Status: RESOLVED Version: 1.3 | ! | Resolution: WORKSFORME Platform: Other | | Severity: Normal OS/Version: Other | | Priority: Other Component: Core tasks | +----------------------------------------------------------------------------+ *************** *** 18,21 **** 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. --- 18,25 ---- 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. ! ! ------- Additional Comments From [EMAIL PROTECTED] 2001-07-04 04:50 ------- ! Since version 1.2 you can place the taskdef task itself after the javac task, ! this way it is possible to build and use a task in the same run.
