RE: Windows path length limitation

2008-02-21 Thread KURT TOMETICH
I went ahead and logged an improvement to Maven SCM (http://jira.codehaus.org/browse/SCM-368). Hopefully they will fix this so Windows users won't have to experience this shortcoming. Kurt > Date: Thu, 21 Feb 2008 11:22:36 -0600 > From: [EMAIL PROTECTED] > To: continuum-users@maven.apache.o

Re: Windows path length limitation

2008-02-21 Thread Jesse McConnell
oh interesting...You should check and see if there is an issue on this under maven SCM and if not open an issue there with this information http://jira.codehaus.org/browse/SCM jesse On Thu, Feb 21, 2008 at 11:15 AM, KURT TOMETICH <[EMAIL PROTECTED]> wrote: > > I agree its a limitation of the fi

RE: Windows path length limitation

2008-02-21 Thread KURT TOMETICH
I agree its a limitation of the file system; however, if Continuum would feed Subversion an absolute path (when running svn commands) as opposed to a relative path then their would not be a 256 character limit. I tried this and it does work when I send Subversion an absolute path and it fails

Re: How to apply a patch

2008-02-21 Thread Rafael da Silva Chiarinelli
Jesse McConnell wrote: if you have it in patch format then you would use the patch command something like patch -p0 < issue.patch jesse On Tue, Feb 19, 2008 at 1:27 PM, Rafael da Silva Chiarinelli < [EMAIL PROTECTED]> wrote: Hi everyone, how can I apply a given patch in orde

Re: How to apply a patch

2008-02-21 Thread Jesse McConnell
if you have it in patch format then you would use the patch command something like > patch -p0 < issue.patch jesse On Tue, Feb 19, 2008 at 1:27 PM, Rafael da Silva Chiarinelli < [EMAIL PROTECTED]> wrote: > Hi everyone, > > how can I apply a given patch in order to fix a bug? > > Best Regards

Re: Windows path length limitation

2008-02-21 Thread Jesse McConnell
its a limitation of the file system...not a lot we can do about it :( On Tue, Feb 19, 2008 at 12:33 PM, KURT TOMETICH <[EMAIL PROTECTED]> wrote: > > Thanks for the quick response. That was my fall-back option, but I wasn't > sure if there was just an easy way to configure it to use an absolute p

Re: Continuum report incorrect build results?

2008-02-21 Thread Emmanuel Venisse
If you use maven 2.0.7, you must patch mvn.bat. It is explains in continuum FAQs Emmanuel On Thu, Feb 21, 2008 at 12:41 AM, Tawfik, Sameh E <[EMAIL PROTECTED]> wrote: > > > When Continuum runs my maven 2 project, it send an email: [continuum] > BUILD SUCCESSFUL:, but when I checked the build res

Test results in shell project

2008-02-21 Thread Wim Heirman
Hi, I would like to include the building and testing of a Python project into Continuum. I can build the project fine as a Shell project, but is there any way to have Continuum recognize the test results? Is it enough to write out a jUnit-style XML file in the build directory somewhere that Contin