Community
Participate
Working Groups
From bug 89195 comment #29: Another reason is that as it stands, org.eclipse.ant.core is being activated when the Ant describer is loaded. Having it in runtime would avoid that. Otherwise, the class should be moved to its own package and that package should be marked as an exception in the Eclipse-AutoStart header in the bundle manifest, for example: Eclipse-AutoStart: true; exceptions="org.eclipse.ant.internal.donotactivate"
Moved AntBuildfileContentDescriber and AntHandler to the special no auto start package. Reworked these two classes to be completely independent of the rest of Ant core plugin. Changes to InternalCoreAntMessages and InternalCoreAntMessages.properties to remove the AntHandler message (which should not have been internationalized as these are internal errors). Changes to the MANIFEST.MF file as well.
Please verify Kevin.
verified