You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@manifoldcf.apache.org by "Karl Wright (Created) (JIRA)" <ji...@apache.org> on 2012/04/02 21:21:22 UTC

[jira] [Created] (CONNECTORS-443) All patched jars must be built within ManifoldCF release process

All patched jars must be built within ManifoldCF release process
----------------------------------------------------------------

                 Key: CONNECTORS-443
                 URL: https://issues.apache.org/jira/browse/CONNECTORS-443
             Project: ManifoldCF
          Issue Type: Task
          Components: Build
    Affects Versions: ManifoldCF 0.5
            Reporter: Karl Wright
            Assignee: Karl Wright
            Priority: Blocker
             Fix For: ManifoldCF 0.5


Downloading already-built patched jars is not permissible within Apache any longer.  The fix to this will entail downloading source and patching that as part of the build process.  In order for the build process to succeed on Windows, this currently means that the sources must be checked out using svn.

The following changes will therefore need to occur under this ticket:

(1) Apache binaries that are available as releases but which are not in Maven should be downloaded and unpacked from http://archive.apache.org/dist.  This will include the solr and sharepoint mcf plugins.

(2) The "download-dependencies" target must be split into "download-dependencies" and "download-proprietary-dependencies".  The "download-dependencies" target will become responsible for downloading, patching, and building the non-proprietary packages.  Packages that will need to be checked out by this target from svn include: httpclient 3.1, xerces 2.9.1, hsqldb 2.2.8, and jetty 6.1.26.

(3) A new release artifact, XXX-dep.zip/tar.gz, will be produced which will contain all the dependency binaries.

(4) Any non-sourceable dependency binaries we find must be replaced with a sourced equivalent, or code for it developed from scratch.



--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (CONNECTORS-443) All patched jars must be built within ManifoldCF release process

Posted by "Karl Wright (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CONNECTORS-443?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13245258#comment-13245258 ] 

Karl Wright commented on CONNECTORS-443:
----------------------------------------

Thanks to Piergiorgio, all downloads are now taken care of, so no Apache resource other than Maven is accessed when grabbing the dependent jars.  The one exception is building the patched xerces and commons-httpclient jars, which check these projects out from tags in order to build.

If tests pass, we may be ready for the next 0.5-incubating RC.

                
> All patched jars must be built within ManifoldCF release process
> ----------------------------------------------------------------
>
>                 Key: CONNECTORS-443
>                 URL: https://issues.apache.org/jira/browse/CONNECTORS-443
>             Project: ManifoldCF
>          Issue Type: Task
>          Components: Build
>    Affects Versions: ManifoldCF 0.5
>            Reporter: Karl Wright
>            Assignee: Karl Wright
>            Priority: Blocker
>             Fix For: ManifoldCF 0.5
>
>
> Downloading already-built patched jars is not permissible within Apache any longer.  The fix to this will entail downloading source and patching that as part of the build process.  In order for the build process to succeed on Windows, this currently means that the sources must be checked out using svn.
> The following changes will therefore need to occur under this ticket:
> (1) Apache binaries that are available as releases but which are not in Maven should be downloaded and unpacked from http://archive.apache.org/dist.  This will include the solr and sharepoint mcf plugins.
> (2) The "download-dependencies" target must be split into "download-dependencies" and "download-proprietary-dependencies".  The "download-dependencies" target will become responsible for downloading, patching, and building the non-proprietary packages.  Packages that will need to be checked out by this target from svn include: httpclient 3.1, xerces 2.9.1, hsqldb 2.2.8, and jetty 6.1.26.
> (3) A new release artifact, XXX-dep.zip/tar.gz, will be produced which will contain all the dependency binaries.
> (4) Any non-sourceable dependency binaries we find must be replaced with a sourced equivalent, or code for it developed from scratch.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (CONNECTORS-443) All patched jars must be built within ManifoldCF release process

Posted by "Karl Wright (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CONNECTORS-443?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13244493#comment-13244493 ] 

Karl Wright commented on CONNECTORS-443:
----------------------------------------

