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 Yonik Seeley <yo...@lucidimagination.com> on 2009/09/29 03:55:06 UTC

Re: svn commit: r819538 - /lucene/solr/trunk/contrib/velocity/build.xml

I'm getting a test error now... is it related to this?

build:
      [jar] Building jar: c:\code\solr\dist\apache-solr-velocity-1.4-dev.jar

BUILD FAILED
c:\code\solr\common-build.xml:345: The following error occurred while
executing this line:
c:\code\solr\common-build.xml:216: The following error occurred while
executing this line:
c:\code\solr\contrib\velocity\build.xml:64: The following error
occurred while executing this line:
c:\code\solr\common-build.xml:176: Problem creating jar:
c:\code\solr\dist\apache-solr-velocity-1.4-dev.jar (The system cannot
find the path specified) (and the archive is probably corrupt but I
could not delete it)


-Yonik
http://www.lucidimagination.com



On Mon, Sep 28, 2009 at 9:51 AM,  <sh...@apache.org> wrote:
> Author: shalin
> Date: Mon Sep 28 13:51:13 2009
> New Revision: 819538
>
> URL: http://svn.apache.org/viewvc?rev=819538&view=rev
> Log:
> SOLR-1433 followup -- Moving apache-solr-velocity-1.4-dev.jar to dist directory
>
> Modified:
>    lucene/solr/trunk/contrib/velocity/build.xml
>
> Modified: lucene/solr/trunk/contrib/velocity/build.xml
> URL: http://svn.apache.org/viewvc/lucene/solr/trunk/contrib/velocity/build.xml?rev=819538&r1=819537&r2=819538&view=diff
> ==============================================================================
> --- lucene/solr/trunk/contrib/velocity/build.xml (original)
> +++ lucene/solr/trunk/contrib/velocity/build.xml Mon Sep 28 13:51:13 2009
> @@ -60,7 +60,7 @@
>   </target>
>
>   <target name="build" depends="compile">
> -    <solr-jar destfile="src/main/solr/lib/${fullnamever}.jar" basedir="target/classes"
> +    <solr-jar destfile="${common.dir}/dist/${fullnamever}.jar" basedir="target/classes"
>               manifest="${common.dir}/${dest}/META-INF/MANIFEST.MF">
>       <fileset dir="src/main/java" excludes="**/*.java"/>
>     </solr-jar>
>
>
>

Re: svn commit: r819538 - /lucene/solr/trunk/contrib/velocity/build.xml

Posted by Shalin Shekhar Mangar <sh...@gmail.com>.
This is fixed in trunk now. I was a too late for hudson though.

On Tue, Sep 29, 2009 at 3:54 PM, Grant Ingersoll <gs...@apache.org>wrote:

