Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-ant-dev] Eclipse 2.1, Ant, javac error



I can execute Ant tasks except javac. I can't execute the following javac:
<javac srcdir="${src.dir}/com/zurich/chz/omniart" destdir="${classes.dir}"
debug="${compiler.debug}" fork="yes">
</javac>

I get the following error:
[javac] Compiling 52 source files to
C:/prog/eclipse/workspace/OmniArtJava/build/classes/
[javac] BUILD FAILED:
file:C:/prog/eclipse/workspace/OmniArtJava/build.xml:81: Error running
javac.exe compiler

When I run this Ant target from the shell everything works fine.
How can I get more information about the reason of the error?

Oliver






******************* BITTE BEACHTEN *******************
Diese Nachricht (wie auch allfällige Anhänge dazu) beinhaltet
möglicherweise vertrauliche oder gesetzlich geschützte Daten oder
Informationen. Zum Empfang derselben ist (sind) ausschliesslich die
genannte(n) Person(en) bestimmt. Falls Sie diese Nachricht
irrtümlicherweise erreicht hat, sind Sie höflich gebeten, diese unter
Ausschluss jeder Reproduktion zu zerstören und die absendende Person
umgehend zu benachrichtigen. Vielen Dank für Ihre Hilfe.



Back to the top