Hi Chris,

To handle a problem occurred when downloading  remote files by using a
script 'pushpull',  I tried to install   "Push Pull protocol plugins"
based on  the following steps:
1) svn export 
http://svn.codespot.com/a/apache-extras.org/oodt-pushpull-plugins/trunk/
oodt-pushpull-plugins
2) cd oodt-pushpull-plugins
3) mvn install

But I didn't get  a Jar file called
oodt-pushpull-plugins-core-0.4-SNAPSHOT.jar.
Instead of the jar file, I got the following message.


yhkang@yunhee-kisti:~/oodt-pushpull-plugins$ mvn install
[INFO] Scanning for projects...
[INFO] Reactor build order:
[INFO]   Apache CAS PushPull Plugins Dependency Fixer
[INFO]   CAS Push-Pull-Framework Plugins Core Libs
[INFO]   Apache OODT CAS PushPull Plugins
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CAS PushPull Plugins Dependency Fixer
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [antrun:run {execution: jvftpdownload}]
[INFO] Executing tasks

main:

all:
      [get] Getting:
http://downloads.sourceforge.net/project/jvftp/jvftp/0.73%20for%20java%201.5%2B/jvftp-bin-0_73.zip?r=http%3A%2F%2Fsourceforge.net%2Fprojects%2Fjvftp%2F&ts=1325111584&use_mirror=iweb
      [get] To:
/home/yhkang/oodt-pushpull-plugins/depfixer/target/jvftp/jvftp-bin-0_73.zip
      [get] 
http://downloads.sourceforge.net/project/jvftp/jvftp/0.73%20for%20java%201.5%2B/jvftp-bin-0_73.zip?r=http%3A%2F%2Fsourceforge.net%2Fprojects%2Fjvftp%2F&ts=1325111584&use_mirror=iweb
moved to 
http://iweb.dl.sourceforge.net/project/jvftp/jvftp/0.73%20for%20java%201.5%2B/jvftp-bin-0_73.zip
    [unzip] Expanding:
/home/yhkang/oodt-pushpull-plugins/depfixer/target/jvftp/jvftp-bin-0_73.zip
into /home/yhkang/oodt-pushpull-plugins/depfixer/target/jvftp/jvftp-0_73
     [move] Moving 1 file to
/home/yhkang/oodt-pushpull-plugins/depfixer/target/jvftp/jvftp-0_73/jvftp/lib
[INFO] Executed tasks
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] [install:install {execution: default-install}]
[INFO] Installing /home/yhkang/oodt-pushpull-plugins/depfixer/pom.xml
to 
/home/yhkang/.m2/repository/org/apacheextras/oodt/oodt-pushpull-plugins-depfixer/0.4-SNAPSHOT/oodt-pushpull-plugins-depfixer-0.4-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Building CAS Push-Pull-Framework Plugins Core Libs
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [resources:resources {execution: default-resources}]
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered
resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory
/home/yhkang/oodt-pushpull-plugins/core/src/main/resources
Downloading: 
http://repo1.maven.org/maven2/ftp4che/ftp4che/0.7.1/ftp4che-0.7.1.pom
[INFO] Unable to find resource 'ftp4che:ftp4che:pom:0.7.1' in
repository central (http://repo1.maven.org/maven2)
Downloading: 
http://repo1.maven.org/maven2/ftp4che/ftp4che/0.7.1/ftp4che-0.7.1.jar
[INFO] Unable to find resource 'ftp4che:ftp4che:jar:0.7.1' in
repository central (http://repo1.maven.org/maven2)
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.

Missing:
----------
1) org.apache.oodt:cas-pushpull:jar:0.4-SNAPSHOT

  Try downloading the file manually from the project website.

  Then, install it using the command:
      mvn install:install-file -DgroupId=org.apache.oodt
-DartifactId=cas-pushpull -Dversion=0.4-SNAPSHOT -Dpackaging=jar
-Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file there:
      mvn deploy:deploy-file -DgroupId=org.apache.oodt
-DartifactId=cas-pushpull -Dversion=0.4-SNAPSHOT -Dpackaging=jar
-Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency:
        1) org.apacheextras.oodt:oodt-pushpull-plugins-core:jar:0.4-SNAPSHOT
        2) org.apache.oodt:cas-pushpull:jar:0.4-SNAPSHOT

2) ftp4che:ftp4che:jar:0.7.1

  Try downloading the file manually from the project website.

  Then, install it using the command:
      mvn install:install-file -DgroupId=ftp4che -DartifactId=ftp4che
-Dversion=0.7.1 -Dpackaging=jar -Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file there:
      mvn deploy:deploy-file -DgroupId=ftp4che -DartifactId=ftp4che
-Dversion=0.7.1 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url]
-DrepositoryId=[id]

  Path to dependency:
        1) org.apacheextras.oodt:oodt-pushpull-plugins-core:jar:0.4-SNAPSHOT
        2) ftp4che:ftp4che:jar:0.7.1

----------
2 required artifacts are missing.

for artifact:
  org.apacheextras.oodt:oodt-pushpull-plugins-core:jar:0.4-SNAPSHOT

from the specified remote repositories:
  central (http://repo1.maven.org/maven2)


[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 6 seconds
[INFO] Finished at: Fri Jul 20 18:49:33 KST 2012
[INFO] Final Memory: 24M/184M
[INFO] ------------------------------------------------------------------------

Let me know how to handle this installation problem.

Thanks in advance.

Best Regards,

Yunhee Kang

Reply via email to