You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomee.apache.org by hanasaki <ha...@hanaden.com> on 2014/07/13 05:05:34 UTC

openejb-core build dependencies : which repository when building from full source ?

Working on the full build from source of the current trunk

1.0-SNAPSHOT not found - upgrade to 1.0-EA ?
     <dependency>
       <groupId>org.apache.geronimo.specs</groupId>
       <artifactId>geronimo-concurrent_1.0_spec</artifactId>
       <version>1.0-EA</version> <= not 1.0-SNAPSHOT
     </dependency>

What repository do the below come from?

	org.apache.fleece:fleece-core:jar:1.0-SNAPSHOT

     <dependency>
       <groupId>org.apache.geronimo.specs</groupId>
       <artifactId>geronimo-json_1.0_spec</artifactId>
       <version>1.0-SNAPSHOT</version>
     </dependency>


svn info
Path: .
URL: http://svn.apache.org/repos/asf/tomee/tomee/trunk
Repository Root: http://svn.apache.org/repos/asf
Repository UUID: 13f79535-47bb-0310-9956-ffa450edef68
Revision: 1610096
Node Kind: directory
Schedule: normal
Last Changed Author: andygumbrecht
Last Changed Rev: 1609916
Last Changed Date: 2014-07-12 08:31:05 -0500 (Sat, 12 Jul 2014)

Re: openejb-core build dependencies : which repository when building from full source ?

Posted by Romain Manni-Bucau <rm...@gmail.com>.
Hi

this should be fine.

version can be kept in openejb-core since this dependency will be
removed with javaee-api 7.


Romain Manni-Bucau
Twitter: @rmannibucau
Blog: http://rmannibucau.wordpress.com/
LinkedIn: http://fr.linkedin.com/in/rmannibucau
Github: https://github.com/rmannibucau


2014-07-13 20:02 GMT+02:00 hanasaki@gmail.com <ha...@gmail.com>:
>
>
> ------------------------------------------------------------------------
>
> *From:* Romain Manni-Bucau <rm...@gmail.com>
> *Sent:*  Sunday, July 13, 2014 5:32AM
> *To:* dev@tomee.apache.org <de...@tomee.apache.org>
> *Subject:* Re: openejb-core build dependencies : which repository when
> building from full source ?
>
> It may be that the dependency management in openejb needs the below
>
>       <dependency>
>         <groupId>org.apache.geronimo.specs</groupId>
>         <artifactId>geronimo-concurrent_1.0_spec</artifactId>
>         <version>1.0-EA</version>
>       </dependency>
>
> And the version number can be removed from : openejb-core's pom.xml ?
>
> The new commit making the aggregate final results in a compiler error
> because it may not be initialized following possible branches in the
> try/catch block.
> <html>TomcatClassPath.java (<b>1610260</b>)</html>
>
>
> ------------------------------------------------------------------------
>
> *From:* Romain Manni-Bucau <rm...@gmail.com>
> *Sent:*  Sunday, July 13, 2014 5:32AM
> *To:* dev@tomee.apache.org <de...@tomee.apache.org>
> *Subject:* Re: openejb-core build dependencies : which repository when
> building from full source ?
>
>
>> geronimo version is fixed
>>
>> fleece and json_1.0_spec come from apache snapshot repo
>>
>>
>> Romain Manni-Bucau
>> Twitter: @rmannibucau
>> Blog: http://rmannibucau.wordpress.com/
>> LinkedIn: http://fr.linkedin.com/in/rmannibucau
>> Github: https://github.com/rmannibucau
>>
>>
>> 2014-07-13 5:05 GMT+02:00 hanasaki <ha...@hanaden.com>:
>>>
>>> Working on the full build from source of the current trunk
>>>
>>> 1.0-SNAPSHOT not found - upgrade to 1.0-EA ?
>>>      <dependency>
>>>        <groupId>org.apache.geronimo.specs</groupId>
>>>        <artifactId>geronimo-concurrent_1.0_spec</artifactId>
>>>        <version>1.0-EA</version> <= not 1.0-SNAPSHOT
>>>      </dependency>
>>>
>>> What repository do the below come from?
>>>
>>>          org.apache.fleece:fleece-core:jar:1.0-SNAPSHOT
>>>
>>>      <dependency>
>>>        <groupId>org.apache.geronimo.specs</groupId>
>>>        <artifactId>geronimo-json_1.0_spec</artifactId>
>>>        <version>1.0-SNAPSHOT</version>
>>>      </dependency>
>>>
>>>
>>> svn info
>>> Path: .
>>> URL: http://svn.apache.org/repos/asf/tomee/tomee/trunk
>>> Repository Root: http://svn.apache.org/repos/asf
>>> Repository UUID: 13f79535-47bb-0310-9956-ffa450edef68
>>> Revision: 1610096
>>> Node Kind: directory
>>> Schedule: normal
>>> Last Changed Author: andygumbrecht
>>> Last Changed Rev: 1609916
>>> Last Changed Date: 2014-07-12 08:31:05 -0500 (Sat, 12 Jul 2014)

