Re: AW: maven repository - failed to download - part2

Ramin <[email protected]>
Newsgroups gmane.comp.java.keel.devel
Message-ID <[email protected]>
Well, I couldn't a build.properties file anywhere in my project
folder. Even after I ran ant completeinstall. I did find
build.properties files in the Keel folders though. I did a search for
the string "maven.repo.remote" in my keel root folder and found 28
occurances of it. In all the occunrances, www.ibiblio.com came first,
then www.keelframework.org. I changed the order of the two to see if
it would make a difference. I ran maven once again, but it still
couldn't find some of the jars...

here is my search result for the keel packages that had
maven.repo.remote in them:

\Keel\app-crud\
\Keel\app-fileservices\
\Keel\app-navigate\
\Keel\app-register\
\Keel\app-util\
\Keel\clnt-desktop\
\Keel\keel-client\
\Keel\keel-common\
\Keel\keel-container\
\Keel\keel-core\
\Keel\keel-server\
\Keel\svc-authentication-persist\
\Keel\svc-authorization-persist\
\Keel\svc-cache-excalibur\
\Keel\svc-crypto-base64\
\Keel\svc-crypto-des\
\Keel\svc-domain-config\
\Keel\svc-event-defaultevent\
\Keel\svc-filter-filters\
\Keel\svc-httpunit\
\Keel\svc-mail-javamail\
\Keel\svc-model-defaultmodel\
\Keel\svc-password-jpassgen\
\Keel\svc-persist-base\
\Keel\svc-persist-default\
\Keel\svc-schedule-quartz\
\Keel\svc-usergroup-persist\


