You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-dev@lucene.apache.org by Pradeep Pujari <Pr...@rocketmail.com> on 2009/11/01 01:02:56 UTC

build error in eclipse environment, any help

\java\org\apache\solr\handler\clustering\carrot2\CarrotClusteringEngine.java use
s or overrides a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.

build:
      [jar] Building jar: b:\Eclipse3.5\workspace\Solr_trunk\contrib\clustering\
build\apache-solr-clustering-1.4-dev.jar
      [jar] Manifest is invalid: Manifest line "to get a newer Subversion client
, or " is not valid as it does not contain a name and a value separated by ': '


BUILD FAILED
b:\Eclipse3.5\workspace\Solr_trunk\common-build.xml:356: The following error occ
urred while executing this line:
b:\Eclipse3.5\workspace\Solr_trunk\common-build.xml:219: The following error occ
urred while executing this line:
b:\Eclipse3.5\workspace\Solr_trunk\contrib\clustering\build.xml:109: The followi
ng error occurred while executing this line:
b:\Eclipse3.5\workspace\Solr_trunk\common-build.xml:179: Invalid Manifest: b:\Ec
lipse3.5\workspace\Solr_trunk\build\META-INF\MANIFEST.MF

Thanks,
Pradeep


Re: build error in eclipse environment, any help

Posted by Shalin Shekhar Mangar <sh...@gmail.com>.
On Sun, Nov 1, 2009 at 5:32 AM, Pradeep Pujari <Pr...@rocketmail.com>wrote:

> \java\org\apache\solr\handler\clustering\carrot2\CarrotClusteringEngine.java
> use
> s or overrides a deprecated API.
>    [javac] Note: Recompile with -Xlint:deprecation for details.
>
> build:
>      [jar] Building jar:
> b:\Eclipse3.5\workspace\Solr_trunk\contrib\clustering\
> build\apache-solr-clustering-1.4-dev.jar
>      [jar] Manifest is invalid: Manifest line "to get a newer Subversion
> client
> , or " is not valid as it does not contain a name and a value separated by
> ': '
>
>
> BUILD FAILED
> b:\Eclipse3.5\workspace\Solr_trunk\common-build.xml:356: The following
> error occ
> urred while executing this line:
> b:\Eclipse3.5\workspace\Solr_trunk\common-build.xml:219: The following
> error occ
> urred while executing this line:
> b:\Eclipse3.5\workspace\Solr_trunk\contrib\clustering\build.xml:109: The
> followi
> ng error occurred while executing this line:
> b:\Eclipse3.5\workspace\Solr_trunk\common-build.xml:179: Invalid Manifest:
> b:\Ec
> lipse3.5\workspace\Solr_trunk\build\META-INF\MANIFEST.MF
>
>
I guess that error is due to a missing svnversion.exe or an old version of
svnversion. Do you have subversion installed?

-- 
Regards,
Shalin Shekhar Mangar.