Right now, our tech writers write documentation with Adobe Framemaker and manually
build the PDF. Does anybody know how to with ant, or any other tool for that matter,
automatically generate pdf's from the Framemaker format.
What I want to do is checkout the framemaker files, generate the pdf's,
Does anyone know how to make
#Build Information
#Fri Mar 21 11:01:10 PST 2003
build.time=11\:01
appear as
#Build Information
#Fri Mar 21 11:01:10 PST 2003
build.time=11:01
that is without escaping the :
This is how I am generating the time at the moment
The ant documentation gives me the imp