Ich habe Apache Ant installiert und die Variablen Path, CLASS_PATH und ANT_PATH korrekt gesetzt. Wenn ich eine jar-Aufgabe in einer Befehlszeile in meinem Projektordner ausführe, in dem sich die Datei build.xml befindet, erhalte ich den folgenden Fehler:
BUILD FAILED
C:\Documents and Settings\TonyS\My Documents\My Workspace\code\build.xml: 32:
The following error occurred while executing this line:
jar:file:/C:/Documents%20and%20Settings/TonyS/My%20Documents/Ant/apache-ant-1.8.1/lib/ant.jar!org/apache/tools/ant/antlib.xml:37: Could not create task or type: componentdef.
Ant could not find the task or a class this task relies upon.
0 Stimmen
Componentdef.class und Jar.class befinden sich in ant.jar selbst. Ist Ihr ant.jar beschädigt - ist es 1,4 Mb oder so groß?
0 Stimmen
Ich nehme an, Sie sprechen von der
PATH
(nichtPath
),CLASSPATH
(nichtCLASS_PATH
) undANT_HOME
(nichtANT_PATH
) Umgebungsvariablen ?0 Stimmen
Ich weiß es nicht mehr, das ist fast 7 Jahre her.