Another complication is other Apache Java projects which have patched jars in their dependencies.  Apache Chemistry has a couple, I believe, and we have a CMIS connector.
 
                
> All patched jars must be built within ManifoldCF release process
> ----------------------------------------------------------------
>
>                 Key: CONNECTORS-443
>                 URL: https://issues.apache.org/jira/browse/CONNECTORS-443
>             Project: ManifoldCF
>          Issue Type: Task
>          Components: Build
>    Affects Versions: ManifoldCF 0.5
>            Reporter: Karl Wright
>            Assignee: Karl Wright
>            Priority: Blocker
>             Fix For: ManifoldCF 0.5
>
>
> Downloading already-built patched jars is not permissible within Apache any longer.  The fix to this will entail downloading source and patching that as part of the build process.  In order for the build process to succeed on Windows, this currently means that the sources must be checked out using svn.
> The following changes will therefore need to occur under this ticket:
> (1) Apache binaries that are available as releases but which are not in Maven should be downloaded and unpacked from http://archive.apache.org/dist.  This will include the solr and sharepoint mcf plugins.
> (2) The "download-dependencies" target must be split into "download-dependencies" and "download-proprietary-dependencies".  The "download-dependencies" target will become responsible for downloading, patching, and building the non-proprietary packages.  Packages that will need to be checked out by this target from svn include: httpclient 3.1, xerces 2.9.1, hsqldb 2.2.8, and jetty 6.1.26.
> (3) A new release artifact, XXX-dep.zip/tar.gz, will be produced which will contain all the dependency binaries.
> (4) Any non-sourceable dependency binaries we find must be replaced with a sourced equivalent, or code for it developed from scratch.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (CONNECTORS-443) All patched jars must be built within ManifoldCF release process

Posted by "Piergiorgio Lucidi (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CONNECTORS-443?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13245131#comment-13245131 ] 

Piergiorgio Lucidi commented on CONNECTORS-443:
-----------------------------------------------

Another here:
* http://repo1.maven.org/maven2/org/apache/felix/org.osgi.core/1.0.0/org.osgi.core-1.0.0.jar
                
> All patched jars must be built within ManifoldCF release process
> ----------------------------------------------------------------
>
>                 Key: CONNECTORS-443
>                 URL: https://issues.apache.org/jira/browse/CONNECTORS-443
>             Project: ManifoldCF
>          Issue Type: Task
>          Components: Build
>    Affects Versions: ManifoldCF 0.5
>            Reporter: Karl Wright
>            Assignee: Karl Wright
>            Priority: Blocker
>             Fix For: ManifoldCF 0.5
>
>
> Downloading already-built patched jars is not permissible within Apache any longer.  The fix to this will entail downloading source and patching that as part of the build process.  In order for the build process to succeed on Windows, this currently means that the sources must be checked out using svn.
> The following changes will therefore need to occur under this ticket:
> (1) Apache binaries that are available as releases but which are not in Maven should be downloaded and unpacked from http://archive.apache.org/dist.  This will include the solr and sharepoint mcf plugins.
> (2) The "download-dependencies" target must be split into "download-dependencies" and "download-proprietary-dependencies".  The "download-dependencies" target will become responsible for downloading, patching, and building the non-proprietary packages.  Packages that will need to be checked out by this target from svn include: httpclient 3.1, xerces 2.9.1, hsqldb 2.2.8, and jetty 6.1.26.
> (3) A new release artifact, XXX-dep.zip/tar.gz, will be produced which will contain all the dependency binaries.
> (4) Any non-sourceable dependency binaries we find must be replaced with a sourced equivalent, or code for it developed from scratch.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (CONNECTORS-443) All patched jars must be built within ManifoldCF release process

Posted by "Piergiorgio Lucidi (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CONNECTORS-443?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13245062#comment-13245062 ] 

Piergiorgio Lucidi commented on CONNECTORS-443:
-----------------------------------------------

Here the two dependencies URLs for the Alfresco Connector that are not in public Maven repositories:

* http://svn.alfresco.com/repos/alfresco-open-mirror/alfresco/HEAD/root/projects/3rd-party/lib/wss4j-1.5.4-patched.jar
* http://svn.alfresco.com/repos/alfresco-open-mirror/alfresco/HEAD/root/projects/3rd-party/lib/opensaml-1.0.1.jar
                
> All patched jars must be built within ManifoldCF release process
> ----------------------------------------------------------------
>
>                 Key: CONNECTORS-443
>                 URL: https://issues.apache.org/jira/browse/CONNECTORS-443
>             Project: ManifoldCF
>          Issue Type: Task
>          Components: Build
>    Affects Versions: ManifoldCF 0.5
>            Reporter: Karl Wright
>            Assignee: Karl Wright
>            Priority: Blocker
>             Fix For: ManifoldCF 0.5
>
>
> Downloading already-built patched jars is not permissible within Apache any longer.  The fix to this will entail downloading source and patching that as part of the build process.  In order for the build process to succeed on Windows, this currently means that the sources must be checked out using svn.
> The following changes will therefore need to occur under this ticket:
> (1) Apache binaries that are available as releases but which are not in Maven should be downloaded and unpacked from http://archive.apache.org/dist.  This will include the solr and sharepoint mcf plugins.
> (2) The "download-dependencies" target must be split into "download-dependencies" and "download-proprietary-dependencies".  The "download-dependencies" target will become responsible for downloading, patching, and building the non-proprietary packages.  Packages that will need to be checked out by this target from svn include: httpclient 3.1, xerces 2.9.1, hsqldb 2.2.8, and jetty 6.1.26.
> (3) A new release artifact, XXX-dep.zip/tar.gz, will be produced which will contain all the dependency binaries.
> (4) Any non-sourceable dependency binaries we find must be replaced with a sourced equivalent, or code for it developed from scratch.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (CONNECTORS-443) All patched jars must be built within ManifoldCF release process

Posted by "Karl Wright (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CONNECTORS-443?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13245271#comment-13245271 ] 

Karl Wright commented on CONNECTORS-443:
----------------------------------------

r1308871 (release branch)

                
> All patched jars must be built within ManifoldCF release process
> ----------------------------------------------------------------
>
>                 Key: CONNECTORS-443
>                 URL: https://issues.apache.org/jira/browse/CONNECTORS-443
>             Project: ManifoldCF
>          Issue Type: Task
>          Components: Build
>    Affects Versions: ManifoldCF 0.5
>            Reporter: Karl Wright
>            Assignee: Karl Wright
>            Priority: Blocker
>             Fix For: ManifoldCF 0.5
>
>
> Downloading already-built patched jars is not permissible within Apache any longer.  The fix to this will entail downloading source and patching that as part of the build process.  In order for the build process to succeed on Windows, this currently means that the sources must be checked out using svn.
> The following changes will therefore need to occur under this ticket:
> (1) Apache binaries that are available as releases but which are not in Maven should be downloaded and unpacked from http://archive.apache.org/dist.  This will include the solr and sharepoint mcf plugins.
> (2) The "download-dependencies" target must be split into "download-dependencies" and "download-proprietary-dependencies".  The "download-dependencies" target will become responsible for downloading, patching, and building the non-proprietary packages.  Packages that will need to be checked out by this target from svn include: httpclient 3.1, xerces 2.9.1, hsqldb 2.2.8, and jetty 6.1.26.
> (3) A new release artifact, XXX-dep.zip/tar.gz, will be produced which will contain all the dependency binaries.
> (4) Any non-sourceable dependency binaries we find must be replaced with a sourced equivalent, or code for it developed from scratch.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (CONNECTORS-443) All patched jars must be built within ManifoldCF release process

Posted by "Karl Wright (Resolved) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CONNECTORS-443?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Karl Wright resolved CONNECTORS-443.
------------------------------------

    Resolution: Fixed
    
> All patched jars must be built within ManifoldCF release process
> ----------------------------------------------------------------
>
>                 Key: CONNECTORS-443
>                 URL: https://issues.apache.org/jira/browse/CONNECTORS-443
>             Project: ManifoldCF
>          Issue Type: Task
>          Components: Build
>    Affects Versions: ManifoldCF 0.5
>            Reporter: Karl Wright
>            Assignee: Karl Wright
>            Priority: Blocker
>             Fix For: ManifoldCF 0.5
>
>
> Downloading already-built patched jars is not permissible within Apache any longer.  The fix to this will entail downloading source and patching that as part of the build process.  In order for the build process to succeed on Windows, this currently means that the sources must be checked out using svn.
> The following changes will therefore need to occur under this ticket:
> (1) Apache binaries that are available as releases but which are not in Maven should be downloaded and unpacked from http://archive.apache.org/dist.  This will include the solr and sharepoint mcf plugins.
> (2) The "download-dependencies" target must be split into "download-dependencies" and "download-proprietary-dependencies".  The "download-dependencies" target will become responsible for downloading, patching, and building the non-proprietary packages.  Packages that will need to be checked out by this target from svn include: httpclient 3.1, xerces 2.9.1, hsqldb 2.2.8, and jetty 6.1.26.
> (3) A new release artifact, XXX-dep.zip/tar.gz, will be produced which will contain all the dependency binaries.
> (4) Any non-sourceable dependency binaries we find must be replaced with a sourced equivalent, or code for it developed from scratch.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (CONNECTORS-443) All patched jars must be built within ManifoldCF release process

