[ http://jira.codehaus.org/browse/MPPDF-7?page=comments#action_44461 ] 

Arnaud Heritier commented on MPPDF-7:
-------------------------------------

I found this on the net :
                <java classname="org.apache.fop.apps.Fop" fork="true">
                                                        
                        <jvmarg value="-DproxySet=${proxy.used}"/>
                        <jvmarg value="-DproxyHost=${proxy.host}"/>
                        <jvmarg value="-DproxyPort=${proxy.port}"/>
                                
                        <classpath refid="fop.classpath"/>
                        <arg line="-xml ${input.file}"/>
                        <arg line="-xsl ${docbook.dir}/fo/docbook.xsl"/>
                        <arg value="${output.pdf}"/>
                </java>
If I use it in the plugin, is there someone who can test it ?

> PDF generation does not utilise proxy settings for external resources
> ---------------------------------------------------------------------
>
>          Key: MPPDF-7
>          URL: http://jira.codehaus.org/browse/MPPDF-7
>      Project: maven-pdf-plugin
>         Type: Bug
>     Versions: 2.0
>     Reporter: Brett Porter
>     Assignee: Arnaud Heritier

>
>
> PDF generation does not utilise proxy settings for external resources

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to