You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by Eric VanLydegraf <er...@kinzan.com> on 2000/08/09 20:12:43 UTC

ClassLoader ?


-----Original Message-----
From: donaldp@mad.scientist.com [mailto:donaldp@mad.scientist.com]
Sent: Tuesday, August 08, 2000 9:07 PM
To: ant-dev@jakarta.apache.org; sr@adolos.com
Subject: RE: [suggestion] re: Bootstrapping Ant


[... Bootstrapping Ant ...]

No it's you who don't understand issues at the moment. How
do we provide the facilities you want ? we do things that
are either JVM specific or that brake tools. Many tools are
broken by adding classloaders because they use
Class.forName("blah") rather than
getClass().loadClass("blah"). 

Could you explain this a little more - we are always using Class.forName()
as most books and examples tend to use and never realized there was an issue
involved.

...

Cheers,

Pete

*--------------------------------------------------*
| Latrobe University,     |                        |
| Bundoora, Australia     | Does the name 'Pavlov' |
| Office: PW220           |    ring a bell ?       |
| Ex: 2503                |                        |
*--------------------------------------------------*