Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-ant-dev] Using latest org.eclipse.ant.core plugin generated from the exportPlugin script


Can you refresh my memory as to why you can't use PDE to build your jars?  Its a bummer that you can't/don't because:

- fewer people eating our own dog food and providing feedback
- more work for you to write/maintain the export scripts
- more errors because you are testing something different then what will be built.

Jeff




Darin Swanson <Darin_Swanson@xxxxxxxxxx>
Sent by: platform-ant-dev-admin@xxxxxxxxxxx

03/05/2003 06:39 PM
Please respond to platform-ant-dev

       
        To:        platform-ant-dev@xxxxxxxxxxx
        cc:        
        Subject:        [platform-ant-dev] Using latest org.eclipse.ant.core plugin generated from the exportPlugin script




Because of bug http://bugs.eclipse.org/bugs/show_bug.cgi?id=33866, you will need to manually remove some classes from the antsupport.jar for the Ant support to work with the new Ant classloader.


The classes to remove are the 7 classes and 1 property file that start with the org.eclipse.ant.internal.core.ant prefix.


Thanks

Darins



Back to the top