-
Notifications
You must be signed in to change notification settings - Fork 7
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
Feedback for /docs/quarks/samples/ #45
Comments
Can I pick individual sample, build and run? |
@chanskw which sample are you thinking of editing, and how are you planning to run it? From Eclipse, or from the command line? In general this is what I do when I want to edit a sample to get a better understanding of how to use it. Command line: This will build all the api classes, examples, generate javadoc and create console.war which is needed for any application that embeds the console. Now, from the top level 'quarks' directory find where the jar file for the samples, for the topology package is. Here is where mine was found:
If you want to add new classes from packages that are not referenced in build.xml, then you will need to edit the appropriate build.xml file to add them so your class compiles and the associated jar file will be usable. If I've missed anything, or someone else has comments please chime in. |
I'd like to open a sample, edit it, build and run on my own.
Is there documentation on how to do this? Is there ant scripts too run? If so, where are they? Do I have to construct the javac command and figure out the class path?
The text was updated successfully, but these errors were encountered: