Dear Sir, $mvn clean package runs perfectly and the build is successful. However, after installing TortoiseSVN and using $ mvn clean package site I get the following error : [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for Apache Commons RNG 1.3-SNAPSHOT: [INFO] [INFO] Apache Commons RNG ................................. SUCCESS [06:58 min] [INFO] Apache Commons RNG Client API ...................... FAILURE [04:03 min] [INFO] Apache Commons RNG Core ............................ SKIPPED [INFO] Apache Commons RNG Simple .......................... SKIPPED [INFO] Apache Commons RNG Sampling ........................ SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 11:02 min [INFO] Finished at: 2019-03-25T00:09:13+05:30 [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-site-plugin:3.7.1:site (default-site) on project commons-rng-client-api: Execution default-site of goal org.apache.maven.plugins:maven-site-plugin:3.7.1:site failed: Java returned: 1 -> [Help 1] Thanking you, Yours faithfully, Abhishek Sent from Mail for Windows 10
From: Alex Herbert Sent: 24 March 2019 23:32 To: Commons Developers List Subject: Re: GSoC 19: Information pertaining to 'Lagged Fibonacci Generators' > 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