http://nagoya.apache.org/bugzilla/show_bug.cgi?id=523
*** shadow/523 Sun Feb 4 23:01:02 2001
--- shadow/523.tmp.7965 Mon Feb 5 01:28:03 2001
***************
*** 2,10 ****
| nested classpath not possible with taskdef |
+----------------------------------------------------------------------------+
| Bug #: 523 Product: Ant |
! | Status: NEW Version: 1.2 |
! | Resolution: Platform: PC |
! | Severity: Normal OS/Version: |
| Priority: Medium Component: Build Process |
+----------------------------------------------------------------------------+
| Assigned To: [EMAIL PROTECTED] |
--- 2,10 ----
| nested classpath not possible with taskdef |
+----------------------------------------------------------------------------+
| Bug #: 523 Product: Ant |
! | Status: RESOLVED Version: unspecified |
! | Resolution: WORKSFORME Platform: PC |
! | Severity: Normal OS/Version: All |
| Priority: Medium Component: Build Process |
+----------------------------------------------------------------------------+
| Assigned To: [EMAIL PROTECTED] |
***************
*** 99,102 ****
</taskdef>
-->
<target name="do_all" />
! </project>
--- 99,110 ----
</taskdef>
-->
<target name="do_all" />
! </project>
!
! ------- Additional Comments From [EMAIL PROTECTED] 2001-02-05 01:28 -------
! I could not reproduce this problem under the latest 1.3 build. If you could
! please run
!
! ant -debug
!
! when this code fails so we can see a bit more about what is going on.