You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Arnaud Heritier (JIRA)" <ji...@codehaus.org> on 2005/08/15 04:19:57 UTC

[jira] Commented: (MPPDF-7) PDF generation does not utilise proxy settings for external resources

    [ 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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org