Posted by "Karl Wright (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CONNECTORS-443?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13244788#comment-13244788 ] 

Karl Wright commented on CONNECTORS-443:
----------------------------------------

For jetty, it looks like the right answer might be to move to Jetty 7, since that supposedly fixes the problems.  Jetty 6 builds with Maven, which definitely would complicate the build even further by providing yet more build dependencies.  Hopefully the port won't be too painful.

                
> All patched jars must be built within ManifoldCF release process
> ----------------------------------------------------------------
>
>                 Key: CONNECTORS-443
>                 URL: https://issues.apache.org/jira/browse/CONNECTORS-443
>             Project: ManifoldCF
>          Issue Type: Task
>          Components: Build
>    Affects Versions: ManifoldCF 0.5
>            Reporter: Karl Wright
>            Assignee: Karl Wright
>            Priority: Blocker
>             Fix For: ManifoldCF 0.5
>
>
> Downloading already-built patched jars is not permissible within Apache any longer.  The fix to this will entail downloading source and patching that as part of the build process.  In order for the build process to succeed on Windows, this currently means that the sources must be checked out using svn.
> The following changes will therefore need to occur under this ticket:
> (1) Apache binaries that are available as releases but which are not in Maven should be downloaded and unpacked from http://archive.apache.org/dist.  This will include the solr and sharepoint mcf plugins.
> (2) The "download-dependencies" target must be split into "download-dependencies" and "download-proprietary-dependencies".  The "download-dependencies" target will become responsible for downloading, patching, and building the non-proprietary packages.  Packages that will need to be checked out by this target from svn include: httpclient 3.1, xerces 2.9.1, hsqldb 2.2.8, and jetty 6.1.26.
> (3) A new release artifact, XXX-dep.zip/tar.gz, will be produced which will contain all the dependency binaries.
> (4) Any non-sourceable dependency binaries we find must be replaced with a sourced equivalent, or code for it developed from scratch.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (CONNECTORS-443) All patched jars must be built within ManifoldCF release process

Posted by "Piergiorgio Lucidi (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CONNECTORS-443?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13245107#comment-13245107 ] 

Piergiorgio Lucidi commented on CONNECTORS-443:
-----------------------------------------------

Here the dependencies for H2 support:
* http://clojars.org/repo/it/sk/alfresco/h2-support/1.1/h2-support-1.1.jar
* http://repo2.maven.org/maven2/com/h2database/h2/1.3.158/h2-1.3.158.jar
                
> All patched jars must be built within ManifoldCF release process
> ----------------------------------------------------------------
>
>                 Key: CONNECTORS-443
>                 URL: https://issues.apache.org/jira/browse/CONNECTORS-443
>             Project: ManifoldCF
>          Issue Type: Task
>          Components: Build
>    Affects Versions: ManifoldCF 0.5
>            Reporter: Karl Wright
>            Assignee: Karl Wright
>            Priority: Blocker
>             Fix For: ManifoldCF 0.5
>
>
> Downloading already-built patched jars is not permissible within Apache any longer.  The fix to this will entail downloading source and patching that as part of the build process.  In order for the build process to succeed on Windows, this currently means that the sources must be checked out using svn.
> The following changes will therefore need to occur under this ticket:
> (1) Apache binaries that are available as releases but which are not in Maven should be downloaded and unpacked from http://archive.apache.org/dist.  This will include the solr and sharepoint mcf plugins.
> (2) The "download-dependencies" target must be split into "download-dependencies" and "download-proprietary-dependencies".  The "download-dependencies" target will become responsible for downloading, patching, and building the non-proprietary packages.  Packages that will need to be checked out by this target from svn include: httpclient 3.1, xerces 2.9.1, hsqldb 2.2.8, and jetty 6.1.26.
> (3) A new release artifact, XXX-dep.zip/tar.gz, will be produced which will contain all the dependency binaries.
> (4) Any non-sourceable dependency binaries we find must be replaced with a sourced equivalent, or code for it developed from scratch.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (CONNECTORS-443) All patched jars must be built within ManifoldCF release process

