You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by John Coleman <qb...@gmail.com> on 2016/01/20 05:59:07 UTC

maven build dependency problems

Can anyone shed light on this please?


[INFO] [ERROR] Failed to execute goal on project AuditManager: Could not
resolve
 dependencies for project ******.audit:AuditManager:war:3.1.5-SNAPSHOT:
Failed t
o collect dependencies for [org.apache.tapestry:tapestry-core:jar:5.3.6
(compile
), org.apache.tapestry:tapestry-yuicompressor:jar:5.3.6 (compile),
org.testng:te
stng:jar:5.14.10 (test), org.easymock:easymock:jar:3.0 (test),
org.apache.tapest
ry:tapestry-test:jar:5.3.6 (test), javax.servlet:servlet-api:jar:2.5
(provided),
 org.apache.tapestry:tapestry-javadoc:jar:5.3.6 (provided),
se.unbound:tapestry-
breadcrumbs:jar:1.9 (compile), epulse.tapestry:tapx-datefield:jar:1.2
(compile),
 org.got5:tapestry5-jquery:jar:3.3.7 (compile),
org.apache.tapestry:tapestry-jpa
:jar:5.3.5 (compile), javax.mail:mail:jar:1.4.5 (compile),
org.eclipse.persisten
ce:eclipselink:jar:2.4.1 (compile), net.sourceforge.jtds:jtds:jar:1.2.7
(compile
), postgresql:postgresql:jar:9.1-901.jdbc4 (compile),
javax.annotation:jsr250-ap
i:jar:1.0 (compile), org.apache.commons:commons-io:jar:1.3.2 (compile),
eu.epuls
e.auditmanager:sentinelplus:jar:1.0.0 (compile),
org.apache.tapestry:tapestry-ka
ptcha:jar:5.3.5 (compile), commons-beanutils:commons-beanutils:jar:1.8.3
(compil
e), org.apache.commons:commons-email:jar:1.3.2 (compile)]: Failed to read
artifa
ct descriptor for org.got5:tapestry5-jquery:jar:3.3.7: Could not transfer
artifa
ct org.got5:tapestry5-jquery:pom:3.3.7 from/to Codehaus repo (
http://nexus.codeh
aus.org/content/repositories/releases/org/codehaus/mojo): Error
transferring fil
e: nexus.codehaus.org: Unknown host nexus.codehaus.org -> [Help 1]

Re: maven build dependency problems

Posted by Kalle Korhonen <ka...@gmail.com>.
kaptcha 2.3 is still available from Sonatype's forge repo at
https://repository.sonatype.org/content/groups/forge/com/google/code/kaptcha/kaptcha/2.3/.


T5.3 needs to depend on that version because it is the last version still
built with jdk1.5.

However, T5.4 switched to https://github.com/axet/kaptcha and as I recall,
it was a drop-in replacement so it should work for T5.3 as well (that is if
you are not limited to Java 1.5 yourself).

Kalle

On Tue, Jan 19, 2016 at 11:45 PM, John Coleman <qb...@gmail.com>
wrote:

