Re: [hupa] How to run?

2010-02-24 Thread Manuel Carrasco Moñino
; [1.381s] > [INFO] hupa .. SUCCESS > [4.208s] > [INFO] > > [INFO] > -------- > [INFO] BUILD SUCCESSFUL > [INFO] > -

Re: [hupa] How to run?

2010-02-24 Thread Manuel Carrasco Moñino
t;>> >> > hupa.war to tomcat/webapps folder. >>> >> > >>> >> > Is it right way to build and running hupa..? >>> >> >>> >> Yep, that's what I did. >>> >> >>> >>  Bernd >>> >&

Re: [hupa] How to run?

2010-02-18 Thread Manuel Carrasco Moñino
Which browser are you using?. Try to use FF + Firebug and check if there are errors. On Fri, Feb 19, 2010 at 5:48 AM, Avdhesh Yadav wrote: > Not working for me when i deploy hupa.war on tomcat.I can not see the login > page..I can see the revolving hupa image only.. > > It works fine when i run f

Re: hupa build very slow

2010-02-17 Thread Manuel Carrasco Moñino
> Yes i am using both maven and google plugin for eclipse... > my os is Ubuntu 8.04 > > On Wed, Feb 17, 2010 at 4:14 PM, Manuel Carrasco Moñino > wrote: > >> It's weird, because for me, once maven has downloaded all the stuff, >> eclipse works fast enough. >>

Re: hupa build very slow

2010-02-17 Thread Manuel Carrasco Moñino
> > On Mon, Feb 15, 2010 at 12:55 PM, Manuel Carrasco Moñino > wrote: > >> Are you using maven in command line, or the slow build is in eclipse? >> >> Think that building hupa (mvn package)is a slow process because client >> part has to be compiled into javascript.

Re: [IMAP] [VOTE] James IMAP 0.1-M1 Release

2010-02-15 Thread Manuel Carrasco Moñino
+1, Manolo On Mon, Feb 15, 2010 at 10:20 AM, Vincenzo Gianferrari Pini wrote: > Great! > > I'm unable to review, so > > [X] +0 No time for review > > But otherwise I would +1, as it's a long awaited thing! > > Vincenzo > > On Thu, Feb 11, 2010 at 8:57 PM, Norman Maurer wrote: > >> Hi all, >> >>

Re: hupa build very slow

2010-02-14 Thread Manuel Carrasco Moñino
Are you using maven in command line, or the slow build is in eclipse? Think that building hupa (mvn package)is a slow process because client part has to be compiled into javascript. Nevertheless, compiling or testing should be faster (mvn compile test). Manolo On Sun, Feb 14, 2010 at 6:13 AM, Av

Re: [server] Splitting configurations /configuration cleanup

2010-02-03 Thread Manuel Carrasco Moñino
+1 On Sat, Jan 30, 2010 at 1:28 PM, Mario Zsilak wrote: > > >>> I would also like to remove all the commented mailets and just keep >>> the "important" ones. If users / devs really want to add an extra >>> mailet then they should read up on them on the docs. >> >> This will end up in spoolmanager

Re: Moving class loading stuff to spring-beans.xml

2010-02-03 Thread Manuel Carrasco Moñino
yes it makes sense, +1 Manolo On Wed, Feb 3, 2010 at 8:15 PM, Norman Maurer wrote: > Hi all, > > after thinking a bit more about the current way how james "load" the > specific implementation of (for example) UsersRepositories or > MailRepositories is really not optimal in terms of injection and

Re: Create "protocols" subproject

2010-02-01 Thread Manuel Carrasco Moñino
+1, this decouple things and I think helps to understand better the code. On Sat, Jan 30, 2010 at 12:07 PM, Norman Maurer wrote: > Yes, its just moving socket-api + smtp-protocol-library... > > Bye, > Norman > > 2010/1/30 Stefano Bagnara : >> 2010/1/30 Norman Maurer : >>> Hi all, >>> >>> I think

Re: Removing Cornerstone sockets in favor of MINA

2010-01-20 Thread Manuel Carrasco Moñino
+1, if someone needs it, he has the option to install an old release of James. Manolo On Sun, Jan 17, 2010 at 10:15 PM, Norman Maurer < norman.mau...@googlemail.com> wrote: > Ok, I have now every implementation in place except one for > nntpserver. To be hornest I would be +1 for just remove the

Re: [VOTE] Release James-Project 1.5

2010-01-12 Thread Manuel Carrasco Moñino
+1 On Tue, Jan 12, 2010 at 7:09 PM, Stefano Bagnara wrote: > 2010/1/12 Norman Maurer : > > Hi all, > > > > in order to release imap, james-server etc we need to release a new > > James-Project version to inherit from the "new" apache parent pom > > which includes the right maven2 repository for

Re: Remove ant build and just use maven2

2010-01-07 Thread Manuel Carrasco Moñino
Yes, mvn makes things easier +1 Manolo On Thu, Jan 7, 2010 at 11:07 PM, Stefano Bagnara wrote: > 2010/1/7 Norman Maurer : > > Hi all, > > > > as we now be able to run the smoke tests with maven2 too, I would like > > to finally remove the ant build at all. After that I would like to > > remove

