[jacorb-developer] JacORb in maven repository

Nick Cross jacorb at goots.org
Thu Jun 7 14:19:51 CEST 2012


Hi,

Thanks for letting us know it works :-)

Can you clarify your statement about slf4j please? According to 
http://www.slf4j.org/manual.html, slf4j-jdk14-1.6.5.jar (the most recent 
release) is the binding for java.util.logging.

Regards

Nick



On 07/06/12 12:45, Timothy Astle wrote:
> In case there is any doubt, it works fine for me. You just have to
> declare the following if you need the IDL compiler and JacORB itself.
>
> <!-- JACORB and related dependencies. -->
> <dependency>
> <groupId>org.jacorb</groupId>
> <artifactId>jacorb</artifactId>
> <version>3.0</version>
> </dependency>
> <dependency>
> <groupId>org.jacorb</groupId>
> <artifactId>idl-compiler</artifactId>
> <version>3.0</version>
> </dependency>
>
> btw, kudos to the JacORB team for the dependency clean-up in version
> 3.0. Nice to get rid of avalon logging :)
>
> The only warning I would give to people is that if they've already
> brought in SLF4J for a more recent version of Java (5,6,7), the
> jacorb-parent POM has a dependency on slf4j-jdk14. You must override
> this transitive dependency to avoid class loader issues (i.e., Java or
> your servlet container may load wrong class.) Don't worry though, you
> should get a pretty clear error.
>
> I hope this helps,
>
> Tim
>
> On 07/06/2012 7:52 AM, Nick Cross wrote:
>>
>> Try using maven central e.g.
>>
>> "http://search.maven.org/#browse|-1539331823" or a mirror e.g.
>> http://mirrors.ibiblio.org/pub/mirrors/maven2/org/jacorb/
>>
>> I am not familiar with mvnrepository.com - is it an official mirror?
>>
>>
>> Regards
>>
>> Nick
>>
>> On 07/06/12 11:43, Lulseged Zerfu wrote:
>>> Hi
>>>
>>> I am looking jacORB from the www.mvnrepository.com. I don't know it
>>> it is where I should look jacORB from.
>>>
>>> http://mvnrepository.com/search.html?query=jacorb
>>>
>>> This query shows me that the core is there but not the idl-compiler.
>>>
>>> Or do you have another repository?
>>>
>>> Lulseged
>>>
>>> -----Original Message-----
>>> From: Nick Cross [mailto:jacorb at goots.org]
>>> Sent: den 7 juni 2012 12:39
>>> To: Discussions concerning CORBA development with JacORB
>>> Cc: Lulseged Zerfu
>>> Subject: Re: [jacorb-developer] JacORb in maven repository
>>>
>>>
>>> What have you tried looking at ? i.e. show me the central repository
>>> path / poms you have used?
>>>
>>> I have just checked and parent/idl-compiler/core and services are all
>>> there.
>>>
>>> Core is all you need for the core orb.
>>>
>>> Regards
>>>
>>> Nick
>>>
>>> On 07/06/12 08:36, Lulseged Zerfu wrote:
>>>> Hi
>>>>
>>>> On the 23:rd of May, jacORB was announced to be available in maven
>>>> repositories.
>>>>
>>>> I can only see jacORB::Core but is this all we need to run jacORB?
>>>>
>>>> Where is the jacORB::idl and other dependencies?
>>>>
>>>> Lulseged
>>>> _______________________________________________
>>>> jacorb-developer maillist -
>>>> jacorb-developer at lists.spline.inf.fu-berlin.de
>>>> https://lists.spline.inf.fu-berlin.de/mailman/listinfo/jacorb-develope
>>>> r
>>>
>>
>> _______________________________________________
>> jacorb-developer maillist -
>> jacorb-developer at lists.spline.inf.fu-berlin.de
>> https://lists.spline.inf.fu-berlin.de/mailman/listinfo/jacorb-developer
>



More information about the jacorb-developer mailing list