Re: Jenkins setup for continuous build

2017-10-05 Thread Chris Hostetter
: I have some custom code in solr (which is not of good quality for : contributing back) so I need to setup my own continuous build solution. I : tried jenkins and was hoping that ant build (ant clean compile) in Execute : Shell textbox will work, but I am stuck at this ivy-fail error: : : To wor

Re: Maven build error (Was: Jenkins setup for continuous build)

2017-10-04 Thread Steve Rowe
When I run those commands (on Debian Linux 8.9, with Maven v3.0.5 and Oracle JDK 1.8.0.77), I get: - [INFO] [INFO] BUILD SUCCESS [INFO] [INFO] Tota

Re: Maven build error (Was: Jenkins setup for continuous build)

2017-10-04 Thread Nawab Zada Asad Iqbal
Hi Steve, I did this: ant get-maven-poms cd maven-build/ mvn -DskipTests install On Wed, Oct 4, 2017 at 4:56 PM, Steve Rowe wrote: > Hi Nawab, > > > On Oct 4, 2017, at 7:39 PM, Nawab Zada Asad Iqbal > wrote: > > > > I am hitting following error with maven build: > > Is that expected? > >

Re: Maven build error (Was: Jenkins setup for continuous build)

2017-10-04 Thread Steve Rowe
Hi Nawab, > On Oct 4, 2017, at 7:39 PM, Nawab Zada Asad Iqbal wrote: > > I am hitting following error with maven build: > Is that expected? No. What commands did you use? > Can someone share me the details about how > https://builds.apache.org/job/Lucene-Solr-Maven-master is configured. The

Re: Jenkins setup for continuous build

2017-10-04 Thread Nawab Zada Asad Iqbal
I looked at https://builds.apache.org/job/Lucene-Solr-Maven-master/2111/console and decided to switch to maven. However my maven build (without jenkins) is failing with this error: [INFO] Scanning classes for violations... [ERROR] Forbidden class/interface use: org.bouncycastle.util.Strings [non-p

Maven build error (Was: Jenkins setup for continuous build)

2017-10-04 Thread Nawab Zada Asad Iqbal
So, i looked at this setup https://builds.apache.org/job/Lucene-Solr-Maven-master/2111/console which is using Maven, so i switched to maven too. I am hitting following error with maven build: Is that expected? Can someone share me the details about how https://builds.apache.org/job/Lucene-Solr-Mav

Jenkins setup for continuous build

2017-10-04 Thread Nawab Zada Asad Iqbal
Hi, I have some custom code in solr (which is not of good quality for contributing back) so I need to setup my own continuous build solution. I tried jenkins and was hoping that ant build (ant clean compile) in Execute Shell textbox will work, but I am stuck at this ivy-fail error: To work around