Menu

#2 Buildscript (Compiler source & target)

v1.0_(example)
open
nobody
General (4)
5
2006-05-10
2006-05-10
Nico Max
No

The buildscript should contain a declaration about
the source and classfile compatibility level.

f.e.

<javac srcdir="${src}/main" destdir="${build}/main"
source="1.4" target="1.4" />
<javac srcdir="${src}/main-test"
destdir="${build}/main-test"
classpath="${build}/main;${junit.jar}" source="1.4"
target="1.4" />

Discussion


Log in to post a comment.

MongoDB Logo MongoDB