Combining projects without using 'global project linking'

This forum is for all Flare issues not related to any of the other categories.
Post Reply
dawei
Jr. Propeller Head
Posts: 7
Joined: Wed Oct 17, 2012 3:20 pm

Combining projects without using 'global project linking'

Post by dawei »

I want to combine three existing projects into one by importing two of the smaller projects into the third larger one. I don't want to use "merging" because I want to easily link to topics between all three projects. However, I'm also not keen on "global project linking" because I don't care about maintaining the links to the two source projects once everything is combined. Every time I make a change to an imported file, I would need to remove the link, which would be tedious. So here's my question: Is there a way to combine projects without using 'global project linking'?
NorthEast
Master Propellus Maximus
Posts: 6426
Joined: Mon Mar 05, 2007 8:33 am

Re: Combining projects without using 'global project linking'

Post by NorthEast »

The two ways to combine projects are project imports (global project linking) and merging. If you have a number of links between projects, they're much easier to set up and maintain when using a project import. Regarding changing files - instead of removing the link, change the file in the original project, unless you actually want the topics to be different (and unlinked).

Alternatively, if your projects are quite integrated with each other, then would it not make sense to just combine them into one single project? Is there any reason why they're separate?
i-tietz
Propellus Maximus
Posts: 1219
Joined: Wed Oct 24, 2007 4:13 am
Location: Fürth, Germany

Re: Combining projects without using 'global project linking'

Post by i-tietz »

Use target conditions for the project (=conditions used in the target to exclude/include files and folders).
Apply more than one condition to those files or folders that are shared.
But be careful: Include ALWAYS overrules any exclude!!!
Inge____________________________
"I need input! - Have you got input?"
Post Reply