Quote:
Originally Posted by teletype-guy
6) Got a build exception:
[scp] Connecting to 172.22.11.2:22
[scp] Receiving file: /usr/local/frc/lib/User_Libraries.properties
[scp] Caught exception: scp: /usr/local/frc/lib/User_Libraries.properties: No such file or directory
So commented out part of C:\Users\USER\wpilib\java\current\ant\build.xml:
<!-- ************************************ gcs mod to get rid of build error since no lib exists
<deploy-libs libs.name="User_Libraries" libs.basedir="${userLibs.dir}" libs.deployDir="${libDeploy.dir}">
<libs.local>
<fileset dir="${userLibs.dir}">
<include name="**/*.so"/>
</fileset>
</libs.local>
</deploy-libs>
************************************ -->
There is likely a more elegant way to fix this, but gotta move on.
|
This is not a build error, but merely an indication that no user libraries exist on the roboRIO.