builds not cleaning up properly - I've submitted a fix

2007-02-08 Thread Stephen Pietrowicz
I just submitted the following: http://jira.codehaus.org/browse/CONTINUUM-1156 I have a project that builds the first time, but is unable to build after that because the directory it is in doesn't get cleaned up properly by Continuum. The project contains symbolic links, and the Plexus Fi

Re: Tomcat failure

2006-12-14 Thread Stephen Pietrowicz
Has anyone had a chance to look at this, to see if there's something obviously wrong? If it looks ok, I'll start looking anywhere else you might suggest. I'm really at a loss at this point. On Dec 12, 2006, at 4:06 PM, Stephen Pietrowicz wrote: That didn't work.

Re: Tomcat failure

2006-12-12 Thread Stephen Pietrowicz
ahul Thakur wrote: As a workaround - can you try moving the config from continuum.xml to server.xml under global resoures (just like mentioned on that thread). Pretty sure I have seen similar errors with JNDI resource look ups in tomcat, but can't remember the solution off hand. Cheers

Re: Tomcat failure

2006-12-12 Thread Stephen Pietrowicz
; driverClassName="org.apache.derby.jdbc.EmbeddedDriver" url="jdbc:derby:target/database/continuum;create=true" /> I'm missing something here, and I don't know what it is. On Dec 11, 2006, at 3:04 PM, Rahul Thakur wrote: Hi, Ar