Skip to content

Commit

Permalink
Improve IntelliJ loading instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
garfieldnate committed Aug 22, 2024
1 parent 8cd49f6 commit df2a379
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@ This is an IDE for [Soar](https://soar.eecs.umich.edu/) agent development.

To compile VisualSoar, you must put a copy of the latest version of sml.lib (from the SoarSuite) into the lib directory.

The project is defined and managed via [Gradle](https://gradle.org/). Eclipse and
IntelliJ can both use this project type.
The project is defined and managed via [Gradle](https://gradle.org/). To open in IntelliJ,
simply open the project root folder, and IntelliJ will ask if you'd like to import the gradle
project that it found. Select "yes" and you'll be able to run and debug files normally, as well
as run the Gradle targets from IntelliJ. Eclipse understands Gradle projects, as well.

### Building the jar for release with Soar

Expand Down Expand Up @@ -44,7 +46,7 @@ system `path`. This is due to a confluence of missing features:
* JPackage doesn't support using environment variables to form JVM arguments.
* Also, it's not straightforward to load the user's environment variables in a standalone application; on Mac, for example, running a .app file doesn't run my .bash_profile first, etc.

I intend to revisit this after fixing the first point above in Soar: https://github.com/SoarGroup/Soar/issues/491..
I intend to revisit this after fixing the first point above in Soar: https://github.com/SoarGroup/Soar/issues/491.

### Running

Expand Down

0 comments on commit df2a379

Please sign in to comment.