Releases: MDosky/pop-java-yarn
Releases · MDosky/pop-java-yarn
File I/O
Support for simple file I/O and some stabilization.
java is now always in the Containers classpath for application that need it.
YARN Dynamic version
Component for the dynamic version of POP-Java on YARN.
Still in a semi pre-release kind of status.
POP-Java YARN Static version
This project contains two thing, an extension to the original pop-java and an example project which can be used to create popjava application using maven. The example project is especially meant to be used with YARN but should work with any program.
POP-Java doesn't currently have a online maven repository, it's necessary to install it manually in the local.
$ cd pop-java
$ ant
$ mvn install:install-file -Dfile=build/jar/popjava.jar -DgroupId=popjava -DartifactId=popjava -Dversion=1.0 -Dpackaging=jar
$ cd ../pop-java-yarn
$ mvn install
This procedure will compile the standard popjava and make it available to other projects.