Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DOC]: manual #3

Open
vkhodygo opened this issue Sep 25, 2023 · 5 comments
Open

[DOC]: manual #3

vkhodygo opened this issue Sep 25, 2023 · 5 comments
Assignees
Labels
documentation Improvements or additions to documentation

Comments

@vkhodygo
Copy link
Member

I'd like you to check the readme and correct/expand it.

@vkhodygo vkhodygo added the documentation Improvements or additions to documentation label Sep 25, 2023
@andrewbaxter439
Copy link
Member

Hi Vlad, was just reading it. Looks good! One thing that might need specified is that simpaths.jar is a full Simpaths archive compiled with dependencies in this instance.

I'm vaguely aware that you can compile a jar using maven with references to external dependencies, but never quite got that to work (the java call needed either a class path listing all library dependencies or full-dependency-compiled simpaths). I'm not sure if further simpaths documentation on this is available since I started out and fumbled my way through it as a novice.

Other brief query is whether the trailing commas has been fixed in updated versions of simpaths, which now incorporate the changes needed to do parallel runs?

@vkhodygo
Copy link
Member Author

vkhodygo commented Sep 26, 2023

Looks good! One thing that might need specified is that simpaths.jar is a full Simpaths archive compiled with dependencies in this instance.

Feel free to add a PR with any changes you find reasonable.

Other brief query is whether the trailing commas has been fixed in updated versions of simpaths, which now incorporate the changes needed to do parallel runs?

I have no idea tbf. If true our lives have become a little bit easier, and we should remove this part.

@andrewbaxter439
Copy link
Member

As a note - I'm working on the most simple way to compile simpaths to an executable .jar. Ideally this would be running:

mvn clean package

in the simpaths root folder, then copying/linking the compiled jar to directory alongside do_full_run.sh. But at the moment that's not working (https://github.com/matteorichiardi/labsim/pull/32). If this can be fixed quickly the instructions can be added to README.md, otherwise the instructions on how to compile with IntelliJ might just have to stand in for now.

@vkhodygo
Copy link
Member Author

Any progress so far?

@andrewbaxter439
Copy link
Member

As noted in other pull request had run out of time the other week to debug these bits. will follow-up at some point!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants