Re: [Nutch-general] nutch .72 out-of-the-box build issue

2006-06-19 Thread Dagum, Leo
I did search the archives but that didn't turn up anything useful.  If
you can suggest some keywords that will turn up the relevant threads I'd
be very grateful, none of the obvious ones relating to broken builds,
build errors, compile errors etc were helpful.

- leo

-Original Message-
From: TDLN [mailto:[EMAIL PROTECTED] 
Sent: Thursday, June 15, 2006 1:44 PM
To: nutch-user@lucene.apache.org
Cc: Dagum, Leo
Subject: Re: nutch .72 out-of-the-box build issue

Yes, this is the wrong forum :)

This has been discussed many times, please search the archives.

Rgrds, thomas

On 6/14/06, Dagum, Leo [EMAIL PROTECTED] wrote:
 Apologies if this is the wrong forum..



 Just downloaded the nutch .72 release and tried building, using
 jdk1.5.0_03 and ant 1.6.5.  Core classes compile fine but the build
 script failed from trying to compile the nutch-extensionpoints
plugin:



 =

 $ ant

 Buildfile: build.xml



 init:

 [mkdir] Created dir: C:\nutch\nutch-0.7.2\build

 [mkdir] Created dir: C:\nutch\nutch-0.7.2\build\classes

 [mkdir] Created dir: C:\nutch\nutch-0.7.2\build\test

 [mkdir] Created dir: C:\nutch\nutch-0.7.2\build\test\classes



 compile-core:

 [javac] Compiling 247 source files to
 C:\nutch\nutch-0.7.2\build\classes

 [javac] Note: * uses or overrides a deprecated API.

 [javac] Note: Recompile with -Xlint:deprecation for details.

 [javac] Note: Some input files use unchecked or unsafe operations.

 [javac] Note: Recompile with -Xlint:unchecked for details.



 compile-plugins:



 deploy:



 init:

 [mkdir] Created dir:
 C:\nutch\nutch-0.7.2\build\nutch-extensionpoints

 [mkdir] Created dir:
 C:\nutch\nutch-0.7.2\build\nutch-extensionpoints\classes

 [mkdir] Created dir:
 C:\nutch\nutch-0.7.2\build\nutch-extensionpoints\test



 init-plugin:

 compile:

  [echo] Compiling plugin: nutch-extensionpoints



 BUILD FAILED

 C:\nutch\nutch-0.7.2\build.xml:76: The following error occurred while
 executing this line:

 C:\nutch\nutch-0.7.2\src\plugin\build.xml:9: The following error
 occurred while executing this line:

 C:\nutch\nutch-0.7.2\src\plugin\build-plugin.xml:85: srcdir
 C:\nutch\nutch-0.7.2\src\plugin\nutch-extensionpoints\src\java does
 not exist!

 





 Anyone else experience this?  Would appreciate any advice.



 Thanks



 - leo









___
Nutch-general mailing list
Nutch-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nutch-general


Re: [Nutch-general] nutch .72 out-of-the-box build issue

2006-06-19 Thread Vanderdray, Jacob
Try making an empty directory call
C:\nutch\nutch-0.7.2\src\plugin\nutch-extensionpoints\src\java and see
if that helps.


