You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@manifoldcf.apache.org by Erlend Garåsen <e....@usit.uio.no> on 2012/06/27 17:09:22 UTC

Missing jdbcpool in Maven repository

mvn eclipse:eclipse fails, probably because the following is not 
available in any Maven repository (framework/core/pom.xml):

   <dependency>
       <groupId>com.bitmechanic</groupId>
       <artifactId>jdbcpool</artifactId>
       <version>${jdbcpool.version}</version>
     </dependency

Erlend
-- 
Erlend Garåsen
Center for Information Technology Services
University of Oslo
P.O. Box 1086 Blindern, N-0317 OSLO, Norway
Ph: (+47) 22840193, Fax: (+47) 22852970, Mobile: (+47) 91380968, VIP: 31050


Re: Missing jdbcpool in Maven repository

Posted by Karl Wright <da...@gmail.com>.
done.
Karl


On Thu, Jun 28, 2012 at 4:50 AM, Karl Wright <da...@gmail.com> wrote:
> I'll fix it now.
> Karl
>
> On Thu, Jun 28, 2012 at 4:36 AM, Erlend Garåsen <e....@usit.uio.no> wrote:
>> On 27.06.12 18.39, Erlend Garåsen wrote:
>>
>>> other parts of MCF, but I'm afraid that I have to get back to this issue
>>> tomorrow since I have to leave my office in five minutes.
>>
>>
>> After I included the following in framework/core/pom.xml, Maven builds fine:
>> <dependency>
>>  <groupId>javax.servlet</groupId>
>>  <artifactId>servlet-api</artifactId>
>>  <version>${servlet-api.version}</version>
>>  <scope>provided</scope>
>> </dependency>
>>
>> Too bad that I cannot get access to my Apache account yet. Do you want me to
>> create a ticket and a patch or is it more convenient that you change the
>> pom.xml right away?
>>
>>
>> Erlend
>>
>> --
>> Erlend Garåsen
>> Center for Information Technology Services
>> University of Oslo
>> P.O. Box 1086 Blindern, N-0317 OSLO, Norway
>> Ph: (+47) 22840193, Fax: (+47) 22852970, Mobile: (+47) 91380968, VIP: 31050
>>
>>

Re: Missing jdbcpool in Maven repository

Posted by Karl Wright <da...@gmail.com>.
I'll fix it now.
Karl

On Thu, Jun 28, 2012 at 4:36 AM, Erlend Garåsen <e....@usit.uio.no> wrote:
> On 27.06.12 18.39, Erlend Garåsen wrote:
>
>> other parts of MCF, but I'm afraid that I have to get back to this issue
>> tomorrow since I have to leave my office in five minutes.
>
>
> After I included the following in framework/core/pom.xml, Maven builds fine:
> <dependency>
>  <groupId>javax.servlet</groupId>
>  <artifactId>servlet-api</artifactId>
>  <version>${servlet-api.version}</version>
>  <scope>provided</scope>
> </dependency>
>
> Too bad that I cannot get access to my Apache account yet. Do you want me to
> create a ticket and a patch or is it more convenient that you change the
> pom.xml right away?
>
>
> Erlend
>
> --
> Erlend Garåsen
> Center for Information Technology Services
> University of Oslo
> P.O. Box 1086 Blindern, N-0317 OSLO, Norway
> Ph: (+47) 22840193, Fax: (+47) 22852970, Mobile: (+47) 91380968, VIP: 31050
>
>

Re: Missing jdbcpool in Maven repository

Posted by Erlend Garåsen <e....@usit.uio.no>.
On 27.06.12 18.39, Erlend Garåsen wrote:

> other parts of MCF, but I'm afraid that I have to get back to this issue
> tomorrow since I have to leave my office in five minutes.

After I included the following in framework/core/pom.xml, Maven builds fine:
<dependency>
   <groupId>javax.servlet</groupId>
   <artifactId>servlet-api</artifactId>
   <version>${servlet-api.version}</version>
   <scope>provided</scope>
</dependency>

Too bad that I cannot get access to my Apache account yet. Do you want 
me to create a ticket and a patch or is it more convenient that you 
change the pom.xml right away?

Erlend

-- 
Erlend Garåsen
Center for Information Technology Services
University of Oslo
P.O. Box 1086 Blindern, N-0317 OSLO, Norway
Ph: (+47) 22840193, Fax: (+47) 22852970, Mobile: (+47) 91380968, VIP: 31050



Re: Missing jdbcpool in Maven repository

Posted by Erlend Garåsen <e....@usit.uio.no>.
Thanks!

mvn-bootstrap.sh is not related to this problem, but I managed to build 
core with Maven after a svn up. I still have some problems to build 
other parts of MCF, but I'm afraid that I have to get back to this issue 
tomorrow since I have to leave my office in five minutes.

Erlend