> You are right Kalle, I ended up removing a bunch of repos from the build
> and it worked. I had to obtain google kaptcha 2.3 from an archive and
> install it on the local repository because this also has gone off-line.
>
> John
>
> On Wed, Jan 20, 2016 at 1:40 PM, Kalle Korhonen <
> kalle.o.korhonen@gmail.com>
> wrote:
>
> > No, I think you should remove extra repository references. Codehaus went
> > bust more than 8 months ago. Track down where codehaus repo is being
> > referenced and remove it. If you need the org.got5.tapestr5-jquery
> library,
> > use the versions available at Maven central:
> > http://repo1.maven.org/maven2/org/got5/tapestry5-jquery/
> >
> > Kalle
> >
> > On Tue, Jan 19, 2016 at 9:54 PM, Prakash Manjeshwar <
> > pvmanjeshwar@gmail.com>
> > wrote:
> >
> > > Looks like repository issue with codehous.
> > >
> > > Check the section "For Tapestry 5.3 users: " at:
> > > https://github.com/got5/tapestry5-jquery
> > >
> > > You may have to add repositories.
> > >
> > > ---
> > > Regards,
> > > Prakash
> > >
> > >
> > > On 20 January 2016 at 10:29, John Coleman <qb...@gmail.com>
> > > wrote:
> > >
> > > > Can anyone shed light on this please?
> > > >
> > > >
> > > > [INFO] [ERROR] Failed to execute goal on project AuditManager: Could
> > not
> > > > resolve
> > > >  dependencies for project
> ******.audit:AuditManager:war:3.1.5-SNAPSHOT:
> > > > Failed t
> > > > o collect dependencies for
> [org.apache.tapestry:tapestry-core:jar:5.3.6
> > > > (compile
> > > > ), org.apache.tapestry:tapestry-yuicompressor:jar:5.3.6 (compile),
> > > > org.testng:te
> > > > stng:jar:5.14.10 (test), org.easymock:easymock:jar:3.0 (test),
> > > > org.apache.tapest
> > > > ry:tapestry-test:jar:5.3.6 (test), javax.servlet:servlet-api:jar:2.5
> > > > (provided),
> > > >  org.apache.tapestry:tapestry-javadoc:jar:5.3.6 (provided),
> > > > se.unbound:tapestry-
> > > > breadcrumbs:jar:1.9 (compile), epulse.tapestry:tapx-datefield:jar:1.2
> > > > (compile),
> > > >  org.got5:tapestry5-jquery:jar:3.3.7 (compile),
> > > > org.apache.tapestry:tapestry-jpa
> > > > :jar:5.3.5 (compile), javax.mail:mail:jar:1.4.5 (compile),
> > > > org.eclipse.persisten
> > > > ce:eclipselink:jar:2.4.1 (compile),
> net.sourceforge.jtds:jtds:jar:1.2.7
> > > > (compile
> > > > ), postgresql:postgresql:jar:9.1-901.jdbc4 (compile),
> > > > javax.annotation:jsr250-ap
> > > > i:jar:1.0 (compile), org.apache.commons:commons-io:jar:1.3.2
> (compile),
> > > > eu.epuls
> > > > e.auditmanager:sentinelplus:jar:1.0.0 (compile),
> > > > org.apache.tapestry:tapestry-ka
> > > > ptcha:jar:5.3.5 (compile),
> > commons-beanutils:commons-beanutils:jar:1.8.3
> > > > (compil
> > > > e), org.apache.commons:commons-email:jar:1.3.2 (compile)]: Failed to
> > read
> > > > artifa
> > > > ct descriptor for org.got5:tapestry5-jquery:jar:3.3.7: Could not
> > transfer
> > > > artifa
> > > > ct org.got5:tapestry5-jquery:pom:3.3.7 from/to Codehaus repo (
> > > > http://nexus.codeh
> > > > aus.org/content/repositories/releases/org/codehaus/mojo): Error
> > > > transferring fil
> > > > e: nexus.codehaus.org: Unknown host nexus.codehaus.org -> [Help 1]
> > > >
> > >
> >
>

Re: maven build dependency problems

Posted by John Coleman <qb...@gmail.com>.
You are right Kalle, I ended up removing a bunch of repos from the build
and it worked. I had to obtain google kaptcha 2.3 from an archive and
install it on the local repository because this also has gone off-line.

John

On Wed, Jan 20, 2016 at 1:40 PM, Kalle Korhonen <ka...@gmail.com>
wrote:

> No, I think you should remove extra repository references. Codehaus went
> bust more than 8 months ago. Track down where codehaus repo is being
> referenced and remove it. If you need the org.got5.tapestr5-jquery library,
> use the versions available at Maven central:
> http://repo1.maven.org/maven2/org/got5/tapestry5-jquery/
>
> Kalle
>
> On Tue, Jan 19, 2016 at 9:54 PM, Prakash Manjeshwar <
> pvmanjeshwar@gmail.com>
> wrote:
>
> > Looks like repository issue with codehous.
> >
> > Check the section "For Tapestry 5.3 users: " at:
> > https://github.com/got5/tapestry5-jquery
> >
> > You may have to add repositories.
> >
> > ---
> > Regards,
> > Prakash
> >
> >
> > On 20 January 2016 at 10:29, John Coleman <qb...@gmail.com>
> > wrote:
> >
> > > Can anyone shed light on this please?
> > >
> > >
> > > [INFO] [ERROR] Failed to execute goal on project AuditManager: Could
> not
> > > resolve
> > >  dependencies for project ******.audit:AuditManager:war:3.1.5-SNAPSHOT:
> > > Failed t
> > > o collect dependencies for [org.apache.tapestry:tapestry-core:jar:5.3.6
> > > (compile
> > > ), org.apache.tapestry:tapestry-yuicompressor:jar:5.3.6 (compile),
> > > org.testng:te
> > > stng:jar:5.14.10 (test), org.easymock:easymock:jar:3.0 (test),
> > > org.apache.tapest
> > > ry:tapestry-test:jar:5.3.6 (test), javax.servlet:servlet-api:jar:2.5
> > > (provided),
> > >  org.apache.tapestry:tapestry-javadoc:jar:5.3.6 (provided),
> > > se.unbound:tapestry-
> > > breadcrumbs:jar:1.9 (compile), epulse.tapestry:tapx-datefield:jar:1.2
> > > (compile),
> > >  org.got5:tapestry5-jquery:jar:3.3.7 (compile),
> > > org.apache.tapestry:tapestry-jpa
> > > :jar:5.3.5 (compile), javax.mail:mail:jar:1.4.5 (compile),
> > > org.eclipse.persisten
> > > ce:eclipselink:jar:2.4.1 (compile), net.sourceforge.jtds:jtds:jar:1.2.7
> > > (compile
> > > ), postgresql:postgresql:jar:9.1-901.jdbc4 (compile),
> > > javax.annotation:jsr250-ap
> > > i:jar:1.0 (compile), org.apache.commons:commons-io:jar:1.3.2 (compile),
> > > eu.epuls
> > > e.auditmanager:sentinelplus:jar:1.0.0 (compile),
> > > org.apache.tapestry:tapestry-ka
> > > ptcha:jar:5.3.5 (compile),
> commons-beanutils:commons-beanutils:jar:1.8.3
> > > (compil
> > > e), org.apache.commons:commons-email:jar:1.3.2 (compile)]: Failed to
> read
> > > artifa
> > > ct descriptor for org.got5:tapestry5-jquery:jar:3.3.7: Could not
> transfer
> > > artifa
> > > ct org.got5:tapestry5-jquery:pom:3.3.7 from/to Codehaus repo (
> > > http://nexus.codeh
> > > aus.org/content/repositories/releases/org/codehaus/mojo): Error
> > > transferring fil
> > > e: nexus.codehaus.org: Unknown host nexus.codehaus.org -> [Help 1]
> > >
> >
>

Re: maven build dependency problems

Posted by Kalle Korhonen <ka...@gmail.com>.
No, I think you should remove extra repository references. Codehaus went
bust more than 8 months ago. Track down where codehaus repo is being
referenced and remove it. If you need the org.got5.tapestr5-jquery library,
use the versions available at Maven central:
http://repo1.maven.org/maven2/org/got5/tapestry5-jquery/

Kalle

On Tue, Jan 19, 2016 at 9:54 PM, Prakash Manjeshwar <pv...@gmail.com>
wrote:

> Looks like repository issue with codehous.
>
> Check the section "For Tapestry 5.3 users: " at:
> https://github.com/got5/tapestry5-jquery
>
> You may have to add repositories.
>
> ---
> Regards,
> Prakash
>
>
> On 20 January 2016 at 10:29, John Coleman <qb...@gmail.com>
> wrote:
>
> > Can anyone shed light on this please?
> >
> >
> > [INFO] [ERROR] Failed to execute goal on project AuditManager: Could not
> > resolve
> >  dependencies for project ******.audit:AuditManager:war:3.1.5-SNAPSHOT:
> > Failed t
> > o collect dependencies for [org.apache.tapestry:tapestry-core:jar:5.3.6
> > (compile
> > ), org.apache.tapestry:tapestry-yuicompressor:jar:5.3.6 (compile),
> > org.testng:te
> > stng:jar:5.14.10 (test), org.easymock:easymock:jar:3.0 (test),
> > org.apache.tapest
> > ry:tapestry-test:jar:5.3.6 (test), javax.servlet:servlet-api:jar:2.5
> > (provided),
> >  org.apache.tapestry:tapestry-javadoc:jar:5.3.6 (provided),
> > se.unbound:tapestry-
> > breadcrumbs:jar:1.9 (compile), epulse.tapestry:tapx-datefield:jar:1.2
> > (compile),
> >  org.got5:tapestry5-jquery:jar:3.3.7 (compile),
> > org.apache.tapestry:tapestry-jpa
> > :jar:5.3.5 (compile), javax.mail:mail:jar:1.4.5 (compile),
> > org.eclipse.persisten
> > ce:eclipselink:jar:2.4.1 (compile), net.sourceforge.jtds:jtds:jar:1.2.7
> > (compile
> > ), postgresql:postgresql:jar:9.1-901.jdbc4 (compile),
> > javax.annotation:jsr250-ap
> > i:jar:1.0 (compile), org.apache.commons:commons-io:jar:1.3.2 (compile),
> > eu.epuls
> > e.auditmanager:sentinelplus:jar:1.0.0 (compile),
> > org.apache.tapestry:tapestry-ka
> > ptcha:jar:5.3.5 (compile), commons-beanutils:commons-beanutils:jar:1.8.3
> > (compil
> > e), org.apache.commons:commons-email:jar:1.3.2 (compile)]: Failed to read
> > artifa
> > ct descriptor for org.got5:tapestry5-jquery:jar:3.3.7: Could not transfer
> > artifa
> > ct org.got5:tapestry5-jquery:pom:3.3.7 from/to Codehaus repo (
> > http://nexus.codeh
> > aus.org/content/repositories/releases/org/codehaus/mojo): Error
> > transferring fil
> > e: nexus.codehaus.org: Unknown host nexus.codehaus.org -> [Help 1]
> >
>

Re: maven build dependency problems

Posted by Prakash Manjeshwar <pv...@gmail.com>.
Looks like repository issue with codehous.

Check the section "For Tapestry 5.3 users: " at:
https://github.com/got5/tapestry5-jquery

You may have to add repositories.

---
Regards,
Prakash


On 20 January 2016 at 10:29, John Coleman <qb...@gmail.com> wrote:

> Can anyone shed light on this please?
>
>
> [INFO] [ERROR] Failed to execute goal on project AuditManager: Could not
> resolve
>  dependencies for project ******.audit:AuditManager:war:3.1.5-SNAPSHOT:
> Failed t
> o collect dependencies for [org.apache.tapestry:tapestry-core:jar:5.3.6
> (compile
> ), org.apache.tapestry:tapestry-yuicompressor:jar:5.3.6 (compile),
> org.testng:te
> stng:jar:5.14.10 (test), org.easymock:easymock:jar:3.0 (test),
> org.apache.tapest
> ry:tapestry-test:jar:5.3.6 (test), javax.servlet:servlet-api:jar:2.5
> (provided),
>  org.apache.tapestry:tapestry-javadoc:jar:5.3.6 (provided),
> se.unbound:tapestry-
> breadcrumbs:jar:1.9 (compile), epulse.tapestry:tapx-datefield:jar:1.2
> (compile),
>  org.got5:tapestry5-jquery:jar:3.3.7 (compile),
> org.apache.tapestry:tapestry-jpa
> :jar:5.3.5 (compile), javax.mail:mail:jar:1.4.5 (compile),
> org.eclipse.persisten
> ce:eclipselink:jar:2.4.1 (compile), net.sourceforge.jtds:jtds:jar:1.2.7
> (compile
> ), postgresql:postgresql:jar:9.1-901.jdbc4 (compile),
> javax.annotation:jsr250-ap
> i:jar:1.0 (compile), org.apache.commons:commons-io:jar:1.3.2 (compile),
> eu.epuls
> e.auditmanager:sentinelplus:jar:1.0.0 (compile),
> org.apache.tapestry:tapestry-ka
> ptcha:jar:5.3.5 (compile), commons-beanutils:commons-beanutils:jar:1.8.3
> (compil
> e), org.apache.commons:commons-email:jar:1.3.2 (compile)]: Failed to read
> artifa
> ct descriptor for org.got5:tapestry5-jquery:jar:3.3.7: Could not transfer
> artifa
> ct org.got5:tapestry5-jquery:pom:3.3.7 from/to Codehaus repo (
> http://nexus.codeh
> aus.org/content/repositories/releases/org/codehaus/mojo): Error
> transferring fil
> e: nexus.codehaus.org: Unknown host nexus.codehaus.org -> [Help 1]
>