site deploy SiteToolException: Error parsing site descriptor

2009-05-05 Thread L. J.
We start getting this error today. Anyone know what causes this error? [INFO] [ERROR] BUILD ERROR [INFO] [INFO] SiteToolException: Error parsing site de

Re: Ant-based Mojos using Ant 1.6.5

2008-11-07 Thread L. J.
try specifying 1.3 in your maven-antrun-plugin if you are using it. Thanks. LJ On Fri, Nov 7, 2008 at 12:23 PM, Edelson, Justin < [EMAIL PROTECTED]> wrote: > Currently, it seems that the support in Maven for writing plugins in Ant > uses Ant 1.6.5. Is there a plan to upgrade this to 1.7.1? > >

Re: Problem with SSHEXEC Ant Task

2008-11-07 Thread L. J.
since the > ant jars in the maven repository haven't been upgarded to this > version..correct? > > Thanks! > > -Original Message- > From: L. J. [mailto:[EMAIL PROTECTED] > Sent: Friday, November 07, 2008 11:37 AM > To: Maven Users List > Subject: Re: Proble

Re: Problem with SSHEXEC Ant Task

2008-11-07 Thread L. J.
You should use 1.7.1 rather than 1.6.5. There was a bug in 1.6.x that stdout after sshexec was executed will disappear. LJ On Fri, Nov 7, 2008 at 1:15 AM, Baeriswyl Kuno - Extern (IT-BA-MV) <[EMAIL PROTECTED]> wrote: > hello, had the same problem recently: > > >

Re: Question on release plugin

2008-10-07 Thread L. J.
That sounds a normal Maven behavior as it should pull jar from your local/remote repo rather than target during any build cycle. On Tue, Oct 7, 2008 at 6:25 AM, M. Hansen <[EMAIL PROTECTED]> wrote: > Hi, > > In svn we have our projects organized in a flat hierarchy like this: > > myproject/myarti

Re: Problem with release plugin

2008-10-06 Thread L. J.
during release:prepare, the plugin should prompt you for the next SNAPSHOT version of your child2, that's where you can change the version number. On Mon, Oct 6, 2008 at 6:00 AM, Samuli Saarinen <[EMAIL PROTECTED]>wrote: > Hello, > > I'm using maven 2.0.9 with a multi-module project and try to m

Re: Possible bug when using ant:run in build configuration

2008-09-16 Thread L. J.
compile is part of mvn package and install build lifecycle. On Tue, Sep 16, 2008 at 8:44 AM, dmcgeown <[EMAIL PROTECTED]> wrote: > > Hello, im having a problem when trying to run some ant tasks within the > build > configuration. I basically using Ant to generate a build number. However > when i

Re: maven-antrun-plugin

2008-05-14 Thread L. J.
I have the same problem, does anyone get it work? Thanks. LJ On Thu, Oct 4, 2007 at 4:07 AM, Andreas Rudolf <[EMAIL PROTECTED]> wrote: > > Hi, > I tried to use this feature, but with no success. > Neither "if" nor "unless" work. > > I tried Version 1.1 and 1.2-SNAPSHOT of antrun-plugin. > > Is

Re: How to make Continuum ignore the failed junit tests and continue with the build?

