Re: Need Help in Patching OPENNLP

2013-04-05 Thread Erick Erickson
Gora: Thanks for pitching in, I'm on vacation and only sporadically
looking at the lists.

Karthicrnair:
https is the access to the writeable archive, it's been a long enough
since I set things up that I don't remember if you need committer
credentials or not, so try straight http (without the 's') maybe?

Erick

On Tue, Apr 2, 2013 at 1:01 AM, karthicrnair karthicrn...@gmail.com wrote:
 Thanks much !!

 Explorer -- Internet Explorer :) Sorry for the miscommunication. Yeah let me
 check it once again.

 appreciate all the help :)

 krn



 --
 View this message in context: 
 http://lucene.472066.n3.nabble.com/Need-Help-in-Patching-OPENNLP-tp4052362p4053094.html
 Sent from the Solr - User mailing list archive at Nabble.com.


Re: Need Help in Patching OPENNLP

2013-04-02 Thread karthicrnair
Thanks much !!

Explorer -- Internet Explorer :) Sorry for the miscommunication. Yeah let me
check it once again.

appreciate all the help :)

krn



--
View this message in context: 
http://lucene.472066.n3.nabble.com/Need-Help-in-Patching-OPENNLP-tp4052362p4053094.html
Sent from the Solr - User mailing list archive at Nabble.com.


Re: Need Help in Patching OPENNLP

2013-04-01 Thread Erick Erickson
Here's the start-up page:
http://wiki.apache.org/solr/HowToContribute

First, just check out the code via svn and build it (see the page
above). That'll tell you if you have all the tools available.
Second, apply the patch to the source. From the root of your source,
'patch -p0 -i patch name'
Third, execute ant example dist and that should build you source
with the patch in place...

If you get stuck, let us know what problems you are having, specific
errors you're receiving, all that kind of stuff

Best
Erick

On Fri, Mar 29, 2013 at 7:42 AM, karthicrnair karthicrn...@gmail.com wrote:
 Hi All,

 am very new to solr and Java technology. I would wonder if some one can
 gimme a way out to patch the OpenNLP platform with Solr.

 Am simply blocked out at the initial step, applying patch to Solr 4.2. Any
 pointer would be highly appreciated.

 Thanks,
 Karthic



 --
 View this message in context: 
 http://lucene.472066.n3.nabble.com/Need-Help-in-Patching-OPENNLP-tp4052362.html
 Sent from the Solr - User mailing list archive at Nabble.com.


Re: Need Help in Patching OPENNLP

2013-04-01 Thread karthicrnair
Hi Erick, 

thank you so much or the help and support.

As you have mentioned I have made the svn set up and while trying to connect
using check out option am getting this error;

C:\binsvn co https://svn.apache.org/repos/asf/lucene/dev/
svn: E175002: Unable to connect to a repository at URL
'https://svn.apache.org/r
epos/asf/lucene/dev'
svn: E175002: OPTIONS of 'https://svn.apache.org/repos/asf/lucene/dev':
could no
t connect to server (https://svn.apache.org)

Is this anything to do with the firewall set up? please advice me on the
further steps.

Thanks,
KRN



--
View this message in context: 
http://lucene.472066.n3.nabble.com/Need-Help-in-Patching-OPENNLP-tp4052362p4053089.html
Sent from the Solr - User mailing list archive at Nabble.com.


Re: Need Help in Patching OPENNLP

2013-04-01 Thread Gora Mohanty
On 2 April 2013 11:00, karthicrnair karthicrn...@gmail.com wrote:
 Hi Erick,

 thank you so much or the help and support.

 As you have mentioned I have made the svn set up and while trying to connect
 using check out option am getting this error;

 C:\binsvn co https://svn.apache.org/repos/asf/lucene/dev/

Please read http://wiki.apache.org/solr/HowToContribute#Getting_the_source_code
carefully. You need to add a branch name to the SVN URL.
You probably want something like
  svn co http://svn.apache.org/repos/asf/lucene/dev/trunk

Regards,
Gora


Re: Need Help in Patching OPENNLP

2013-04-01 Thread Gora Mohanty
On 2 April 2013 11:08, Gora Mohanty g...@mimirtech.com wrote:
 On 2 April 2013 11:00, karthicrnair karthicrn...@gmail.com wrote:
 Hi Erick,

 thank you so much or the help and support.

 As you have mentioned I have made the svn set up and while trying to connect
 using check out option am getting this error;

 C:\binsvn co https://svn.apache.org/repos/asf/lucene/dev/

 Please read 
 http://wiki.apache.org/solr/HowToContribute#Getting_the_source_code
 carefully. You need to add a branch name to the SVN URL.
 You probably want something like
   svn co http://svn.apache.org/repos/asf/lucene/dev/trunk

Though svn co https://svn.apache.org/repos/asf/lucene/dev/;
also works just fine.Are you sure that there is no network issue
at your end? Are you able to ping svn.apache.org?

Regards,
Gora


Re: Need Help in Patching OPENNLP

2013-04-01 Thread karthicrnair
Thanks Gora!!

when I tried with ping command all my request got timed out. am able to
access the svn through my explorer though.

What could be the issue now? :(

Thanks,
krn



--
View this message in context: 
http://lucene.472066.n3.nabble.com/Need-Help-in-Patching-OPENNLP-tp4052362p4053092.html
Sent from the Solr - User mailing list archive at Nabble.com.


Re: Need Help in Patching OPENNLP

2013-04-01 Thread Gora Mohanty
On 2 April 2013 11:17, karthicrnair karthicrn...@gmail.com wrote:
 Thanks Gora!!

 when I tried with ping command all my request got timed out. am able to
 access the svn through my explorer though.

 What could be the issue now? :(

Hard to tell. My guess would be that your network is blocking
some things like ICMP. Not sure what Explorer you are referring
to, but if you can access svn.apache.org, svn co should work.

Regards,
Gora


Need Help in Patching OPENNLP

2013-03-29 Thread karthicrnair
Hi All, 

am very new to solr and Java technology. I would wonder if some one can
gimme a way out to patch the OpenNLP platform with Solr.

Am simply blocked out at the initial step, applying patch to Solr 4.2. Any
pointer would be highly appreciated.

Thanks,
Karthic 



--
View this message in context: 
http://lucene.472066.n3.nabble.com/Need-Help-in-Patching-OPENNLP-tp4052362.html
Sent from the Solr - User mailing list archive at Nabble.com.