: 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
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
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?
>
>
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
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
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
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