Maven Kompilieren vom HtmlUnit Core

Snuke

Mitglied
Hallo Leute,

ich habe wiedermal ein Problem. Ich versuche mit Maven den HTML-Unit Core zu kompilieren und bekomme immer folgende Ausgabe:

Code:
C:\Users\USER\workspace\extensions\htmlunitcore\trunk>C:\Users\USER\workspace\exte
nsions\apache-maven-3.1.1\bin\mvn compile
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building HtmlUnit Core JS 2.14-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ htmlunit-c
ore-js ---
[WARNING] Using platform encoding (Cp1252 actually) to copy filtered resources,
i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory C:\Users\USER\workspace\extensions\htm
lunitcore\trunk\src\main\resources
[INFO]
[INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ htmlunit-core
-js ---
[INFO] No sources to compile
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.493s
[INFO] Finished at: Tue Feb 11 15:02:59 CET 2014
[INFO] Final Memory: 6M/113M
[INFO] ------------------------------------------------------------------------

Die Struktur ist die ganz normale (unveränderte) svn von https://github.com/HtmlUnit/htmlunit-core-js

PS: Andere Projekte wie z.B. das normale HTML-Unit HtmlUnit / Code / [r9122] funktionieren Problemlos. Wer weiß rat?

lg Snuke
 

Ähnliche Java Themen

Neue Themen


Oben