News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Projects in workspace ignored

Started by Pecan, March 22, 2012, 06:19:29 PM

Previous topic - Next topic

Pecan

When the topmost project in this workspace is active, the bottom two are completely ignored with "ReBuild Workspace".
When any of the bottom two are activated, all the not "\utils" folder projects are ignored.

Do I have to put all projects in the same folder to create a workspace?

SVN 7809 (debugger branch) windows 7

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocks_workspace_file>
<Workspace title="ImageCraftCB Workspace">
<Project filename="ICCDlibLoader/ICCDlibLoader.cbp" active="1" />
<Project filename="ICCSupSvcs/ICCSupSvcs.cbp" />
<Project filename="ICCProjectOptions/ICCProjectOptions.cbp" />
<Project filename="ICCISPSvcs/ICCISPSvcs.cbp" />
<Project filename="Utils/wxMsgBoxExe/wxMsgBox.cbp" />
<Project filename="Utils/DupCBcbp/DupCBcbp.cbp" />
</Workspace>
</CodeBlocks_workspace_file>


Edit: I moved the last two project to the same folder as all the rest and codeblocks still ignores them on workspace clean or rebuild when one of the first four are active.
When one of the bottom two are active, codeblocks ignores the top four.
I'm confused.

Jenna

All projects need to have targets with the same name.
If they do not have, you can use virtual targets for this purpose.