In trying to set a property, I've run into a wall. From within a buildfile I can do the following: <property name="thing" value="sdasd asdasd asdasd" /> Done outside the buildfile, from the command line, I try: ant -Dthing="sdasd asdasd asdasd" target and it tries to find the target 'asdasd'. Is there a way to set a property that has a space in it's contents from outside ant?
- Re: Property Setting cwatson
- Re: Property Setting Bill Burton
- Re: Property Setting Nico Seessle
- RE: Property Setting Arvid . Amundsen
- RE: Property Setting cwatson
- RE: Property Setting Diane Holt
- Re: Property Setting Chris Winters
- RE: Property Setting cwatson
- RE: Property Setting cwatson
- RE: Property Setting cwatson
- RE: Property Setting Jason Pringle
