1

i want to build an Android project using ant. i used ant install but gives me an error becuase i am working in C:\Documents and Settings so the spaces are a problem it worked well if i created the project in a directory with no spaces like C:\Test any body know how to overcome that space problem in ant

Thanks.

Keshan
  • 14,251
  • 10
  • 48
  • 72

1 Answers1

0

Or use '/' instead of '\'. It works the same in Ant on Windows and is a little easier to read.

appserver.home="C:\Program Files\Apache Software Foundation\Tomcat 6.0"

Android
  • 8,995
  • 9
  • 67
  • 108