Hi there,
I have obscure behaviours here: As is seen in the appended trace, I use
commons-io for the IOUtils method toString. However, in 90% the compilation
fails due to a classpath problem. Sometimes it works then.
Any idea what it could be?
As is obvious, the dependency in project.xml is set to download
commons-io-SNAPSHOT, that contains the imported class, no doubt.
Thanks
Daniel
===========================================================================
Attempting to download commons-io-SNAPSHOT.jar.
......
.
Attempting to download commons-io-20030203.000550.jar.
....
.
Attempting to download avalon-meta-api-1.4-SNAPSHOT.jar.
Attempting to download avalon-meta-spi-1.4-SNAPSHOT.jar.
Attempting to download avalon-meta-impl-1.4-SNAPSHOT.jar.
Attempting to download avalon-meta-tools-1.4-SNAPSHOT.jar.
java:prepare-filesystem:
java:compile:
avalon:meta:
[avalon] Writing descriptors using 'xml' format.
[avalon] Processed 0 Types and 0 Services from a total of 13 classes.
[avalon] Writing descriptors using 'xml' format.
[avalon] Processed 0 Types and 0 Services from a total of 2 classes.
[echo] Compiling to
E:\Daten\UPS\ch.xmatrix.gui.splash-impl/target/classes
[javac] Compiling 13 source files to
E:\Daten\UPS\ch.xmatrix.gui.splash-impl
\target\classes
E:\Daten\UPS\ch.xmatrix.gui.splash-impl\src\java\ch\xmatrix\gui\animate\scro
llte
xt\ScrollingTextPaintable.java:13: cannot resolve symbol
symbol : class IOUtils
location: package io
import org.apache.commons.io.IOUtils;
^
E:\Daten\UPS\ch.xmatrix.gui.splash-impl\src\java\ch\xmatrix\gui\animate\scro
llte
xt\ScrollingTextPaintable.java:57: cannot resolve symbol
symbol : variable IOUtils
location: class ch.xmatrix.gui.animate.scrolltext.ScrollingTextPaintable
String text = IOUtils.toString(textInputStream);
^
2 errors
BUILD FAILED
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]