capsule icon indicating copy to clipboard operation
capsule copied to clipboard

Overriding the `ATTR_APP_CLASS` attribute with a caplet class causes unexpected behaviour

Open circlespainter opened this issue 10 years ago • 0 comments

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.

circlespainter avatar Sep 06 '15 17:09 circlespainter