I just got done checking out my project from CVS. I was not able to
check it out into exactly the same directory where the project was
initially created. Painfully, I just spent a good deal of time chasing
down all the hard coded paths.
These paths where not *just* in the idea/config files, but also in the
project file itself. This essentially makes idea projects
non-transportable in team development.
I posted this earlier and got minimal responses. Is it really the case
that hard coding of paths is a bother to most teams?
Anyway, below is an excerpt from the idea project that I checked out of CVS:
<project version="2">
<component name="ProjectRootManager" version="2">
<jdk name="java version "1.4.0"" />
<library name="trading" />
<projectPath>
<root type="composite">
<root type="simple" url="file://C:/abwg/bkaplan/its/all/trading" />
<root type="simple"
url="file://C:/abwg/bkaplan/its/all/infrastructure" />
</root>
</projectPath>
<sourcePath>
<root type="composite">
<root type="simple"
url="file://C:/abwg/bkaplan/its/all/trading/src" />
<root type="simple"
url="file://C:/abwg/bkaplan/its/all/trading/src-api" />
<root type="simple"
url="file://C:/abwg/bkaplan/its/all/trading/test/unit" />
<root type="simple"
url="file://C:/abwg/bkaplan/its/all/trading/test-api/unit" />
<root type="simple"
url="file://C:/abwg/bkaplan/its/all/infrastructure/util/src" />
<root type="simple"
url="file://C:/abwg/bkaplan/its/all/infrastructure/util/test/unit" />
<root type="simple"
url="file://C:/abwg/bkaplan/its/all/infrastructure/test/src" />
<root name="trading" rootType="sourcePath" type="library" />
<root name="java version "1.4.0""
rootType="sourcePath" type="jdk" />
<root type="simple"
url="file://C:/abwg/bkaplan/its/all/infrastructure/jms/src" />
<root type="simple"
url="file://C:/abwg/bkaplan/its/all/infrastructure/jms/test/unit" />
<root type="simple"
url="file://C:/abwg/bkaplan/its/all/infrastructure/server/src" />
<root type="simple"
url="file://C:/abwg/bkaplan/its/all/infrastructure/service/src" />
<root type="simple"
url="file://C:/abwg/bkaplan/its/all/infrastructure/service/test/unit" />
<root type="simple"
url="file://C:/abwg/bkaplan/its/all/infrastructure/transaction/src" />
<root type="simple"
url="file://C:/abwg/bkaplan/its/all/infrastructure/transaction/test/unit" />
<root type="simple"
url="file://C:/abwg/bkaplan/its/all/infrastructure/transport/src" />
<root type="simple"
url="file://C:/abwg/bkaplan/its/all/infrastructure/transport/test/unit" />
<root type="simple"
url="file://C:/abwg/bkaplan/its/all/infrastructure/persistence/src" />
<root type="simple"
url="file://C:/abwg/bkaplan/its/all/infrastructure/persistence/test/unit" />
</root>
</sourcePath>
_______________________________________________
Eap-bugs mailing list
[EMAIL PROTECTED]
http://lists.jetbrains.com/mailman/listinfo/eap-bugs