View Single Post
  #4   Spotlight this post!  
Unread 03-25-2015, 03:13 PM
twiggzee twiggzee is offline
Registered User
FRC #3502 (Octo-(PI)-Rates)
Team Role: Mentor
 
Join Date: Mar 2011
Rookie Year: 2011
Location: Tallahassee, FL
Posts: 55
twiggzee is an unknown quantity at this point
Re: sysProps.xml deosn't exist C++

I'm getting the same error except I'm using Java. I checked to make sure our roboRIO is imaged to v23 and it was. Just for kicks, I re-imaged it anyways and it's still not working. Anybody have any ideas?

Here's what shows up in the Eclipse console:

Buildfile: C:\Users\chanw\workspace\Test\build.xml
Trying to override old definition of task classloader
clean:
[delete] Deleting directory C:\Users\chanw\workspace\Test\build
[delete] Deleting directory C:\Users\chanw\workspace\Test\dist
compile:
[mkdir] Created dir: C:\Users\chanw\workspace\Test\build
[echo] [athena-compile] Compiling src with classpath=C:\Users\chanw/wpilib/java/current/lib/WPILib.jar:C:\Users\chanw/wpilib/java/current/lib/NetworkTables.jar to build
[javac] Compiling 1 source file to C:\Users\chanw\workspace\Test\build
jar:
[echo] [athena-jar] Making jar dist/FRCUserProgram.jar.
[mkdir] Created dir: C:\Users\chanw\workspace\Test\dist
[mkdir] Created dir: C:\Users\chanw\workspace\Test\build\jars
[echo] [athena-jar] Copying jars from C:\Users\chanw/wpilib/java/current/lib/WPILib.jar:C:\Users\chanw/wpilib/java/current/lib/NetworkTables.jar to build/jars.
[copy] Copying 2 files to C:\Users\chanw\workspace\Test\build\jars
[jar] Building jar: C:\Users\chanw\workspace\Test\dist\FRCUserProgram. jar
get-target-ip:
[echo] Trying Target: roboRIO-3502.local
[echo] roboRIO not found via mDNS, falling back to static USB
[echo] roboRIO not found via USB, falling back to static address of 10.35.2.2
[echo] roboRIO found via Ethernet static
dependencies:

BUILD FAILED
C:\Users\chanw\wpilib\java\current\ant\build.xml:2 25: C:\Users\chanw\workspace\Test\sysProps.xml doesn't exist

Total time: 21 seconds
__________________
Wendy
Team 3502
Reply With Quote