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 (JIRA)" <ji...@apache.org> on 2011/07/06 15:27:17 UTC

[jira] [Created] (CONNECTORS-219) Maven pom's need to be updated

Maven pom's need to be updated
------------------------------

                 Key: CONNECTORS-219
                 URL: https://issues.apache.org/jira/browse/CONNECTORS-219
             Project: ManifoldCF
          Issue Type: Bug
          Components: Framework agents process, Framework core, Framework crawler agent
    Affects Versions: ManifoldCF 0.3
            Reporter: Karl Wright
            Priority: Minor


The maven poms, although not supported officially, need to be updated so that (a) they have the right ManifoldCF version numbers, and (b) include the right versions of all dependent jars.


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (CONNECTORS-219) Maven pom's need to be updated

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

Karl Wright commented on CONNECTORS-219:
----------------------------------------

In general the changes look good.  One issue, however:

hsqldb 1.8 will not work with ManifoldCF.  We've been using the latest hsqldb 2.2 release, built for java 1.5.  If you can find a dependency that reflects that, great - if not, it should probably go into the list of "custom" jars for now.

> Maven pom's need to be updated
> ------------------------------
>
>                 Key: CONNECTORS-219
>                 URL: https://issues.apache.org/jira/browse/CONNECTORS-219
>             Project: ManifoldCF
>          Issue Type: Bug
>          Components: Framework agents process, Framework core, Framework crawler agent
>    Affects Versions: ManifoldCF 0.3
>            Reporter: Karl Wright
>            Priority: Minor
>         Attachments: CONNECTORS-219.patch
>
>
> The maven poms, although not supported officially, need to be updated so that (a) they have the right ManifoldCF version numbers, and (b) include the right versions of all dependent jars.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (CONNECTORS-219) Maven pom's need to be updated

Posted by "Tobias Rübner (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CONNECTORS-219?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tobias Rübner updated CONNECTORS-219:
-------------------------------------

    Attachment: CONNECTORS-219_UPDATE_HSQLDB.patch

I now included hsqldb 2.2.4.

> Maven pom's need to be updated
> ------------------------------
>
>                 Key: CONNECTORS-219
>                 URL: https://issues.apache.org/jira/browse/CONNECTORS-219
>             Project: ManifoldCF
>          Issue Type: Bug
>          Components: Framework agents process, Framework core, Framework crawler agent
>    Affects Versions: ManifoldCF 0.3
>            Reporter: Karl Wright
>            Priority: Minor
>         Attachments: CONNECTORS-219.patch, CONNECTORS-219_UPDATE_HSQLDB.patch
>
>
> The maven poms, although not supported officially, need to be updated so that (a) they have the right ManifoldCF version numbers, and (b) include the right versions of all dependent jars.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Commented] (CONNECTORS-219) Maven pom's need to be updated

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

Karl Wright commented on CONNECTORS-219:
----------------------------------------

Great, I'll commit the patch(es) now.


> Maven pom's need to be updated
> ------------------------------
>
>                 Key: CONNECTORS-219
>                 URL: https://issues.apache.org/jira/browse/CONNECTORS-219
>             Project: ManifoldCF
>          Issue Type: Bug
>          Components: Framework agents process, Framework core, Framework crawler agent
>    Affects Versions: ManifoldCF 0.3
>            Reporter: Karl Wright
>            Priority: Minor
>         Attachments: CONNECTORS-219.patch, CONNECTORS-219_UPDATE_HSQLDB.patch
>
>
> The maven poms, although not supported officially, need to be updated so that (a) they have the right ManifoldCF version numbers, and (b) include the right versions of all dependent jars.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (CONNECTORS-219) Maven pom's need to be updated

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

Karl Wright commented on CONNECTORS-219:
----------------------------------------

The dependencies on jars that we don't have custom versions of are represented here:

      <get src="http://repo1.maven.org/maven2/commons-codec/commons-codec/1.5/commons-codec-1.5.jar" dest="build/dependencies/commons-codec.jar" usetimestamp="true"/>
      <get src="http://repo1.maven.org/maven2/commons-fileupload/commons-fileupload/1.2.2/commons-fileupload-1.2.2.jar" dest="build/dependencies/commons-fileupload.jar" usetimestamp="true"/>
      <get src="http://repo1.maven.org/maven2/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar" dest="build/dependencies/commons-collections.jar" usetimestamp="true"/>
      <get src="http://repo1.maven.org/maven2/commons-el/commons-el/1.0/commons-el-1.0.jar" dest="build/dependencies/commons-el.jar" usetimestamp="true"/>
      <get src="http://repo1.maven.org/maven2/commons-discovery/commons-discovery/0.4/commons-discovery-0.4.jar" dest="build/dependencies/commons-discovery.jar" usetimestamp="true"/>
      <get src="http://repo1.maven.org/maven2/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar" dest="build/dependencies/commons-logging.jar" usetimestamp="true"/>
      <get src="http://repo1.maven.org/maven2/commons-io/commons-io/2.0.1/commons-io-2.0.1.jar" dest="build/dependencies/commons-io.jar" usetimestamp="true"/>
      <get src="http://repo1.maven.org/maven2/log4j/log4j/1.2.9/log4j-1.2.9.jar" dest="build/dependencies/log4j.jar" usetimestamp="true"/>
      <get src="http://repo1.maven.org/maven2/org/apache/poi/poi/3.7/poi-3.7.jar" dest="build/dependencies/poi.jar" usetimestamp="true"/>

