Skip to content

Commit a912f41

Browse files
committed
Switch to WDAGUtilityAccount - and make use of new just commands
1 parent 0fd68d2 commit a912f41

File tree

5 files changed

+5
-7
lines changed

5 files changed

+5
-7
lines changed

_posts/2025-05-31-run-pr.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,25 +25,23 @@ The preparation is also simplified by `gg.cmd`.
2525
4. After it finishes, it will output the directory:
2626

2727
```text
28-
JabRef code available at: C:\Users\koppor\AppData\Local\Temp\jabref
28+
JabRef code available at: C:\Users\WDAGUtilityAccount\AppData\Local\Temp\jabref
2929
```
3030

31-
5. Go to the directory: `cd C:\Users\koppor\AppData\Local\Temp\jabref` (Note - replace "`koppor`" with your username).
32-
6. Move `gg.cmd` to here: `move C:\Users\koppor\Downloads\gg.cmd .`. (Note - replace "`koppor`" with your username. The path also needs to be changed if you have downloaded `gg.cmd` anywhere else).
31+
5. Go to the directory: `cd C:\Users\WDAGUtilityAccount\AppData\Local\Temp\jabref` (Note - replace "`WDAGUtilityAccount`" with your username).
32+
6. Move `gg.cmd` to here: `move C:\Users\WDAGUtilityAccount\Downloads\gg.cmd .`. (Note - replace "`WDAGUtilityAccount`" with your username. The path also needs to be changed if you have downloaded `gg.cmd` anywhere else).
3333
7. Now you can run a PR using `.\gg.cmd just run-pr 13182` (replace 13182 with the PR number of whichever PR you want to try out). Initially, this might take several minutes, as the build environment has to be initialized and JabRef is build completely from scratch. You will also need to tell JBang to trust JabRef's code. In later runs the run will be faster.
3434

3535
## Advanced Hints
3636

3737
For Linux and macOS, use `sh ./gg.cmd` instead of `.\gg.cmd`.
3838

39-
You can run other parts of JabRef using `gradle`. For instance for `JabKit`:
39+
You can run other parts of JabRef. For instance for `JabKit`:
4040

4141
```cmd
42-
.\gg.cmd gradle :jabkit:run --args="--help"
42+
.\gg.cmd just run-jabkit --help
4343
```
4444

45-
The content in `--args="..."` are the command line parameters for `JabKit`.
46-
4745
## Special Thanks
4846

4947
- [`gg.cmd`](https://github.com/eirikb/gg#ggcmd) for automatic downloading and execution of required tooling.

img/gg-init-1.png

2.01 KB
Loading

img/gg-init-2.png

9.42 KB
Loading

img/gg-init.png

-11.1 KB
Binary file not shown.

img/gg-jabref-clone.png

26.4 KB
Loading

0 commit comments

Comments
 (0)