View Single Post
  #2   Spotlight this post!  
Unread 08-12-2014, 20:40
RaiderRobotics RaiderRobotics is offline
Registered User
FRC #5024
 
Join Date: Nov 2014
Location: London, Ontario
Posts: 9
RaiderRobotics is an unknown quantity at this point
Re: cannot upload code to cRIO.

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>