Posted by "Piergiorgio Lucidi (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CONNECTORS-443?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13245094#comment-13245094 ] 

Piergiorgio Lucidi commented on CONNECTORS-443:
-----------------------------------------------

Here xmlsec:
* http://svn.alfresco.com/repos/alfresco-open-mirror/alfresco/HEAD/root/projects/3rd-party/lib/xmlsec-1.4.1.jar
                
> All patched jars must be built within ManifoldCF release process
> ----------------------------------------------------------------
>
>                 Key: CONNECTORS-443
>                 URL: https://issues.apache.org/jira/browse/CONNECTORS-443
>             Project: ManifoldCF
>          Issue Type: Task
>          Components: Build
>    Affects Versions: ManifoldCF 0.5
>            Reporter: Karl Wright
>            Assignee: Karl Wright
>            Priority: Blocker
>             Fix For: ManifoldCF 0.5
>
>
> Downloading already-built patched jars is not permissible within Apache any longer.  The fix to this will entail downloading source and patching that as part of the build process.  In order for the build process to succeed on Windows, this currently means that the sources must be checked out using svn.
> The following changes will therefore need to occur under this ticket:
> (1) Apache binaries that are available as releases but which are not in Maven should be downloaded and unpacked from http://archive.apache.org/dist.  This will include the solr and sharepoint mcf plugins.
> (2) The "download-dependencies" target must be split into "download-dependencies" and "download-proprietary-dependencies".  The "download-dependencies" target will become responsible for downloading, patching, and building the non-proprietary packages.  Packages that will need to be checked out by this target from svn include: httpclient 3.1, xerces 2.9.1, hsqldb 2.2.8, and jetty 6.1.26.
> (3) A new release artifact, XXX-dep.zip/tar.gz, will be produced which will contain all the dependency binaries.
> (4) Any non-sourceable dependency binaries we find must be replaced with a sourced equivalent, or code for it developed from scratch.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (CONNECTORS-443) All patched jars must be built within ManifoldCF release process

Posted by "Karl Wright (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CONNECTORS-443?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13245270#comment-13245270 ] 

Karl Wright commented on CONNECTORS-443:
----------------------------------------

r1308867 trunk

                
> All patched jars must be built within ManifoldCF release process
> ----------------------------------------------------------------
>
>                 Key: CONNECTORS-443
>                 URL: https://issues.apache.org/jira/browse/CONNECTORS-443
>             Project: ManifoldCF
>          Issue Type: Task
>          Components: Build
>    Affects Versions: ManifoldCF 0.5
>            Reporter: Karl Wright
>            Assignee: Karl Wright
>            Priority: Blocker
>             Fix For: ManifoldCF 0.5
>
>
> Downloading already-built patched jars is not permissible within Apache any longer.  The fix to this will entail downloading source and patching that as part of the build process.  In order for the build process to succeed on Windows, this currently means that the sources must be checked out using svn.
> The following changes will therefore need to occur under this ticket:
> (1) Apache binaries that are available as releases but which are not in Maven should be downloaded and unpacked from http://archive.apache.org/dist.  This will include the solr and sharepoint mcf plugins.
> (2) The "download-dependencies" target must be split into "download-dependencies" and "download-proprietary-dependencies".  The "download-dependencies" target will become responsible for downloading, patching, and building the non-proprietary packages.  Packages that will need to be checked out by this target from svn include: httpclient 3.1, xerces 2.9.1, hsqldb 2.2.8, and jetty 6.1.26.
> (3) A new release artifact, XXX-dep.zip/tar.gz, will be produced which will contain all the dependency binaries.
> (4) Any non-sourceable dependency binaries we find must be replaced with a sourced equivalent, or code for it developed from scratch.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira