Author Topic: Projects in workspace ignored  (Read 3761 times)

Offline Pecan

  • Plugin developer
  • Lives here!
  • ****
  • Posts: 2778
Projects in workspace ignored
« on: March 22, 2012, 06:19:29 pm »
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

Code
<?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.
« Last Edit: March 22, 2012, 06:48:51 pm by Pecan »

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: Projects in workspace ignored
« Reply #1 on: March 22, 2012, 07:03:02 pm »
All projects need to have targets with the same name.
If they do not have, you can use virtual targets for this purpose.