PDA

View Full Version : build configuration with bds


George
02-18-2008, 05:48 AM
I am trying to build a .groupproj file with the "Make RAD studio" action.

My problem is that a build with the default build tool msbuild results in a incomplete build, not all projects in the .groupproj file are built.
Whe I override the default location of the command-line compiler with the bds.exe all projects are built well, but I cannot specify a configuration (Debug/Release) to build.

Can anyone help me?


thanks, George.

George
02-18-2008, 08:17 AM
I've got it working with msbuild now!

I had to add these parameters to the command-line compiler options field: /target:clean /target:make

Only then the right targets will be build. Perhaps there is another/better way to do this?

bye, George

kinook
02-18-2008, 06:36 PM
It sounds like an issue with the .groupproj file if not all projects are built without specifying those flags. Please ZIP and send to support@kinook.com:
1) The info from Help | About | Install Info
2) The version+SP of BDS/RAD Studio.
3) The .bld file
4) A build log file
5) The .groupproj file and project files (no source code files)

Thanks.