-Original Message-
From: Dagum, Leo [mailto:[EMAIL PROTECTED] 
Sent: Thursday, June 15, 2006 5:03 PM
To: nutch-user@lucene.apache.org
Subject: RE: nutch .72 out-of-the-box build issue

I did search the archives but that didn't turn up anything useful.  If
you can suggest some keywords that will turn up the relevant threads I'd
be very grateful, none of the obvious ones relating to broken builds,
build errors, compile errors etc were helpful.

- leo

-Original Message-
From: TDLN [mailto:[EMAIL PROTECTED] 
Sent: Thursday, June 15, 2006 1:44 PM
To: nutch-user@lucene.apache.org
Cc: Dagum, Leo
Subject: Re: nutch .72 out-of-the-box build issue

Yes, this is the wrong forum :)

This has been discussed many times, please search the archives.

Rgrds, thomas

On 6/14/06, Dagum, Leo [EMAIL PROTECTED] wrote:
 Apologies if this is the wrong forum..



 Just downloaded the nutch .72 release and tried building, using
 jdk1.5.0_03 and ant 1.6.5.  Core classes compile fine but the build
 script failed from trying to compile the nutch-extensionpoints
plugin:



 =

 $ ant

 Buildfile: build.xml



 init:

 [mkdir] Created dir: C:\nutch\nutch-0.7.2\build

 [mkdir] Created dir: C:\nutch\nutch-0.7.2\build\classes

 [mkdir] Created dir: C:\nutch\nutch-0.7.2\build\test

 [mkdir] Created dir: C:\nutch\nutch-0.7.2\build\test\classes



 compile-core:

 [javac] Compiling 247 source files to
 C:\nutch\nutch-0.7.2\build\classes

 [javac] Note: * uses or overrides a deprecated API.

 [javac] Note: Recompile with -Xlint:deprecation for details.

 [javac] Note: Some input files use unchecked or unsafe operations.

 [javac] Note: Recompile with -Xlint:unchecked for details.



 compile-plugins:



 deploy:



 init:

 [mkdir] Created dir:
 C:\nutch\nutch-0.7.2\build\nutch-extensionpoints

 [mkdir] Created dir:
 C:\nutch\nutch-0.7.2\build\nutch-extensionpoints\classes

 [mkdir] Created dir:
 C:\nutch\nutch-0.7.2\build\nutch-extensionpoints\test



 init-plugin:

 compile:

  [echo] Compiling plugin: nutch-extensionpoints



 BUILD FAILED

 C:\nutch\nutch-0.7.2\build.xml:76: The following error occurred while
 executing this line:

 C:\nutch\nutch-0.7.2\src\plugin\build.xml:9: The following error
 occurred while executing this line:

 C:\nutch\nutch-0.7.2\src\plugin\build-plugin.xml:85: srcdir
 C:\nutch\nutch-0.7.2\src\plugin\nutch-extensionpoints\src\java does
 not exist!

 





 Anyone else experience this?  Would appreciate any advice.



 Thanks



 - leo









___
Nutch-general mailing list
Nutch-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nutch-general


Re: [Nutch-general] nutch .72 out-of-the-box build issue

2006-06-15 Thread TDLN
Yes, this is the wrong forum :)

This has been discussed many times, please search the archives.

Rgrds, thomas

On 6/14/06, Dagum, Leo [EMAIL PROTECTED] wrote:
 Apologies if this is the wrong forum..



 Just downloaded the nutch .72 release and tried building, using
 jdk1.5.0_03 and ant 1.6.5.  Core classes compile fine but the build
 script failed from trying to compile the nutch-extensionpoints plugin:



 =

 $ ant

 Buildfile: build.xml



 init:

 [mkdir] Created dir: C:\nutch\nutch-0.7.2\build

 [mkdir] Created dir: C:\nutch\nutch-0.7.2\build\classes

 [mkdir] Created dir: C:\nutch\nutch-0.7.2\build\test

 [mkdir] Created dir: C:\nutch\nutch-0.7.2\build\test\classes



 compile-core:

 [javac] Compiling 247 source files to
 C:\nutch\nutch-0.7.2\build\classes

 [javac] Note: * uses or overrides a deprecated API.

 [javac] Note: Recompile with -Xlint:deprecation for details.

 [javac] Note: Some input files use unchecked or unsafe operations.

 [javac] Note: Recompile with -Xlint:unchecked for details.



 compile-plugins:



 deploy:



 init:

 [mkdir] Created dir:
 C:\nutch\nutch-0.7.2\build\nutch-extensionpoints

 [mkdir] Created dir:
 C:\nutch\nutch-0.7.2\build\nutch-extensionpoints\classes

 [mkdir] Created dir:
 C:\nutch\nutch-0.7.2\build\nutch-extensionpoints\test



 init-plugin:

 compile:

  [echo] Compiling plugin: nutch-extensionpoints



 BUILD FAILED

 C:\nutch\nutch-0.7.2\build.xml:76: The following error occurred while
 executing this line:

 C:\nutch\nutch-0.7.2\src\plugin\build.xml:9: The following error
 occurred while executing this line:

 C:\nutch\nutch-0.7.2\src\plugin\build-plugin.xml:85: srcdir
 C:\nutch\nutch-0.7.2\src\plugin\nutch-extensionpoints\src\java does
 not exist!

 





 Anyone else experience this?  Would appreciate any advice.



 Thanks



 - leo









