I am using the SvnUpdate task and am trying to pass an optional revision number to the task via the command line. Upon execution of the task, if a parameter is passed, I get the following error
A problem occurred evaluating root project 'XBRLReports'.
Cannot cast object '12345' with class 'java.lang.String' to class 'java.lang.Long'
I am using the SvnUpdate task and am trying to pass an optional revision number to the task via the command line. Upon execution of the task, if a parameter is passed, I get the following error
My task is written like so
And am passing the parameter as so
When no parameter is passed printing out the revision reports it as null.