----- Original Message ----- From: "Jose Alberto Fernandez" <[EMAIL PROTECTED]> To: "Ant Developers List" <[EMAIL PROTECTED]> Sent: Wednesday, November 07, 2001 07:13 Subject: Re: [PROPOSAL] No need for CLASSPATH in ANT1
>correctly written tasks should be using at least something like: > > URLClassLoader classLoader = new URLClassLoader( myURLs, > this.getProject().getCoreLoader() ); > >this is why I considered that such tasks were broken as oppose of we changing things. I am going to add this to the task guidelines, and link to the network copy of the doco from the developing with ant page. I notice that Project doesnt actually set its coreloader -something else does that in the ant specific coreloader situation, right? -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
