[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
[tigerstripe-dev] RE: Tigerstripe URIs?
|
Title: Tigerstripe URIs?
That's true - I sent an email on this and what I
thought needs doing. Probably the URI needs to be relative to the location of
the storage for the annotations, but that leads to issues locating a project
when we don't want the annotations in the same location as the annotated
objects. we would need a restructuring I think so that the project can be
located from information other than the URI only.
Cheers,
JohnW
Hi John
I was just “playing” with the Tigerstripe
annotations, and realized that the URI provided is an “Absolute path” on the
local disk, as opposed to a workspace-relative URI.
In other words, I see
something
like:
tigerstripe:/Users/erdillon/documents/workspace/runtime/Foo/com.mycompany.Entity0
Where
I think I should see:
tigerstripe:/Foo/com.mycompany/Entity0
...
Or else the URI only works on my disk :-).
Now, we are already making an
assumption that users will always use consistent names for their model projects
(you can check out a model from cvs/svn and choose a different local name...).
But I doubt there’s much to do here.
Could you please confirm this? If so
I’ll raise a bugzilla for it.
Thanks,
Eric