You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2012/03/09 07:28:02 UTC

[JENKINS] Solr-3.x - Build # 623 - Still Failing

Build: https://builds.apache.org/job/Solr-3.x/623/

No tests ran.

Build Log (for compile errors):
[...truncated 11121 lines...]



RE: [JENKINS] Solr-3.x - Build # 623 - Still Failing

Posted by Uwe Schindler <uw...@thetaphi.de>.
Thanks,

The problem was another one, the shell scripts of solr simply did not pass -Dsvn.exe only -Dsvnversion.exe :(

Uwe

-----
Uwe Schindler
H.-H.-Meier-Allee 63, D-28213 Bremen
http://www.thetaphi.de
eMail: uwe@thetaphi.de


> -----Original Message-----
> From: Steven A Rowe [mailto:sarowe@syr.edu]
> Sent: Friday, March 09, 2012 3:14 PM
> To: dev@lucene.apache.org
> Subject: RE: [JENKINS] Solr-3.x - Build # 623 - Still Failing
> 
> I believe system properties *always* get passed by recursive ANT calls,
> regardless of "inherit*" attribute values. - Steve
> 
> -----Original Message-----
> From: Uwe Schindler [mailto:uwe@thetaphi.de]
> Sent: Friday, March 09, 2012 6:23 AM
> To: dev@lucene.apache.org
> Subject: RE: [JENKINS] Solr-3.x - Build # 623 - Still Failing
> 
> Should be fixed now, the property was missing in shell scripts of Solr, copied
> from Lucene scripts.
> 
> -----
> Uwe Schindler
> H.-H.-Meier-Allee 63, D-28213 Bremen
> http://www.thetaphi.de
> eMail: uwe@thetaphi.de
> 
> > -----Original Message-----
> > From: Uwe Schindler [mailto:uwe@thetaphi.de]
> > Sent: Friday, March 09, 2012 8:37 AM
> > To: dev@lucene.apache.org
> > Subject: RE: [JENKINS] Solr-3.x - Build # 623 - Still Failing
> >
> > It looks like for building Solr Source artifacts, it does ignore the
> > -Dsvn.exe property, s it uses wrong SVN executable? Maybe it's caused
> > by the recursive ANT calls missing to pass properties.
> >
> > Uwe
> >
> > -----
> > Uwe Schindler
> > H.-H.-Meier-Allee 63, D-28213 Bremen
> > http://www.thetaphi.de
> > eMail: uwe@thetaphi.de
> >
> > > -----Original Message-----
> > > From: Apache Jenkins Server [mailto:jenkins@builds.apache.org]
> > > Sent: Friday, March 09, 2012 7:28 AM
> > > To: dev@lucene.apache.org
> > > Subject: [JENKINS] Solr-3.x - Build # 623 - Still Failing
> > >
> > > Build: https://builds.apache.org/job/Solr-3.x/623/
> > >
> > > No tests ran.
> > >
> > > Build Log (for compile errors):
> > > [...truncated 11121 lines...]
> > >
> >
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For
> > additional commands, e-mail: dev-help@lucene.apache.org
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional
> commands, e-mail: dev-help@lucene.apache.org
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional
> commands, e-mail: dev-help@lucene.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


RE: [JENKINS] Solr-3.x - Build # 623 - Still Failing

Posted by Steven A Rowe <sa...@syr.edu>.
I believe system properties *always* get passed by recursive ANT calls, regardless of "inherit*" attribute values. - Steve

-----Original Message-----
From: Uwe Schindler [mailto:uwe@thetaphi.de] 
Sent: Friday, March 09, 2012 6:23 AM
To: dev@lucene.apache.org
Subject: RE: [JENKINS] Solr-3.x - Build # 623 - Still Failing

Should be fixed now, the property was missing in shell scripts of Solr, copied from Lucene scripts.

-----
Uwe Schindler
H.-H.-Meier-Allee 63, D-28213 Bremen
http://www.thetaphi.de
eMail: uwe@thetaphi.de

> -----Original Message-----
> From: Uwe Schindler [mailto:uwe@thetaphi.de]
> Sent: Friday, March 09, 2012 8:37 AM
> To: dev@lucene.apache.org
> Subject: RE: [JENKINS] Solr-3.x - Build # 623 - Still Failing
> 
> It looks like for building Solr Source artifacts, it does ignore the 
> -Dsvn.exe property, s it uses wrong SVN executable? Maybe it's caused 
> by the recursive ANT calls missing to pass properties.
> 
> Uwe
> 
> -----
> Uwe Schindler
> H.-H.-Meier-Allee 63, D-28213 Bremen
> http://www.thetaphi.de
> eMail: uwe@thetaphi.de
> 
> > -----Original Message-----
> > From: Apache Jenkins Server [mailto:jenkins@builds.apache.org]
> > Sent: Friday, March 09, 2012 7:28 AM
> > To: dev@lucene.apache.org
> > Subject: [JENKINS] Solr-3.x - Build # 623 - Still Failing
> >
> > Build: https://builds.apache.org/job/Solr-3.x/623/
> >
> > No tests ran.
> >
> > Build Log (for compile errors):
> > [...truncated 11121 lines...]
> >
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For 
> additional commands, e-mail: dev-help@lucene.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


RE: [JENKINS] Solr-3.x - Build # 623 - Still Failing

Posted by Uwe Schindler <uw...@thetaphi.de>.
Should be fixed now, the property was missing in shell scripts of Solr, copied from Lucene scripts.

-----
Uwe Schindler
H.-H.-Meier-Allee 63, D-28213 Bremen
http://www.thetaphi.de
eMail: uwe@thetaphi.de

> -----Original Message-----
> From: Uwe Schindler [mailto:uwe@thetaphi.de]
> Sent: Friday, March 09, 2012 8:37 AM
> To: dev@lucene.apache.org
> Subject: RE: [JENKINS] Solr-3.x - Build # 623 - Still Failing
> 
> It looks like for building Solr Source artifacts, it does ignore the -Dsvn.exe
> property, s it uses wrong SVN executable? Maybe it's caused by the recursive
> ANT calls missing to pass properties.
> 
> Uwe
> 
> -----
> Uwe Schindler
> H.-H.-Meier-Allee 63, D-28213 Bremen
> http://www.thetaphi.de
> eMail: uwe@thetaphi.de
> 
> > -----Original Message-----
> > From: Apache Jenkins Server [mailto:jenkins@builds.apache.org]
> > Sent: Friday, March 09, 2012 7:28 AM
> > To: dev@lucene.apache.org
> > Subject: [JENKINS] Solr-3.x - Build # 623 - Still Failing
> >
> > Build: https://builds.apache.org/job/Solr-3.x/623/
> >
> > No tests ran.
> >
> > Build Log (for compile errors):
> > [...truncated 11121 lines...]
> >
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional
> commands, e-mail: dev-help@lucene.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


RE: [JENKINS] Solr-3.x - Build # 623 - Still Failing

Posted by Uwe Schindler <uw...@thetaphi.de>.
It looks like for building Solr Source artifacts, it does ignore the -Dsvn.exe property, s it uses wrong SVN executable? Maybe it's caused by the recursive ANT calls missing to pass properties.

Uwe

-----
Uwe Schindler
H.-H.-Meier-Allee 63, D-28213 Bremen
http://www.thetaphi.de
eMail: uwe@thetaphi.de

> -----Original Message-----
> From: Apache Jenkins Server [mailto:jenkins@builds.apache.org]
> Sent: Friday, March 09, 2012 7:28 AM
> To: dev@lucene.apache.org
> Subject: [JENKINS] Solr-3.x - Build # 623 - Still Failing
> 
> Build: https://builds.apache.org/job/Solr-3.x/623/
> 
> No tests ran.
> 
> Build Log (for compile errors):
> [...truncated 11121 lines...]
> 



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org