Re: svn commit: r724181 - /lucene/solr/trunk/build.xml

2008-12-09 Thread Koji Sekiguchi
Now I got an error when starting example by java -jar start.jar... Ryan McKinley wrote: try now... On Dec 7, 2008, at 8:20 PM, Koji Sekiguchi wrote: Ryan, I got an error when doing 'ant dist'. Koji [EMAIL PROTECTED] wrote: Author: ryan Date: Sun Dec 7 11:27:54 2008 New Revision:

Re: svn commit: r724181 - /lucene/solr/trunk/build.xml

2008-12-09 Thread Ryan McKinley
what is the error? have you done an 'ant clean' 'and example' first? On Dec 9, 2008, at 12:24 PM, Koji Sekiguchi wrote: Now I got an error when starting example by java -jar start.jar... Ryan McKinley wrote: try now... On Dec 7, 2008, at 8:20 PM, Koji Sekiguchi wrote: Ryan, I got an

Re: svn commit: r724181 - /lucene/solr/trunk/build.xml

2008-12-09 Thread Koji Sekiguchi
'ant clean example' is no problem: [EMAIL PROTECTED] SOLR]$ ant clean example : Then I did: [EMAIL PROTECTED] example]$ java -jar start.jar 2008-12-10 07:53:10.942::INFO: Logging to STDERR via org.mortbay.log.StdErrLog 2008-12-10 07:53:11.086::INFO: jetty-6.1.3 2008-12-10

Re: svn commit: r724181 - /lucene/solr/trunk/build.xml

2008-12-09 Thread Ryan McKinley
try again... I have no idea why it has been behaving ok for me. Perhaps because i have been testing with calling 'ant dist' before 'ant example' someday we will use maven... but i'll save that discussion for another year! I don't want to give Hoss a heart attack before his prime.

Re: svn commit: r724181 - /lucene/solr/trunk/build.xml

2008-12-09 Thread Koji Sekiguchi
Now fixed. Thank you, Ryan! Koji Ryan McKinley wrote: try again... I have no idea why it has been behaving ok for me. Perhaps because i have been testing with calling 'ant dist' before 'ant example' someday we will use maven... but i'll save that discussion for another year! I don't

Re: svn commit: r724181 - /lucene/solr/trunk/build.xml

2008-12-07 Thread Koji Sekiguchi
Ryan, I got an error when doing 'ant dist'. Koji [EMAIL PROTECTED] wrote: Author: ryan Date: Sun Dec 7 11:27:54 2008 New Revision: 724181 URL: http://svn.apache.org/viewvc?rev=724181view=rev Log: SOLR-900 -- fixing war file Modified: lucene/solr/trunk/build.xml Modified:

Re: svn commit: r724181 - /lucene/solr/trunk/build.xml

2008-12-07 Thread Ryan McKinley
try now... On Dec 7, 2008, at 8:20 PM, Koji Sekiguchi wrote: Ryan, I got an error when doing 'ant dist'. Koji [EMAIL PROTECTED] wrote: Author: ryan Date: Sun Dec 7 11:27:54 2008 New Revision: 724181 URL: http://svn.apache.org/viewvc?rev=724181view=rev Log: SOLR-900 -- fixing war file

Re: svn commit: r724181 - /lucene/solr/trunk/build.xml

2008-12-07 Thread Koji Sekiguchi
Ryan, Fixed. Thank you! Ryan McKinley wrote: try now...