Samita53 / ldspider

Automatically exported from code.google.com/p/ldspider
0 stars 0 forks source link

ldspider does not build #29

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
1. SVN checkout 
2. mvn package

produces this
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] 
/D:/svn/ldspider-read-only/src/test/java/com/ontologycentral/ldspider/hooks/sink
/SinkSparulTest.java:[71,6] no suitable method found for 
evaluateBreadthFirst(com.ontologycentral.ldspider.frontier.Frontier,int,int,int,
com.ontologycentral.ldspider.Crawler.Mode)
    method com.ontologycentral.ldspider.Crawler.evaluateBreadthFirst(com.ontologycentral.ldspider.frontier.Frontier,com.ontologycentral.ldspider.seen.Seen,com.ontologycentral.ldspider.queue.Redirects,int,int,int,int,boolean) is not applicable
      (actual and formal argument lists differ in length)
    method com.ontologycentral.ldspider.Crawler.evaluateBreadthFirst(com.ontologycentral.ldspider.frontier.Frontier,com.ontologycentral.ldspider.seen.Seen,com.ontologycentral.ldspider.queue.Redirects,int,int,int,int,boolean,com.ontologycentral.ldspider.Crawler.Mode) is not applicable
      (actual and formal argument lists differ in length)
[ERROR] 
/D:/svn/ldspider-read-only/src/test/java/com/ontologycentral/ldspider/SeedReadTe
st.java:[14,55] incompatible types
  required: java.util.Set<java.net.URI>
  found:    java.lang.Iterable<java.net.URI>
[ERROR] 
/D:/svn/ldspider-read-only/src/test/java/com/ontologycentral/ldspider/queue/Thre
adingPollTest.java:[24,34] constructor BreadthFirstQueue in class 
com.ontologycentral.ldspider.queue.BreadthFirstQueue cannot be applied to given 
types;
  required: org.semanticweb.yars.tld.TldManager,com.ontologycentral.ldspider.queue.Redirects,com.ontologycentral.ldspider.seen.Seen,int,int,int,boolean
  found: com.ontologycentral.ldspider.tld.TldManager,int,int
  reason: actual and formal argument lists differ in length
[ERROR] 
/D:/svn/ldspider-read-only/src/test/java/com/ontologycentral/ldspider/queue/Perf
ormanceTest.java:[24,40] constructor BreadthFirstQueue in class 
com.ontologycentral.ldspider.queue.BreadthFirstQueue cannot be applied to given 
types;
  required: org.semanticweb.yars.tld.TldManager,com.ontologycentral.ldspider.queue.Redirects,com.ontologycentral.ldspider.seen.Seen,int,int,int,boolean
  found: com.ontologycentral.ldspider.tld.TldManager,int,int
  reason: actual and formal argument lists differ in length
[ERROR] 
/D:/svn/ldspider-read-only/src/test/java/com/ontologycentral/ldspider/queue/Perf
ormanceTest.java:[62,35] cannot find symbol
  symbol:   method addDirectly(java.net.URI)
  location: variable fq of type com.ontologycentral.ldspider.queue.BreadthFirstQueue

Original issue reported on code.google.com by vroddon@gmail.com on 5 Jan 2015 at 7:31

GoogleCodeExporter commented 9 years ago
The test cases are not up to date, therefore try:

mvn -Dmaven.test.skip=true clean package

Also, there are compiles in the svn.

Original comment by tob.kae...@gmail.com on 14 Jan 2015 at 9:22