Re: Importing large project into Eclipse hangs on constant percent

2012-11-08 Thread Kiren Pillay
i learn what is the appropriate proxy to set to eclipse? > > > 2012/11/8 Kiren Pillay > > > From my experience, issues with network cause most maven/eclipse tasks to > > hang. Check your eclipse proxy settings as well as the maven proxy > settings > > if any. >

Re: Importing large project into Eclipse hangs on constant percent

2012-11-08 Thread Kiren Pillay
>From my experience, issues with network cause most maven/eclipse tasks to hang. Check your eclipse proxy settings as well as the maven proxy settings if any. On Thu, Nov 8, 2012 at 4:30 PM, Merve Temizer wrote: > Hello, > I had succesfully imported James Server a while ago, > but i can not rep

Re: Uncompiled classes resulting in COMPILATION ERROR : cannot find symbol

2011-10-14 Thread Kiren Pillay
Hi Guillaume, Shot in the dark, maybe the build server disk is full? On Fri, Oct 14, 2011 at 7:05 PM, Guillaume Polet wrote: > Hi list, > > ok this sounds like the simplest question but either my brain fried this > evening and I can't see the obvious or else I hit some really unexpected > behavi

Proxy to profile link

2011-10-01 Thread Kiren Pillay
Hi I'm not sure if anyone else has suggested it, but can we make a feature request to have proxies linked to profiles? Either have a profile tag within the proxy tag or let the proxies be defined within the user's profile. The use case is if I want to work from home, all I would do is activate a p

Re: Parent Dependencies

2011-09-30 Thread Kiren Pillay
n 1.2.3. Yet, you can still "override" this default value by setting > the version number in the child pom. > > In the dependency > > Le 30/09/2011 11:02, Kiren Pillay a écrit : >> >> Hi >> >> I think our project is misconfigured. From reading the doc

Re: Parent Dependencies

2011-09-30 Thread Kiren Pillay
mojo cobertura-maven-plugin xml On Thu, Sep 29, 2011 at 4:30 PM, Kiren Pillay wrote: > Thanks. Will try it again. > Regards > > On Sep

Re: Parent Dependencies

2011-09-29 Thread Kiren Pillay
Thanks. Will try it again. Regards On Sep 29, 2011 2:02 PM, "Guillaume Polet" wrote:

Re: Parent Dependencies

2011-09-29 Thread Kiren Pillay
.xml, > ie, in my example: > x.y.z > azerty > 1.0 > > Without any more information, it will be hard to help more I think. > > Cheers, > Guillaume > Le 29/09/2011 11:32, Kiren Pillay a écrit : >> >> Hi All >> >> We have a project with multi-leve

Parent Dependencies

2011-09-29 Thread Kiren Pillay
Hi All We have a project with multi-level modules. Main core--dao +---business >From what I've read, if I've defined the dependency in the Main module, I don't need to repeat the defintion the dao module. Is this correct, because it doesn't seem to work for me? Regards Kiren

Re: Multi-module Web project - test-jar not copied

2011-05-19 Thread Kiren Pillay
it the War plugin that's writing the empty test-jar into the local repository, if so, why is it doing that? On Thu, May 19, 2011 at 6:42 PM, Wendy Smoak wrote: > On Tue, May 17, 2011 at 11:51 AM, Kiren Pillay wrote: >> Hi >> >> I have a multi-module maven web project which b

Re: Multi-module Web project - test-jar not copied

2011-05-19 Thread Kiren Pillay
Hi The correct test jar sits in the target folder of the Web project. However the one in the local repository looks likes an empty module jar. I have attached the relevant files from the local repo. On Tue, May 17, 2011 at 5:51 PM, Kiren Pillay wrote: > Hi > > I have a multi-module

Multi-module Web project - test-jar not copied

2011-05-17 Thread Kiren Pillay
Hi I have a multi-module maven web project which builds a war file. Withing the WAR module I have some unit tests as well. I noticed now that when I build the application from the root directory, the test-jar is built, but does not get copied to the local repository. Another test-jar is being plac