On Fri, 11 Feb 2005 23:27:53 +0100 (MET), Aleksandar Vidakovic
<[email protected]> wrote:
> It follows this order (cited from the maven docu...):
> 
> "The properties files in Maven are processed in the following order:
> 
> ${project.home}/project.properties
> 
> ${project.home}/build.properties
> 
> ${user.home}/build.properties"
> 
> You can put "maven.repo.remote" where ever it suits you best (normally
> ${project.home}/project.properties).
> 
> Aleks
> 
> > Where is the maven.repo.remote property defined?
> >
> >
> > On Fri, 11 Feb 2005 12:16:14 -0500, Michael Nash
> > <[email protected]> wrote:
> > > Aleks:
> > >
> > > We've got a repo going already at http://www.keelframework.org/maven.
> > > Just add that to the (front) of your maven.repo.remote property, it
> > > should find all the Keel jars then.
> > >
> > > Mike
> > >
> > > On Fri, 2005-02-11 at 05:36, Vidakovic Aleksandar wrote:
> > > > This means that maven is unable to find those jars in it's
> repository
> > directory. The problem here is that these jars cannot be found on
> > http://www.ibiblio.org/maven which is the default remote repository for
> maven.
> > > >
> > > > Intermediate solution: you can find the missing jars in the lib
> > directories of the keel projects; copy them to the maven repository and
> the
> > warnings will be gone.
> > > >
> > > > A better way would be to have a common keel repository. ALL: are
> there
> > any plans for such a repository? Would be really helpful...
> > > >
> > > > Cheers,
> > > >
> > > > Aleks
> > > >
> > > > -----Ursprüngliche Nachricht-----
> > > > Von: Ramin [mailto:[email protected]]
> > > > Gesendet: Freitag, 11. Februar 2005 02:37
> > > > An: keelgroup-keelframework.com-rI8AND0JKYOgdSakss0wQjGcDxdMUgRv@public.gmane.org
> > > > Betreff: [Keelgroup] maven repository - failed to download - part2
> > > >
> > > >
> > > > Here's the output I'm getting .. forgot to paste it:
> > > >
> > > >
> > > > ramin@ramin-xp
> > /cygdrive/e/Development/Keel/keel-build/example-projects/default
> > > > $ maven
> > > >  __  __
> > > > |  \/  |__ _Apache__ ___
> > > > | |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
> > > > |_|  |_\__,_|\_/\___|_||_|  v. 1.0
> > > >
> > > > Attempting to download keel-core-2.0.jar.
> > > > WARNING: Failed to download keel-core-2.0.jar.
> > > > Attempting to download keel-common-2.0.jar.
> > > > WARNING: Failed to download keel-common-2.0.jar.
> > > > Attempting to download jdo-1.0.jar.
> > > > WARNING: Failed to download jdo-1.0.jar.
> > > > Attempting to download keel-container-2.0.jar.
> > > > WARNING: Failed to download keel-container-2.0.jar.
> > > > Attempting to download excalibur-fortress-container-api-1.2.jar.
> > > > WARNING: Failed to download
> excalibur-fortress-container-api-1.2.jar.
> > > > Attempting to download excalibur-fortress-container-impl-1.2.jar.
> > > > WARNING: Failed to download
> excalibur-fortress-container-impl-1.2.jar.
> > > > Attempting to download excalibur-instrument-1.2.jar.
> > > > WARNING: Failed to download excalibur-instrument-1.2.jar.
> > > > Attempting to download excalibur-instrument-http-1.2.jar.
> > > > WARNING: Failed to download excalibur-instrument-http-1.2.jar.
> > > > Attempting to download excalibur-instrument-impl-1.2.jar.
> > > > WARNING: Failed to download excalibur-instrument-impl-1.2.jar.
> > > > Attempting to download excalibur-instrument-spi-1.2.jar.
> > > > WARNING: Failed to download excalibur-instrument-spi-1.2.jar.
> > > > Attempting to download xalan-2.6.0.jar.
> > > > WARNING: Failed to download xalan-2.6.0.jar.
> > > > Attempting to download svc-authentication-persist-2.0.jar.
> > > > WARNING: Failed to download svc-authentication-persist-2.0.jar.
> > > > Attempting to download svc-filter-filters-2.0.jar.
> > > > WARNING: Failed to download svc-filter-filters-2.0.jar.
> > > > Attempting to download excalibur-pool-api-2.0.jar.
> > > > WARNING: Failed to download excalibur-pool-api-2.0.jar.
> > > > Attempting to download excalibur-pool-impl-2.0.jar.
> > > > WARNING: Failed to download excalibur-pool-impl-2.0.jar.
> > > > Attempting to download excalibur-pool-instrumented-2.0.jar.
> > > > WARNING: Failed to download excalibur-pool-instrumented-2.0.jar.
> > > > Attempting to download mysql-connector-java-3.1.4-beta-bin.jar.
> > > > WARNING: Failed to download mysql-connector-java-3.1.4-beta-bin.jar.
> > > > Attempting to download svc-persist-base-1.1.jar.
> > > > WARNING: Failed to download svc-persist-base-1.1.jar.
> > > > Attempting to download jpassgen-1.0.jar.
> > > > WARNING: Failed to download jpassgen-1.0.jar.
> > > > Attempting to download svc-password-jpassgen-2.0.jar.
> > > > WARNING: Failed to download svc-password-jpassgen-2.0.jar.
> > > > Attempting to download cli-1.0.jar.
> > > > WARNING: Failed to download cli-1.0.jar.
> > > > Attempting to download keel-server-2.0.jar.
> > > > WARNING: Failed to download keel-server-2.0.jar.
> > > > Attempting to download jms-1.1.jar.
> > > > WARNING: Failed to download jms-1.1.jar.
> > > > Attempting to download keel-client-2.0.jar.
> > > > WARNING: Failed to download keel-client-2.0.jar.
> > > > Attempting to download keel-clnt-cli-1.1.jar.
> > > > WARNING: Failed to download keel-clnt-cli-1.1.jar.
> > > > Attempting to download app-navigate-2.0.jar.
> > > > WARNING: Failed to download app-navigate-2.0.jar.
> > > > Attempting to download svc-httpunit-2.0.jar.
> > > > WARNING: Failed to download svc-httpunit-2.0.jar.
> > > > Attempting to download tidy-1.0.jar.
> > > > WARNING: Failed to download tidy-1.0.jar.
> > > > Attempting to download js-1.0.jar.
> > > > WARNING: Failed to download js-1.0.jar.
> > > > Attempting to download app-register-2.0-b.jar.
> > > > WARNING: Failed to download app-register-2.0-b.jar.
> > > > Attempting to download svc-crypto-base64-2.0.jar.
> > > > WARNING: Failed to download svc-crypto-base64-2.0.jar.
> > > > Attempting to download app-util-1.0.jar.
> > > > WARNING: Failed to download app-util-1.0.jar.
> > > > Attempting to download app-crud-2.0-a.jar.
> > > > WARNING: Failed to download app-crud-2.0-a.jar.
> > > > Attempting to download mail-1.0.jar.
> > > > WARNING: Failed to download mail-1.0.jar.
> > > > Attempting to download activation-1.0.jar.
> > > > WARNING: Failed to download activation-1.0.jar.
> > > > Attempting to download svc-mail-javamail-2.0.jar.
> > > > WARNING: Failed to download svc-mail-javamail-2.0.jar.
> > > > Attempting to download svc-model-defaultmodel-2.0.jar.
> > > > WARNING: Failed to download svc-model-defaultmodel-2.0.jar.
> > > > Attempting to download keel-clnt-struts-3.0.jar.
> > > > WARNING: Failed to download keel-clnt-struts-3.0.jar.
> > > > Attempting to download svc-event-defaultevent-2.0.jar.
> > > > WARNING: Failed to download svc-event-defaultevent-2.0.jar.
> > > > Attempting to download svc-usergroup-persist-1.0.jar.
> > > > WARNING: Failed to download svc-usergroup-persist-1.0.jar.
> > > > Attempting to download svc-domain-config-1.0.jar.
> > > > WARNING: Failed to download svc-domain-config-1.0.jar.
> > > > Attempting to download svc-authorization-persist-2.0.jar.
> > > > WARNING: Failed to download svc-authorization-persist-2.0.jar.
> > > > Attempting to download svc-crypto-des-2.0.jar.
> > > > WARNING: Failed to download svc-crypto-des-2.0.jar.
> > > > Attempting to download excalibur-cache-1.0a.jar.
> > > > WARNING: Failed to download excalibur-cache-1.0a.jar.
> > > > Attempting to download svc-cache-excalibur-2.0.jar.
> > > > WARNING: Failed to download svc-cache-excalibur-2.0.jar.
> > > > Attempting to download app-poll-2.0.jar.
> > > > WARNING: Failed to download app-poll-2.0.jar.
> > > > Attempting to download svc-persist-default-2.0.jar.
> > > > WARNING: Failed to download svc-persist-default-2.0.jar.
> > > > The build cannot continue because of the following unsatisfied
> > dependencies:
> > > >
> > > > keel-core-2.0.jar
> > > > keel-common-2.0.jar
> > > > jdo-1.0.jar
> > > > keel-container-2.0.jar
> > > > excalibur-fortress-container-api-1.2.jar
> > > > excalibur-fortress-container-impl-1.2.jar
> > > > excalibur-instrument-1.2.jar
> > > > excalibur-instrument-http-1.2.jar
> > > > excalibur-instrument-impl-1.2.jar
> > > > excalibur-instrument-spi-1.2.jar
> > > > xalan-2.6.0.jar
> > > > svc-authentication-persist-2.0.jar
> > > > svc-filter-filters-2.0.jar
> > > > excalibur-pool-api-2.0.jar
> > > > excalibur-pool-impl-2.0.jar
> > > > excalibur-pool-instrumented-2.0.jar
> > > > mysql-connector-java-3.1.4-beta-bin.jar
> > > > svc-persist-base-1.1.jar
> > > > jpassgen-1.0.jar
> > > > svc-password-jpassgen-2.0.jar
> > > > cli-1.0.jar
> > > > keel-server-2.0.jar
> > > > jms-1.1.jar
> > > > keel-client-2.0.jar
> > > > keel-clnt-cli-1.1.jar
> > > > app-navigate-2.0.jar
> > > > svc-httpunit-2.0.jar
> > > > tidy-1.0.jar
> > > > js-1.0.jar
> > > > app-register-2.0-b.jar
> > > > svc-crypto-base64-2.0.jar
> > > > app-util-1.0.jar
> > > > app-crud-2.0-a.jar
> > > > mail-1.0.jar
> > > > activation-1.0.jar
> > > > svc-mail-javamail-2.0.jar
> > > > svc-model-defaultmodel-2.0.jar
> > > > keel-clnt-struts-3.0.jar
> > > > svc-event-defaultevent-2.0.jar
> > > > svc-usergroup-persist-1.0.jar
> > > > svc-domain-config-1.0.jar
> > > > svc-authorization-persist-2.0.jar
> > > > svc-crypto-des-2.0.jar
> > > > excalibur-cache-1.0a.jar
> > > > svc-cache-excalibur-2.0.jar
> > > > app-poll-2.0.jar
> > > > svc-persist-default-2.0.jar
> > > >
> > > > Total time: 1 minutes 16 seconds
> > > > Finished at: Thu Feb 10 20:35:35 EST 2005
> > >
> > > http://keelframework.org/documentation.shtml
> > > Keelgroup mailing list
> > > [email protected]
> > >
> http://lists.keelframework.com/listinfo.cgi/keelgroup-keelframework.com
> > >
> >
> >
> > --
> > - Ramin
> > http://keelframework.org/documentation.shtml
> > Keelgroup mailing list
> > [email protected]
> > http://lists.keelframework.com/listinfo.cgi/keelgroup-keelframework.com
> >
> 
> --
> Aleksandar Vidakovic
> [email protected]
> 
> Lassen Sie Ihren Gedanken freien Lauf... z.B. per FreeSMS
> GMX bietet bis zu 100 FreeSMS/Monat: http://www.gmx.net/de/go/mail
> http://keelframework.org/documentation.shtml
> Keelgroup mailing list
> [email protected]
> http://lists.keelframework.com/listinfo.cgi/keelgroup-keelframework.com
> 


-- 
- Ramin
http://keelframework.org/documentation.shtml
Keelgroup mailing list
[email protected]
http://lists.keelframework.com/listinfo.cgi/keelgroup-keelframework.com
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.