-
Notifications
You must be signed in to change notification settings - Fork 441
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
How to "run" Java Application Archetype? #640
Comments
EDIT: The command I ran was Ok, I found the bins in |
On no. That's not good if you needed that long to figure it out! There is an example on the start page, the third box. Didn't you see it or didn't you associate it with the archetypes? |
I guess it's confusing because it mentions debian... had it been "sbt stage" I would have picked up on it. At least that's what worked for me, and the only place where I found http://www.scala-sbt.org/sbt-native-packager/archetypes/java_app/my-first-project.html which I only looked at as a last resort... Maybe P.S.: In fact, I am still not sure whether |
Well, native packager gives you the possibility to create different output packages. So the intended flow would be
The |
Ah, I just got what you mean by |
On the usage page there is no command (like "sbt java-package"?):
http://www.scala-sbt.org/sbt-native-packager/archetypes/java_app/index.html#usage
Forgive the stupid question, but for the life of me I can't figure out how to invoke the "build" of the java application archetype?
Or am I confusing something? Please let me know.
The text was updated successfully, but these errors were encountered: