Bug 205834 - Wrong mismatch error between your bundle classpath and what is specified in your build.properties when the jar contains ant tasks
Summary: Wrong mismatch error between your bundle classpath and what is specified in y...
Status: RESOLVED DUPLICATE of bug 198724
Alias: None
Product: PDE
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.4   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: PDE-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-09 13:21 EDT by Olivier Thomann CLA
Modified: 2007-10-09 13:54 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Olivier Thomann CLA 2007-10-09 13:21:23 EDT
jdt/core project has a jar that contains an ant task. This jar should not be on the bundle classpath, but it should still be compiled using a source folder.
With the last build, we get an error saying that the bundle classpath and the build.properties are not in synch.
I don't think we want to add the jdtCompilerAdapter.jar on the bundle classpath or it might break the javac ant task that is using the Eclipse batch compiler.
Did I miss something?
If jdtCompilerAdapter.jar is not required on the bundle classpath, then '.' should be the default.
So from the two errors, we should not get any.
Let me know if I miss something as I would like to "fix" our plugin asap.
Comment 1 Olivier Thomann CLA 2007-10-09 13:54:03 EDT

*** This bug has been marked as a duplicate of bug 198724 ***