LGP files

Posts   
 
    
colm
User
Posts: 13
Joined: 16-Jun-2006
# Posted on: 27-Jun-2006 15:01:11   

They're currently binary files, which I'm uneasy about putting into source control, especially if they're going to change frequently. Are there any plans to let you use an XML project file instead, or is that a non-goal?

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39928
Joined: 17-Aug-2003
# Posted on: 27-Jun-2006 15:40:32   

having the project in XML is a request we get once in a while. We did extensive research to get an XML format working for V2, however due to the nature of the object structure, it would became a large file with refernce tags to other tags like the SOAP formatter outputs. This means that versioning on the file itself would be impossible (no way you're going to update parts manually as everything is related to eachother). This is partly caused by the fact that the schema meta-data is part of the project, so it's not just mapping data, but also the schema data.

As we wouldn't be able to fulfill the goal for the XML output, versioning in XML, we didn't proceed further.

Frans Bouma | Lead developer LLBLGen Pro