dblock / vmwaretasks

C# VixCOM Wrapper Library & Tools
MIT License
59 stars 52 forks source link

VIX 1.11 #2

Closed pgquiles closed 12 years ago

pgquiles commented 12 years ago

Hi,

I have adapted VMWareTasks to VIX 1.11 by commenting out the features which VMware has removed (snapshot record and replay). I have not found an alternative way to implement them in terms of VIX.

I have also added the Java 1.7 binaries required for the last step of the build to the repository. Apparently you forgot to commit them.

dblock commented 12 years ago

I'd love an all-around upgrade to VIX API 1.11, which means removing (not commenting) any code that no longer works with VIX 1.11, updating tests and documentation.

Feel free to make a separate pull request for the Java stuff. I don't believe it's necessary though. Where's it called from?

dblock commented 12 years ago

A better implementation was added in https://github.com/dblock/vmwaretasks/pull/4.

I still wouldn't mind the support for WorkstationShared and an actual update of the VixCOM things in a clean pull request.