Re: Continuum WAR snapshot - installation instructions anywhere?

2006-10-19 Thread ben short
I used the admin webapp for tomcat 5.5 to create the following two jndi resources. jdbc/continuum jdbc/users This resulted in the following context being created in the server.xml Context path=/continuum-webapp-1.1-SNAPSHOT Resource name=jdbc/continuum

Re: Continuum WAR snapshot - installation instructions anywhere?

2006-10-19 Thread ben short
well it should be pretty easy... Assuming you know how to setup a deaby server and how to create databases then you just need to change the driver class and url of each resource and you should be in busness. Ben On 10/19/06, Graham Leggett [EMAIL PROTECTED] wrote: ben short wrote: I used

Re: building continuum

2006-10-18 Thread ben short
Hi Philippe, I wanted to do the same to see if there where any cool new features andran into the same problem. if you do mvn -Dmaven.test.failure.ignore=true package you can grab the war and deploy it tomcat ( or an app server of your choice ) you'll then need to setup 2 jndi jdbc resources

Re: building continuum

2006-10-18 Thread ben short
Christian, I used the admin webapp for tomcat 5.5 to create the following two jndi resources. jdbc/continuum jdbc/users This resulted in the following context veing created in the server.xml Context path=/continuum-webapp-1.1-SNAPSHOT Resource

Re: repository manager interface for review

2006-08-10 Thread ben short
This site might be of help to you http://v03.browsershots.org/ Ben On 8/10/06, Cabasson Denis [EMAIL PROTECTED] wrote: After a bit of googling on the question, the bug in Opera is due to the style rule height:inherit in the #navcolumn li.expanded rule. Of course, as most of the time, Opera is

Re: what to do if jar not available on ibiblio?

2006-06-09 Thread ben short
If you don't have a corporate repo then http://maven.apache.org/guides/mini/guide-installing-3rd-party-jars.html else http://maven.apache.org/guides/mini/guide-deploying-3rd-party-jars.html Ben On 6/9/06, Jesse Kuhnert [EMAIL PROTECTED] wrote: Is there a common pattern people follow when a

Re: maven-jar-plugin does not exist error

2006-06-06 Thread ben short
Dosent the -o flag mean run offline? You probably dont have the maven-jar-plugin in your local repo. Remove the -o flag and try again. Ben On 6/6/06, Chandrika [EMAIL PROTECTED] wrote: Hi, I am trying 'mvn -o package' from command and my packaging attribute is set to jar in pom.xml. I get