Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 248768 - Incorrect classpath given folder shaped bundles with .classes in folders
Summary: Incorrect classpath given folder shaped bundles with .classes in folders
Status: RESOLVED FIXED
Alias: None
Product: PDE
Classification: Eclipse Project
Component: Build (show other bugs)
Version: 3.4   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.4.2   Edit
Assignee: pde-build-inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on: 248767
Blocks:
  Show dependency tree
 
Reported: 2008-09-26 14:57 EDT by Andrew Niefer CLA
Modified: 2008-09-30 17:00 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Niefer CLA 2008-09-26 14:57:19 EDT
Cloned for 3.4.2

+++ This bug was initially created as a clone of Bug #248767 +++

Given a binary bundle shaped as a folder and with .class files on disk instead of being jared:

org.foo_1.0.0/META-INF/MANIFEST.MF
             /org/.../*.class
             /plugin.xml


PDE/Build is generating an incorrect classpath for bundles that depend on this.

They are getting a classpath entry:
..../org.foo_1.0.0/@dot
when it should just be
..../org.foo_1.0.0/

The @dot is correct only when the org.foo bundle is not binary and is being compiled.
Comment 1 Andrew Niefer CLA 2008-09-30 17:00:15 EDT
done in 3.4.2