> Yeah, I got this too, but not sure why.  I think we could just have init
> make the dist dir.
>
>
> On Sep 28, 2009, at 10:54 PM, Yonik Seeley wrote:
>
>  I created the /dist directory manually, and "ant test" worked (minus the
>> clean).
>>
>> -Yonik
>> http://www.lucidimagination.com
>>
>>
>> On Mon, Sep 28, 2009 at 10:43 PM, Mark Miller <ma...@gmail.com>
>> wrote:
>>
>>> I got that earlier tonight too - oddly not on distance, but just on
>>> running
>>> test.
>>>
>>> - Mark
>>>
>>> http://www.lucidimagination.com (mobile)
>>>
>>> On Sep 28, 2009, at 9:55 PM, Yonik Seeley <yo...@lucidimagination.com>
>>> wrote:
>>>
>>>  I'm getting a test error now... is it related to this?
>>>>
>>>> build:
>>>>    [jar] Building jar:
>>>> c:\code\solr\dist\apache-solr-velocity-1.4-dev.jar
>>>>
>>>> BUILD FAILED
>>>> c:\code\solr\common-build.xml:345: The following error occurred while
>>>> executing this line:
>>>> c:\code\solr\common-build.xml:216: The following error occurred while
>>>> executing this line:
>>>> c:\code\solr\contrib\velocity\build.xml:64: The following error
>>>> occurred while executing this line:
>>>> c:\code\solr\common-build.xml:176: Problem creating jar:
>>>> c:\code\solr\dist\apache-solr-velocity-1.4-dev.jar (The system cannot
>>>> find the path specified) (and the archive is probably corrupt but I
>>>> could not delete it)
>>>>
>>>>
>>>> -Yonik
>>>> http://www.lucidimagination.com
>>>>
>>>>
>>>>
>>>> On Mon, Sep 28, 2009 at 9:51 AM,  <sh...@apache.org> wrote:
>>>>
>>>>>
>>>>> Author: shalin
>>>>> Date: Mon Sep 28 13:51:13 2009
>>>>> New Revision: 819538
>>>>>
>>>>> URL: http://svn.apache.org/viewvc?rev=819538&view=rev
>>>>> Log:
>>>>> SOLR-1433 followup -- Moving apache-solr-velocity-1.4-dev.jar to dist
>>>>> directory
>>>>>
>>>>> Modified:
>>>>>  lucene/solr/trunk/contrib/velocity/build.xml
>>>>>
>>>>> Modified: lucene/solr/trunk/contrib/velocity/build.xml
>>>>> URL:
>>>>>
>>>>> http://svn.apache.org/viewvc/lucene/solr/trunk/contrib/velocity/build.xml?rev=819538&r1=819537&r2=819538&view=diff
>>>>>
>>>>>
>>>>> ==============================================================================
>>>>> --- lucene/solr/trunk/contrib/velocity/build.xml (original)
>>>>> +++ lucene/solr/trunk/contrib/velocity/build.xml Mon Sep 28 13:51:13
>>>>> 2009
>>>>> @@ -60,7 +60,7 @@
>>>>>  </target>
>>>>>
>>>>>  <target name="build" depends="compile">
>>>>> -    <solr-jar destfile="src/main/solr/lib/${fullnamever}.jar"
>>>>> basedir="target/classes"
>>>>> +    <solr-jar destfile="${common.dir}/dist/${fullnamever}.jar"
>>>>> basedir="target/classes"
>>>>>             manifest="${common.dir}/${dest}/META-INF/MANIFEST.MF">
>>>>>     <fileset dir="src/main/java" excludes="**/*.java"/>
>>>>>   </solr-jar>
>>>>>
>>>>>
>>>>>
>>>>>
>>>
> --------------------------
> Grant Ingersoll
> http://www.lucidimagination.com/
>
> Search the Lucene ecosystem (Lucene/Solr/Nutch/Mahout/Tika/Droids) using
> Solr/Lucene:
> http://www.lucidimagination.com/search
>
>


-- 
Regards,
Shalin Shekhar Mangar.

Re: svn commit: r819538 - /lucene/solr/trunk/contrib/velocity/build.xml

Posted by Grant Ingersoll <gs...@apache.org>.
Yeah, I got this too, but not sure why.  I think we could just have  
init make the dist dir.

On Sep 28, 2009, at 10:54 PM, Yonik Seeley wrote:

