capsule
capsule copied to clipboard
Overriding the `ATTR_APP_CLASS` attribute with a caplet class causes unexpected behaviour
- Clone and
gradle capsuleanyphotonbranch using the latestcapsule - Clone
capsule-daemonand uncomment these two lines, thengradle install - Run the
photoncapsule wrapped in acapsule-daemonone (command line from the clonedphotonproject dir):
sudo CAPSULE_CACHE_DIR=/tmp/capsule java -Dcapsule.log=verbose -Dcapsule.daemon.debug=true -Dcapsule.daemon.user=fabio -Dcapsule.daemon.cwd=`pwd` -Dcapsule.daemon.stdoutFile=stdout.log -Dcapsule.daemon.stderrFile=stderr.log -jar ~/.m2/repository/co/paralleluniverse/capsule-daemon/0.1.0-SNAPSHOT/capsule-daemon-0.1.0-SNAPSHOT.jar build/libs/photon.jar http://www.google.co.it
The capsule verbose and jsvc debug outputs will show that MavenCapsule is not initialized, that appId is null and that photon dependencies are not being included.