I was following the steps provided here:
http://www.lowagie.com/iText/ant.html
 
Under the section "Creating HTML", it says I can build the pages for the site using the target "ant -f site.xml lowagie.com".  This failed with the following error:
C:\itext-dev\www\ant>ant -f site.xml lowagie.com
Buildfile: site.xml
 
lowagie.com:
    [mkdir] Created dir: C:\itext-dev\build\release\lowagie
 
BUILD FAILED
C:\itext-dev\www\ant\site.xml:30: Warning: Could not find file C:\itext-dev\www\xml\lowagie\style.css to copy.
 
Total time: 0 seconds
 
 
Looking at site.xml, not sure how/when the www\xml\... directory and contents would be created.  It didn't happen as part of the 'Downloading iText' section.
 
I was able to successfully 'compile and jar' iText.  Did I miss some step or some step is not documented to create the site pages?
 
Thanks
 

Reply via email to