Re: [VOTE] Pure Spring deployment ready to merge

2010-01-04 Thread Manuel Carrasco Moñino
+1 On Mon, Jan 4, 2010 at 12:14 PM, Norman Maurer wrote: > Hi Stefano, > > I just get rid of the lib folder ;) > > Bye, > Norman > > 2010/1/4 Stefano Bagnara : >> 2010/1/3 Norman Maurer : >>> Hi all, >>> >>> the last days I worked on getting a pure spring deployment complete >>> for James so we c

Re: Maildir support

2009-12-10 Thread Manuel Carrasco Moñino
There is a very old patch which included this feature, it requires javamaildir library which is not licensed with Apache 2.0 though. Probably you need some work have it working with current James. Here is the patch: https://issues.apache.org/jira/secure/attachment/12324264/maildir_acl_ldap_virtual

Re: svn commit: r883284 - /james/hupa/trunk/README.txt

2009-11-24 Thread Manuel Carrasco Moñino
On Tue, Nov 24, 2009 at 4:10 PM, Stefano Bagnara wrote: > 2009/11/24 Manuel Carrasco Moñino > > > > Hi, > > > > Subversion allows having symbolic links into the repository, so it would > be > > better do this with 'war' directory pointing to &

Re: svn commit: r883284 - /james/hupa/trunk/README.txt

2009-11-24 Thread Manuel Carrasco Moñino
Hi, Subversion allows having symbolic links into the repository, so it would be better do this with 'war' directory pointing to 'client/war'. I think in windows svn client should use the most appropriate thing to handle it (junction in ntfs, or whatever). What do you guys think? Manolo On Mon, N

Re: [hupa] ignoring resources

2009-11-23 Thread Manuel Carrasco Moñino
Hello, Although it is possible to use other IDE's for developing hupa, we (Norman and me) are using eclipse + google-plugin because it makes things easier. We share these files because setup is a bit tiresome, so some of these files are useful to be in the repo. But you are right, we have to check

Re: svn commit: r882978 - /james/project/trunk/project/src/site/xdoc/weare.xml

2009-11-22 Thread Manuel Carrasco Moñino
Norman, there is a typo in my email, should be manolo Regards Manolo On Sat, Nov 21, 2009 at 8:50 PM, wrote: > Author: norman > Date: Sat Nov 21 19:50:10 2009 > New Revision: 882978 > > URL: http://svn.apache.org/viewvc?rev=882978&view=rev > Log: > Add Manuel to the weare page > > Modified: >  

Re: Welcome our new Committer Manuel Carrasco Moñin o

2009-11-19 Thread Manuel Carrasco Moñino
> > Hi all, > > > > I'm proud to "announce" Manuel Carrasco Moñino who was elected as > > committer some days ago. > > > > @Manuel: Welcome in the "JAMES" Team and keep up the good work :) > > +1 > > - robert > >

Re: svn commit: r881871 - /james/hupa/trunk/client/src/main/java/org/apache/hupa/client/mvp/MainPresenter.java

2009-11-18 Thread Manuel Carrasco Moñino
Thanks, I was wondering why folder was null in IMAPMessagePresenter On Wed, Nov 18, 2009 at 7:47 PM, wrote: > Author: norman > Date: Wed Nov 18 18:47:14 2009 > New Revision: 881871 > > URL: http://svn.apache.org/viewvc?rev=881871&view=rev > Log: > Fix NPE introduced by myself.. shame on me > > M

Re: [HUPA] Steps need to get done for a first release

2009-11-13 Thread Manuel Carrasco Moñino
It's a good idea, btw, How do we know which jira tasks/issues are 'musts' for the first release? Manolo On Thu, Nov 12, 2009 at 7:22 PM, Norman Maurer wrote: > Hi all, > > I think Hupa is ready for its nearly ready for its first release. I > will start to add some jira tasks for this and assi

Re: [HUPA] CLA

2009-11-12 Thread Manuel Carrasco Moñino
Hello Norman I've sent the CLA to Apache.org. Thank you for your suggestion Manolo On Thu, Nov 12, 2009 at 4:57 PM, Norman Maurer wrote: > Hi Manuel, > > I would like to ask you to sign a CLA and send it back to ASF. Thats > something which should get signed by every "heavy" contributer. And

Re: [HUPA]Re: Hupa build issue

2009-10-30 Thread Manuel Carrasco Moñino
reproduced the problem on a windows box. So problem appears > while running the junit tests. > > BTW, you can skip the unit tests as workaround ;) > > # mvn clean package -Dmaven.test.skip=true > > Bye, > Norman > > > 2009/10/30 Manuel Carrasco Moñino : >> Hello M

Re: [HUPA]Re: Hupa build issue

2009-10-30 Thread Manuel Carrasco Moñino
Hello Mohan, Does it happens when maven is running the tests?. On Thu, Oct 29, 2009 at 6:51 PM, mohan chinnappan wrote: > Dear Norman, > > Thanks for the quick reply. > > Yes, I use Windows ( I will check this on my Linux box later). The command > that I used: clean package. > > You are correct.

<    1   2   3