Menu

source code

LiQiang
2016-12-05
2016-12-12
  • LiQiang

    LiQiang - 2016-12-05

    I have downloaded your source code from git://git.code.sf.net/p/easyrec/code .But there are many files such as easyrec-core easyrec-mahout easyrec-plugin-api easyrec-plugin-container and so on.Which is useful?I want to import them to Myeclipse.What should I do?

     
  • LiQiang

    LiQiang - 2016-12-06

    When I import your Maven Project to myeclipse.It has lots of errors like 'No marketplace entries found to handle Execution copy-dependencies, in easyrec-web/pom.xml in Eclipse. Please see Help for more information.' Best wishes!

     
  • LiQiang

    LiQiang - 2016-12-06

    When I import your Maven Project to myeclipse.It has lots of errors like 'No marketplace entries found to handle Execution copy-dependencies, in easyrec-web/pom.xml in Eclipse. Please see Help for more information.' Best wishes!

     
  • LiQiang

    LiQiang - 2016-12-06

    [INFO] ------------------------------------------------------------------------
    [INFO] Reactor Summary:
    [INFO]
    [INFO] easyrec ............................................ SUCCESS [ 0.303 s]
    [INFO] easyrec - Test Utils ............................... SUCCESS [ 16.580 s]
    [INFO] easyrec - Utils .................................... SUCCESS [01:20 min]
    [INFO] easyrec - Core ..................................... SUCCESS [ 11.546 s]
    [INFO] easyrec - Plugin API ............................... SUCCESS [ 3.142 s]
    [INFO] easyrec - Plugins .................................. SUCCESS [ 0.008 s]
    [INFO] easyrec - Plugins - Waiting ........................ SUCCESS [ 0.440 s]
    [INFO] easyrec - Plugin Container ......................... SUCCESS [ 1.382 s]
    [INFO] easyrec - Plugins - ARM ............................ SUCCESS [ 1.099 s]
    [INFO] easyrec - Plugins - SlopeOne ....................... SUCCESS [ 1.681 s]
    [INFO] easyrec - Plugins - Pearson ........................ SUCCESS [ 0.622 s]
    [INFO] easyrec - Plugins - Profile Based Duke Matching .... FAILURE [ 4.024 s]
    [INFO] easyrec - Plugins - JSON Profile Solr Matching ..... SKIPPED
    [INFO] easyrec - Plugins - Sample ......................... SKIPPED
    [INFO] easyrec - Plugins - Profile Aggregator ............. SKIPPED
    [INFO] easyrec - Web ...................................... SKIPPED
    [INFO] ------------------------------------------------------------------------
    [INFO] BUILD FAILURE
    [INFO] ------------------------------------------------------------------------
    [INFO] Total time: 02:01 min
    [INFO] Finished at: 2016-12-06T18:07:41+08:00
    [INFO] Final Memory: 103M/245M
    [INFO] ------------------------------------------------------------------------
    [ERROR] Failed to execute goal on project easyrec-plugins-profile-duke: Could no
    t resolve dependencies for project org.easyrec:easyrec-plugins-profile-duke:jar:
    1.0.2-SNAPSHOT: Could not find artifact no.priv.garshol.duke:duke:jar:0.6-for-ea
    syrec in nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) ->
    Help 1

    [ERROR]
    [ERROR] To see the full stack trace of the errors, re-run Maven with the -e swit
    ch.
    [ERROR] Re-run Maven using the -X switch to enable full debug logging.
    [ERROR]
    [ERROR] For more information about the errors and possible solutions, please rea
    d the following articles:
    [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyReso
    lutionException
    [ERROR]
    [ERROR] After correcting the problems, you can resume the build with the command

    [ERROR] mvn <goals> -rf :easyrec-plugins-profile-duke

     
  • Florian Kleedorfer

    That dependency is actually packed with the source code because it contains modifications we needed. It's the only dependency that is shipped with the sources, so it's ironic that it's the only one that is not found.

    I cannot reproduce your error. I suspect the duke dependency was not installed to your local maven repo (please check that)

    As a workaround that may let you build the whole project, you can locate the jar file and pom file in the sources (in \easyrec-plugins\easyrec-plugins-profile-duke\duke-repo\no\priv\garshol\duke\duke\0.6-for-easyrec )
    and manually install the artifact in your local maven repository, using mvn deploy:deploy-file

    Another workaround, losing the duke plugin, would be to remove the module from the project if you can't get it to work at all (delete the easyrec-plugins-profile-duke folder and remove the module name from the pom.xml file in easyrec-plugins).

    I suspect there is more error/info output above the final build output - you may want to post that here. Also, please state your maven version.

    Good luck!

     
  • LiQiang

    LiQiang - 2016-12-07

    https://sourceforge.net/p/easyrec/code/ci/master/tree/ In this page . I can only click Download Snapshot .But I want to download all the source code of easyrec.How to do?

     
  • LiQiang

    LiQiang - 2016-12-07

    https://sourceforge.net/p/easyrec/code/ci/master/tree/ In this page . I can only click Download Snapshot .But I want to download all the source code of easyrec.How to do?

     
  • LiQiang

    LiQiang - 2016-12-07

    https://sourceforge.net/p/easyrec/code/ci/master/tree/ In this page . I can only click Download Snapshot .But I want to download all the source code of easyrec.How to do?

     
  • LiQiang

    LiQiang - 2016-12-07

    [INFO] --- maven-war-plugin:2.2:war (default-war) @ easyrec-web ---
    [INFO] Downloading: http://maven.aliyun.com/nexus/content/groups/public/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.jar
    [INFO] Downloading: http://maven.aliyun.com/nexus/content/groups/public/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.jar
    [INFO] Downloaded: http://maven.aliyun.com/nexus/content/groups/public/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.jar (57 KB at 158.5 KB/sec)
    [INFO] Downloaded: http://maven.aliyun.com/nexus/content/groups/public/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.jar (181 KB at 461.8 KB/sec)
    [INFO] Packaging webapp
    [INFO] Assembling webapp [easyrec-web] in [C:\Users\Administrator.EIT-20160715ZTP\Desktop\easyrec-code-b95a1c76ac618f71321767b32e45d6e622f9b78b\easyrec-code-b95a1c76ac618f71321767b32e45d6e622f9b78b\easyrec-web\target\easyrec-web-1.0.2-SNAPSHOT]
    [INFO] Processing war project
    [INFO] Copying webapp resources [C:\Users\Administrator.EIT-20160715ZTP\Desktop\easyrec-code-b95a1c76ac618f71321767b32e45d6e622f9b78b\easyrec-code-b95a1c76ac618f71321767b32e45d6e622f9b78b\easyrec-web\src\main\webapp]
    [INFO] Webapp assembled in [2044 msecs]
    [INFO] Building war: C:\Users\Administrator.EIT-20160715ZTP\Desktop\easyrec-code-b95a1c76ac618f71321767b32e45d6e622f9b78b\easyrec-code-b95a1c76ac618f71321767b32e45d6e622f9b78b\easyrec-web\target\easyrec-web-1.0.2-SNAPSHOT.war
    [INFO] WEB-INF\web.xml already added, skipping
    [INFO]
    [INFO] --- maven-jar-plugin:2.3.1:jar (make-a-jar) @ easyrec-web ---
    [INFO] Building jar: C:\Users\Administrator.EIT-20160715ZTP\Desktop\easyrec-code-b95a1c76ac618f71321767b32e45d6e622f9b78b\easyrec-code-b95a1c76ac618f71321767b32e45d6e622f9b78b\easyrec-web\target\easyrec-web-1.0.2-SNAPSHOT.jar
    [INFO]
    [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ easyrec-web ---
    [INFO] Installing C:\Users\Administrator.EIT-20160715ZTP\Desktop\easyrec-code-b95a1c76ac618f71321767b32e45d6e622f9b78b\easyrec-code-b95a1c76ac618f71321767b32e45d6e622f9b78b\easyrec-web\target\easyrec-web-1.0.2-SNAPSHOT.jar to D:\mvnRespo\org\easyrec\easyrec-web\1.0.2-SNAPSHOT\easyrec-web-1.0.2-SNAPSHOT.war
    [INFO] Installing C:\Users\Administrator.EIT-20160715ZTP\Desktop\easyrec-code-b95a1c76ac618f71321767b32e45d6e622f9b78b\easyrec-code-b95a1c76ac618f71321767b32e45d6e622f9b78b\easyrec-web\pom.xml to D:\mvnRespo\org\easyrec\easyrec-web\1.0.2-SNAPSHOT\easyrec-web-1.0.2-SNAPSHOT.pom
    [INFO]
    [INFO] --- maven-install-plugin:2.3.1:install-file (default) @ easyrec-web ---
    [INFO] Installing C:\Users\Administrator.EIT-20160715ZTP\Desktop\easyrec-code-b95a1c76ac618f71321767b32e45d6e622f9b78b\easyrec-code-b95a1c76ac618f71321767b32e45d6e622f9b78b\easyrec-web\target\easyrec-web-1.0.2-SNAPSHOT.jar to D:\mvnRespo\org\easyrec\easyrec-web\1.0.2-SNAPSHOT\easyrec-web-1.0.2-SNAPSHOT.jar
    [INFO] ------------------------------------------------------------------------
    [INFO] Reactor Summary:
    [INFO]
    [INFO] easyrec ............................................ SUCCESS [ 0.267 s]
    [INFO] easyrec - Test Utils ............................... SUCCESS [ 0.765 s]
    [INFO] easyrec - Utils .................................... SUCCESS [ 9.442 s]
    [INFO] easyrec - Core ..................................... SUCCESS [ 2.841 s]
    [INFO] easyrec - Plugin API ............................... SUCCESS [ 1.019 s]
    [INFO] easyrec - Plugins .................................. SUCCESS [ 0.000 s]
    [INFO] easyrec - Plugins - Waiting ........................ SUCCESS [ 0.484 s]
    [INFO] easyrec - Plugin Container ......................... SUCCESS [ 1.468 s]
    [INFO] easyrec - Plugins - ARM ............................ SUCCESS [ 1.140 s]
    [INFO] easyrec - Plugins - SlopeOne ....................... SUCCESS [ 1.420 s]
    [INFO] easyrec - Plugins - Pearson ........................ SUCCESS [ 0.671 s]
    [INFO] easyrec - Plugins - JSON Profile Solr Matching ..... SUCCESS [01:05 min]
    [INFO] easyrec - Plugins - Sample ......................... SUCCESS [ 0.546 s]
    [INFO] easyrec - Plugins - Profile Aggregator ............. SUCCESS [ 0.641 s]
    [INFO] easyrec - Web ...................................... SUCCESS [ 15.438 s]
    [INFO] ------------------------------------------------------------------------
    [INFO] BUILD SUCCESS
    [INFO] ------------------------------------------------------------------------
    [INFO] Total time: 01:41 min
    [INFO] Finished at: 2016-12-07T16:02:29+08:00
    [INFO] Final Memory: 168M/247M
    [INFO] ------------------------------------------------------------------------

     
  • LiQiang

    LiQiang - 2016-12-07

    [INFO] --- maven-war-plugin:2.2:war (default-war) @ easyrec-web ---
    [INFO] Downloading: http://maven.aliyun.com/nexus/content/groups/public/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.jar
    [INFO] Downloading: http://maven.aliyun.com/nexus/content/groups/public/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.jar
    [INFO] Downloaded: http://maven.aliyun.com/nexus/content/groups/public/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.jar (57 KB at 158.5 KB/sec)
    [INFO] Downloaded: http://maven.aliyun.com/nexus/content/groups/public/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.jar (181 KB at 461.8 KB/sec)
    [INFO] Packaging webapp
    [INFO] Assembling webapp [easyrec-web] in [C:\Users\Administrator.EIT-20160715ZTP\Desktop\easyrec-code-b95a1c76ac618f71321767b32e45d6e622f9b78b\easyrec-code-b95a1c76ac618f71321767b32e45d6e622f9b78b\easyrec-web\target\easyrec-web-1.0.2-SNAPSHOT]
    [INFO] Processing war project
    [INFO] Copying webapp resources [C:\Users\Administrator.EIT-20160715ZTP\Desktop\easyrec-code-b95a1c76ac618f71321767b32e45d6e622f9b78b\easyrec-code-b95a1c76ac618f71321767b32e45d6e622f9b78b\easyrec-web\src\main\webapp]
    [INFO] Webapp assembled in [2044 msecs]
    [INFO] Building war: C:\Users\Administrator.EIT-20160715ZTP\Desktop\easyrec-code-b95a1c76ac618f71321767b32e45d6e622f9b78b\easyrec-code-b95a1c76ac618f71321767b32e45d6e622f9b78b\easyrec-web\target\easyrec-web-1.0.2-SNAPSHOT.war
    [INFO] WEB-INF\web.xml already added, skipping
    [INFO]
    [INFO] --- maven-jar-plugin:2.3.1:jar (make-a-jar) @ easyrec-web ---
    [INFO] Building jar: C:\Users\Administrator.EIT-20160715ZTP\Desktop\easyrec-code-b95a1c76ac618f71321767b32e45d6e622f9b78b\easyrec-code-b95a1c76ac618f71321767b32e45d6e622f9b78b\easyrec-web\target\easyrec-web-1.0.2-SNAPSHOT.jar
    [INFO]
    [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ easyrec-web ---
    [INFO] Installing C:\Users\Administrator.EIT-20160715ZTP\Desktop\easyrec-code-b95a1c76ac618f71321767b32e45d6e622f9b78b\easyrec-code-b95a1c76ac618f71321767b32e45d6e622f9b78b\easyrec-web\target\easyrec-web-1.0.2-SNAPSHOT.jar to D:\mvnRespo\org\easyrec\easyrec-web\1.0.2-SNAPSHOT\easyrec-web-1.0.2-SNAPSHOT.war
    [INFO] Installing C:\Users\Administrator.EIT-20160715ZTP\Desktop\easyrec-code-b95a1c76ac618f71321767b32e45d6e622f9b78b\easyrec-code-b95a1c76ac618f71321767b32e45d6e622f9b78b\easyrec-web\pom.xml to D:\mvnRespo\org\easyrec\easyrec-web\1.0.2-SNAPSHOT\easyrec-web-1.0.2-SNAPSHOT.pom
    [INFO]
    [INFO] --- maven-install-plugin:2.3.1:install-file (default) @ easyrec-web ---
    [INFO] Installing C:\Users\Administrator.EIT-20160715ZTP\Desktop\easyrec-code-b95a1c76ac618f71321767b32e45d6e622f9b78b\easyrec-code-b95a1c76ac618f71321767b32e45d6e622f9b78b\easyrec-web\target\easyrec-web-1.0.2-SNAPSHOT.jar to D:\mvnRespo\org\easyrec\easyrec-web\1.0.2-SNAPSHOT\easyrec-web-1.0.2-SNAPSHOT.jar
    [INFO] ------------------------------------------------------------------------
    [INFO] Reactor Summary:
    [INFO]
    [INFO] easyrec ............................................ SUCCESS [ 0.267 s]
    [INFO] easyrec - Test Utils ............................... SUCCESS [ 0.765 s]
    [INFO] easyrec - Utils .................................... SUCCESS [ 9.442 s]
    [INFO] easyrec - Core ..................................... SUCCESS [ 2.841 s]
    [INFO] easyrec - Plugin API ............................... SUCCESS [ 1.019 s]
    [INFO] easyrec - Plugins .................................. SUCCESS [ 0.000 s]
    [INFO] easyrec - Plugins - Waiting ........................ SUCCESS [ 0.484 s]
    [INFO] easyrec - Plugin Container ......................... SUCCESS [ 1.468 s]
    [INFO] easyrec - Plugins - ARM ............................ SUCCESS [ 1.140 s]
    [INFO] easyrec - Plugins - SlopeOne ....................... SUCCESS [ 1.420 s]
    [INFO] easyrec - Plugins - Pearson ........................ SUCCESS [ 0.671 s]
    [INFO] easyrec - Plugins - JSON Profile Solr Matching ..... SUCCESS [01:05 min]
    [INFO] easyrec - Plugins - Sample ......................... SUCCESS [ 0.546 s]
    [INFO] easyrec - Plugins - Profile Aggregator ............. SUCCESS [ 0.641 s]
    [INFO] easyrec - Web ...................................... SUCCESS [ 15.438 s]
    [INFO] ------------------------------------------------------------------------
    [INFO] BUILD SUCCESS
    [INFO] ------------------------------------------------------------------------
    [INFO] Total time: 01:41 min
    [INFO] Finished at: 2016-12-07T16:02:29+08:00
    [INFO] Final Memory: 168M/247M
    [INFO] ------------------------------------------------------------------------

     
  • LiQiang

    LiQiang - 2016-12-07

    As you see,I have imported the maven project to myeclipse and installed it successfully.I don‘t know the relationship between the Merged project(the top one) and apart ones blow.They are same. Can I delete the apart ones and develop only with the merged top one .Thank you...

     
  • LiQiang

    LiQiang - 2016-12-07

    I want to thermal deployment the project to tomcat in MyEclipse(Don't need to 'install' the mave project every time).What should I do?
    Thanks a lot.

     
  • Florian Kleedorfer

    Great that you got it to work!

    I haven't used eclipse for a long time now, but I'd try to run tomcat in debug mode, which should allow you to replace classes with newly compiled ones somehow. This works as long as the method signatures don't change. If you find a good solution, please post it here!

     
  • LiQiang

    LiQiang - 2016-12-08

    Do you have wechat app? I have lots of problems on myeclipse. It is convenient to help me on wechat app

     
  • LiQiang

    LiQiang - 2016-12-08

    As you see . There are more than 2000 errors in eclipse. Could you please send me a complete source package and the development tool.Can you please suggest me about how to setup the code on my local machine so that i can give contributions as well.As i did not found any mature document with code base.I would be very grateful if you could tell me a way of setup the code in eclipse with no error.

     

    Last edit: LiQiang 2016-12-08
  • LiQiang

    LiQiang - 2016-12-09

    Thanks for your reply.The project is up now and running normally in the tomcat of eclipse.
    Thx!

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.