the errors indicate you are using the incorrect JDK. Check the JDK version
as described in the readme file for capture and make sure the JAVA_HOME is
set appropriately.
Let me know if you cont to have issues.
Christian

On Feb 8, 2008 4:54 PM, Critical Bill <[EMAIL PROTECTED]> wrote:

> Greetings all. I believe I've met all the preq's to compile Capture Server
> on Ubuntu 7.10. However, I'm running into the errors below. Any help is
> appreciated. Thank you.
>
> - CB
>
> ======================================
> root:/etc/capture-server-2.0.0-5601-src# ant
> Buildfile: build.xml
>   [taskdef] Could not load definitions from resource
> net/sf/antcontrib/antcontrib.properties. It could not be found.
>
> clean:
>    [delete] Deleting directory /etc/capture-server-2.0.0-5601-src/build
>    [delete] Deleting directory /etc/capture-server-2.0.0-5601-src/release
>
> init:
>     [mkdir] Created dir: /etc/capture-server-2.0.0-5601-src/build
>     [mkdir] Created dir: /etc/capture-server-2.0.0-5601-src/release
>
> compile:
>     [javac] Compiling 27 source files to /etc/capture-
> server-2.0.0-5601-src/build
>     [javac] /etc/capture-server-2.0.0-5601-src/capture/UrlsController.java:7:
> cannot find symbol
>     [javac] symbol  : class LinkedBlockingDeque
>     [javac] location: package java.util.concurrent
>     [javac] import java.util.concurrent.LinkedBlockingDeque;
>     [javac]                             ^
>     [javac] /etc/capture-server-2.0.0-5601-src/capture/UrlsController.java:16:
> cannot find symbol
>     [javac] symbol  : class LinkedBlockingDeque
>     [javac] location: class capture.UrlsController
>     [javac]     private LinkedBlockingDeque<Url> urlQueue;
>     [javac]                 ^
>     [javac] /etc/capture-server-2.0.0-5601-src/capture/VMwareServer.java:7:
> cannot find symbol
>     [javac] symbol  : class LinkedBlockingDeque
>     [javac] location: package java.util.concurrent
>     [javac] import java.util.concurrent.LinkedBlockingDeque;
>     [javac]                             ^
>     [javac] /etc/capture-server-2.0.0-5601-src/capture/VMwareServer.java:29:
> cannot find symbol
>     [javac] symbol  : class LinkedBlockingDeque
>     [javac] location: class capture.VMwareServer
>     [javac]     private LinkedBlockingDeque<WorkItem> queuedWorkItems;
>     [javac]             ^
>     [javac] /etc/capture-server-2.0.0-5601-src/capture/ConfigFile.java:176:
> method does not override a method from its superclass
>     [javac]     @Override
>     [javac]          ^
>     [javac] /etc/capture-server-2.0.0-5601-src/capture/ConfigFile.java:184:
> method does not override a method from its superclass
>     [javac]     @Override
>     [javac]          ^
>     [javac] /etc/capture-server-2.0.0-5601-src/capture/ConfigFile.java:191:
> method does not override a method from its superclass
>     [javac]     @Override
>     [javac]          ^
>     [javac] /etc/capture-server-2.0.0-5601-src/capture/UrlsController.java:28:
> cannot find symbol
>     [javac] symbol  : class LinkedBlockingDeque
>     [javac] location: class capture.UrlsController
>     [javac]             urlQueue = new LinkedBlockingDeque<Url>();
>     [javac]                                ^
>     [javac] /etc/capture-server-2.0.0-5601-src/capture/VMwareServer.java:34:
> cannot find symbol
>     [javac] symbol  : class LinkedBlockingDeque
>     [javac] location: class capture.VMwareServer
>     [javac]         queuedWorkItems = new LinkedBlockingDeque<WorkItem>();
>     [javac]                               ^
>     [javac] 9 errors
>
> BUILD FAILED
> /etc/capture-server-2.0.0-5601-src/build.xml:25: Compile failed; see the
> compiler error output for details.
>
> Total time: 1 second
>
> _______________________________________________
> Capture-HPC mailing list
> [email protected]
> https://public.honeynet.org/mailman/listinfo/capture-hpc
>
>


-- 
----
Web: http://www.mcs.vuw.ac.nz/~cseifert

PGP key
http://www.mcs.vuw.ac.nz/~cseifert/pgpkey.txt
Primary key fingerprint:   E979 0D9A 9187 D821 F86F B712 C8DB 0583 B046 BAEF
_______________________________________________
Capture-HPC mailing list
[email protected]
https://public.honeynet.org/mailman/listinfo/capture-hpc

Reply via email to