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
name="jdbc/continuum"
type="javax.sql.DataSource"
password="continuum"
driverClassName="org.postgresql.Driver"
maxIdle="2"
maxWait="5000"
username="continuum"
url="jdbc:postgresql://127.0.0.1/continuum"
maxActive="4"/>
<Resource
name="jdbc/users"
type="javax.sql.DataSource"
password="continuum"
driverClassName="org.postgresql.Driver"
maxIdle="2"
maxWait="5000"
username="continuum"
url="jdbc:postgresql://127.0.0.1/users"
maxActive="4"/>
<WatchedResource>/opt/tomcat/conf/context.xml</WatchedResource>
<WatchedResource>/opt/tomcat/conf/context.xml</WatchedResource>
</Context>
Joakim,
Im using
Windows XP Pro
Java 1.5.0_06-b05
Maven 2.0.4
On 10/18/06, Christian Edward Gruber <[EMAIL PROTECTED]> wrote:
I found this when building from cygwin on windows. It worked better
when I put the non-cygwin subversion client in my path ahead of the
cygwin one. I'm not entirely sure why, but didn't question it as I was
in a hurry.
Christian.
Philippe Faes wrote:
> Dear all,
>
> I'd like to get my hands diry on continuum, but I cannot build the
> continuum trunk http://svn.apache.org/repos/asf/maven/continuum/trunk by
> running
> mvn clean install
> Is this a temprary issue or am I doing something wrong?
>
> Also, can I compile (and run the tests) while I have a production
> continuum-1.0.3 running on the default ports?
>
> thanks
> Philippe
>
>
>
-------------------------------------------------------------------------------
> Test set:
> org.apache.maven.continuum.release.executors.ReleaseTaskExecutorTest
>
-------------------------------------------------------------------------------
> Tests run: 2, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 2.773
> sec <<< FAILURE!
>
testReleaseSimpleProject(org.apache.maven.continuum.release.executors.ReleaseTaskExecutorTest)
Time elapsed: 1.724 sec <<< FAILURE!
> junit.framework.AssertionFailedError: Test dev version
> at junit.framework.Assert.fail(Assert.java:47)
> at junit.framework.Assert.assertTrue(Assert.java:20)
> at
>
org.apache.maven.continuum.release.executors.ReleaseTaskExecutorTest.testReleaseSimpleProject(ReleaseTaskExecutorTest.java:96)
>
>
testReleaseSimpleProjectWithNextVersion(org.apache.maven.continuum.release.executors.ReleaseTaskExecutorTest)
Time elapsed: 0.992 sec <<< FAILURE!
> junit.framework.AssertionFailedError: Test dev version
> at junit.framework.Assert.fail(Assert.java:47)
> at junit.framework.Assert.assertTrue(Assert.java:20)
> at
>
org.apache.maven.continuum.release.executors.ReleaseTaskExecutorTest.testReleaseSimpleProjectWithNextVersion(ReleaseTaskExecutorTest.java:132)
>
>
--
*christian** gruber + process coach and architect*
*Israfil Consulting Services Corporation*
*email** [EMAIL PROTECTED] + bus 905.640.1119 + mob 416.998.6023*