Open GoogleCodeExporter opened 8 years ago
to make it a bit more clear: test/test.js that first test is really a project
and that test.js is a file inside that project. This is because what is running
in the browser is really multi project for us. So i make sure that the urls are
also really constructed like this so that we can debug it nicely.
Original comment by jcompag...@servoy.com
on 12 Sep 2013 at 3:25
The problem is that ReverseSourceLookup on a WorkspaceSourceContainer can also
go wrong just fine because that code (and my patch) expects that the project is
really in the workspace root. This doesn't have to be the case.
the project itself can be in a completely different location then the workspace
root.
So the right implementation should be to first get the project by name (the
first name in the resource path) and then ask the project for the resources.
Original comment by jcompag...@servoy.com
on 12 Sep 2013 at 3:29
Original issue reported on code.google.com by
jcompag...@servoy.com
on 12 Sep 2013 at 3:21