2008-02-07 Thread L. J.
-Dmaven.tests.ignore.failure=true On Feb 7, 2008 1:00 PM, Tawfik, Sameh E <[EMAIL PROTECTED]> wrote: > > > > 1. Even though the build was not complete because of the failed junit > tests in on of the sub modules, Continuum sent an email indicating the > build is successful as follow: > > > [conti

Re: 1.1-beta-4 Out of Memory

2007-10-31 Thread L. J.
Ok, here is what I have in the plexus.sh PLEXUS_OPTS="$PLEXUS_OPTS -Xmx512m" Thanks. LJ On 10/31/07, Emmanuel Venisse <[EMAIL PROTECTED]> wrote: > > You use plexus.sh to start Continuum? In this case, the max memory to use > is configured in it. > > Emmanuel &g

Re: 1.1-beta-4 Out of Memory

2007-10-31 Thread L. J.
te: > > How many projects in your instance? > > How many memory allowed? it is defined in wrapper.conf > > Do you have lot of build results by projects? > > Emmanuel > > L. J. a écrit : > > Does anyone have the same problem? &g

Re: javadoc error from 2.0.4 to 2.0.6/2.0.7

2007-08-20 Thread L. J.
ersion. > > Wayne > > On 8/20/07, Michael Meyer <[EMAIL PROTECTED]> wrote: > > L. J. schrieb: > > > However, even I put the maven-javadoc-plugin version number 2.2 in the > > > pom.xml as below, maven 2.0.6 still uses 2.3. > > > org.apache.maven.plu

Re: javadoc error from 2.0.4 to 2.0.6/2.0.7

2007-08-20 Thread L. J.
javadoc-2.4 or 2.5 and it will still have > this bug since it was never dealt with. > > Wayne > > On 8/20/07, L. J. <[EMAIL PROTECTED]> wrote: > > Correction, I ran /usr/bin/maven-2.0.6/bin/mvn > > org.apache.maven.plugins:maven-javadoc-plugin:2.2:javadoc, not &

Re: javadoc error from 2.0.4 to 2.0.6/2.0.7

2007-08-20 Thread L. J.
Correction, I ran /usr/bin/maven-2.0.6/bin/mvn org.apache.maven.plugins:maven-javadoc-plugin:2.2:javadoc, not maven-javadoc-plugin:2.0-beta-2. On 8/20/07, L. J. <[EMAIL PROTECTED]> wrote: > > Thanks Wayne, > > Looks like the maven-javadoc-plugin 2.2 works with my maven 2.0.6 on

Re: javadoc error from 2.0.4 to 2.0.6/2.0.7

2007-08-20 Thread L. J.
have an AIX instance to play with and I doubt many of > the Maven team does either. > > First, go file a bug in JIRA. Then pull down the code and see if you > can't figure it out. If you have troubles, jump onto IRC and we'll > help you out. > > Wayne > > On

Re: javadoc error from 2.0.4 to 2.0.6/2.0.7

2007-08-20 Thread L. J.
Hi Wayne, It is jdk1.4 on AIX. Thanks. LJ On 8/20/07, Wayne Fay <[EMAIL PROTECTED]> wrote: > > What JDK and what OS? > > Wayne > > On 8/20/07, L. J. <[EMAIL PROTECTED]> wrote: > > I run mvn javadoc:javadoc with 2.0.6 and 2.0.7, both give me the > followin

javadoc error from 2.0.4 to 2.0.6/2.0.7

2007-08-20 Thread L. J.
I run mvn javadoc:javadoc with 2.0.6 and 2.0.7, both give me the following error. It works fine if I use 2.0.4. Has anyone seen this error before? Thanks. LJ [INFO] [javadoc:javadoc] [INFO] [ERROR] FATAL ERROR [INFO] -

Re: Continuum 1.1-beta-1 shell project does not run but runs from command line

2007-08-06 Thread L. J.
. > What are you target/source values ? > > > > -Message d'origine- > De : L. J. [mailto:[EMAIL PROTECTED] > Envoyé : mardi 7 août 2007 01:06 > À : continuum-users > Objet : Continuum 1.1-beta-1 shell project does not run but runs from > command line >

shell execution from 1.1-beta-1

2007-08-06 Thread L. J.
I have a build definition: Build File /usr/bin/sh Arguments buildAdmin.sh" It works in alpha and earlier version of continuum. Is the way that the shell script gets executed changed since beta? I got the following error, and wonder why continuum is calling /bin/bash at the very beginning 1705563

Re: User Interface Performance of 1.1

2007-06-04 Thread L. J.
Hi, Is it just me or anyone else experience the same, alpha-2 does not seem to perform any faster than alpha-1 Thanks. LJ On 5/22/07, Emmanuel Venisse <[EMAIL PROTECTED]> wrote: Performance are fixed in alpha-2 that will be available in few days. Emmanuel Shaun Barriball a écrit : > Are th

Re: How to configure 2 projects in the same group to use different build definitions in 1.1-SNAPSHOT?

2007-04-04 Thread L. J.
at the project group level? Thanks, Deng L. J. wrote: > Hi, > > Can anyone suggest me how to configure this? I have 2 M2 projects that > use 2 > different arguments which referring to it's own build directory, but they > are in the same group. I create 2 build definitions b

How to configure 2 projects in the same group to use different build definitions in 1.1-SNAPSHOT?

2007-04-03 Thread L. J.
Hi, Can anyone suggest me how to configure this? I have 2 M2 projects that use 2 different arguments which referring to it's own build directory, but they are in the same group. I create 2 build definitions but I can't change the "Is this default?" option in the build definitions as it affects on

Re: 1.1-SNAPSHOT fails to check out projects from CVS

2007-03-29 Thread L. J.
hat is your continuum version? L. J. a écrit : > The only thing I see from the log is below: > > 2007-03-29 11:07:32,767 [SocketListener0-0] INFO > Continuum:default - Enqueuing 'securityParentPOM' (Build > definition id=3). > 2007-03-29 11:07:32,794 [pool-1-t

Re: 1.1-SNAPSHOT fails to check out projects from CVS

2007-03-29 Thread L. J.
lines log before it L. J. a écrit : > Hi, > > I just installed the latest build from the trunk > continuum-20070327.03.tar.gz, but Continuum 1.1-SNAPSHOT fails to > checkout projects from CVS, with the exception in the GUI: > Exception: > org/apache/maven/scm/provi

Re: 1.1-SNAPSHOT fails to check out projects from CVS

2007-03-29 Thread L. J.
default- Error updating from SCM, not building On 3/29/07, Emmanuel Venisse <[EMAIL PROTECTED]> wrote: Send us the full stacktrace and lines log before it L. J. a écrit : > Hi, > > I just installed the latest build from the trunk > continuum-20070327.03.tar.gz, but Co

Re: stop a build from GUI in version 1.1

2007-03-12 Thread L. J.
inished after 1h. Emmanuel L. J. a écrit : > When do you plan to link to the GUI? I can't wait to try it out :) > > Thanks > > LJ > > On 3/8/07, Emmanuel Venisse <[EMAIL PROTECTED]> wrote: >> >> all the code is there but we need to link the gui t

Re: stop a build from GUI in version 1.1

2007-03-09 Thread L. J.
When do you plan to link to the GUI? I can't wait to try it out :) Thanks LJ On 3/8/07, Emmanuel Venisse <[EMAIL PROTECTED]> wrote: all the code is there but we need to link the gui to it. This feature will be available only for *nix system Emmanuel L. J. a écrit : > Sorry if

stop a build from GUI in version 1.1

2007-03-07 Thread L. J.
Sorry if this question has been asked, in 1.0.3, you can't stop a build from the GUI but will this be added as part of version 1.1 new features?

Re: validation email url when Register for an Account

2006-12-26 Thread L. J.
http://jira.codehaus.org/browse/CONTINUUM-1043 On 12/22/06, L. J. <[EMAIL PROTECTED]> wrote: The temp workaround that works for me is changing the localhost URL to http://yourContinuumURL:yourContinuumPort(ex:8080)/continuum/security/x <http://yourContinuumURL:yourContinuum

Re: validation email url when Register for an Account

2006-12-22 Thread L. J.
The temp workaround that works for me is changing the localhost URL to http://yourContinuumURL:yourContinuumPort(ex:8080)/continuum/security/x. I tried to change the Base URL, but that does not help. Also, I wonder how can I unlcok admin user "admin" if it is locked. Thanks. LJ On 12/22

Re: Installing continuum 1.1 SNAPSHOT

2006-12-01 Thread L. J.
e: check the logs for anything odd and post that here and we can help I had someone report something similar earlier today but I couldn't confirm and when I tried it things worked on a fresh install. you are logging in after the initial admin account creation with 'admin' right?

Installing continuum 1.1 SNAPSHOT

2006-12-01 Thread L. J.
Hi, I try to install the continuum 1.1 SNAPSHOT on my local machine which I build from the main trunk after svn checkout. I can't log on after creating an admin user. Is there anything i am missing during the installation? Thanks. LJ

txt files under build-output-directory

2006-11-16 Thread L. J.
Hi The output txt files are taking too much space on our continuum server, can I remove everything under build-output-directory? Thanks. LJ

Re: settings.xml ignored

2006-10-26 Thread L. J.
Hi Attila, I now have a question and need your help. You said that you have multiple profiles in the settings.xml. If this is the case, do you have 2 profiles using the same variables with different values? (example below) id_1 value1 ...

Re: settings.xml ignored

2006-10-26 Thread L. J.
Do you have multiple profiles? Try to use help:active-profiles from the command line under the project directory which has the pom.xml. Thanks. LJ On 10/26/06, Attila Mezei-Horvati <[EMAIL PROTECTED]> wrote: LJ, I have it as: ... default

Re: settings.xml ignored

2006-10-25 Thread L. J.
Make sure you activate the profile in the serttingx.xml. your_profile_id Thanks. LJ On 10/25/06, Attila Mezei-Horvati <[EMAIL PROTECTED]> wrote: Hi there, I have installed Continuum 1.0.3. I have a multi module project. It uses subversion as scm. When I run 'build now' from the web-inter

Re: multiple profiles in settings.xml

2006-10-23 Thread L. J.
ECTED]> wrote: Try removing the space after -P -Padmintool L. J. on 17/10/06 01:11, wrote: > I have multiple profiles in my settings.xml as below. While I run "clean > install -P admintool -Dmaven.test.skip" in the Continuum, it does not pick > up ADMINTOOL_200609040300

How to add additional links on the Continuum in the main page?

2006-10-23 Thread L. J.
Hi I want to add some additional links to my company's internal web links on the Continuum main page. I try to change the .vm files in the continuum-plexus-application-1.0.3.jar, but after bouncing the server, I do not see anything changed. Is there something else I miss? Thanks. LJ

multiple profiles in settings.xml

2006-10-16 Thread L. J.
I have multiple profiles in my settings.xml as below. While I run "clean install -P admintool -Dmaven.test.skip" in the Continuum, it does not pick up ADMINTOOL_200609040300 but it picks up DEV_HEAD_393 from profile id r9. I have tried bouncing the server and changiung the profile id. but can get

Re: accessing continuum DB

2006-08-31 Thread L. J.
I shut down continuum but still get the same error message. I am following the SQuirreL SQL instructions that Artamonov provides in this email. My JDBC connection is jdbc:derby://server_ip/apps/build/continuum- 1.0.3/apps/continuum/database Thanks. L. J. On 8/31/06, Emmanuel Venisse <[EM

Re: accessing continuum DB

2006-08-31 Thread L. J.
nnect to the database... -Original Message- From: L. J. [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 30, 2006 11:09 PM To: continuum-users Subject: accessing continuum DB Could anyone kindly provide me a step by step instructions on how to access the continuum DB? Also, what tool should I use? Thanks. LJ

Re: running multiple instances of continuum on one machine

2006-08-31 Thread L. J.
Yes, it is possible, we run 3 instances of Continuum on one AIX machine using different ports On 8/31/06, Feniks Nator <[EMAIL PROTECTED]> wrote: Hey, I'm wondering if it is possible to run multiple instances of Continuum on the same machine? We have a lot of projects (each possibly having one

accessing continuum DB

2006-08-30 Thread L. J.
Could anyone kindly provide me a step by step instructions on how to access the continuum DB? Also, what tool should I use? Thanks. LJ

Why does Continuum build the projects even there is no change

2006-07-25 Thread L. J.
We have 20+ projects that are scheduled to be built every 3 hours daily. Some of them are built even there is no changes. Some of them do not get built while no changes. Does anyone know why this is happening? I read earlier email about putting target directory in the cvsignore file, but this does