> I created the /dist directory manually, and "ant test" worked (minus  
> the clean).
>
> -Yonik
> http://www.lucidimagination.com
>
>
> On Mon, Sep 28, 2009 at 10:43 PM, Mark Miller  
> <ma...@gmail.com> wrote:
>> I got that earlier tonight too - oddly not on distance, but just on  
>> running
>> test.
>>
>> - Mark
>>
>> http://www.lucidimagination.com (mobile)
>>
>> On Sep 28, 2009, at 9:55 PM, Yonik Seeley  
>> <yo...@lucidimagination.com>
>> wrote:
>>
>>> I'm getting a test error now... is it related to this?
>>>
>>> build:
>>>     [jar] Building jar: c:\code\solr\dist\apache-solr-velocity-1.4- 
>>> dev.jar
>>>
>>> BUILD FAILED
>>> c:\code\solr\common-build.xml:345: The following error occurred  
>>> while
>>> executing this line:
>>> c:\code\solr\common-build.xml:216: The following error occurred  
>>> while
>>> executing this line:
>>> c:\code\solr\contrib\velocity\build.xml:64: The following error
>>> occurred while executing this line:
>>> c:\code\solr\common-build.xml:176: Problem creating jar:
>>> c:\code\solr\dist\apache-solr-velocity-1.4-dev.jar (The system  
>>> cannot
>>> find the path specified) (and the archive is probably corrupt but I
>>> could not delete it)
>>>
>>>
>>> -Yonik
>>> http://www.lucidimagination.com
>>>
>>>
>>>
>>> On Mon, Sep 28, 2009 at 9:51 AM,  <sh...@apache.org> wrote:
>>>>
>>>> Author: shalin
>>>> Date: Mon Sep 28 13:51:13 2009
>>>> New Revision: 819538
>>>>
>>>> URL: http://svn.apache.org/viewvc?rev=819538&view=rev
>>>> Log:
>>>> SOLR-1433 followup -- Moving apache-solr-velocity-1.4-dev.jar to  
>>>> dist
>>>> directory
>>>>
>>>> Modified:
>>>>   lucene/solr/trunk/contrib/velocity/build.xml
>>>>
>>>> Modified: lucene/solr/trunk/contrib/velocity/build.xml
>>>> URL:
>>>> http://svn.apache.org/viewvc/lucene/solr/trunk/contrib/velocity/build.xml?rev=819538&r1=819537&r2=819538&view=diff
>>>>
>>>> = 
>>>> = 
>>>> = 
>>>> = 
>>>> = 
>>>> = 
>>>> = 
>>>> = 
>>>> = 
>>>> = 
>>>> = 
>>>> ===================================================================
>>>> --- lucene/solr/trunk/contrib/velocity/build.xml (original)
>>>> +++ lucene/solr/trunk/contrib/velocity/build.xml Mon Sep 28  
>>>> 13:51:13 2009
>>>> @@ -60,7 +60,7 @@
>>>>  </target>
>>>>
>>>>  <target name="build" depends="compile">
>>>> -    <solr-jar destfile="src/main/solr/lib/${fullnamever}.jar"
>>>> basedir="target/classes"
>>>> +    <solr-jar destfile="${common.dir}/dist/${fullnamever}.jar"
>>>> basedir="target/classes"
>>>>              manifest="${common.dir}/${dest}/META-INF/MANIFEST.MF">
>>>>      <fileset dir="src/main/java" excludes="**/*.java"/>
>>>>    </solr-jar>
>>>>
>>>>
>>>>
>>

--------------------------
Grant Ingersoll
http://www.lucidimagination.com/

Search the Lucene ecosystem (Lucene/Solr/Nutch/Mahout/Tika/Droids)  
using Solr/Lucene:
http://www.lucidimagination.com/search


Re: svn commit: r819538 - /lucene/solr/trunk/contrib/velocity/build.xml

Posted by Yonik Seeley <yo...@lucidimagination.com>.
I created the /dist directory manually, and "ant test" worked (minus the clean).

-Yonik
http://www.lucidimagination.com


On Mon, Sep 28, 2009 at 10:43 PM, Mark Miller <ma...@gmail.com> wrote:
> I got that earlier tonight too - oddly not on distance, but just on running
> test.
>
> - Mark
>
> http://www.lucidimagination.com (mobile)
>
> On Sep 28, 2009, at 9:55 PM, Yonik Seeley <yo...@lucidimagination.com>
> wrote:
>
>> I'm getting a test error now... is it related to this?
>>
>> build:
>>     [jar] Building jar: c:\code\solr\dist\apache-solr-velocity-1.4-dev.jar
>>
>> BUILD FAILED
>> c:\code\solr\common-build.xml:345: The following error occurred while
>> executing this line:
>> c:\code\solr\common-build.xml:216: The following error occurred while
>> executing this line:
>> c:\code\solr\contrib\velocity\build.xml:64: The following error
>> occurred while executing this line:
>> c:\code\solr\common-build.xml:176: Problem creating jar:
>> c:\code\solr\dist\apache-solr-velocity-1.4-dev.jar (The system cannot
>> find the path specified) (and the archive is probably corrupt but I
>> could not delete it)
>>
>>
>> -Yonik
>> http://www.lucidimagination.com
>>
>>
>>
>> On Mon, Sep 28, 2009 at 9:51 AM,  <sh...@apache.org> wrote:
>>>
>>> Author: shalin
>>> Date: Mon Sep 28 13:51:13 2009
>>> New Revision: 819538
>>>
>>> URL: http://svn.apache.org/viewvc?rev=819538&view=rev
>>> Log:
>>> SOLR-1433 followup -- Moving apache-solr-velocity-1.4-dev.jar to dist
>>> directory
>>>
>>> Modified:
>>>   lucene/solr/trunk/contrib/velocity/build.xml
>>>
>>> Modified: lucene/solr/trunk/contrib/velocity/build.xml
>>> URL:
>>> http://svn.apache.org/viewvc/lucene/solr/trunk/contrib/velocity/build.xml?rev=819538&r1=819537&r2=819538&view=diff
>>>
>>> ==============================================================================
>>> --- lucene/solr/trunk/contrib/velocity/build.xml (original)
>>> +++ lucene/solr/trunk/contrib/velocity/build.xml Mon Sep 28 13:51:13 2009
>>> @@ -60,7 +60,7 @@
>>>  </target>
>>>
>>>  <target name="build" depends="compile">
>>> -    <solr-jar destfile="src/main/solr/lib/${fullnamever}.jar"
>>> basedir="target/classes"
>>> +    <solr-jar destfile="${common.dir}/dist/${fullnamever}.jar"
>>> basedir="target/classes"
>>>              manifest="${common.dir}/${dest}/META-INF/MANIFEST.MF">
>>>      <fileset dir="src/main/java" excludes="**/*.java"/>
>>>    </solr-jar>
>>>
>>>
>>>
>

