Re: Weird behavior in browsers not Firefox

2007-12-19 Thread fherrerav
Thanks again.. Doug Knesek wrote: > > Your cookie was expiring instantaneously because it was being issued > further "in the past" than its life expectancy. > > > fherrerav wrote: >> >> It worked!!. thanks a lot. do you know why this happens? >> >> >> >> >> Doug Knesek

Re: Weird behavior in browsers not Firefox

2007-12-19 Thread Doug Knesek
Your cookie was expiring instantaneously because it was being issued further "in the past" than its life expectancy. fherrerav wrote: > > It worked!!. thanks a lot. do you know why this happens? > > > > > Doug Knesek wrote: >> >> Check that the time on your server is set correc

Re: Weird behavior in browsers not Firefox

2007-12-19 Thread fherrerav
It worked!!. thanks a lot. do you know why this happens? Doug Knesek wrote: > > Check that the time on your server is set correctly. > > > fherrerav wrote: >> >> $ java -version >> java version "1.4.2_13" >> Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_13-b06)

Multi-platform builds with Continuum

2007-12-19 Thread Gokhan Ergul
Hey there, I'm trying to figure out a strategy to get continuum building our releases, got a few newbie questions: 1- Our software is mostly Java, but we have a few modules with C/C++ code in them. We have ant build scripts with custom ant tasks to build those native pieces, no problem there

Upgrading from 1.0.2/3 -> 1.1

2007-12-19 Thread Ken Burns
Hi, Like Christan's timely email earlier today, I too have to migrate my 2 instances of Continuum (1.0.2 and 1.0.3) into 1.1 (I run 2 instances of Continuum for redundancy) over the next 2 weeks. I've read through the upgrade documentation (http://maven.apache.org/continuum/documentation/1_1/inst

Problem to send email (Validation user) with Continuum 1.1 final

2007-12-19 Thread Claudio R
Hi, I configured the CONTINUUM_HOME/conf/plexus.xml as: mail/Session javax.mail.Session mail.smtp.host xxx.xxx.com.br mail.smtp.port

Re: Weird behavior in browsers not Firefox

2007-12-19 Thread Doug Knesek
Check that the time on your server is set correctly. fherrerav wrote: > > $ java -version > java version "1.4.2_13" > Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_13-b06) > Java HotSpot(TM) Client VM (build 1.4.2_13-b06, mixed mode) > > > > > > Emmanuel Venisse wrote: >>

Upgrade 1.0.3 to 1.1

2007-12-19 Thread Christian Wieland (open4business GmbH)
Hi, is there a possibility tor upgrade from version 1.0.3 to 1.1? Mit freundlichen Gruessen / with kind regards Christian Wieland -- open4business GmbH Müllerstrasse 12 D 88045 Friedrichshafen Tel: +49 7541 6047-312 Fax: +49 7541 6047-321 Web: w

RE: Problem with surefire-reports in Continuum 1.1 final

2007-12-19 Thread Robert Scholte
Hi all, I have a similar problem. I'm using continuum-1.1, my installation uses apache-maven-2.0.8 and JDK1.5.0_14. I've installed continuum in a tomcat-5.0.28, which runs as a Windows Service with the LocalSystem as logon. I've added a -X to the arguments to see some(or actually a lot) logging I

unable to download artifacts from v1.1

2007-12-19 Thread Eric Roberts
I am not able to download PDF artifacts from Continuum 1.1 working directories. Instead, the text in the PDF file shows up in the preview windows below. I AM able to download a jar file and a gif file successfully. I have commented and posted screenshots on jira issue 1573 but haven't gotten muc

RE: JVM Appears to be hung

2007-12-19 Thread Boeckli, Dominique
i had same problem and figured out that is was deadlock due to a log4j bug (http://issues.apache.org/bugzilla/show_bug.cgi?id=43568): This deadlock happens under following cases: - Proximity RC9 and Continuum-1.1 on same server - both has a scheduled task at the same time (a purge task for prox

RE: Maven Site, No Anonymous Access to Source Repository

2007-12-19 Thread nicklist
The scm.connection is the anonymous connection. So, should continuum work with the developerConnection or the anonymous connection? (Or pick the one, that is available) With regards, Nick Stolwijk -Original Message- From: Wendy Smoak [mailto:[EMAIL PROTECTED] Sent: Wed 12/19/2007 3:24

Re: Maven Site, No Anonymous Access to Source Repository

2007-12-19 Thread Wendy Smoak
On Dec 18, 2007 9:08 PM, Roger Ye <[EMAIL PROTECTED]> wrote: > and if I try to remove the scm.connection element from my pom.xml, then I > can not add my project into continuum using the pom, continuum reports I think Continuum ought to work with just an anonymous connection. Can you check JIRA a

Re: Problem to login in Continuum 1.1 final with Internet Explorer

2007-12-19 Thread Emmanuel Venisse
Cool, Thanks for the solution. Emmanuel > I found the cause of the problem! > The problem is the difference in time between the linux machine (server) > and > the windows machine (client). The clock of the linux machine was delayed > by > 1 hour. This causes the expiration of the cookie. > Fixed

Re: Getting CVS folder in the builds

2007-12-19 Thread Emmanuel Venisse
Do you use the latest war plugin? It should exclude CVS directories. If it doesn't, file an issue on the war plugin project in Jira. The regular expression to use to exclude CVS directories is **/CVS Emmanuel > Thanks. Maven is not including CVS files in case of JAR builds, but in WAR > it is pa

Re: Problem to login in Continuum 1.1 final with Internet Explorer

2007-12-19 Thread Claudio Ranieri
I found the cause of the problem! The problem is the difference in time between the linux machine (server) and the windows machine (client). The clock of the linux machine was delayed by 1 hour. This causes the expiration of the cookie. Fixed the clock, the problem was resolved. Thanks - O

Re: Getting CVS folder in the builds

2007-12-19 Thread Hemant Malik
Thanks. Maven is not including CVS files in case of JAR builds, but in WAR it is packaging the CVS files as well. But is there any regular expression kind of terminology to exclude them, or I will have to specify one by one. Regards, Hemant Malik On Dec 19, 2007 2:11 PM, Emmanuel Venisse <[EMAI

Re: Getting CVS folder in the builds

2007-12-19 Thread Emmanuel Venisse
Normally, maven exclude them automatically. If it doesn't do it, you can add a resources part in your pom to exclude them. Emmanuel > Hi, > I noticed the CVS folder in the builds that I am using continuum and maven > to build. Could someone please guide on how to exclude the CVS files being > pa