___
Nutch-general mailing list
Nutch-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nutch-general


Re: [Nutch-general] nutch .72 out-of-the-box build issue

2006-06-15 Thread TDLN
Please keep it on the list so others can benefit as well.

Just add the missing dirs and start the build again.

RGrds, Thomas

On 6/15/06, Dagum, Leo [EMAIL PROTECTED] wrote:
 I did search the archives but that didn't turn up anything useful.  If
 you can suggest some keywords that will turn up the relevant threads I'd
 be very grateful, none of the obvious ones relating to broken builds,
 build errors, compile errors etc were helpful.

 - leo

 -Original Message-
 From: TDLN [mailto:[EMAIL PROTECTED]
 Sent: Thursday, June 15, 2006 1:44 PM
 To: nutch-user@lucene.apache.org
 Cc: Dagum, Leo
 Subject: Re: nutch .72 out-of-the-box build issue

 Yes, this is the wrong forum :)

 This has been discussed many times, please search the archives.

 Rgrds, thomas

 On 6/14/06, Dagum, Leo [EMAIL PROTECTED] wrote:
  Apologies if this is the wrong forum..
 
 
 
  Just downloaded the nutch .72 release and tried building, using
  jdk1.5.0_03 and ant 1.6.5.  Core classes compile fine but the build
  script failed from trying to compile the nutch-extensionpoints
 plugin:
 
 
 
  =
 
  $ ant
 
  Buildfile: build.xml
 
 
 
  init:
 
  [mkdir] Created dir: C:\nutch\nutch-0.7.2\build
 
  [mkdir] Created dir: C:\nutch\nutch-0.7.2\build\classes
 
  [mkdir] Created dir: C:\nutch\nutch-0.7.2\build\test
 
  [mkdir] Created dir: C:\nutch\nutch-0.7.2\build\test\classes
 
 
 
  compile-core:
 
  [javac] Compiling 247 source files to
  C:\nutch\nutch-0.7.2\build\classes
 
  [javac] Note: * uses or overrides a deprecated API.
 
  [javac] Note: Recompile with -Xlint:deprecation for details.
 
  [javac] Note: Some input files use unchecked or unsafe operations.
 
  [javac] Note: Recompile with -Xlint:unchecked for details.
 
 
 
  compile-plugins:
 
 
 
  deploy:
 
 
 
  init:
 
  [mkdir] Created dir:
  C:\nutch\nutch-0.7.2\build\nutch-extensionpoints
 
  [mkdir] Created dir:
  C:\nutch\nutch-0.7.2\build\nutch-extensionpoints\classes
 
  [mkdir] Created dir:
  C:\nutch\nutch-0.7.2\build\nutch-extensionpoints\test
 
 
 
  init-plugin:
 
  compile:
 
   [echo] Compiling plugin: nutch-extensionpoints
 
 
 
  BUILD FAILED
 
  C:\nutch\nutch-0.7.2\build.xml:76: The following error occurred while
  executing this line:
 
  C:\nutch\nutch-0.7.2\src\plugin\build.xml:9: The following error
  occurred while executing this line:
 
  C:\nutch\nutch-0.7.2\src\plugin\build-plugin.xml:85: srcdir
  C:\nutch\nutch-0.7.2\src\plugin\nutch-extensionpoints\src\java does
  not exist!
 
  
 
 
 
 
 
  Anyone else experience this?  Would appreciate any advice.
 
 
 
  Thanks
 
 
 
  - leo
 
 
 
 
 
 
 



___
Nutch-general mailing list
Nutch-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nutch-general