Hi folks,
i did a random:
svn up
bin/webtest.sh clean develop
on the webtest sources and got:
-------------------------------
-compile.main.and.test:
fetchDependencies:
Trying to override old definition of task groovy
Trying to override old definition of task groovyc
-compile:
[mkdir] Created dir:
/home/michael/projekte/svn_webtest/build/classes/plain
[mkdir] Created dir: /home/michael/projekte/svn_webtest/deploy/plain
[echo] compile base classes
[javac] Compiling 285 source files to
/home/michael/projekte/svn_webtest/build/classes/plain
[javac]
/home/michael/projekte/svn_webtest/src/main/java/com/canoo/webtest/engine/Configuration.java:44:
warning: com.sun.org.apache.bcel.internal.generic.ISUB is Sun proprietary A
PI and may be removed in a future release
[javac] import com.sun.org.apache.bcel.internal.generic.ISUB;
[javac] ^
[javac]
/home/michael/projekte/svn_webtest/src/main/java/com/canoo/webtest/plugins/emailtest/EmailMessageContentFilter.java:24:
warning: sun.misc.UUDecoder is Sun proprietary API a
nd may be removed in a future release
[javac] import sun.misc.UUDecoder;
[javac] ^
[javac]
/home/michael/projekte/svn_webtest/src/main/java/com/canoo/webtest/reporting/StepExecutionListener.java:239:
cannot find symbol
[javac] symbol : method getRequestUrl()
[javac] location: interface com.gargoylesoftware.htmlunit.WebResponse
[javac] final String data = "url=" + resp.getRequestUrl();
[javac] ^
[javac]
/home/michael/projekte/svn_webtest/src/main/java/com/canoo/webtest/reporting/StepExecutionListener.java:296:
cannot find symbol
[javac] symbol : method getRequestUrl()
[javac] location: interface com.gargoylesoftware.htmlunit.WebResponse
[javac] contentType =
MimeMap.adjustMimeTypeIfNeeded(contentType,
response.getRequestUrl().toString());
[javac]
^
[javac]
/home/michael/projekte/svn_webtest/src/main/java/com/canoo/webtest/plugins/emailtest/EmailMessageContentFilter.java:125:
warning: sun.misc.UUDecoder is Sun proprietary API
and may be removed in a future release
[javac] final UUDecoder uudc = new UUDecoder();
[javac] ^
[javac]
/home/michael/projekte/svn_webtest/src/main/java/com/canoo/webtest/plugins/emailtest/EmailMessageContentFilter.java:125:
warning: sun.misc.UUDecoder is Sun proprietary API
and may be removed in a future release
[javac] final UUDecoder uudc = new UUDecoder();
[javac] ^
[javac] Note:
/home/michael/projekte/svn_webtest/src/main/java/com/canoo/webtest/extension/applet/runner/AbstractAppletStub.java
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.
[javac] 2 errors
[javac] 4 warnings
BUILD FAILED
/home/michael/projekte/svn_webtest/build.xml:153: The following error
occurred while executing this line:
/home/michael/projekte/svn_webtest/build.xml:473: The following error
occurred while executing this line:
/home/michael/projekte/svn_webtest/build.xml:494: Compile failed; see
the compiler error output for details.
--------------------------------------
mich...@aragon:~/projekte/svn_webtest$ java -version
java version "1.6.0_07"
Java(TM) SE Runtime Environment (build 1.6.0_07-b06)
Java HotSpot(TM) Server VM (build 10.0-b23, mixed mode)
mich...@aragon:~/projekte/svn_webtest$ locale
LANG=de_DE.UTF-8
LC_CTYPE="de_DE.UTF-8"
LC_NUMERIC="de_DE.UTF-8"
LC_TIME="de_DE.UTF-8"
LC_COLLATE="de_DE.UTF-8"
LC_MONETARY="de_DE.UTF-8"
LC_MESSAGES="de_DE.UTF-8"
LC_PAPER="de_DE.UTF-8"
LC_NAME="de_DE.UTF-8"
LC_ADDRESS="de_DE.UTF-8"
LC_TELEPHONE="de_DE.UTF-8"
LC_MEASUREMENT="de_DE.UTF-8"
LC_IDENTIFICATION="de_DE.UTF-8"
LC_ALL=
-------------
nothing urgent just for your information ;-)
greetings
Michael
_______________________________________________
WebTest mailing list
[email protected]
http://lists.canoo.com/mailman/listinfo/webtest