On 27.06.12 18.31, Karl Wright wrote:
> Yup, the dependency is superfluous, and r1354618 removes it.
>
> If you find any others, please let me know.
>
> Karl
>
> On Wed, Jun 27, 2012 at 12:29 PM, Karl Wright <da...@gmail.com> wrote:
>> Also, we no longer have a dependency on jdbcpool so I think that pom
>> can be modified to just remove it.  Let me check.
>>
>> Karl
>>
>>
>> On Wed, Jun 27, 2012 at 12:28 PM, Karl Wright <da...@gmail.com> wrote:
>>> You need to run the mvn-bootstrap.sh script first.
>>>
>>> Karl
>>>
>>> On Wed, Jun 27, 2012 at 11:09 AM, Erlend Garåsen
>>> <e....@usit.uio.no> wrote:
>>>>
>>>> mvn eclipse:eclipse fails, probably because the following is not available
>>>> in any Maven repository (framework/core/pom.xml):
>>>>
>>>>   <dependency>
>>>>       <groupId>com.bitmechanic</groupId>
>>>>       <artifactId>jdbcpool</artifactId>
>>>>       <version>${jdbcpool.version}</version>
>>>>     </dependency
>>>>
>>>> Erlend
>>>> --
>>>> Erlend Garåsen
>>>> Center for Information Technology Services
>>>> University of Oslo
>>>> P.O. Box 1086 Blindern, N-0317 OSLO, Norway
>>>> Ph: (+47) 22840193, Fax: (+47) 22852970, Mobile: (+47) 91380968, VIP: 31050
>>>>


-- 
Erlend Garåsen
Center for Information Technology Services
University of Oslo
P.O. Box 1086 Blindern, N-0317 OSLO, Norway
Ph: (+47) 22840193, Fax: (+47) 22852970, Mobile: (+47) 91380968, VIP: 31050



Re: Missing jdbcpool in Maven repository

Posted by Karl Wright <da...@gmail.com>.
Yup, the dependency is superfluous, and r1354618 removes it.

If you find any others, please let me know.

Karl

On Wed, Jun 27, 2012 at 12:29 PM, Karl Wright <da...@gmail.com> wrote:
> Also, we no longer have a dependency on jdbcpool so I think that pom
> can be modified to just remove it.  Let me check.
>
> Karl
>
>
> On Wed, Jun 27, 2012 at 12:28 PM, Karl Wright <da...@gmail.com> wrote:
>> You need to run the mvn-bootstrap.sh script first.
>>
>> Karl
>>
>> On Wed, Jun 27, 2012 at 11:09 AM, Erlend Garåsen
>> <e....@usit.uio.no> wrote:
>>>
>>> mvn eclipse:eclipse fails, probably because the following is not available
>>> in any Maven repository (framework/core/pom.xml):
>>>
>>>  <dependency>
>>>      <groupId>com.bitmechanic</groupId>
>>>      <artifactId>jdbcpool</artifactId>
>>>      <version>${jdbcpool.version}</version>
>>>    </dependency
>>>
>>> Erlend
>>> --
>>> Erlend Garåsen
>>> Center for Information Technology Services
>>> University of Oslo
>>> P.O. Box 1086 Blindern, N-0317 OSLO, Norway
>>> Ph: (+47) 22840193, Fax: (+47) 22852970, Mobile: (+47) 91380968, VIP: 31050
>>>

Re: Missing jdbcpool in Maven repository

Posted by Karl Wright <da...@gmail.com>.
Also, we no longer have a dependency on jdbcpool so I think that pom
can be modified to just remove it.  Let me check.

Karl


On Wed, Jun 27, 2012 at 12:28 PM, Karl Wright <da...@gmail.com> wrote:
> You need to run the mvn-bootstrap.sh script first.
>
> Karl
>
> On Wed, Jun 27, 2012 at 11:09 AM, Erlend Garåsen
> <e....@usit.uio.no> wrote:
>>
>> mvn eclipse:eclipse fails, probably because the following is not available
>> in any Maven repository (framework/core/pom.xml):
>>
>>  <dependency>
>>      <groupId>com.bitmechanic</groupId>
>>      <artifactId>jdbcpool</artifactId>
>>      <version>${jdbcpool.version}</version>
>>    </dependency
>>
>> Erlend
>> --
>> Erlend Garåsen
>> Center for Information Technology Services
>> University of Oslo
>> P.O. Box 1086 Blindern, N-0317 OSLO, Norway
>> Ph: (+47) 22840193, Fax: (+47) 22852970, Mobile: (+47) 91380968, VIP: 31050
>>

Re: Missing jdbcpool in Maven repository

Posted by Karl Wright <da...@gmail.com>.
You need to run the mvn-bootstrap.sh script first.

Karl

On Wed, Jun 27, 2012 at 11:09 AM, Erlend Garåsen
<e....@usit.uio.no> wrote:
>
> mvn eclipse:eclipse fails, probably because the following is not available
> in any Maven repository (framework/core/pom.xml):
>
>  <dependency>
>      <groupId>com.bitmechanic</groupId>
>      <artifactId>jdbcpool</artifactId>
>      <version>${jdbcpool.version}</version>
>    </dependency
>
> Erlend
> --
> Erlend Garåsen
> Center for Information Technology Services
> University of Oslo
> P.O. Box 1086 Blindern, N-0317 OSLO, Norway
> Ph: (+47) 22840193, Fax: (+47) 22852970, Mobile: (+47) 91380968, VIP: 31050
>