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


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





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

Reply via email to:

Powered by MHonArc.

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