subscribe

2017-05-29 Thread Jorge Betancourt

subscribe

2017-05-29 Thread Jorge Betancourt

Re: [ANNOUNCEMENT] Welcome Blackice as new Nutch PMC and Committer

2017-06-14 Thread Jorge Betancourt
Welcome aboard Ralf!! Glad to have you with us. On Wed, Jun 14, 2017 at 4:55 PM Furkan KAMACI wrote: > Welcome on board Ralf! > > On Wed, Jun 14, 2017 at 5:53 PM, Markus Jelsma > wrote: > >> Welcome! >> >> >> >> -Original message-

Re: [Build failure] Connection Reset when downloading closure-compiler-v20130603.jar

2017-10-09 Thread Jorge Betancourt
Could this be related to some networking configuration on your laptop (looks like)? Do you use any proxy to connect to the internet? could you try executing the command: $ curl --head http://repo1.maven.org/maven2/com/google/javascript/closure-compiler/v20130603/closure-compiler-v20130603.jar

Re: [Build failure] Connection Reset when downloading closure-compiler-v20130603.jar

2017-10-09 Thread Jorge Betancourt
haw...@gmail.com> wrote: > I couldn't able to download it from the curl command. but when I use wget > command, I was able to download it. > > Thanks, > Madhawa > > Madhawa > > On Mon, Oct 9, 2017 at 3:44 PM, Jorge Betancourt < > betancourt.jo...@gmail.com>

Re: [Build failure] Connection Reset when downloading closure-compiler-v20130603.jar

2017-10-09 Thread Jorge Betancourt
remaining [application/java-archive] > Saving to: ‘closure-compiler-v20130603.jar’ > > 100%[++===>] > 3,558,496   --.-K/s   in 0.1s > > Thanks, > Madhawa > > Madhawa > > > On Mon, Oct 9, 2017 at 3:54 P

Re: [VOTE] Release Apache Nutch 1.14 RC#1

2017-12-19 Thread Jorge Betancourt
Sorry for the delayed response, but I'm currently out of the office. I'm also against mentioning the open issues in the release notes, it's normal to have open/unresolved issues before a release and we should focus only on mentioning what was added/fixed, for the remaining issues we already have

Re: [MASSMAIL]RE: [DISCUSS] Release 1.14?

2017-12-14 Thread Jorge Betancourt
+1 Thanks Seb! Sent from my iPhone > On Dec 9, 2017, at 3:36 AM, Roannel Fernández Hernández > wrote: > > +1 > > - Mensaje original - >> De: "Markus Jelsma" >> Para: dev@nutch.apache.org >> Enviados: Viernes, 8 de Diciembre 2017 18:40:55

Re: quick start for dev Nutch in Intellij?

2017-11-06 Thread Jorge Betancourt
Honestly what I usually do is just: $ ant eclipse This will create an eclipse project that I import directly int IntelliJ. I also install/use IvyIDEA and resolve all the dependencies within IntelliJ for all modules. With this setup I can run unit tests from within the IDE, although I usually

Plugin specific documentation

2018-10-17 Thread Jorge Betancourt
Hi all, I've created an issue [1] with a proposition about improving a bit the documentation for each plugin that is included with Nutch. I would love to get some feedback about the general idea. Best Regards, Jorge [1] https://issues.apache.org/jira/browse/NUTCH-2658

Re: Maven vs Gradle for Nutch Build System

2018-11-30 Thread Jorge Betancourt
Hi all, I don't really have a preference and like Furkan said both build systems are used and maintained. Considering that there is already some work done on using maven, we should continue with that effort (methinks). Best regards, Jorge On Fri, Nov 30, 2018 at 8:00 AM Kevin Ratnasekera

Re: [DISCUSS] Release 1.16?

2019-09-02 Thread Jorge Betancourt
Hi Seb! +1 From my side. As you said, a release is already in order. I will go over the issues/PRs on the repo as well. Best Regards, Jorge On Mon, Sep 2, 2019 at 5:05 PM Sebastian Nagel wrote: > Hi all, > > more than 90 issues are fixed now: >

Re: [VOTE] Release Apache Nutch 2.4 RC#1

2019-10-02 Thread Jorge Betancourt
Hi Seb! Everything looks ok from my side: Compiled successfully from the release-2.4 tag. Tests passed and ran a small crawl. +1 from my side. Small detail. I would probably change a couple of details in the deprecation notice. If it is ok with you I can send a PR for this later today. But

Re: Hacktoberfest 2019

2019-09-30 Thread Jorge Betancourt
I agree that it would be great to attract new contributions (and contributors) to the project but I do see a big caveat: Hacktoberfest is massively advertised around finding issues in Github which we don't use as an issue tracker. We could label some issues in Jira with "hacktoberfest" but not

Re: [VOTE] Release Apache Nutch 1.16 RC#1

2019-10-05 Thread Jorge Betancourt
Hi all! - Compiled - Tests passed - Small crawl ran successfully +1 from me. Best Regards, Jorge On Sat, Oct 5, 2019 at 9:06 PM Furkan KAMACI wrote: > Hi, > > +1 from me. > > Code compiles and tests successfully run. > > Kind Regards, > Furkan KAMACI > > On Sat, Oct 5, 2019 at 3:37 AM

Re: [VOTE] Release Apache Nutch 1.18 RC1

2021-01-22 Thread Jorge Betancourt
+1 - Tests pass - Clean build succeeded (from branch-1.8, Java 1.8) - Checksums matched A small crawl of a few pages went fine too. Thanks for taking care of cutting an RC Lewis! On Thu, Jan 21, 2021 at 2:22 AM lewis john mcgibbney wrote: > Hi Folks, > > A first candidate for the Nutch 1.18

Re: [VOTE] Release Apache Nutch 1.18 RC1

2021-01-22 Thread Jorge Betancourt
I ran into a similar issue (while reviewing a PR, not while reviewing the 1.8 RC), removing my ivy2 cache: rm -rf ~/.ivy2/cache/ seemed to do the trick. TBH I hadn't built any Java on this machine in a while and I'm not even sure in which state the cache was. On Fri, Jan 22, 2021 at 10:48 AM