OW2 Consortium
Search OW2 Mail Archive: 

Advanced Search - Powered by Google


Mail Archive Home | exoplatform List | August 2007 Index

<--  Date Index  --> <--  Thread Index  -->

Re: Added dependencies to the build process


Still having problems with dependencies while building the kernel
(svn://svn.forge.objectweb.org/svnroot/exoplatform/projects/kernel). I
get the following missing dependency message :

1) mail:activation:jar:1.0

  Try downloading the file manually from the project website.

  Then, install it using the command:
      mvn install:install-file -DgroupId=mail -DartifactId=activation \
          -Dversion=1.0 -Dpackaging=jar -Dfile=/path/to/file


It looks a bit like a Sun JAR
(http://maven.apache.org/guides/mini/guide-coping-with-sun-jars.html)
but it looks like it neither javax.activation nor javax.mail ... Where
can I find this dependency ?



On 16/08/07, Guillaume Lederrey <guillaume.lederrey@xxxxxxxxx> wrote:
> Same kind of problem in
> svn://svn.forge.objectweb.org/svnroot/exoplatform/projects/kernel/trunk/container/pom.xml
>
> The dependencies on jibx use the groupId "jibx" it should be
> "org.jibx" to be in sync with the current jibx repository.
>
> I dont know if those changes should actually be incorporated in SVN,
> but at least they might be usefull to somebody else trying to build
> eXo ...
>
> On 16/08/07, Guillaume Lederrey <guillaume.lederrey@xxxxxxxxx> wrote:
> >   Hello !
> >
> >   While testing eXo, I tried to have a look at the sources from
> > svn://svn.forge.objectweb.org/svnroot/exoplatform/projects/kernel/trunk
> >
> > It seems that there is a missing repository configuration in the
> > pom.xml. Actually, you might be using a custom settings.xml in your
> > maven installation, but I think it would be easier if the following is
> > added to the pom.xml :
> >
> > <repositories>
> >   <repository>
> >     <id>jibx.sf.net</id>
> >     <name>JiBX repository</name>
> >     <url>http://jibx.sf.net/maven2</url>
> >     <releases>
> >       <updatePolicy>never</updatePolicy>
> >     </releases>
> >     <snapshots>
> >       <enabled>false</enabled>
> >     </snapshots>
> >   </repository>
> > </repositories>
> > <pluginRepositories>
> >   <pluginRepository>
> >     <id>jibx.sf.net</id>
> >     <name>JiBX repository</name>
> >     <url>http://jibx.sf.net/maven2</url>
> >     <releases>
> >       <updatePolicy>never</updatePolicy>
> >     </releases>
> >     <snapshots>
> >       <enabled>false</enabled>
> >     </snapshots>
> >   </pluginRepository>
> > </pluginRepositories>
> >
> >
> > I hope it helps ...
> > --
> > Jabber : gehel@xxxxxxxxxxx
> > Skype : Guillaume.Lederrey
> > Projects :
> > * http://rwanda.wordpress.com/
> > * http://rwandatech.wordpress.com/
> >
>
>
> --
> Jabber : gehel@xxxxxxxxxxx
> Skype : Guillaume.Lederrey
> Projects :
> * http://rwanda.wordpress.com/
> * http://rwandatech.wordpress.com/
>


-- 
Jabber : gehel@xxxxxxxxxxx
Skype : Guillaume.Lederrey
Projects :
* http://rwanda.wordpress.com/
* http://rwandatech.wordpress.com/



<--  Date Index  --> <--  Thread Index  -->

Reply via email to:

Powered by MHonArc.

Copyright © 2006-2007, OW2 Consortium | contact | webmaster.