-
Notifications
You must be signed in to change notification settings - Fork 33
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
Does not work, build fails, test fails, tried everything #48
Comments
Hey there, would be happy to look at this with you. Can you post the error On Sat, Jul 11, 2015, 3:21 AM rohan90 [email protected] wrote:
|
The following updates to the POM will fix the issue:
|
Hey Lukas , thanks.. Currently I'm awol for around 3 months. I'm sorry I
|
Thanks for the fix lukas! With the above changeset, I've built and run tests using building with HotSpot 1.8.0_20, and using each of 1.6, 1.7, and 1.8 as the source and target language versions in the pom.xml. All seems to work now w/o warnings. |
i have tried for hours , but still don't know how to run it . any one can help me? |
@scofier Can you give us a little more information as to what you're having problems with? |
thanks for @lukasbradley and @pcl i run the sample successfully. i have another question, i have put SnowReportController.java nest class "public interface SnowReport" into another file SnowReport.java how can i run SnowReportController.java with SnowReport.java ? |
Hi
I cloned your repo and ran mvn install.
Results :
Failed tests: stabilitySettings(org.versly.rest.wsdoc.JaxRSRestAnnotationProcessorTest): RAML expected to contain experimental trait
stabilitySettings(org.versly.rest.wsdoc.SpringMVCRestAnnotationProcessorTest): RAML expected to contain experimental trait
so obvious;y the jar in .m2 1.1-006 or something might be gltitchy even after skipping tests and building.
ps (there is a xml mistake in the readme.md for the pom specified, though that was no biggie)
I am on Ubuntu14.04 64 bit, all javas and maven3.0.4. I gave it a full night, at a loss on what to do.
Help would be appreciated.
The text was updated successfully, but these errors were encountered: