Re: new grinder release needed?
Philip Aston <[email protected]> Thu, 20 Aug 2015 08:49:55 +0100
| Newsgroups | gmane.comp.java.grinder.user |
|---|---|
| Message-ID | <[email protected]> |
Hi Mark, So yes, there's a bunch of changes queued up that I have been wanting to complete for a while now. Unfortunately the time I have for grinder development is practically non-existent. That being said, the master branch should build. There are one or two flaky tests that can trip things up. I assume you are using -Dmaven.test.skip=true? This prevents the tests from being compiled. Try building with -DskipTests=true instead. This will build the tests, but not run them. - Phil On 14/08/15 07:48, Mark Fink wrote: > Hi there, > > thanks for this great tool. At the moment I have a chance to use it on > a real project and am exited about it. > > I see a lot of fixes and improvements over the last three years. > Unfortunately the last release 3.11 is from 2012. I tried to build > grinder myself. Even after disabling all tests grinder does not build. > > [INFO] > ------------------------------------------------------------------------ > [INFO] Building grinder-http 3.12-SNAPSHOT > [INFO] > ------------------------------------------------------------------------ > [INFO] > ------------------------------------------------------------------------ > [INFO] Reactor Summary: > [INFO] > [INFO] grinder-parent ..................................... SUCCESS [ > 0.338 s] > [INFO] grinder-dcr-agent .................................. SUCCESS [ > 0.790 s] > [INFO] grinder-translation ................................ SUCCESS [ > 2.626 s] > [INFO] grinder-test-support ............................... SUCCESS [ > 0.143 s] > [INFO] grinder-core ....................................... SUCCESS [ > 5.210 s] > [INFO] grinder-httpclient ................................. SUCCESS [ > 0.153 s] > [INFO] grinder-xmlbeans ................................... SUCCESS [ > 0.465 s] > [INFO] grinder-http ....................................... FAILURE [ > 0.048 s] > [INFO] grinder-console-service ............................ SKIPPED > [INFO] grinder-swing-console .............................. SKIPPED > [INFO] grinder ............................................ SKIPPED > [INFO] > ------------------------------------------------------------------------ > [INFO] BUILD FAILURE > [INFO] > ------------------------------------------------------------------------ > [INFO] Total time: 10.722 s > [INFO] Finished at: 2015-08-14T08:45:54+02:00 > [INFO] Final Memory: 21M/317M > [INFO] > ------------------------------------------------------------------------ > [ERROR] Failed to execute goal on project grinder-http: Could not > resolve dependencies for project > net.sf.grinder:grinder-http:jar:3.12-SNAPSHOT: > Failure to find net.sf.grinder:grinder-core:jar:tests:3.12-SNAPSHOT > in https://oss.sonatype.org/content/repositories/snapshots was cached > in the > local repository, resolution will not be reattempted until the update > interval of sonatype-nexus-snapshots has elapsed or updates are forced -> > > A new release or some ideas on how to resolve the build issues would > be greatly appreciated. > > Best, > Mark > > ------------------------------------------------------------------------------