android - ANT build error : Incorrect Classpath -



android - ANT build error : Incorrect Classpath -

i'm using ant build of android project. unfortunately, i'm getting error: [javac] wrong classpath:.......

and lists class path in eclipse project. we're using ejc compiler because otherwise have stuff break in generics.

i thought reason must picking .classpath file info, deleted libraries listed in there, , still show in error.

so i'm wondering, where's getting classpath from? directories i'm seeing aren't specified anywhere in build.xml file.

also, error mean? i've googled hell out of it, , doesn't seem create sense.

figured out. have brackets in our folder name, e.g. c:[whatever] , causes fail. it's ant bug.

android ant classpath

Comments

Popular posts from this blog

java - How to pass parameters between Request-Scoped Controllers? -

string - what is the difference between "some" == "some\0" and strcmp("some","some\0") in c++? -

actionscript 3 - Flex: moving a point with rotation doesnt change the point XY? -