The current build seems to be broken.....
Peter
[INFO] Building jar: C:\Tools\ode\jacob-ap\target\ode-jacob-ap-2.0-SNAPSHOT.jar
[INFO] [install:install]
[INFO] Installing C:\Tools\ode\jacob-ap\target\ode-jacob-ap-2.0-SNAPSHOT.jar to
C:\Dokumente und Einstellungen\pbirri\Ei
gene
Dateien\.m2\repository\org\apache\ode\ode-jacob-ap\2.0-SNAPSHOT\ode-jacob-ap-2.0-SNAPSHOT.jar
[INFO]
----------------------------------------------------------------------------
[INFO] Building ODE :: Java Concurrent Objects (JACOB)
[INFO] task-segment: [install]
[INFO]
----------------------------------------------------------------------------
[WARNING] POM for 'xstream:xstream:pom:1.2:compile' is invalid. It will be
ignored for artifact resolution. Reason: Not
a v4.0.0 POM.
[INFO] [apt:execute {execution: default}]
C:\Tools\ode\jacob\src\main\java\org\apache\ode\jacob\examples\synch\SynchPrinter.java:22:
cannot find symbol
symbol : class SynchChannel
location: package org.apache.ode.jacob
import org.apache.ode.jacob.SynchChannel;
^
C:\Tools\ode\jacob\src\main\java\org\apache\ode\jacob\examples\synch\SynchPrinter.java:23:
cannot find symbol
symbol : class SynchChannelListener
location: package org.apache.ode.jacob
import org.apache.ode.jacob.SynchChannelListener;
^
C:\Tools\ode\jacob\src\main\java\org\apache\ode\jacob\examples\synch\SynchPrinter.java:37:
cannot find symbol
symbol : class SynchPrintChannel
location: class org.apache.ode.jacob.examples.synch.SynchPrinter.SystemPrinter
private SynchPrintChannel _self;
^
C:\Tools\ode\jacob\src\main\java\org\apache\ode\jacob\examples\synch\SynchPrinter.java:39:
cannot find symbol
symbol : class SynchPrintChannel
location: class org.apache.ode.jacob.examples.synch.SynchPrinter.SystemPrinter
public SystemPrinter(SynchPrintChannel self) {
^
C:\Tools\ode\jacob\src\main\java\org\apache\ode\jacob\examples\sequence\Sequence.java:22:
cannot find symbol
symbol : class SynchChannel
location: package org.apache.ode.jacob
import org.apache.ode.jacob.SynchChannel;
^
C:\Tools\ode\jacob\src\main\java\org\apache\ode\jacob\examples\sequence\Sequence.java:23:
cannot find symbol
symbol : class SynchChannelListener
location: package org.apache.ode.jacob
import org.apache.ode.jacob.SynchChannelListener;
^
C:\Tools\ode\jacob\src\main\java\org\apache\ode\jacob\examples\sequence\Sequence.java:31:
cannot find symbol
symbol : class SynchChannel
location: class org.apache.ode.jacob.examples.sequence.Sequence
private SynchChannel _done;
^
C:\Tools\ode\jacob\src\main\java\org\apache\ode\jacob\examples\sequence\Sequence.java:39:
cannot find symbol
symbol : class SynchChannel
location: class org.apache.ode.jacob.examples.sequence.Sequence
public Sequence(int steps, SynchChannel done) {
^
C:\Tools\ode\jacob\src\main\java\org\apache\ode\jacob\examples\sequence\Sequence.java:73:
cannot find symbol
symbol : class SynchChannel
location: class org.apache.ode.jacob.examples.sequence.Sequence
protected abstract JacobRunnable doStep(int step, SynchChannel done);
^
C:\Tools\ode\jacob\src\main\java\org\apache\ode\jacob\examples\cell\CELL_.java:34:
cannot find symbol
symbol : class CellChannel
location: class org.apache.ode.jacob.examples.cell.CELL_<T>
private CellChannel _self;
^
C:\Tools\ode\jacob\src\main\java\org\apache\ode\jacob\examples\cell\CELL_.java:38:
cannot find symbol
symbol : class CellChannel
location: class org.apache.ode.jacob.examples.cell.CELL_<T>
public CELL_(CellChannel self, T val) {
^
C:\Tools\ode\jacob\src\main\java\org\apache\ode\jacob\examples\synch\SynchPrint.java:21:
cannot find symbol
symbol : class SynchChannel
location: package org.apache.ode.jacob
import org.apache.ode.jacob.SynchChannel;
^
C:\Tools\ode\jacob\src\main\java\org\apache\ode\jacob\examples\synch\SynchPrint.java:32:
cannot find symbol
symbol : class SynchChannel
location: interface org.apache.ode.jacob.examples.synch.SynchPrint
public SynchChannel print(String msg);
^
C:\Tools\ode\jacob\src\main\java\org\apache\ode\jacob\examples\eratosthenes\NaturalNumberStream.java:21:
cannot find
sym
bol
symbol : class SynchChannel
location: package org.apache.ode.jacob
import org.apache.ode.jacob.SynchChannel;
^
C:\Tools\ode\jacob\src\main\java\org\apache\ode\jacob\examples\eratosthenes\NaturalNumberStream.java:33:
cannot find
sym
bol
symbol : class SynchChannel
location: interface
org.apache.ode.jacob.examples.eratosthenes.NaturalNumberStream
public void val(int n, SynchChannel ret);
^
C:\Tools\ode\jacob\src\main\java\org\apache\ode\jacob\examples\eratosthenes\Sieve.java:22:
cannot find symbol
symbol : class SynchChannel
location: package org.apache.ode.jacob
import org.apache.ode.jacob.SynchChannel;
^
C:\Tools\ode\jacob\src\main\java\org\apache\ode\jacob\examples\eratosthenes\Sieve.java:23:
cannot find symbol
symbol : class SynchChannelListener
location: package org.apache.ode.jacob
import org.apache.ode.jacob.SynchChannelListener;
^
C:\Tools\ode\jacob\src\main\java\org\apache\ode\jacob\examples\eratosthenes\Sieve.java:64:
cannot find symbol
symbol : class NaturalNumberStreamChannel
location: class org.apache.ode.jacob.examples.eratosthenes.Sieve.Counter
private NaturalNumberStreamChannel _out;
^
C:\Tools\ode\jacob\src\main\java\org\apache\ode\jacob\examples\eratosthenes\Sieve.java:67:
cannot find symbol
symbol : class NaturalNumberStreamChannel
location: class org.apache.ode.jacob.examples.eratosthenes.Sieve.Counter
public Counter(NaturalNumberStreamChannel out, int n) {
^
C:\Tools\ode\jacob\src\main\java\org\apache\ode\jacob\examples\eratosthenes\Sieve.java:96:
cannot find symbol
symbol : class NaturalNumberStreamChannel
location: class org.apache.ode.jacob.examples.eratosthenes.Sieve.Head
NaturalNumberStreamChannel _in;
^
C:\Tools\ode\jacob\src\main\java\org\apache\ode\jacob\examples\eratosthenes\Sieve.java:97:
cannot find symbol
symbol : class NaturalNumberStreamChannel
location: class org.apache.ode.jacob.examples.eratosthenes.Sieve.Head
NaturalNumberStreamChannel _primes;
^
C:\Tools\ode\jacob\src\main\java\org\apache\ode\jacob\examples\eratosthenes\Sieve.java:99:
cannot find symbol
symbol : class NaturalNumberStreamChannel
location: class org.apache.ode.jacob.examples.eratosthenes.Sieve.Head
public Head(NaturalNumberStreamChannel in, NaturalNumberStreamChannel
primes) {
^
C:\Tools\ode\jacob\src\main\java\org\apache\ode\jacob\examples\eratosthenes\Sieve.java:99:
cannot find symbol
symbol : class NaturalNumberStreamChannel
location: class org.apache.ode.jacob.examples.eratosthenes.Sieve.Head
public Head(NaturalNumberStreamChannel in, NaturalNumberStreamChannel
primes) {
^
C:\Tools\ode\jacob\src\main\java\org\apache\ode\jacob\examples\eratosthenes\Sieve.java:127:
cannot find symbol
symbol : class NaturalNumberStreamChannel
location: class org.apache.ode.jacob.examples.eratosthenes.Sieve.Print
private NaturalNumberStreamChannel _in;
^
C:\Tools\ode\jacob\src\main\java\org\apache\ode\jacob\examples\eratosthenes\Sieve.java:128:
cannot find symbol
symbol : class NaturalNumberStreamChannel
location: class org.apache.ode.jacob.examples.eratosthenes.Sieve.Print
public Print(NaturalNumberStreamChannel in) {
^
C:\Tools\ode\jacob\src\main\java\org\apache\ode\jacob\examples\eratosthenes\Sieve.java:157:
cannot find symbol
symbol : class NaturalNumberStreamChannel
location: class org.apache.ode.jacob.examples.eratosthenes.Sieve.PrimeFilter
private NaturalNumberStreamChannel _in;
^
C:\Tools\ode\jacob\src\main\java\org\apache\ode\jacob\examples\eratosthenes\Sieve.java:158:
cannot find symbol
symbol : class NaturalNumberStreamChannel
location: class org.apache.ode.jacob.examples.eratosthenes.Sieve.PrimeFilter
private NaturalNumberStreamChannel _out;
^
C:\Tools\ode\jacob\src\main\java\org\apache\ode\jacob\examples\eratosthenes\Sieve.java:160:
cannot find symbol
symbol : class NaturalNumberStreamChannel
location: class org.apache.ode.jacob.examples.eratosthenes.Sieve.PrimeFilter
public PrimeFilter(int prime, NaturalNumberStreamChannel in,
NaturalNumberStreamChannel out) {
^
C:\Tools\ode\jacob\src\main\java\org\apache\ode\jacob\examples\eratosthenes\Sieve.java:160:
cannot find symbol
symbol : class NaturalNumberStreamChannel
location: class org.apache.ode.jacob.examples.eratosthenes.Sieve.PrimeFilter
public PrimeFilter(int prime, NaturalNumberStreamChannel in,
NaturalNumberStreamChannel out) {
^
C:\Tools\ode\jacob\target\generated-sources\apt\org\apache\ode\jacob\examples\cell\CellChannel.java:19:
cannot find symb
ol
symbol : class Channel
location: package org.apache.ode.jacob
extends org.apache.ode.jacob.Channel,
^
C:\Tools\ode\jacob\target\generated-sources\apt\org\apache\ode\jacob\examples\cell\CellChannel.java:20:
cannot find symb
ol
symbol : class Cell
location: package org.apache.ode.jacob.examples.cell
org.apache.ode.jacob.examples.cell.Cell
^
C:\Tools\ode\jacob\target\generated-sources\apt\org\apache\ode\jacob\ValChannel.java:19:
cannot find symbol
symbol : class Channel
location: package org.apache.ode.jacob
extends org.apache.ode.jacob.Channel,
^
C:\Tools\ode\jacob\target\generated-sources\apt\org\apache\ode\jacob\ValChannel.java:20:
cannot find symbol
symbol : class Val
location: package org.apache.ode.jacob
org.apache.ode.jacob.Val
^
C:\Tools\ode\jacob\target\generated-sources\apt\org\apache\ode\jacob\examples\synch\SynchPrintChannelListener.java:22:
c
annot find symbol
symbol : class ChannelListener
location: package org.apache.ode.jacob
extends
org.apache.ode.jacob.ChannelListener<org.apache.ode.jacob.examples.synch.SynchPrintChannel>
^
C:\Tools\ode\jacob\target\generated-sources\apt\org\apache\ode\jacob\examples\synch\SynchPrintChannel.java:19:
cannot fi
nd symbol
symbol : class Channel
location: package org.apache.ode.jacob
extends org.apache.ode.jacob.Channel,
^
C:\Tools\ode\jacob\target\generated-sources\apt\org\apache\ode\jacob\examples\synch\SynchPrintChannel.java:20:
cannot fi
nd symbol
symbol : class SynchPrint
location: package org.apache.ode.jacob.examples.synch
org.apache.ode.jacob.examples.synch.SynchPrint
^
C:\Tools\ode\jacob\target\generated-sources\apt\org\apache\ode\jacob\examples\synch\SynchPrintChannelListener.java:23:
c
annot find symbol
symbol : class SynchPrint
location: package org.apache.ode.jacob.examples.synch
implements org.apache.ode.jacob.examples.synch.SynchPrint
^
C:\Tools\ode\jacob\target\generated-sources\apt\org\apache\ode\jacob\examples\cell\CellChannelListener.java:22:
cannot f
ind symbol
symbol : class ChannelListener
location: package org.apache.ode.jacob
extends
org.apache.ode.jacob.ChannelListener<org.apache.ode.jacob.examples.cell.CellChannel>
^
C:\Tools\ode\jacob\target\generated-sources\apt\org\apache\ode\jacob\examples\cell\CellChannelListener.java:23:
cannot f
ind symbol
symbol : class Cell
location: package org.apache.ode.jacob.examples.cell
implements org.apache.ode.jacob.examples.cell.Cell
^
C:\Tools\ode\jacob\target\generated-sources\apt\org\apache\ode\jacob\SynchChannel.java:19:
cannot find symbol
symbol : class Channel
location: package org.apache.ode.jacob
extends org.apache.ode.jacob.Channel,
^
C:\Tools\ode\jacob\target\generated-sources\apt\org\apache\ode\jacob\SynchChannel.java:20:
cannot find symbol
symbol : class Synch
location: package org.apache.ode.jacob
org.apache.ode.jacob.Synch
^
C:\Tools\ode\jacob\target\generated-
sources\apt\org\apache\ode\jacob\examples\eratosthenes\NaturalNumberStreamChannel.ja
va:19: cannot find symbol
symbol : class Channel
location: package org.apache.ode.jacob
extends org.apache.ode.jacob.Channel,
^
C:\Tools\ode\jacob\target\generated-
sources\apt\org\apache\ode\jacob\examples\eratosthenes\NaturalNumberStreamChannel.ja
va:20: cannot find symbol
symbol : class NaturalNumberStream
location: package org.apache.ode.jacob.examples.eratosthenes
org.apache.ode.jacob.examples.eratosthenes.NaturalNumberStream
^
C:\Tools\ode\jacob\target\generated-sources\apt\org\apache\ode\jacob\ValChannelListener.java:22:
cannot find symbol
symbol : class ChannelListener
location: package org.apache.ode.jacob
extends
org.apache.ode.jacob.ChannelListener<org.apache.ode.jacob.ValChannel>
^
C:\Tools\ode\jacob\target\generated-sources\apt\org\apache\ode\jacob\ValChannelListener.java:23:
cannot find symbol
symbol : class Val
location: package org.apache.ode.jacob
implements org.apache.ode.jacob.Val
^
C:\Tools\ode\jacob\target\generated-sources\apt\org\apache\ode\jacob\SynchChannelListener.java:22:
cannot find symbol
symbol : class ChannelListener
location: package org.apache.ode.jacob
extends
org.apache.ode.jacob.ChannelListener<org.apache.ode.jacob.SynchChannel>
^
C:\Tools\ode\jacob\target\generated-sources\apt\org\apache\ode\jacob\SynchChannelListener.java:23:
cannot find symbol
symbol : class Synch
location: package org.apache.ode.jacob
implements org.apache.ode.jacob.Synch
^
C:\Tools\ode\jacob\target\generated-
sources\apt\org\apache\ode\jacob\examples\eratosthenes\NaturalNumberStreamChannelLis
tener.java:22: cannot find symbol
symbol : class ChannelListener
location: package org.apache.ode.jacob
extends
org.apache.ode.jacob.ChannelListener<org.apache.ode.jacob.examples.eratosthenes.NaturalNumberStreamChannel>
^
C:\Tools\ode\jacob\target\generated-
sources\apt\org\apache\ode\jacob\examples\eratosthenes\NaturalNumberStreamChannelLis
tener.java:23: cannot find symbol
symbol : class NaturalNumberStream
location: package org.apache.ode.jacob.examples.eratosthenes
implements org.apache.ode.jacob.examples.eratosthenes.NaturalNumberStream
^
C:\Tools\ode\jacob\src\main\java\org\apache\ode\jacob\classgen\testtypes\Good.java:26:
error while writing org.apache.od
e.jacob.classgen.testtypes.Good:
'C:\Tools\ode\jacob\target\classes'\org\apache\ode\jacob\classgen\testtypes\Good.class
(Die Syntax fâ¿r den Dateinamen, Verzeichnisnamen oder die
DatentrΣgerbezeichnung ist falsch)
public interface Good {
^
1 error
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] : [EMAIL PROTECTED]
Compilation error.
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 11 seconds
[INFO] Finished at: Sun Dec 24 09:03:47 CET 2006
[INFO] Final Memory: 13M/29M
[INFO] ------------------------------------------------------------------------