> > |
%META:TOPICINFO{author="PierreHaegnestrand" date="1048852620" format="1.0" version="1.1"}%
%META:TOPICPARENT{name="VcsIntegrations"}%
Starteam integration seems to be broken if you specify any
kind of alternate working path in your normal working environment.
For instance, if you have the file:
src/com/x/test.java
and it checks out to:
E:/Project/WEB-INF/src/com/x/test.java
You cannot use the starteam integration. It seems
that the plugin needs to have the working path
stuff added to it (the '-fp' and '-rp' flags on
stcmd).
Is there anything in the works for this?
-- PierreHaegnestrand - 28 Mar 2003
I have written a solution to the problem, but I can't find where to put the code. My cvsclient don't mangage to reach cvs.intellij.net.
It is a small class which puts all folders in selected Starteam-view into a Hashtable. Then the StarteamVcs? class uses that table for finding the folders. The hashtable is initiated when you open the project, and it dosn't handle changes after that. It is possible to add, but in my case it isn't worth the time as our folderhierarchy dosn't change that often.
Could anybody tell me where I can put the code? |