|
|
|
![]() |
|
|||||||
|
||||||||
|
|
Thread Tools | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Project Build Inquiries
Hi whoever is still active.
Recently I've been digging around the nitty gritty files of FRC projects, so here's some questions I have after doing some exploring (concerning mainly build.xml) WARNING: it gets rambly. Code:
${user.home}/wpilib/wpilib.properties
Inside wpilib.properties, there's this line: Code:
#Don't add new properties, they will be deleted by the eclipse plugin. version=current team-number=3925 In build.properties Code:
robot.class=${package}.Robot
userLibs=${user.home}/navx-mxp/java/lib/navx_frc.jar
Back in build.xml Code:
<property file="${user.home}/wpilib/java/${version}/ant/build.properties"/>
In ...ant/build.properties Code:
username=lvuser
password=
deploy.dir=/home/lvuser
deploy.kill.command=. /etc/profile.d/natinst-path.sh; /usr/local/frc/bin/frcKillRobot.sh -t -r
debug.flag.dir=/tmp/
debug.flag.command=chown lvuser:ni ${debug.flag.dir}frcdebug
command.dir=/home/lvuser/
version=current
roboRIOJRE.dir=/usr/local/frc/JRE
Anyway, if anyone can answer any of those questions, I'd appreciate it. If you have any other questions about the nitty gritty of FRC Java projects, here's the thread to post 'em. Thanks! |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|