Hi everybody,

I've been executing "nant generateSolution" which went well.
But after that on executing "nant buildRelease -D:ReleaseID=0.0.2.9" I get the following error:

setupStandalone:

 [echo] D:\openPetra.org-Files3\bzr\work/db/patches/Patch_0.0.1_0.0.2.sql

BUILD FAILED

D:\openPetra.org-Files3\bzr\work\OpenPetra.build(306,10):
We are missing the db upgrade file for sqlite standalone databases.

On the photo the content of D:\openPetra.org-Files3\bzr\work/db/patches/ can be seen.

Is the reason that / and \ are mixed?

Any ideas?

Greetings
Joachim

Hi Joachim,

you supplied the wrong release id:

nant buildRelease -D:ReleaseID=0.2.9.0 

seems more correct... ;-)

ThiasG

Hi Thias,

thank you for the hint.
It's now working and I get the exe-file.

Unfortunately I've got a problem starting the new version.
I attach my PetraClient.log.
I'm using Windows XP.

Any ideas?

Thank you

Joachim