Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-ant-dev] Ant runtime classpath


Sorry for the delay in providing an answer.

Only one classloader is used.
Ordering is maintained within the sets of URLs.
The Ant runtime URLs are consulted first and then the custom URLs when loading a class.

See http://bugs.eclipse.org/bugs/show_bug.cgi?id=24699 for additional reasons for the separation

HTH
Darins



Matt_Conway@xxxxxx
Sent by: platform-ant-dev-admin@xxxxxxxxxxx

02/27/03 12:54 PM
Please respond to platform-ant-dev

       
        To:        platform-ant-dev@xxxxxxxxxxx
        cc:        
        Subject:        [platform-ant-dev] Ant runtime classpath



What exactly is the difference between the two different classpaths in the
Ant Runtime preferences (Runtime classpath and Additional classpath
entries)?
Is it two different classloaders with Additional inheriting for Runtime,
or some other arrangement?  The Additional seems somewhat redundant.

Matt

_______________________________________________
platform-ant-dev mailing list
platform-ant-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/platform-ant-dev



Back to the top