Preseason Build Project: Difference between revisions

From 1511Wookiee
Jump to navigationJump to search
(Created page with "<div class="mw-parser-output"><span style="font-size: large;">'''Build a Test Project in FRC IDE'''</span><br/> <br/> This assumes you have the project opened in 'FRC VS Code...")
 
No edit summary
Line 1: Line 1:
<div class="mw-parser-output"><span style="font-size: large;">'''Build a Test Project in FRC IDE'''</span><br/> <br/> This assumes you have the project opened in 'FRC VS Code 2019'<br/> <br/> 1. Open Command Pallete: either use Ctrl+Shift+P or select from 'View' menu<br/> <br/> 2. Select 'WPILib: Build Robot Code'<br/> <br/> 3. In the VS Terminal window you will see:<br/> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Executing task in folder ...<br/> <br/> 4. Next, in the Terminal window, you will see:<br/> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <=========> x% CONFIGURING [?s] (go from 0% to 100%)<br/> <br/> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 'x' will go from 0 to 100%, and '?' is the number of seconds it took<br/> <br/> 5. After CONFIGURING gets to 100%, it will be replaced with:<br/> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <=========> x% EXECUTING [?s] (go from 0% to 100%)<br/> <br/> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 'x' will go from 0 to 100%, and '?' is the number of seconds it tool<br/> <br/> 6. After EXECUTING gets to 100%, it will be replaced with:<br/> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; BUILD SUCCESSFUL in ?s<br/> <br/> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; '?' is the number of seconds it took<br/> <br/> <br/> If there are any build errors, you will need to fix them and build again.<br/> Scroll up to the first error and fix that first.</div>
<div class="mw-parser-output"><span style="font-size: large;">'''Build a Test Project in FRC IDE'''</span><br/> <br/> This assumes you have the project opened in 'FRC VS Code'<br/> <br/> 1. Open Command Pallete: either use Ctrl+Shift+P or select from 'View' menu<br/> <br/> 2. Select 'WPILib: Build Robot Code'<br/> <br/> 3. In the VS Terminal window you will see:<br/> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Executing task in folder ...<br/> <br/> 4. Next, in the Terminal window, you will see:<br/> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <=========> x% CONFIGURING [?s] (go from 0% to 100%)<br/> <br/> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 'x' will go from 0 to 100%, and '?' is the number of seconds it took<br/> <br/> 5. After CONFIGURING gets to 100%, it will be replaced with:<br/> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <=========> x% EXECUTING [?s] (go from 0% to 100%)<br/> <br/> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 'x' will go from 0 to 100%, and '?' is the number of seconds it tool<br/> <br/> 6. After EXECUTING gets to 100%, it will be replaced with:<br/> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; BUILD SUCCESSFUL in ?s<br/> <br/> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; '?' is the number of seconds it took<br/> <br/> <br/> If there are any build errors, you will need to fix them and build again.<br/> Scroll up to the first error and fix that first.</div>

Revision as of 21:08, 27 November 2021

Build a Test Project in FRC IDE

This assumes you have the project opened in 'FRC VS Code'

1. Open Command Pallete: either use Ctrl+Shift+P or select from 'View' menu

2. Select 'WPILib: Build Robot Code'

3. In the VS Terminal window you will see:
      Executing task in folder ...

4. Next, in the Terminal window, you will see:
      <=========> x% CONFIGURING [?s] (go from 0% to 100%)

      'x' will go from 0 to 100%, and '?' is the number of seconds it took

5. After CONFIGURING gets to 100%, it will be replaced with:
      <=========> x% EXECUTING [?s] (go from 0% to 100%)

      'x' will go from 0 to 100%, and '?' is the number of seconds it tool

6. After EXECUTING gets to 100%, it will be replaced with:
      BUILD SUCCESSFUL in ?s

      '?' is the number of seconds it took


If there are any build errors, you will need to fix them and build again.
Scroll up to the first error and fix that first.