Re: Problem with long path name?

2006-05-01 Thread Punkin Head
es for this problem: 1- your path length is too long, the maximum under windows is between 250 and 260 characters 2- you have two files with the same name in your directory in svn but with different case. I think you're in the second possibility. Emmanuel Punkin Head a écrit : > I ha

Problem with long path name?

2006-04-28 Thread Punkin Head
I have a path name that is 140+ characters long it seems to be causing a problem. Here is the error: svn: Your .svn/tmp directory may be missing or corrupt; run 'svn cleanup' and try again svn: Can't open file '{path}\.svn\tmp\text-base\{class}.js.svn-base': The system cannot find the path speci

Re: Can anyone help with this error?

2006-02-22 Thread Punkin Head
t; with jdo/jpox or with derby. > > What is your OS? > > I think will use something else in 1.1 > > Emmanuel > > Punkin Head a écrit : > > Sorry for the length it took to reply to this, I was out for a couple of > > days. > > > > Yes, the applicatio

Can anyone help with this error?

2006-02-17 Thread Punkin Head
The parent of our application will get an error at the scheduled time of build (not on every scheduled build but about 4 or 5 times a day), even when no changes have been done to it. When I go to force the build, it builds successfully. Here is the error: javax.jdo.JDODataStoreException: Insert r

Re: A way to force builds?

2006-01-23 Thread Punkin Head
One more question about this: Would there be a way to force it to build if any of the other modules JAR files changed that it had dependencies on? Thanks, Adam On 1/23/06, Punkin Head <[EMAIL PROTECTED]> wrote: > > Ok. Filed as http://jira.codehaus.org/browse/CONTINUUM-568 &g

Re: A way to force builds?

2006-01-23 Thread Punkin Head
Ok. Filed as http://jira.codehaus.org/browse/CONTINUUM-568 On 1/22/06, Emmanuel Venisse <[EMAIL PROTECTED]> wrote: > > You can't because a forced build is actually a manual operation. Please, > file an issue. > > Emmanuel > > Punkin Head a écrit : > > Hi all

deploy .war to tomcat after continuum detects changes

2006-01-11 Thread Punkin Head
Greetings: I am a first time user of Continuum. I have recently got it working and now would like it to deploy the snapshot .war to tomcat once a change is detected to continually have the most recent version of the project online. Is anyone aware of a way that this can be done? Thanks. Adam