A Build on the client does not run successfully

Hi,

1.)

I am using VS2008 and TFS2008.

I create a new FB-Build-Def-Project in VS, without customizing it.

Open it in FB click on run results in an error: FB cannot find the solution!

 

But when I run it using VS --> Queue new Build, then it works fine! It builds correctly with Team Build.

What am I doing wrong?

 

2.) Inside VS I right-click on the FB Def just created and click on "Edit FinalBuilder projects".

FB configuration pops up --> open.

I make some changes to the Build and click Save, but it tolds me that it is readonly, so I go to the local folder and disable the readonly attribute to be able to save it.

After saving, I go back to the configuration dialog, but I cannot check in the changes ???

What is the procedure for editing Build Definitions and finally be able to check it in ?!

 

Kind regards,

Legenda

Hi Jovica,

> Open it in FB click on run results in an error: FB cannot find the solution

Have you set a working directory for the source files on the local machine and retrieved the latest files? It sound’s like the FinalBuilder project has been fetched from source control but the solution hasn’t.

> Inside VS I right-click on the FB Def just created and click on “Edit FinalBuilder projects”.

You need to checkout the file from TFS instead of changing the read-only attribute.

Regards,
Paul.

Thanks for the quick response.

Everything works fine now!