Skip to content
This repository has been archived by the owner on Dec 9, 2018. It is now read-only.

Attempt to get eclipsr to find sources of ajrs in external repositories #1451

Closed
wants to merge 1 commit into from
Closed

Attempt to get eclipsr to find sources of ajrs in external repositories #1451

wants to merge 1 commit into from

Conversation

tomq42
Copy link
Contributor

@tomq42 tomq42 commented Jul 27, 2016

Previously the code appeared to try and convert the external file path into a workspace path
before creating an AcrhiveSourceContainer object.
This just, rather naively, directly constructs an ExternalArchiveSourceContainer pointing at the
bundle jar.

It appears to fix the issue of finding source for external libraries. If you have, say, downloaded
a bundle from Central, and added source, then source will now be found. Previously it appeared
that source was only found for bundles in Local, as only then was the jar file actually in the workspace.

Previously the code appeared to try and convert the external file path into a workspace path
before creating an AcrhiveSourceContainer object.
This just, rather naively, directly constructs an ExternalArchiveSourceContainer pointing at the
bundle jar.

It appears to fix the issue of finding source for external libraries. If you have, say, downloaded
a bundle from Central, and added source, then source will now be found. Previously it appeared
that source was only found for bundles in Local, as only then was the jar file actually in the workspace.
@tomq42
Copy link
Contributor Author

tomq42 commented Jul 27, 2016

Replace with another one

@tomq42 tomq42 closed this Jul 27, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant