A comment has been created.

http://cocoon.zones.apache.org/daisy/cocooninaction/14.html

Document ID: 14
Name: Set up your Cocoon project using Ant
Branch: main
Language: default

Created by: Chris McIntosh
Created on: 10/9/05 9:57:55 PM
Visibility: public

I keep getting an error message when I attempt to do "ant cocoon:get" --
[exec]  Missing value for property build.webapp

However, the preceding message confirms that, indeed, build.webapp is set:

[exec] Running build.bat -propertyfile 
C:\Documents%20and%20Settings\Chris\My%20Documents\projects\My%20Cocoon\HealthyCocoon\src\cocoon\local.build.properties
      
 clean webapp 
-Dbuild.webapp=C:\Documents%20and%20Settings\Chris\My%20Documents\projects\My%20Cocoon\HealthyCocoon\tools\cocoon\webapp
 
-Dtools.tasks.dest=C:\Documents%20and%20Settings\Chris\My%20Documents\projects\My%20Cocoon\HealthyCocoon\tools\cocoon\taskdefs

To make it more clear, I have substituted blanks with %20 in the above.

Is this a known issue?

I appreciate any help.