Getting error while configuring project
Added by shanthi saravanan over 1 year ago
hi,
we are using eclipse helios.we cant run project as per the instructions given in wiki. we are new to maven and
we just started our carrier in java. so please help us to how to run this project.please help us sir.
the error we got is shown below
1.during checkout of sqs-util we got this error,
Build errors for sqs-util; org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal on project sqs-util: Could not resolve dependencies for project net.sqs2:sqs-util:jar:1.4.9: The following artifacts could not be resolved: jnlp:jnlp:jar:1.6.0, gettext-commons:gettext-commons:jar:0.9, com.lowagie:itext:jar:2.0.4: Could not find artifact jnlp:jnlp:jar:1.6.0 in mvnrepository (http://mvnrepository.com/artifact)
2.during checkout of sqs-translator we got this error,
Build errors for sqs-translator; org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal on project sqs-translator: Could not resolve dependencies for project net.sqs2:sqs-translator:jar:1.1.2: Failed to collect dependencies for [net.sqs2:sqs-util:jar:1.4.9 (compile), org.apache.xmlgraphics:xmlgraphics-commons:jar:1.4 (compile), org.apache.xmlgraphics:fop:jar:1.0-20100911 (compile), org.apache.xmlgraphics:batik-script:jar:1.7 (compile), org.apache.xmlgraphics:batik-extension:jar:1.7 (compile), org.apache.xmlgraphics:batik-bridge:jar:1.7 (compile), org.apache.xmlgraphics:batik-transcoder:jar:1.7 (compile), org.apache.xmlgraphics:batik-dom:jar:1.7 (compile), org.apache.xmlgraphics:batik-svg-dom:jar:1.7 (compile), org.apache.xmlgraphics:batik-util:jar:1.7 (compile), org.apache.avalon.framework:avalon-framework-api:jar:4.3.1 (compile), org.apache.avalon.framework:avalon-framework-impl:jar:4.3.1 (compile), com.lowagie:itext:jar:2.0.4 (compile), xalan:xalan:jar:2.7.0 (compile), xalan:serializer:jar:2.7.1 (compile), xml-apis:xml-apis:jar:1.3.04 (compile), xml-apis:xml-apis-ext:jar:1.3.04 (compile), xerces:xercesImpl:jar:2.9.1 (compile), xml-resolver:xml-resolver:jar:1.2 (compile), junit:junit:jar:4.5 (compile), ipafont:ipafont:jar:00201 (compile)]
3.during checkout of sqs-reader we got this error,
Build errors for sqs-reader; org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal on project MarkReader: Could not resolve dependencies for project net.sqs2:MarkReader:jar:2.1-SNAPSHOT: Failed to collect dependencies for [org.testng:testng:jar:5.14 (test), jnlp:jnlp:jar:1.6.0 (compile), net.sqs2:sqs-util:jar:1.4.9 (compile), antlr:antlr:jar:2.7.1 (compile), org.apache.pdfbox:pdfbox:jar:1.0.0 (compile), xml-apis:xml-apis:jar:1.0.b2 (compile), commons-logging:commons-logging:jar:1.1 (compile), commons-io:commons-io:jar:1.4 (compile), commons-beanutils:commons-beanutils:jar:1.7.0 (compile), commons-digester:commons-digester:jar:1.8 (compile), com.lowagie:itext:jar:2.0.4 (compile), avalon-framework:avalon-framework-api:jar:4.2.0 (compile), avalon-framework:avalon-framework-impl:jar:4.2.0 (compile), logkit:logkit:jar:1.0.1 (compile), jfree:jfreechart:jar:1.0.9 (compile), jfree:jcommon:jar:1.0.12 (compile), org.apache.velocity:velocity:jar:1.6-beta1 (compile), org.freemarker:freemarker:jar:2.3.15 (compile), commons-lang:commons-lang:jar:2.4 (compile), oro:oro:jar:2.0.8 (compile), rhino:js:jar:1.7R1 (compile), org.apache.poi:poi:jar:3.5-beta6 (compile), net.sourceforge.jwebunit:jwebunit-core:jar:2.2 (compile), org.mockito:mockito-all:jar:1.7 (compile), net.sf.ehcache:ehcache:pom:2.0.1 (compile), net.sf.ehcache:ehcache-core:pom:2.0.1 (compile), net.sf.ehcache:ehcache-terracotta:pom:2.0.1 (compile), net.sf.jsr107cache:jsr107cache:jar:1.0 (compile), org.slf4j:slf4j-simple:pom:1.5.8 (compile), org.slf4j:slf4j-api:pom:1.5.8 (compile), org.slf4j:slf4j-parent:pom:1.5.8 (compile), org.slf4j:slf4j-log4j12:jar:1.5.8 (compile), org.apache.httpcomponents:httpcore:jar:4.0.1 (test), org.apache.httpcomponents:httpcore-nio:jar:4.0.1 (test), org.apache.httpcomponents:httpclient:jar:4.0.1 (test)]
while maven installing sqs-util we got the error as,
Failed to execute goal on project sqs-util: Could not resolve dependencies for project net.sqs2:sqs-util:jar:1.4.9: The following artifacts could not be resolved: jnlp:jnlp:jar:1.6.0, gettext-commons:gettext-commons:jar:0.9, com.lowagie:itext:jar:2.0.4: Could not find artifact jnlp:jnlp:jar:1.6.0 in mvnrepository (http://mvnrepository.com/artifact) -> [Help 1]
