Hi,
We are trying to figure out how to do an automated deploy with PowerBuider.Net 12.6.
Since we usually use PowerBuilder Classic for development we first need to migrate the sources to Powerbuilder.Net.
Usually we have a Workspace just for the migration, where we first delete the Target and afterwards add it again.
Afterwards we open another workspace which contains additional Powerbuilder.Net libraries + the source we just migrated and deploy this Solution.
So the steps are:
- 1. Open Migration Solution File. Delete Target
- 2. Add Classic Target File in Powerbuilder.Net to migrate existing sources again.
- 3. Close Migration Solution File.
- 4. Open actual .Net Solution File. Right click Target or Solution -> Deploy
We already managed to get step 4 working using this link:
http://nntp-archive.sybase.com/nntp-archive/action/article/%3C4e60108f.44c4.1681692777@sybase.com%3E
Is there any documentation for the commands specified in this link?
Maybe we would be able to migrate or add a target using those commands.
Thanks in advance