You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pdfbox.apache.org by "David Horwitz (JIRA)" <ji...@apache.org> on 2010/03/04 10:50:27 UTC

[jira] Updated: (PDFBOX-648) PdfBox can't be buit from behind a firewall/proxy

     [ https://issues.apache.org/jira/browse/PDFBOX-648?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Horwitz updated PDFBOX-648:
---------------------------------

    Description: 
The pdfBox maven build uses ant to fetch resources remotely rather than use maven methods for this. The ant script doesn't respect the maven proxy settings so the script can't be used behind a firewall. This requires explicit proxy settings in the MAVEN_OPTS:

export MAVEN_OPTS="-Dhttp.proxyHost=my.proxyhost -Dhttp.proxyPort=8080"

as this is not the maven way it may confuse many who try to build the source

  was:
The pdfBox maven build uses ant to fetch resources remotely rather than use maven methods for this. This has some negative effects:

1) the ant script doesn't respect the maven proxy settings so the script can't be used behind a firewall.
2) The files are downloaded whether or not local copies exist which is ineficient


> PdfBox can't be buit from behind a firewall/proxy
> -------------------------------------------------
>
>                 Key: PDFBOX-648
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-648
>             Project: PDFBox
>          Issue Type: Bug
>    Affects Versions: 1.0.0
>            Reporter: David Horwitz
>
> The pdfBox maven build uses ant to fetch resources remotely rather than use maven methods for this. The ant script doesn't respect the maven proxy settings so the script can't be used behind a firewall. This requires explicit proxy settings in the MAVEN_OPTS:
> export MAVEN_OPTS="-Dhttp.proxyHost=my.proxyhost -Dhttp.proxyPort=8080"
> as this is not the maven way it may confuse many who try to build the source

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.