I have a problem. Gump requires "real" CVS modules whereas we are using
aliases on our project, i.e. we have the following directory structure :
XXX
|_ development
|_ common
|_ [...]
|_ [...]
And in our CVS modules file we have :
icom-dev-common -a XXX/development/common
(which means that although we have several projects, we have a single
"real" module).
However, if I define the following in a Gump project file, it doesn't
work :
<module name="XXX/development/common">
[...]
It also doesn't work if I use :
<module name="icom-dev-common">
[...]
because icom-dev-common is an alias and the generated build.bat doesn't
know about it and this thinks the code is in
${basedir}\cvs\icom-dev-common ... whereas it is in
${basedir}\cvs\XXX\development\common ...
Any idea ?
Thanks
-Vincent
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>