Re: svn commit: r819538 - /lucene/solr/trunk/contrib/velocity/build.xml

Posted by Mark Miller <ma...@gmail.com>.
I got that earlier tonight too - oddly not on distance, but just on  
running test.

- Mark

http://www.lucidimagination.com (mobile)

On Sep 28, 2009, at 9:55 PM, Yonik Seeley <yo...@lucidimagination.com>  
wrote:

> I'm getting a test error now... is it related to this?
>
> build:
>      [jar] Building jar: c:\code\solr\dist\apache-solr-velocity-1.4- 
> dev.jar
>
> BUILD FAILED
> c:\code\solr\common-build.xml:345: The following error occurred while
> executing this line:
> c:\code\solr\common-build.xml:216: The following error occurred while
> executing this line:
> c:\code\solr\contrib\velocity\build.xml:64: The following error
> occurred while executing this line:
> c:\code\solr\common-build.xml:176: Problem creating jar:
> c:\code\solr\dist\apache-solr-velocity-1.4-dev.jar (The system cannot
> find the path specified) (and the archive is probably corrupt but I
> could not delete it)
>
>
> -Yonik
> http://www.lucidimagination.com
>
>
>
> On Mon, Sep 28, 2009 at 9:51 AM,  <sh...@apache.org> wrote:
>> Author: shalin
>> Date: Mon Sep 28 13:51:13 2009
>> New Revision: 819538
>>
>> URL: http://svn.apache.org/viewvc?rev=819538&view=rev
>> Log:
>> SOLR-1433 followup -- Moving apache-solr-velocity-1.4-dev.jar to  
>> dist directory
>>
>> Modified:
>>    lucene/solr/trunk/contrib/velocity/build.xml
>>
>> Modified: lucene/solr/trunk/contrib/velocity/build.xml
>> URL: http://svn.apache.org/viewvc/lucene/solr/trunk/contrib/velocity/build.xml?rev=819538&r1=819537&r2=819538&view=diff
>> === 
>> === 
>> === 
>> =====================================================================
>> --- lucene/solr/trunk/contrib/velocity/build.xml (original)
>> +++ lucene/solr/trunk/contrib/velocity/build.xml Mon Sep 28  
>> 13:51:13 2009
>> @@ -60,7 +60,7 @@
>>   </target>
>>
>>   <target name="build" depends="compile">
>> -    <solr-jar destfile="src/main/solr/lib/${fullnamever}.jar"  
>> basedir="target/classes"
>> +    <solr-jar destfile="${common.dir}/dist/${fullnamever}.jar"  
>> basedir="target/classes"
>>               manifest="${common.dir}/${dest}/META-INF/MANIFEST.MF">
>>       <fileset dir="src/main/java" excludes="**/*.java"/>
>>     </solr-jar>
>>
>>
>>