Re: Missing jdbcpool in Maven repository

2012-06-28 Thread Karl Wright
done. Karl On Thu, Jun 28, 2012 at 4:50 AM, Karl Wright wrote: > I'll fix it now. > Karl > > On Thu, Jun 28, 2012 at 4:36 AM, Erlend Garåsen > 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

Re: Missing jdbcpool in Maven repository

2012-06-28 Thread Karl Wright
I'll fix it now. Karl On Thu, Jun 28, 2012 at 4:36 AM, Erlend Garåsen 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 i

Re: Missing jdbcpool in Maven repository

2012-06-28 Thread Erlend Garåsen
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: javax.servlet servlet-api ${servlet-ap

Re: Missing jdbcpool in Maven repository

2012-06-27 Thread Erlend Garåsen
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 2

Re: Missing jdbcpool in Maven repository

2012-06-27 Thread Karl Wright
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 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

Re: Missing jdbcpool in Maven repository

2012-06-27 Thread Karl Wright
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 wrote: > You need to run the mvn-bootstrap.sh script first. > > Karl > > On Wed, Jun 27, 2012 at 11:09 AM, Erlend Garåsen >

Re: Missing jdbcpool in Maven repository

2012-06-27 Thread Karl Wright
You need to run the mvn-bootstrap.sh script first. Karl On Wed, Jun 27, 2012 at 11:09 AM, Erlend Garåsen wrote: > > mvn eclipse:eclipse fails, probably because the following is not available > in any Maven repository (framework/core/pom.xml): > >   >      com.bitmechanic >      jdbcpool >      $

Missing jdbcpool in Maven repository

2012-06-27 Thread Erlend Garåsen
mvn eclipse:eclipse fails, probably because the following is not available in any Maven repository (framework/core/pom.xml): com.bitmechanic jdbcpool ${jdbcpool.version}