okay, so I'm not a total moron ... it was just my ridiculously muddled CLASSPATH that was to blame (along with the Flex SDK, maybe)
This commit is contained in:
parent
3a28a04902
commit
cb33e95089
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
*.class
|
@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<project name="LearningJava" default="compile">
|
<project name="LearningJava" default="build">
|
||||||
|
|
||||||
<target name="clean" description="remove intermediate files">
|
<target name="clean" description="remove intermediate files">
|
||||||
<delete>
|
<delete>
|
||||||
@ -8,7 +8,7 @@
|
|||||||
</target>
|
</target>
|
||||||
|
|
||||||
<target name="build" description="compile Java sources">
|
<target name="build" description="compile Java sources">
|
||||||
<javac srcdir="src" destdir="obj" />
|
<javac srcdir="src" destdir="obj" includeantruntime="yes"/>
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
<target name="jar" depends="build"
|
<target name="jar" depends="build"
|
||||||
|
Loading…
Reference in New Issue
Block a user