You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bu...@apache.org on 2001/07/17 14:48:59 UTC

[Bug 2652] - Subclasses of Project can not load datatypes.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2652

*** shadow/2652	Tue Jul 17 05:48:21 2001
--- shadow/2652.tmp.23088	Tue Jul 17 05:48:59 2001
***************
*** 22,25 ****
  By changing the constructor check to use Project.class, this problem is avoided.
  
  This is not a crucial bug as the subclass can override the relevant method, but 
! it would be nice if it was fixed.
--- 22,29 ----
  By changing the constructor check to use Project.class, this problem is avoided.
  
  This is not a crucial bug as the subclass can override the relevant method, but 
! it would be nice if it was fixed.
! 
! ------- Additional Comments From robert.watkins@qsipayments.com  2001-07-17 05:48 -------
! Created an attachment (id=324)
! A patch to correct the constructor check.