Closed GoogleCodeExporter closed 8 years ago
One reasonably general solution to this problem would be to add a preference
page to
the Mylyn tasks preferences. Initially this page would allow users to select
the URL
prefix to use when generating task URL's. It should default to the standard
Google
prefix http://code.google.com/p but should permit others such as
http://code.google.com/a/eclipselabs.org/p or http://eclipselabs.org/p.
Since I need this functionality quickly, I would be prepared to prepare a patch
based
on this or any other proposal that is acceptable to the community.
Original comment by jgoss...@gmail.com
on 15 May 2010 at 3:23
Issue 72 has been merged into this issue.
Original comment by b.muskalla@gmail.com
on 19 May 2010 at 9:20
Original comment by b.muskalla@gmail.com
on 19 May 2010 at 9:57
Original comment by b.muskalla@gmail.com
on 19 May 2010 at 9:57
[deleted comment]
It turned out to much simpler than I thought to fix this problem, needing no
use of
preferences, and in addition allowing implementation of more methods in
GoogleCodeRepository, specifically getRepositoryUrlFromTaskUrl and
getTaskIdFromTaskUrl. The patch also includes additional Junit tests and test
data. I
am attaching a patch for evaluation.
Original comment by jgoss...@gmail.com
on 21 May 2010 at 4:18
Attachments:
Thanks for the patch. But I wonder - what was your intention? Now it is
possible to add a EclipseLabs URL as taskrepository but you still cannot query
the repository as far as I can see.
Fixed this issue now in r96 with several other minor refactorings. You're now
able to add and query affiliate repositores (like EclipseLabs) with the
connector. Have fun!
Original comment by b.muskalla@gmail.com
on 24 May 2010 at 11:15
Original issue reported on code.google.com by
rolfkl...@gmail.com
on 14 May 2010 at 9:06