Difference between revisions of "HowTos"
From PC2wiki
m (Add items) |
m (→How To extract all team source files: add cat) |
||
Line 35: | Line 35: | ||
This line indicates that team5 submitted a source file named <code>Sumit.java</code> for problem Hello. The | This line indicates that team5 submitted a source file named <code>Sumit.java</code> for problem Hello. The | ||
<code>Sumit.java</code> source code/program was written in the <code>reports</code> directory, the path is <code>reports/report.Extract_Replay_Runs.09.13.323.txt/site1run1/Sumit.java</code> | <code>Sumit.java</code> source code/program was written in the <code>reports</code> directory, the path is <code>reports/report.Extract_Replay_Runs.09.13.323.txt/site1run1/Sumit.java</code> | ||
+ | |||
+ | |||
+ | [[Category:Troubleshooting, FAQ and Support]] |
Revision as of 21:16, 18 April 2015
A list of common tasks in PC²
General
This is a list of how to's
- Quick start guide TODO
- How to get help TODO
- How to add accounts TODO
- How to add languages TODO
- How to solve Can't Execute problem TODO
- How to load contest and problem YAML files (Version 9.3) TODO
How to configure/use interpreted languages
For more details see the Interpreted languages article.
How To extract all team source files
Applies to version 9.1.0 and On.
- Startup a server module
- Go to the Reports tab
- Select the "Extract Replay Runs" report
- Click View Report
The Extract Replay Runs report creates replay file and extracts all team's runs source files. An example of a line from this report is here:
action=RUN_SUBMIT| id=1| elapsed=1| language=Java| problem=Hello|site=1|submitclient=team5|mainfile=report.Extract_Replay_Runs.09.13.323.txt/site1run1/Sumit.java|
This line indicates that team5 submitted a source file named Sumit.java
for problem Hello. The
Sumit.java
source code/program was written in the reports
directory, the path is reports/report.Extract_Replay_Runs.09.13.323.txt/site1run1/Sumit.java