You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oodt.apache.org by "David Woollard (JIRA)" <ji...@apache.org> on 2010/07/29 09:53:16 UTC

[jira] Created: (OODT-22) remove pushpull's jvftp dependency

remove pushpull's jvftp dependency
----------------------------------

                 Key: OODT-22
                 URL: https://issues.apache.org/jira/browse/OODT-22
             Project: OODT
          Issue Type: Improvement
         Environment: N/A
            Reporter: David Woollard
            Priority: Blocker


Currently, pushpull depends on jvftp. From http://jvftp.sourceforge.net/, this package has a LGPL license, and so is incompatible with apache.

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


[jira] Updated: (OODT-22) remove pushpull's jvftp dependency

Posted by "Chris A. Mattmann (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OODT-22?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chris A. Mattmann updated OODT-22:
----------------------------------

    Fix Version/s: 0.1-incubating
      Component/s: push pull framework

> remove pushpull's jvftp dependency
> ----------------------------------
>
>                 Key: OODT-22
>                 URL: https://issues.apache.org/jira/browse/OODT-22
>             Project: OODT
>          Issue Type: Improvement
>          Components: push pull framework
>         Environment: N/A
>            Reporter: David Woollard
>            Priority: Blocker
>             Fix For: 0.1-incubating
>
>
> Currently, pushpull depends on jvftp. From http://jvftp.sourceforge.net/, this package has a LGPL license, and so is incompatible with apache.

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


[jira] Assigned: (OODT-22) remove pushpull's jvftp dependency

Posted by "Chris A. Mattmann (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OODT-22?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chris A. Mattmann reassigned OODT-22:
-------------------------------------

    Assignee: Chris A. Mattmann

> remove pushpull's jvftp dependency
> ----------------------------------
>
>                 Key: OODT-22
>                 URL: https://issues.apache.org/jira/browse/OODT-22
>             Project: OODT
>          Issue Type: Improvement
>          Components: push pull framework
>         Environment: N/A
>            Reporter: David Woollard
>            Assignee: Chris A. Mattmann
>            Priority: Blocker
>             Fix For: 0.1-incubating
>
>
> Currently, pushpull depends on jvftp. From http://jvftp.sourceforge.net/, this package has a LGPL license, and so is incompatible with apache.

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


[jira] Commented: (OODT-22) remove pushpull's jvftp dependency

Posted by "Chris A. Mattmann (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OODT-22?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12894344#action_12894344 ] 

Chris A. Mattmann commented on OODT-22:
---------------------------------------

FYI, commons-vfs implements most of the protocols that we need to throw out non-ASL versions of (e.g., SFTP, SSH, and FTP). So, I threw out the existing implementations of those (in r981161) and am working on reimplementing the protocols in commons-vfs parlance. See here: http://commons.apache.org/vfs/api.html for more info. Hopefully I can wrap this up tomorrow, then we just need to close out OODT-3, and then OODT-15 (which in doing this, we'll be one module closer, pushpull). 

> remove pushpull's jvftp dependency
> ----------------------------------
>
>                 Key: OODT-22
>                 URL: https://issues.apache.org/jira/browse/OODT-22
>             Project: OODT
>          Issue Type: Improvement
>          Components: push pull framework
>         Environment: N/A
>            Reporter: David Woollard
>            Assignee: Chris A. Mattmann
>            Priority: Blocker
>             Fix For: 0.1-incubating
>
>
> Currently, pushpull depends on jvftp. From http://jvftp.sourceforge.net/, this package has a LGPL license, and so is incompatible with apache.

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


[jira] Resolved: (OODT-22) remove pushpull's jvftp dependency

Posted by "Chris A. Mattmann (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OODT-22?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chris A. Mattmann resolved OODT-22.
-----------------------------------

    Resolution: Fixed

I took care of this over a series of commits that are viewable by clicking the Subversion commits tab in [1]. JvFTP was removed, however, Jsch was kept since it supports a BSD-style-license (viewable here [2]) which seems Apache Compat. See Apache Ivy [3] which has been using this dep for at least a release or 2 now.


[1] https://issues.apache.org/jira/browse/OODT-22
[2] http://www.jcraft.com/jsch/LICENSE.txt
[3] http://svn.apache.org/repos/asf/ant/ivy/core/trunk/src/java/org/apache/ivy/plugins/repository/sftp/SFTPRepository.java

> remove pushpull's jvftp dependency
> ----------------------------------
>
>                 Key: OODT-22
>                 URL: https://issues.apache.org/jira/browse/OODT-22
>             Project: OODT
>          Issue Type: Improvement
>          Components: push pull framework
>         Environment: N/A
>            Reporter: David Woollard
>            Assignee: Chris A. Mattmann
>            Priority: Blocker
>             Fix For: 0.1-incubating
>
>
> Currently, pushpull depends on jvftp. From http://jvftp.sourceforge.net/, this package has a LGPL license, and so is incompatible with apache.

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


[jira] Commented: (OODT-22) remove pushpull's jvftp dependency

Posted by "Chris A. Mattmann (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OODT-22?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12921937#action_12921937 ] 

Chris A. Mattmann commented on OODT-22:
---------------------------------------

I wanted to get some unit tests in here with this issue but ran out of gas. I am going to file a new issue and commit some of the basic user guide I've been writing for PushPull. Then, I think we're good to roll an RC.

> remove pushpull's jvftp dependency
> ----------------------------------
>
>                 Key: OODT-22
>                 URL: https://issues.apache.org/jira/browse/OODT-22
>             Project: OODT
>          Issue Type: Improvement
>          Components: push pull framework
>         Environment: N/A
>            Reporter: David Woollard
>            Assignee: Chris A. Mattmann
>            Priority: Blocker
>             Fix For: 0.1-incubating
>
>
> Currently, pushpull depends on jvftp. From http://jvftp.sourceforge.net/, this package has a LGPL license, and so is incompatible with apache.

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