私は私が構築し、私のプロジェクトをきれいにこのエラーを持っている:私はNetbeansの経験がない次のエラーが発生しました:
ant -f C:\\Users\\HP\\Documents\\NetBeansProjects\\Application-d'eau -Dnb.internal.action.name=rebuild clean jar
init:
deps-clean:
Updating property file: C:\Users\HP\Documents\NetBeansProjects\Application-d'eau\build\built-clean.properties
Deleting directory C:\Users\HP\Documents\NetBeansProjects\Application-d'eau\build
clean:
init:
deps-jar:
Created dir: C:\Users\HP\Documents\NetBeansProjects\Application-d'eau\build
Updating property file: C:\Users\HP\Documents\NetBeansProjects\Application-d'eau\build\built-jar.properties
Created dir: C:\Users\HP\Documents\NetBeansProjects\Application-d'eau\build\classes
Created dir: C:\Users\HP\Documents\NetBeansProjects\Application-d'eau\build\empty
Created dir: C:\Users\HP\Documents\NetBeansProjects\Application-d'eau\build\generated-sources\ap-source-output
Compiling 5 source files to C:\Users\HP\Documents\NetBeansProjects\Application-d'eau\build\classes
javac: invalid flag: C:\Users\HP\Documents\NetBeansProjects\Application-d
Usage: javac <options> <source files>
use -help for a list of possible options
C:\Users\HP\Documents\NetBeansProjects\Application-d'eau\nbproject\build-impl.xml:930: The following error occurred while executing this line:
C:\Users\HP\Documents\NetBeansProjects\Application-d'eau\nbproject\build-impl.xml:270: Compile failed; see the compiler error output for details.
BUILD FAILED (total time: 4 seconds)
あなたのパラメータを二重引用符で囲むこともできますが、スペースや区切り記号、プロジェクト名やパスなどの特殊文字を入れない方が良いかもしれません。 – minus
あなたの答えはありがとうございます。私たちはこの問題を解決することができました、ありがとうございました – MED