Page 1 of 1

Building All Workspaces

Posted: Tue Aug 29, 2017 7:10 pm
by ColinTaylor
Does Codelite (e.g. either in the IDE or from CommandLine) support Building/Cleaning/Rebuilding All Workspaces?

Thanks, Colin

Re: Building All Workspaces

Posted: Wed Aug 30, 2017 2:06 am
by eranif
Did you mean "all projects" ?

Re: Building All Workspaces

Posted: Wed Aug 30, 2017 12:49 pm
by ColinTaylor
No I did actually mean "Build All Workspaces" :-)

The codelite-make commandline utility looks promising, but its not certain if the /p option could (eg) take a wildcard to signify all projects in the workspace.

The commandline help describes this parameter as follows
/p, --project=<str> Project to build, if non given CodeLite will build the active project as defined in the workspace
Colin

Re: Building All Workspaces

Posted: Wed Aug 30, 2017 12:57 pm
by eranif
It can't. You will need to use a custom script to execute it per workspace ...

Re: Building All Workspaces

Posted: Wed Aug 30, 2017 12:59 pm
by ColinTaylor
That's what I thought the answer would be.
Thanks for answering, Colin