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

iphone - Dismissing a UIAlertView -

c# - Can ProtoBuf-Net deserialize to a flat class? -

javascript - Change element in each JQuery tab to dynamically generated colors -