https://github.com/laulauthom/jythonpackage
Wrapping jython macro script into a jar
https://github.com/laulauthom/jythonpackage
Last synced: 3 months ago
JSON representation
Wrapping jython macro script into a jar
- Host: GitHub
- URL: https://github.com/laulauthom/jythonpackage
- Owner: LauLauThom
- Created: 2019-02-01T15:16:32.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-01T15:28:37.000Z (over 6 years ago)
- Last Synced: 2025-01-15T06:49:45.754Z (5 months ago)
- Language: Python
- Size: 16.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## How to use
1. Make a copy of this repository.
1. Delete `src/test/java` if you don't require tests.
1. Put your scripts into a *subfolder* of `src/main/resources/scripts` (the name of the subfolder[s] corresponds to the menu[s] where the commands will appear).
1. Edit `pom.xml` to reflect your project information.
1. Run `mvn` to build your jar file, or `mvn -Dimagej.app.directory="PATH TO YOUR FIJI.app"` to directly copy the jar file and possible dependencies into your ImageJ/Fiji installation.