Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

multi-project + retrieveManaged => bad classpath #216

Open
ghost opened this issue Jul 7, 2014 · 2 comments
Open

multi-project + retrieveManaged => bad classpath #216

ghost opened this issue Jul 7, 2014 · 2 comments

Comments

@ghost
Copy link

ghost commented Jul 7, 2014

http://stackoverflow.com/questions/21315555/configuring-sbteclipse-to-get-the-right-value-for-lib-managed

The above post describes a bug I encountered.

Originally I had the following directory structure. 'A' and 'B' are sub-projects that make up my multi-project named 'project'. 'ws' is my eclispe workspace.

/home/ws/project/A
/home/ws/project/B

projects 'A' and 'B' would reference classpath dependencies with the following path structure "../lib_managed" which in practice resolved to "/home/ws/../lib_managed"

As a work-around, I was able to create another ws,

/home/ws1

and created the following symlink,

/home/project => /home/ws/project

which by-passed the bad classpath dependency references.

@er1c
Copy link
Contributor

er1c commented Jan 7, 2015

Can you supply a sample project/issue for this?

@jnfeinstein
Copy link

Confirmed, this is definitely a thing. Looks like any root container project with real subprojects should experience this issue.

EDIT: Doesn't look like this project (sbteclipse) has the issue. I thought it might be something scala vs java, but I do in fact have a scala project that is displaying this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants