Well, you can't export the *.wyp files to XML, however you can import new versions using XML. See the article "Building from Commandline".
Tell me if this helps.
I have just used the wyBuild GUI to build a project file for my "base" release. I would like to be able to export that project to an XML file which I can then use to build updates for my subsequent releases. This will allow me automate the operation and make it part of my build process.
Are there any plans for such a feature?
Well, you can't export the *.wyp files to XML, however you can import new versions using XML. See the article "Building from Commandline".
Tell me if this helps.
I actually did what the article suggested, but I didn't create the XML file from scratch. Instead, I did it by "scraping" the strings out of the .wyp file for my base version and cleaning them up in a text editor. I then used the ones comprising the application's files as the basis for my new version's XML file. All I had to do was change the source folder names and add a few files that were new in the next version. I was then able to build and upload the update. It was a simple process but a little messy.
It seems to me that it would be a "nice to have" feature to be able to go from a .wyp to an XML file in this scenario. That said, now that I have a working XML file I will base my subsequent new versions on that.