Re: I want a "source collection" !!!!
- From: "Skybuck Flying" <nospam@xxxxxxxxxxx>
- Date: Sat, 25 Jun 2005 16:57:35 +0200
"Skybuck Flying" <nospam@xxxxxxxxxxx> wrote in message news:...
> Here is an example to illustrate the idea ;) really simply actually:
>
> c\test\MyTechnology001.sc
> c:\tech\red\version 0.01\unit_red.pas
> c:\tech\blue\version 0.01\unit_blue.pas
The following example might also be possible:
c:\test\MyTechnology001.sc
(contents:)
..\red\version 0.01\unit_red.pas
..\blue\version 0.01\unit_blue.pas
(the . indicates that the path of the source collection file should be used
;) )
Relative paths... relative to the path where the *.sc file is located.
Then the whole content of the folders can be moved without having to change
the sc file.
The only thing which would need to be changed is below in project file.
>
> That's all there is too it ;)
>
> The project configuration file then has an entry like this:
> (Project1.cfg):
>
> -sc c:\test\MyTechnology001.sc
>
> Second example: tech and project has evolved etc.
>
> c\test\MyTechnology002.sc
> c:\tech\red\version 0.02\unit_red.pas
> c:\tech\blue\version 0.02\unit_blue.pas
>
> Project2.cfg:
> -sc c:\test\MyTechnology002.sc
new path for sc
-sc c:\moved to this folder\MyTechnology002.sc
>
> Nice and simple...
>
> What's the big deal really ? ;)
>
> (*.sc stand fors "source collection" ;) )
>
> Bye,
> Skybuck.
>
>
.
- Prev by Date: Re: I want a "source collection" !!!!
- Next by Date: Request : Rave Reports update
- Previous by thread: Re: I want a "source collection" !!!!
- Next by thread: Request : Rave Reports update
- Index(es):
Relevant Pages
|