Dynamic Ant Tasks from a Website with PHP

2006-08-26 Thread tblhh
Hi, Does anyone has an idea how to start Ant from a website with php. Case: A User selects some xml files via checkbox. Per button an ant task is created and should start ant with the task to generate Pdfs from the selected files with FOP. Someone an idea how to do it? Greets TBL -- Der GMX S

Re: RE: Ant Task for FOP

2006-08-26 Thread tblhh
Hi, Does anyone has an idea how to start Ant from a website with php . Case: A User select some xml files, he wants as pdf then press go and the Files or folders he selecte will be written as in a xml doc as an ant task. Ant is starting FOP for generating the pdfs. Someone an idea? Greets TBL

Re: RE: Ant Task for FOP

2006-08-25 Thread tblhh
Hi The

Ant Task for FOP

2006-08-25 Thread tblhh
Hi, I have a question concerning an Ant Task for FOP. I want to transform documents from xml to pdf. I found an fop ant task in http://xmlgraphics.apache.org/fop/0.92/anttask.html but there is just the transformin from fo files to pdf. So, I have to define a task for generating xml files to fo. I´m