This is still missing a pile of dependencies, including the new dependency on hsqldb, but this should otherwise help.



> Maven pom's need to be updated
> ------------------------------
>
>                 Key: CONNECTORS-219
>                 URL: https://issues.apache.org/jira/browse/CONNECTORS-219
>             Project: ManifoldCF
>          Issue Type: Bug
>          Components: Framework agents process, Framework core, Framework crawler agent
>    Affects Versions: ManifoldCF 0.3
>            Reporter: Karl Wright
>            Priority: Minor
>
> The maven poms, although not supported officially, need to be updated so that (a) they have the right ManifoldCF version numbers, and (b) include the right versions of all dependent jars.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (CONNECTORS-219) Maven pom's need to be updated

Posted by "Tobias Rübner (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CONNECTORS-219?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tobias Rübner updated CONNECTORS-219:
-------------------------------------

    Attachment: CONNECTORS-219.patch

I did not include the proprietary modules, 
because I don't can not decide which dependencies they use.

For the other modules, I used the following dependencies:
commons-codec: 1.5
commons-collections: 3.2.1
commons-el: 1.0
commons-fileupload: 1.2.2
commons-io: 2.0.1
commons-logging: 1.1.1
derby: 10.7.1.1
hsqldb: 1.8.0.10
jdbcpool: 0.99
jetty - 6.1.26
json: 20090211
log4j: 1.2.16
poi: 3.7
postgresql: 8.4.701.jdbc4
serializer: 2.7.1
servlet-api: 2.5
xml-apis: 1.3.04

These files are modified by the manifold team and not available in any repositories.
Users will need to deploy these files into their repository using:
mvn deploy:deploy-file (http://maven.apache.org/plugins/maven-deploy-plugin/usage.html)

commons-httpclient-mcf (3.1)
xercesImpl-mcf: 2.9.1

> Maven pom's need to be updated
> ------------------------------
>
>                 Key: CONNECTORS-219
>                 URL: https://issues.apache.org/jira/browse/CONNECTORS-219
>             Project: ManifoldCF
>          Issue Type: Bug
>          Components: Framework agents process, Framework core, Framework crawler agent
>    Affects Versions: ManifoldCF 0.3
>            Reporter: Karl Wright
>            Priority: Minor
>         Attachments: CONNECTORS-219.patch
>
>
> The maven poms, although not supported officially, need to be updated so that (a) they have the right ManifoldCF version numbers, and (b) include the right versions of all dependent jars.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Updated] (CONNECTORS-219) Maven pom's need to be updated

Posted by "Tobias Rübner (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CONNECTORS-219?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tobias Rübner updated CONNECTORS-219:
-------------------------------------

    Status: Patch Available  (was: Open)

please review.

> Maven pom's need to be updated
> ------------------------------
>
>                 Key: CONNECTORS-219
>                 URL: https://issues.apache.org/jira/browse/CONNECTORS-219
>             Project: ManifoldCF
>          Issue Type: Bug
>          Components: Framework agents process, Framework core, Framework crawler agent
>    Affects Versions: ManifoldCF 0.3
>            Reporter: Karl Wright
>            Priority: Minor
>         Attachments: CONNECTORS-219.patch
>
>
> The maven poms, although not supported officially, need to be updated so that (a) they have the right ManifoldCF version numbers, and (b) include the right versions of all dependent jars.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Updated] (CONNECTORS-219) Maven pom's need to be updated

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

Karl Wright updated CONNECTORS-219:
-----------------------------------

       Resolution: Fixed
    Fix Version/s: ManifoldCF 0.3
         Assignee: Karl Wright
           Status: Resolved  (was: Patch Available)

r1144989.


> Maven pom's need to be updated
> ------------------------------
>
>                 Key: CONNECTORS-219
>                 URL: https://issues.apache.org/jira/browse/CONNECTORS-219
>             Project: ManifoldCF
>          Issue Type: Bug
>          Components: Framework agents process, Framework core, Framework crawler agent
>    Affects Versions: ManifoldCF 0.3
>            Reporter: Karl Wright
>            Assignee: Karl Wright
>            Priority: Minor
>             Fix For: ManifoldCF 0.3
>
>         Attachments: CONNECTORS-219.patch, CONNECTORS-219_UPDATE_HSQLDB.patch
>
>
> The maven poms, although not supported officially, need to be updated so that (a) they have the right ManifoldCF version numbers, and (b) include the right versions of all dependent jars.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira