piezo icon indicating copy to clipboard operation
piezo copied to clipboard

Support for standard java tools (gradle, maven)

Open adam-arold opened this issue 7 years ago • 3 comments

The documentation says that piezo needs sbt. I'm not familiar with Scala and since Quartz is a Java project I think it would make sense to add the support to be able to use piezo with Java tools. Is there a chance for that?

adam-arold avatar May 14 '18 11:05 adam-arold

The piezo-worker JAR is published to maven-central (https://search.maven.org/#artifactdetails%7Ccom.lucidchart%7Cpiezo-worker_2.11%7C1.36%7Cjar). I'm not very familiar with maven or groovy, but is there a problem with just adding a dependency on that jar to your project?

tmccombs avatar May 14 '18 17:05 tmccombs

The docs says that I need sbt to run the worker: sbt worker/run. Do you have some more documentation on how to use piezo?

adam-arold avatar May 14 '18 20:05 adam-arold

Try the part that says to run this command java -Dorg.quartz.properties=<path to quartz properties> -Dpidfile.path=<path to pid file> -cp <classpath> com.lucidchart.piezo.Worker

disaacson avatar May 14 '18 21:05 disaacson