> On 24 Mar 2019, at 17:51, Abhishek Dhadwal <dhadwal1...@gmail.com> wrote:
>
>
> Dear Sir,
> This all looks good. I would reemphasise that you should find a reference
> implementation of any new generator so that you can run it to produce numbers
> given a known seed. This can be used to test the Java version you create
> produces exactly the same sequence.
> Thank you for the feedback ! I shall keep that in mind while performing the
> aforementioned implementations.
> If you look at the unit tests for each generator in commons-rng-core you will
> see the type of testing process to implement.
> Will do so. Thank you again!
> The changes I suggested for building on Java 11 are now in master. Just
> update and try again:
>> git pull
>> mvn clean package site
> Let me know if you still get an error.
> Alex
> Unfortunately, even after having my repo updated to the latest version, I’m
> still getting an error. Seems like the file or path specified for a program
> known as “svm” cannot be found. The output is as follows :
>
> [INFO] BUILD FAILURE
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 48.667 s
> [INFO] Finished at: 2019-03-24T23:05:29+05:30
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-antrun-plugin:1.7:run (prepare-checkout) on
> project commons-rng-parent: An Ant BuildException has occured: Execute
> failed: java.io.IOException: Cannot run program "svn": CreateProcess error=2,
> The system cannot find the file specified
> [ERROR] around Ant part ...<exec executable="svn">... @ 4:26 in
> C:\Users\abhi1\Documents\GitHub\commons-rng\target\antrun\build-main.xml
To build the site you need to install svn (subversion). You don’t need the site
unless you want to look at all the reports for the latest build. However you
can run reports for different tools individually anyway.
Try again without site in the maven command.
mvn clean package
>
> Thanking you,
> Yours faithfully,
> Abhishek
>
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org