OW2 Consortium
Search OW2 Mail Archive: 

Advanced Search - Powered by Google


Mail Archive Home | exoplatform List | August 2007 Index

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

Re: [exoplatform] Re: Added dependencies to the build process


Ok, thanks for the infos ! Is there a web page somewhere with docs
about the build process ?

Good idea to have a Maven reop for eXo. But my understanding of Maven
is that since this repo will be needed by everyone building eXo, it
should be referenced in the main eXo pom.xml, and not in settings.xml
(which is supposed to hold settings that are specific to a particular
install of Maven, eg : a local Maven repo used for caching purpose).

That's just my own 2 cents, fell free to ignore them ;-)

  And again, thanks for the help !

Guillaume

On 17/08/07, Gennady Azarenkov <gazarenkov@xxxxxxxxx> wrote:
> Yes, Hoa is perfectly right.
>
> Let us use only
> http://repo1.maven.org/maven2 as a main source and
> http://svn.exoplatform.org/maven as an additional
> repository where we can deploy ertifacts missed in repo1.maven
>
> Please let Dmitry know about missed in repo1.maven artifacts if any
> (dmitry.goncharuck at exoplatform.com.ua ).
>
> Regards,
>
> Gennady
>
>
> On 8/17/07, Pham Xuan Hoa <hoa.pham@xxxxxxxxxxxxxxx> wrote:
> > Hi all,
> > For simple, please add this exo repository into setting.xml of your
> > maven 2. It assure that all dependencies that exoprojects need is
> available
> >
> > <repositories>
> >         <repository>
> >           <id>eXoPlatform</id>
> >           <name>eXoPlatform Maven Repository</name>
> >           <url> http://svn.exoplatform.org/maven</url>
> >           <layout>default</layout>
> >         </repository>
> >       </repositories>
> >
> > Guillaume Lederrey wrote:
> > > 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/
> > >>
> > >>
> > >
> > >
> > >
> > >
> ------------------------------------------------------------------------
> > >
> > >
> > > --
> > > You receive this message as a subscriber of the
> exoplatform@xxxxxxxxxxxxx mailing list.
> > > To unsubscribe: mailto:
> exoplatform-unsubscribe@xxxxxxxxxxxxx
> > > For general help: mailto:sympa@xxxxxxxxxxxxx?subject=help
> > > ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
> > >
> >
> >
> > --
> > Best regard,
> > Hoa Pham - eXoplatform Viet Nam's team
> > Ha Noi - Viet Nam.
> >
> > Email:hoa.pham@xxxxxxxxxxxxxxx
> > YM: phamvuxuanhoa
> > Skype:phamvuxuanhoa
> >
> >
> >
> >
> >
> > --
> > You receive this message as a subscriber of the exoplatform@xxxxxxxxxxxxx
> mailing list.
> > To unsubscribe: mailto:
> exoplatform-unsubscribe@xxxxxxxxxxxxx
> > For general help: mailto:sympa@xxxxxxxxxxxxx?subject=help
> > ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
> >
> >
>
>


-- 
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.