SPDev Update History
May 7, 2009 (Ver 1.1)
- Fixed the logic used to perform a rudimentary check to validate the .disco and .wsdl files generated by IIS.
- Added the RecycleAppPool operation, which recycles the IIS application pool using a URL instead of having to know the name of the IIS application pool. This is useful when coding with a team of developers who all may have a different name for the application pool on their local development machine. They can now just use the following command:
SPDev.exe –o RecycleAppPool –url http://localhost
May 3, 2009 (Ver 1.0.1.33695)
- Automatically recycles the IIS web application pool for the web application URL specified in the
-url parameter. This is a necessary step to ensure your latest web service assembly is being used when generating the final disco.aspx and wsdl.aspx web service files.
- Added the optional -deploy parameter to automatically deploy the final web service files (.asmx, disco.aspx, and wsdl.aspx) to the SharePoint ISAPI (_vti_bin) folder.
- Added the optional -pause parameter (mostly for use by me when debugging in the development environment).
- Addressed an access denied error caused by a read-only file attribute.
- Added additional informational logging to the console.
- Changed (shortened) a couple parameter names.
April 18, 2009 (Ver 1.0)
- Initial release providing the GenWS operation.
|
Last modified at 5/10/2009 10:19 AM by Mark Wagner
|
|