https://github.com/uts-cic/athanor4s
https://github.com/uts-cic/athanor4s
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/uts-cic/athanor4s
- Owner: uts-cic
- License: apache-2.0
- Created: 2017-11-14T02:51:09.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-21T00:35:34.000Z (over 8 years ago)
- Last Synced: 2025-01-13T08:12:36.805Z (over 1 year ago)
- Language: Java
- Size: 10 MB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# athanor4s
This is the athanor-server to athanor scala project interface
To built this project:
1. Place the libjatanor.so dll for the linux plaform that is produced by athanor under src/main/resources/linux
(Retrieving this dll will be automated later on).
3. In the project home directory - type: sbt package
This will produce:
target/scala-2.12/athanor-interface_2.12-1.0-SNAPSHOT.jar
which you can link to from the athanor-server lib directory and test.
ln -s HOME_DIR/athanor4s/target/scala-2.12/athanor-interface_2.12-1.0-SNAPSHOT.jar athanor.jar
The contents of this dll would look like:
jar tvf target/scala-2.12/athanor-interface_2.12-1.0-SNAPSHOT.jar
279 Wed Nov 15 12:03:58 AWST 2017 META-INF/MANIFEST.MF
0 Wed Nov 15 12:03:58 AWST 2017 com/
0 Wed Nov 15 12:03:58 AWST 2017 com/xerox/
0 Wed Nov 15 12:03:58 AWST 2017 com/xerox/jatanor/
0 Wed Nov 15 12:03:58 AWST 2017 linux/
16997688 Tue Nov 14 15:55:04 AWST 2017 linux/libjatanor.so
7096 Wed Nov 15 10:49:24 AWST 2017 com/xerox/jatanor/DynLoaderFromJar.class
890 Wed Nov 15 10:49:24 AWST 2017 com/xerox/jatanor/JAtanor.class