View Single Post
  #1   Spotlight this post!  
Unread 13-01-2010, 11:29
Aaron V Aaron V is offline
Registered User
FRC #1325 (Inverse Paradox)
Team Role: Programmer
 
Join Date: Jan 2010
Rookie Year: 2009
Location: Ontario, Canada
Posts: 13
Aaron V is an unknown quantity at this point
cRio Code problems

We're having problems putting code onto the cRio. We're using the same laptop that re-imaged the cRio, so it shouldn't be a connection issue.

Originally the code would tell us that we had the wrong version info, so we modified line 41 of the upgrade.xml file to become:
<version name="Name" value="FRC_2010_v9.zip;"/>
since it seems like we have version 9 on our cRio.

After we modified this, instead of creating an error, the code is stuck up on
"Setting up for RUN".

Here is the output:
Code:
init:
init:
No to.jar.file specified.
Using "suite\InverseParadoxSimple_1.0.0.jar"
Deleting directory C:\Users\Robotics\Documents\NetBeansProjects\InverseParadoxSimple\build
Deleting directory C:\Users\Robotics\Documents\NetBeansProjects\InverseParadoxSimple\suite
Deleting directory C:\Users\Robotics\Documents\NetBeansProjects\InverseParadoxSimple\j2meclasses
clean:
Created dir: C:\Users\Robotics\Documents\NetBeansProjects\InverseParadoxSimple\build
Compiling 1 source file to C:\Users\Robotics\Documents\NetBeansProjects\InverseParadoxSimple\build
compile:
Created dir: C:\Users\Robotics\Documents\NetBeansProjects\InverseParadoxSimple\j2meclasses
preverify:
Created dir: C:\Users\Robotics\Documents\NetBeansProjects\InverseParadoxSimple\suite
Building jar: C:\Users\Robotics\Documents\NetBeansProjects\InverseParadoxSimple\suite\InverseParadoxSimple_1.0.0.jar
jar-app:
Using "suite\InverseParadoxSimple_1.0.0.jar"
CompilerOracle: exclude com/sun/squawk/Method.getParameterTypes
CompilerOracle: exclude com/sun/squawk/SymbolParser.getSignatureTypeAt
CompilerOracle: exclude com/sun/squawk/SymbolParser.stripMethods
[translating suite image [closed: false, parent: squawk] ...]
### Excluding compile: com.sun.squawk.Method::getParameterTypes
### Excluding compile: com.sun.squawk.SymbolParser::getSignatureTypeAt
Romizer processed 70 classes and generated these files:
  C:\Users\Robotics\Documents\NetBeansProjects\InverseParadoxSimple\image.sym
  C:\Users\Robotics\Documents\NetBeansProjects\InverseParadoxSimple\image.suite
  C:\Users\Robotics\Documents\NetBeansProjects\InverseParadoxSimple\image.suite.metadata
  C:\Users\Robotics\Documents\NetBeansProjects\InverseParadoxSimple\image.suite.api
Expanding: C:\Users\Robotics\Documents\NetBeansProjects\InverseParadoxSimple\suite\InverseParadoxSimple_1.0.0.jar into C:\Users\Robotics\Documents\NetBeansProjects\InverseParadoxSimple\suite
Moving 1 file to C:\Users\Robotics\Documents\NetBeansProjects\InverseParadoxSimple\suite
Moving 1 file to C:\Users\Robotics\Documents\NetBeansProjects\InverseParadoxSimple\suite
Moving 1 file to C:\Users\Robotics\Documents\NetBeansProjects\InverseParadoxSimple\suite
Deleting: C:\Users\Robotics\Documents\NetBeansProjects\InverseParadoxSimple\image.suite.api
Connecting FTP @10.13.25.2
upgrade:
Sending local file image.suite
flashapp:
deploy:
init:
Setting up for RUN
Reply With Quote