Hi guys the build 1594 get stucked in Stage Awaiting Agent.
I've tryed to reset all services just to see if it wasnt something related to the update, but it keeps stucked without any error notifications.
Hi guys the build 1594 get stucked in Stage Awaiting Agent.
I've tryed to reset all services just to see if it wasnt something related to the update, but it keeps stucked without any error notifications.
After looking up in configurations, I've seen that after the update my agent is indicating that it has some incompatible properties.
I will reinstall finalbuilder to see if fixe it.
This is the Compatible list:
Configuration | Compatible | Incompatible Properties |
---|---|---|
ERx / Release | ||
RunTests |
|
|
Build |
|
Reinstaling finalbuilder fixed the compatibility error.
Now my builds are breaking in finalbuilder with the follow error:
Creating C:\ContinuaAgent\Ws\1057\Source\ERx\Sistema\Src\Test\ERxTests.RES
C:\ContinuaAgent\Ws\1057\Source\ERx\Sistema\Src\Test\ERxTests.rc(5) : error RC2135 : file not found: C:\Projetos\HQ Softwares\ERX\Sistema\Src\ERxManifest.xml
Using codepage 1252 as default
C:\ContinuaAgent\Ws\1057\Source\ERx\Sistema\Src\Test\ERxTests.rc.
Writing ICON:1
Writing ICON:2
Writing ICON:3
Writing ICON:4
Writing ICON:5
Writing ICON:6
Writing ICON:7
Writing ICON:8
Writing ICON:9
Writing GROUP_ICON:MAINICON
Writing 24:1
Resource Compile Failed.
As you can see the finalbuilder is not getting the path from the variable especified to build the resources …
Should I post this error to the finalbuilder bug report forum too ?
Hi Diego
That looks like you have a hard coded path to the manifest file in the Delphi action of your FinalBuilder project.
Hi Vincent
I’ve looked at it and its not hardcoded
Here is how its setup:
Project File
%CI.SOURCEPATH%\System\Src\ERx.dpr
Icon File
%CI.SOURCEPATH%\System\Src\mainicon.ico
Starting Dir:
%CI.SOURCEPATH%\System\Src\
The only thing that I’ve done was to put a default value to this variable that is my current path of the project to load the settings from the project.
I think finalbuilder is storing the path and its not getting from the variable, this is just for regenerate resources options. If i uncheck this options it passes.
Have a look on the Resource Compiler tab, what is the setting for the Manifest file?
Its using the default configuration Vincent.
Posted By Diego Garcia on 10 Mar 2013 08:11 AM
Its using the default configuration Vincent.
Not sure what you mean by that?
Attachment unavailable
Oh bummer
I Didnt saw that option in finalbuilder action … this tab was hided
Thanks now i think it will work.
Ok its working now