P.S. This is the section in the \ant\upgrade.xml file that fails:
Code:
<target name="-do-upgrade">
<frcupgrade
remoteaddress = "${remoteaddress}"
localotaserverfile="${sunspot.home}/cRIO/FRC_UserProgram.out"
remoteotaserverfilepath="/ni-rt/system/FRC_JavaVM.out"
localvmfile = "${sunspot.home}/cRIO/squawk.out"
remotevmfilepath="/ni-rt/system/squawk.out"
localsuitefile = "${sunspot.home}/cRIO/squawk.suite"
remotesuitefilepath = "/ni-rt/system/squawk.suite"
remoteversionfilepath = "/FRC_ImageVersion.ini"
versionfailuremessage = "Go to http://first.wpi.edu/FRC/frcjava.html to get latest software update">
<version name="Name" value="FRC_2014_v52.zip;"/>
<version name="Language" value='"Java;"'/>
</frcupgrade>
</target>