tags:

views:

22

answers:

0

I'm having some issues with FitNesse... (with .NET)

What happens is after a full copy of the FitNesse folder (with server, runners, pages ect.), whenever I start FitNesse, it kind of erases the properties.xml files, or rather overwrites them all with:

<?xml version="1.0"?>
<properties>
  <Files>true</Files>
  <LastModified>#some dt#</LastModified>
  <ResentChanges>true</ResentChanges>
  <WhereUsed>true</WhereUsed>
</properties>

This means that we can no longer "Run" our Fit tests after a copy. Does anyone have any clue to why this is happening?

Is there any important files we are missing that can cause the above? Can it be some sort of character encoding that is different from the source computer to the target computer? Any ideas at all are welcome... while I continue... but I'm fairly shure that if I manage to fix it, I wont know how I did without some help from here or somewhere else.