Mail Archive Home | exoplatform List | December 2006 Index
| <-- Date Index --> | <-- Thread Index --> |
Hi,
I checked out the latest source code (version 11469) from SVN this morning
and got the following error when I ran mvn clean install in the
exo-platform module.
I noticed that ibibio repository does not have the two dependent jars.
What puzzled me is the daily build process is indicated successful on the
eXo site, why I got the following errors when using the latest source
code?
Could the daily build process use some cached repository while the general
public cannot access?
btw, I have got the similar problem(mysql jar cannot be found) for the
past week or so. I started to get the JSF jar problem starting from last
night.
Any of your insight is highly appreciated.
Thanks
-Jimmy
Missing:
----------
1) mysql:mysql-connector-java:jar:5.0.3-bin
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=mysql
-DartifactId=mysql-connector-java \
-Dversion=5.0.3-bin -Dpackaging=jar -Dfile=/path/to/file
Path to dependency:
1) exo-platform:exo-platform.commons:jar:2.0.3
2) mysql:mysql-connector-java:jar:5.0.3-bin
2) jsf:jsf-api:jar:1.1
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=jsf -DartifactId=jsf-api \
-Dversion=1.1 -Dpackaging=jar -Dfile=/path/to/file
Path to dependency:
1) exo-platform:exo-platform.commons:jar:2.0.3
2) jsf:jsf-api:jar:1.1
----------
2 required artifacts are missing.
for artifact:
exo-platform:exo-platform.commons:jar:2.0.3
from the specified remote repositories:
central (http://repo1.maven.org/maven2),
ibiblio (http://www.ibiblio.org/maven2),
local-ecm (file:c:/java/eXoplatform/projects/v2.x/exo-ecm/maven2),
objectweb-snapshot (http://maven.objectweb.org/maven2-snapshot/),
local-jcr (file:c:/java/eXoplatform/projects/v2.x/exo-jcr/maven2),
local (file:c:/java/eXoplatform/projects/v2.x/exo-platform/maven2),
objectweb (http://maven.objectweb.org/maven2)
| <-- Date Index --> | <-- Thread Index --> |
Powered by MHonArc.
Copyright © 2006-2007, OW2 Consortium | contact | webmaster.