-
Couldn't load subscription status.
- Fork 278
Description
Hi,
I created two extensions for Restlet and I'm trying to merge them with Restlet project:
https://github.com/ggodlewski/org.restlet.ext.swagger
https://github.com/ggodlewski/org.restlet.ext.thymeleaf
However, I'm unable to compile sources.
I get following error:
verify-ant:
[echo] For easier integration with JUnit, we recommand usage of Ant 1.7 or higher.
[echo] Otherwise, make sure that you have JUnit's JAR into you Ant's lib directory.
[echo] Current version: Apache Ant(TM) version 1.8.2 compiled on December 3 2011
verify-tests:
[mkdir] Created dir: /home/gg/workspaces/restlet-framework-java/build/editions/jse/temp/test
[echo] See the JUnit log file for more details: /home/gg/workspaces/restlet-framework-java/build/editions/jse/temp/test/TEST-org.restlet.test.RestletTestSuite.txt.
[junit] Running org.restlet.test.RestletTestSuite
[junit] Running org.restlet.test.RestletTestSuite
[junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0 sec
[junit] Test org.restlet.test.RestletTestSuite FAILED (timeout)
BUILD FAILED
/home/gg/workspaces/restlet-framework-java/build/build.xml:281: The following error occurred while executing this line:
/home/gg/workspaces/restlet-framework-java/build/build.xml:284: The following error occurred while executing this line:
/home/gg/workspaces/restlet-framework-java/build/build.xml:196: The following error occurred while executing this line:
/home/gg/workspaces/restlet-framework-java/build/build.xml:201: The following error occurred while executing this line:
/home/gg/workspaces/restlet-framework-java/build/editions/jse/build.xml:2797: At least one failure during junit tests.
cat /home/gg/workspaces/restlet-framework-java/build/editions/jse/temp/test/TEST-org.restlet.test.RestletTestSuite.txt
Testsuite: org.restlet.test.RestletTestSuite
Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0 sec
Testcase: testQueryJobPostingsDeepExpandWithComplexProperty took 0.003 sec
Caused an ERROR
Timeout occurred. Please note the time in the report does not reflect the time until the timeout.
junit.framework.AssertionFailedError: Timeout occurred. Please note the time in the report does not reflect the time until the timeout.
at net.sf.antcontrib.logic.IfTask.execute(IfTask.java:197)
at net.sf.antcontrib.logic.ForTask.doSequentialIteration(ForTask.java:259)
at net.sf.antcontrib.logic.ForTask.doToken(ForTask.java:268)
at net.sf.antcontrib.logic.ForTask.doTheTasks(ForTask.java:299)
at net.sf.antcontrib.logic.ForTask.execute(ForTask.java:244)
at net.sf.antcontrib.logic.ForTask.doSequentialIteration(ForTask.java:259)
at net.sf.antcontrib.logic.ForTask.doToken(ForTask.java:268)
at net.sf.antcontrib.logic.ForTask.doTheTasks(ForTask.java:299)
at net.sf.antcontrib.logic.ForTask.execute(ForTask.java:244)
help! ;)