Re: [eclipsedarcs-develop] Support for Eclipse "Linked URIs"
Status: Alpha
Brought to you by:
radoslawg
|
From: Leif F. <hi...@le...> - 2008-04-22 17:54:46
|
Hi Charles, > 'Yall's bug tracker is down (flyspray can't connect to its database), Oops. @Radek, do you know what's going on there? Could you have a look? >or I'd be filing this there. On trying to add my project to Darcs, I receive the following error (repeated verbatim): > > Project 'myproject' contains linked URIs but the'org.eclipsedarcs.core.repository.DarcsProvider' repository provider does not supported them. Yes, we don't support linked resources, so I guess we should be graceful and just ignore them. Does the problem prevent the project from being connected at all, or is there just the message, but the plugin works otherwise? The message doesn't come out of our own code (I think), but somewhere from an Eclipse Team API we call. Could you send me the stacktrace (if there is any) from the error log (in <your-workspace>/.metadata/.log)? That would help a lot in finding at which place we need to build in robustness. Thanks && ciao, Leif > > My .project file contains the following: > > <linkedResources> > <link> > <name>WebContent/WEB-INF/lib/gwt-servlet.jar</name> > <type>1</type> > <locationURI>GWT_HOME/gwt-servlet.jar</locationURI> > </link> > </linkedResources> > > The mercurialeclipse team resolved their variant of this issue in http://home.zingo.org/trac/mercurialeclipse/changeset/79 > > ------------------------------------------------------------------------- > This SF.net email is sponsored by the 2008 JavaOne(SM) Conference > Don't miss this year's exciting event. There's still time to save $100. > Use priority code J8TL2D2. > http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone > _______________________________________________ > eclipsedarcs-develop mailing list > ecl...@li... > https://lists.sourceforge.net/lists/listinfo/eclipsedarcs-develop > -- Leif Frenzel http://leiffrenzel.eu http://cohatoe.blogspot.com |