Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for standard java tools (gradle, maven) #74

Open
adam-arold opened this issue May 14, 2018 · 3 comments
Open

Support for standard java tools (gradle, maven) #74

adam-arold opened this issue May 14, 2018 · 3 comments

Comments

@adam-arold
Copy link

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?

@tmccombs
Copy link
Contributor

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?

@adam-arold
Copy link
Author

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?

@disaacson
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants