error: Error while loading resource : null
matrix3d opened this issue · 3 comments
matrix3d commented
error: Error while loading resource : null
raff commented
Can you say more about the problem ? Add a stacktrace or some info on how you are running the application
matrix3d commented
i just download the zip from github.
and run ant.
build the jar.
and run ant tests
get the error.
i have the java8.
matrix3d commented
C:\Users\aaaa\Desktop\java2as3-master>ant
Buildfile: C:\Users\aaaa\Desktop\java2as3-master\build.xml
clean:
[delete] Deleting directory C:\Users\aaaa\Desktop\java2as3-master\classes
init:
[mkdir] Created dir: C:\Users\aaaa\Desktop\java2as3-master\classes
package:
[javac] C:\Users\aaaa\Desktop\java2as3-master\build.xml:34: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
[javac] Compiling 8 source files to C:\Users\aaaa\Desktop\java2as3-master\classes
[one-jar] Building jar: C:\Users\aaaa\Desktop\java2as3-master\Java2AS3.jar
[echo]
[echo] Now you can run the application using
[echo] $ java -jar Java2AS3.jar -s {java-source-dir}
[echo]
BUILD SUCCESSFUL
Total time: 2 seconds
C:\Users\aaaa\Desktop\java2as3-master>ant test
Buildfile: C:\Users\aaaa\Desktop\java2as3-master\build.xml
test:
[java] error: Error while loading resource : null
[echo]
[echo] The converted files should be in the folder C:\Users\aaaa\Desktop\java2as3-master\as3
[echo]
BUILD SUCCESSFUL
Total time: 0 seconds
C:\Users\aaaa\Desktop\java2as3-master>