Re: openejb-core build dependencies : which repository when building from full source ?

Posted by "hanasaki@gmail.com" <ha...@gmail.com>.

------------------------------------------------------------------------

*From:* Romain Manni-Bucau <rm...@gmail.com>
*Sent:*  Sunday, July 13, 2014 5:32AM
*To:* dev@tomee.apache.org <de...@tomee.apache.org>
*Subject:* Re: openejb-core build dependencies : which repository when 
building from full source ?

It may be that the dependency management in openejb needs the below
       <dependency>
         <groupId>org.apache.geronimo.specs</groupId>
         <artifactId>geronimo-concurrent_1.0_spec</artifactId>
         <version>1.0-EA</version>
       </dependency>

And the version number can be removed from : openejb-core's pom.xml ?

The new commit making the aggregate final results in a compiler error 
because it may not be initialized following possible branches in the 
try/catch block.
<html>TomcatClassPath.java (<b>1610260</b>)</html>


------------------------------------------------------------------------

*From:* Romain Manni-Bucau <rm...@gmail.com>
*Sent:*  Sunday, July 13, 2014 5:32AM
*To:* dev@tomee.apache.org <de...@tomee.apache.org>
*Subject:* Re: openejb-core build dependencies : which repository when 
building from full source ?

> geronimo version is fixed
>
> fleece and json_1.0_spec come from apache snapshot repo
>
>
> Romain Manni-Bucau
> Twitter: @rmannibucau
> Blog: http://rmannibucau.wordpress.com/
> LinkedIn: http://fr.linkedin.com/in/rmannibucau
> Github: https://github.com/rmannibucau
>
>
> 2014-07-13 5:05 GMT+02:00 hanasaki <ha...@hanaden.com>:
>> Working on the full build from source of the current trunk
>>
>> 1.0-SNAPSHOT not found - upgrade to 1.0-EA ?
>>      <dependency>
>>        <groupId>org.apache.geronimo.specs</groupId>
>>        <artifactId>geronimo-concurrent_1.0_spec</artifactId>
>>        <version>1.0-EA</version> <= not 1.0-SNAPSHOT
>>      </dependency>
>>
>> What repository do the below come from?
>>
>>          org.apache.fleece:fleece-core:jar:1.0-SNAPSHOT
>>
>>      <dependency>
>>        <groupId>org.apache.geronimo.specs</groupId>
>>        <artifactId>geronimo-json_1.0_spec</artifactId>
>>        <version>1.0-SNAPSHOT</version>
>>      </dependency>
>>
>>
>> svn info
>> Path: .
>> URL: http://svn.apache.org/repos/asf/tomee/tomee/trunk
>> Repository Root: http://svn.apache.org/repos/asf
>> Repository UUID: 13f79535-47bb-0310-9956-ffa450edef68
>> Revision: 1610096
>> Node Kind: directory
>> Schedule: normal
>> Last Changed Author: andygumbrecht
>> Last Changed Rev: 1609916
>> Last Changed Date: 2014-07-12 08:31:05 -0500 (Sat, 12 Jul 2014)

Re: openejb-core build dependencies : which repository when building from full source ?

Posted by Romain Manni-Bucau <rm...@gmail.com>.
geronimo version is fixed

fleece and json_1.0_spec come from apache snapshot repo


Romain Manni-Bucau
Twitter: @rmannibucau
Blog: http://rmannibucau.wordpress.com/
LinkedIn: http://fr.linkedin.com/in/rmannibucau
Github: https://github.com/rmannibucau


2014-07-13 5:05 GMT+02:00 hanasaki <ha...@hanaden.com>:
> Working on the full build from source of the current trunk
>
> 1.0-SNAPSHOT not found - upgrade to 1.0-EA ?
>     <dependency>
>       <groupId>org.apache.geronimo.specs</groupId>
>       <artifactId>geronimo-concurrent_1.0_spec</artifactId>
>       <version>1.0-EA</version> <= not 1.0-SNAPSHOT
>     </dependency>
>
> What repository do the below come from?
>
>         org.apache.fleece:fleece-core:jar:1.0-SNAPSHOT
>
>     <dependency>
>       <groupId>org.apache.geronimo.specs</groupId>
>       <artifactId>geronimo-json_1.0_spec</artifactId>
>       <version>1.0-SNAPSHOT</version>
>     </dependency>
>
>
> svn info
> Path: .
> URL: http://svn.apache.org/repos/asf/tomee/tomee/trunk
> Repository Root: http://svn.apache.org/repos/asf
> Repository UUID: 13f79535-47bb-0310-9956-ffa450edef68
> Revision: 1610096
> Node Kind: directory
> Schedule: normal
> Last Changed Author: andygumbrecht
> Last Changed Rev: 1609916
> Last Changed Date: 2014-07-12 08:31:05 -0500 (Sat, 12 Jul 2014)