Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: ironhead on June 29, 2012, 03:25:09 pm

Title: CodeBlocks.workspace is missing - causes error with batch_rebuild_all.bat
Post by: ironhead on June 29, 2012, 03:25:09 pm
I just tried running the newly added batch_rebuild_all.bat file and it calls codeblocks.exe with the CodeBlocks.workspace file which is missing from the repository.  Can someone please add it?

Thanks :)
Title: Re: CodeBlocks.workspace is missing - causes error with batch_rebuild_all.bat
Post by: MortenMacFly on June 29, 2012, 07:56:40 pm
Can someone please add it?
Do it yourself - CodeBlocks.workspace = ContribPlugins.workspace + CodeBlocks.cbp
:-)
Title: Re: CodeBlocks.workspace is missing - causes error with batch_rebuild_all.bat
Post by: ironhead on June 29, 2012, 08:26:00 pm
Can someone please add it?
Do it yourself - CodeBlocks.workspace = ContribPlugins.workspace + CodeBlocks.cbp
:-)

Fair enough, seems to be a little odd to have a batch file in the repository that requires something that is missing though.

You also need to make all the plugins dependent on the CodeBlocks project to ensure proper build order.
Title: Re: CodeBlocks.workspace is missing - causes error with batch_rebuild_all.bat
Post by: MortenMacFly on June 29, 2012, 09:12:42 pm
You also need to make all the plugins dependent on the CodeBlocks project to ensure proper build order.
Just make the CodeBlocks.cbp the first project in the workspace and you are done.

(I might commit this indeed...)
Title: Re: CodeBlocks.workspace is missing - causes error with batch_rebuild_all.bat
Post by: ironhead on June 30, 2012, 02:40:31 am
(I might commit this indeed...)

Saw it was done in r.8080 - many thanks! :)