Re: Calling mvn commands from Java

2006-09-12 Thread Subhash Chandran
Check here for the API: http://maven.apache.org/guides/mini/guide-embedding-m2.html I got this from a search, I still don't know what all jars I need to have in the classpath to use this... - Subhash. On 9/13/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Hi Use the MavenEmbedder to this.

RE: Calling mvn commands from Java

2006-09-12 Thread hermod.opstvedt
Hi Use the MavenEmbedder to this. Hermod -Original Message- From: Matt Wheeler [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 12, 2006 5:00 PM To: users@maven.apache.org Subject: Calling mvn commands from Java I was wondering if there is a Java API for Maven, from which to call mvn

Re: Build rollback

2006-09-12 Thread Christian Edward Gruber
Anoop kumar V wrote: > I was wondering if Continuum offers a way of automated rollback of a > failed > build? This would be a very high priority requirement when using > Continuum > on production systems, where in the event of a build failure, the > continuous > integration tool would just revert b

Re: Build rollback

2006-09-12 Thread Wayne Fay
In the event of a build failure, why would your continuous integration tool even consider deploying it? When might you need this rollback in real life? I think the normal use case would be something along these lines: build code, ok? unit tests, ok? integration tests, ok? deploy somewhere (ideall

Build rollback

2006-09-12 Thread Anoop kumar V
Hi All, I was wondering if Continuum offers a way of automated rollback of a failed build? This would be a very high priority requirement when using Continuum on production systems, where in the event of a build failure, the continuous integration tool would just revert back to the last successfu

[m2] Need help using new plugin (qalab)

2006-09-12 Thread KC Baltz
I'm trying to use a new plugin, qalab, which gives us metrics from build to build. I've got it working on my local box, but I can't seem to get it working on the build machine. I get the following error when I try to call 'mvn qalab:merge' on the build box. [INFO] --

Re: File handling in Mojo's

2006-09-12 Thread franz see
Morgovsky, Alexander (US - Glen Mills) wrote: > > What is the best way to handle file work in a Mojo? For example, if I > want to copy a file to directory using Ant I use todir=""/>. In Java, the only way I can see at the moment is using > RunTime.getRunTime().exec("cmd") where cmd is the MS

RE: Cargo deploy on to a remote machine

2006-09-12 Thread Vincent Massol
Hi Prashanth, Please use the Cargo mailing list. What you want is not implemented yet. You need to do undeploy first in your case. Cargo is currently mimicking exactly what you get when you use the Tomcat Managa Application. However we need to do better, see http://jira.codehaus.org/browse/CARG

Re: jelly plugin /artifact plugin

2006-09-12 Thread Dion Gillard
Are you using IBMs JDK? On 9/12/06, Stadelmann Josef <[EMAIL PROTECTED]> wrote: -Ursprüngliche Nachricht- Von: Emmanuel Venisse [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 12. September 2006 09:55 An: Stadelmann Josef Betreff: Re: jelly plugin /artifact plugin I don't use maven 1 s

Re: File handling in Mojo's

2006-09-12 Thread dan tran
checkout plexus-utils FileUtil class -Dan On 9/12/06, Morgovsky, Alexander (US - Glen Mills) <[EMAIL PROTECTED]> wrote: What is the best way to handle file work in a Mojo? For example, if I want to copy a file to directory using Ant I use . In Java, the only way I can see at the moment is u

Complex Assembly structure

2006-09-12 Thread Morgovsky, Alexander \(US - Glen Mills\)
I have a complex Assembly structure and I did the research on the assembly plug-in and I tried to define my own assembly descriptor file. However, I think the level of nesting here is interesting and I can't proceed on the lowest level. I would sincerely appreciate any help provided. Here is the

File handling in Mojo's

2006-09-12 Thread Morgovsky, Alexander \(US - Glen Mills\)
What is the best way to handle file work in a Mojo? For example, if I want to copy a file to directory using Ant I use . In Java, the only way I can see at the moment is using RunTime.getRunTime().exec("cmd") where cmd is the MS-DOS copy command. With this method, how do you change the directory

Re: deploy a source jar using deploy:deploy-file

2006-09-12 Thread dan tran
eclipse:eclipse has a configuration that trigger the download automatically -D On 9/12/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Is there a predefined classifier value that will trigger the Eclipse plugin to consider this "source" when setting the "download source" checkbox? Or do I ne

Re: Cargo deploy on to a remote machine

2006-09-12 Thread Wayne Fay
Did you try cargo:undeploy? I don't currently use Cargo, but I'd expect that's a valid goal/target. Also, it might be more appropriate to send this question to the Cargo Users email list... Wayne On 9/12/06, Prashanth Krishnamurthy <[EMAIL PROTECTED]> wrote: I am trying to deploy my applicatio

Re: releasing a tag

2006-09-12 Thread Yann Le Du
Maybe you could : - checkout the tag - change pom version to 2.2.3 - deploy (this is what mvn release:perform does from the tag) Does it address your need ? 2006/9/12, Douglas Ferguson <[EMAIL PROTECTED]>: Is there a way to release from a tag? Say I have my-app-2.2.3-RC-1 for release

Re: build definitions

2006-09-12 Thread Yann Le Du
Automating build definitions will be easier with Continuum 1.1 profiles : http://jira.codehaus.org/browse/CONTINUUM-243 - Yann 2006/9/12, Attila Mezei-Horvati <[EMAIL PROTECTED]>: Just started to use continuum (while switching from and to maven). I like it so far, kudos. :) I have a question

Re: Is DAV deployment working for anyone using Windows Authentication

2006-09-12 Thread Mykel Alvis
Sorry. Didn't manage to finish my question because of an odd IE-ism. The actual question was has anyone successfully used IIS served DAV that uses Domain authentication to do deployments? On 9/12/06, Mykel Alvis <[EMAIL PROTECTED]> wrote: My situation: * Several hundred users that are manag

Is DAV deployment working for anyone using Windows Authentication

2006-09-12 Thread Mykel Alvis
My situation: * Several hundred users that are managed by a Windows Domain. * IIS running that serves DAV out for my internal release and snapshot repositories as http://m2proxy/internal_release http://m2proxy/internal_snapshot * The following added to my pom: or

Cargo deploy on to a remote machine

2006-09-12 Thread Prashanth Krishnamurthy
I am trying to deploy my application to a running tomcat instance on a different machine. I have tried the following and haven't been successfully. What is the right way to do this? Please suggest. 1.mvn cargo:deploy - This works fine only when the tomcat instance doesn't have my application deplo

RE: deploy a source jar using deploy:deploy-file

2006-09-12 Thread rudy.bistrovich
Is there a predefined classifier value that will trigger the Eclipse plugin to consider this "source" when setting the "download source" checkbox? Or do I need to then add a dependency tag to my POM with the matching classifier and scope of "compile" and then attach the source myself in eclipse? -

Re: Integration testing - tests are being run during both 'test' and 'integration-test' phases

2006-09-12 Thread Donnchadh Ó Donnabháin
That's perfect Thanks Donnchadh On 9/12/06, Wendy Smoak <[EMAIL PROTECTED]> wrote: On 9/12/06, Donnchadh Ó Donnabháin <[EMAIL PROTECTED]> wrote: > I've added the following to : > > org.apache.maven.plugins > maven-surefire-plugin > > >

Re: deploy a source jar using deploy:deploy-file

2006-09-12 Thread dan tran
yes, try to set the CLASSIFIER -D On 9/12/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Anyone know if it is possible to deploy a source jar using deploy:deploy-file? I have the src for a third party jar I want to deploy into our local repository. --Rudy

deploy a source jar using deploy:deploy-file

2006-09-12 Thread rudy.bistrovich
Anyone know if it is possible to deploy a source jar using deploy:deploy-file? I have the src for a third party jar I want to deploy into our local repository. --Rudy - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional co

Re: Integration testing - tests are being run during both 'test' and 'integration-test' phases

2006-09-12 Thread Wendy Smoak
On 9/12/06, Donnchadh Ó Donnabháin <[EMAIL PROTECTED]> wrote: I've added the following to : org.apache.maven.plugins maven-surefire-plugin integration-test test This results

releasing a tag

2006-09-12 Thread Douglas Ferguson
Is there a way to release from a tag? Say I have my-app-2.2.3-RC-1 for release candidate 1 and I want to release that as my-ap-2.2.3 If I check out the tag and do a release, mvn is going to want to commit pom changes to the tag, which it I don’t want it to do. Any other way to do this?

Integration testing - tests are being run during both 'test' and 'integration-test' phases

2006-09-12 Thread Donnchadh Ó Donnabháin
I've added the following to : org.apache.maven.plugins maven-surefire-plugin integration-test test This results in my tests being executed during the integration-test phase, which is grea

Re: Re: war targetPath

2006-09-12 Thread Attila Mezei-Horvati
Thanks, :) Attila > > Subject: Re: mvn2: war targetPath > From: Brad Szabo <[EMAIL PROTECTED]> > To: users@maven.apache.org > Date: Tue, 12 Sep 2006 07:55:40 -0700 > > This appears to have been fixed in > maven-war-plugin-2.0.2 > > 2.0.2 has not yet been released, but you can check > out the tru

RE: [maven1.x] maven-test-plugin.jar 1.8.1

2006-09-12 Thread Ming Cheung
Jeff, I am now able to run my test with the new repository. Sincerely, Ming Cheung WebSphere Web Services Developer Address: IBM, Inc. 11501 Burnet Road, Austin, TX 78758 Tie Line: 678-0733 Email: [EMAIL PROTECTED] "Jeff Jensen" <[EMAIL PROTECTED]> 09/11/2006 07:55 PM Please respond to "Ma

Re: CVS Blame mechanism in 1.0.3

2006-09-12 Thread Anoop kumar V
The last bullet on this page: http://maven.apache.org/continuum/continuum-features.html says that Blame mechanism is available as a feature. But I do not see it. DO I need to turn it on somehow? Can somebody please help me in pointing me in the right direction? We use CVS with Ant to build. Than

Re: NullPointerException when using release:prepare

2006-09-12 Thread Abel Muiño
I've fixed this by adding empty "connection", "url" and "tag" (previously I only had "developerConnection" filled in). Despite of the previous message(November 2005), this issue has not yet been fixed (see JIRA M

RE: eclipse:eclipse - adding to classpath

2006-09-12 Thread Douglas Ferguson
I realized that I could do it via profiles, but I didn't want the developer to have to know to provide the profile. I'd rather them run eclipse:eclipse and have it work out the box. I think a neat maven feature would be to be able to enable a profile for a specific plugin. D- -Original Me

Re: Maven Site

2006-09-12 Thread franz see
tulasi wrote: > > HI, > > My project contains 5 different modules. > I am Creating site for my project. Site is Creating, but Parent > index.html not showing modules and module links details. How will i do > it?. please help me. > > any Configuration required? > > Thanks in advance. >

build definitions

2006-09-12 Thread Attila Mezei-Horvati
Just started to use continuum (while switching from and to maven). I like it so far, kudos. :) I have a question though. Is there a way to specify build definitions from the pom.xml ? At add project time there is a "clean install" build definition added, but I would like to add other definitions

Re: eclipse:eclipse - adding to classpath

2006-09-12 Thread franz see
Douglas Ferguson wrote: > > Is there a way to specifically add a jar to the classpath when running > eclipse:eclipse? > > > > If I’m not running in snapshot mode, I need to add > jar-with-dependencies, but if I am running in snapshot mode, I don’t wan > to add it, I use project dependencies

RE: release plugin & profiles

2006-09-12 Thread Douglas Ferguson
This seems to only be a problem if the profile is defined in a parent pom. -Original Message- From: Douglas Ferguson Sent: Tuesday, September 12, 2006 11:32 AM To: users Subject: release plugin & profiles I added a profile called “releasing” and added an assembly:attached execution and a

release plugin & profiles

2006-09-12 Thread Douglas Ferguson
I added a profile called “releasing” and added an assembly:attached execution and a dependency:unpack during the package phase. Neither of these get called when I run mvn release:prepare release:perform –Preleasing

Re: Conflict with dependencies

2006-09-12 Thread Wendy Smoak
On 9/11/06, Dudu <[EMAIL PROTECTED]> wrote: I'm using the RI implementation of JSF, and using shale-test too. But Shale-test uses another JSF implementation, the MyFaces. And the two implementation obviously has classes with identical names. How can I manage conflicts like this? Is it correct to

Re: Update over scm-local does not delete files removed from source dir

2006-09-12 Thread Emmanuel Venisse
ArneD a écrit : Emmanuel Venisse wrote: scm-local was developped for tests and it's used in some case when a scm provider isn't available like dynamic-view support for Clearcase. It's a very simple provider that copy file from sources directory, but it can't know if some files are deleted

eclipse:eclipse - adding to classpath

2006-09-12 Thread Douglas Ferguson
Is there a way to specifically add a jar to the classpath when running eclipse:eclipse? If I’m not running in snapshot mode, I need to add jar-with-dependencies, but if I am running in snapshot mode, I don’t wan to add it, I use project dependencies. I tried defining the dependency inside t

Re: Calling mvn commands from Java

2006-09-12 Thread Arnaud Bailly
"Matt Wheeler" <[EMAIL PROTECTED]> writes: > I was wondering if there is a Java API for Maven, from which to call mvn > commands? For instance, we would like to (OS agnostically - maybe the cd and > rmdir cannot be OS agnostic) perform the following operations, > checking for any Did you try ma

Re: maven-native-plugin Resource compiler

2006-09-12 Thread dan tran
Hi Robert, First, please always direct your inquiry to user list so that others can answer/benefit as well Please file a JIRA, provide a patch to add .exe to all msvc executables, and test against your build Glad it works out for you -Dan On 9/12/06, Robert Phillips <[EMAIL PROTECTED]> wrote:

Re: Calling mvn commands from Java

2006-09-12 Thread Geoffrey De Smet
See guides about embedding maven. Matt Wheeler wrote, On 2006-09-12 4:59 PM: I was wondering if there is a Java API for Maven, from which to call mvn commands? For instance, we would like to (OS agnostically - maybe the cd and rmdir cannot be OS agnostic) perform the following operations, che

RE: maven.compile.classpath and fellows

2006-09-12 Thread Peter . Pilgrim
Don't bother it was ``maven.runtime.classpath'' I really needed. Ta -- Peter Pilgrim UBS Investment Bank, PTS Portal / IT FIRC OPS LDN, 100 Liverpool Street, London EC2M 2RH, United Kingdom +44 (0) 20 75 75692 :: Java EE / E-Commerce / Enterprise Integration / Development :: ___

Calling mvn commands from Java

2006-09-12 Thread Matt Wheeler
I was wondering if there is a Java API for Maven, from which to call mvn commands?  For instance, we would like to (OS agnostically - maybe the cd and rmdir cannot be OS agnostic) perform the following operations, checking for any errors that occur:   mvn archetype:create -DarchetypeArtifactI

Re: Database deployment

2006-09-12 Thread Christophe DENEUX
We plan to use the ant task "exec", and its attribute "os" to manage the difference between operating system. Our projects use an Oracle database, so the "exec" task will execute "sqlplus" with a sql script file. We plan to follow this way during the life of our project: a) for the first r

Re: mvn2: war targetPath

2006-09-12 Thread Brad Szabo
This appears to have been fixed in maven-war-plugin-2.0.2 2.0.2 has not yet been released, but you can check out the trunk (2.0.2-SNAPSHOT) using "svn checkout http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-war-plugin maven-war-plugin" JIRA Issue: http://jira.codehaus.org/browse/MWAR-5

Re: Maven Site

2006-09-12 Thread Geoffrey De Smet
yep, something like this in your site.xml At spring-rich-c.sf.net we've just managed to inherit links from the parent site (see svn). Don't forget to declare the entity your parent pom. tulasi wrote, On 2006-09-12 4:35 PM: HI, My project contains 5 different modules. I am Creati

Re: Set default deploy server in settings.xml?

2006-09-12 Thread Sebastien Moreno
Hello, what do youy think of "injecting" pom distribution information from settings file: http://maven.apache.org/examples/injecting-properties-via-settings.html http://maven.apache.org/examples/injecting-properties-via-settings.html Sébastien Clifton Craig-3 wrote: > > Marcel, > > Thank

mvn release:perform & war overlay

2006-09-12 Thread Douglas Ferguson
I just starting getting this problem that I didn’t have before. My build works file up until release:perform. Even release:prepare works fine. But when the war:war task starts during release:perform, it fails siting that there is no web.xml. The web.xml should come from the war overlay, howe

Maven Site

2006-09-12 Thread tulasi
HI, My project contains 5 different modules. I am Creating site for my project. Site is Creating, but Parent index.html not showing modules and module links details. How will i do it?. please help me. any Configuration required? Thanks in advance. -- View this message in context: http://w

Re: Database deployment

2006-09-12 Thread Donnchadh Ó Donnabháin
Yes, ours is a continuous integration context too. What ant task do you use? At it's simplest we could execute the mysql command with the DDL script. I guess what I'm looking for is, what is the standard way of doing this? I would imagine that a large proportion of of projects using maven are dat

Re: Update over scm-local does not delete files removed from source dir

2006-09-12 Thread ArneD
Emmanuel Venisse wrote: > > scm-local was developped for tests and it's used in some case when a scm > provider isn't available > like dynamic-view support for Clearcase. > > It's a very simple provider that copy file from sources directory, but it > can't know if some files > are deleted bec

Re: [maven 1.x] downloading dependencies

2006-09-12 Thread Andrew Birchall
Ah... thank you! It was the I was missing. I did in fact have not like I said. I cut and pasted an old version which I sent you. Thanks a lot! Andy On 12/09/06, Lukas Theussl <[EMAIL PROTECTED]> wrote: It should be bouncycastle bcprov instead of bcprov. HTH, -Lukas Andrew Birchall wrote:

Dtd problem

2006-09-12 Thread Kanthong Vannasaeng
Hi guys, I have some problems when some xml file has a reference in the DOCTYPE tag to a custom dtd. How can I tell maven to look up those required dtds? Thanks in advance kanthong

Re: [maven 1.x] downloading dependencies

2006-09-12 Thread Lukas Theussl
It should be bouncycastle bcprov instead of bcprov. HTH, -Lukas Andrew Birchall wrote: One of the dependencies failing is Bouncy Castle cryptography library. I have it listed in the project.xml file as this: bcprov jdk15-124 http://www.bouncycastle.org true true bcprov-jdk15-124.jar is

Re: [maven 1.x] downloading dependencies

2006-09-12 Thread Andrew Birchall
One of the dependencies failing is Bouncy Castle cryptography library. I have it listed in the project.xml file as this: bcprov jdk15-124 http://www.bouncycastle.org true true bcprov-jdk15-124.jar is in the maven repository at Ibiblio http://www.ibiblio.org/maven/bouncycastle/jars/ so I can

Re: Checking out code

2006-09-12 Thread Emmanuel Venisse
You already use the DEBUG mode for all classes that doesn't have a specific hierarchy so you can't increase the logging level. What do you want to see in log? continuum activity or cvs activity? For continuum, you have the maximum logging level, but for cvs, I think you can activate the verbose

Re: Update over scm-local does not delete files removed from source dir

2006-09-12 Thread Emmanuel Venisse
scm-local was developped for tests and it's used in some case when a scm provider isn't available like dynamic-view support for Clearcase. It's a very simple provider that copy file from sources directory, but it can't know if some files are deleted because it doesn't have some metadata that ca

Re: Asciidoc support

2006-09-12 Thread Arnaud Bailly
<[EMAIL PROTECTED]> writes: > Hi folks, > > I wonder if there exists a maven plugin that supports asciidoc > (www.asciidoc.org). In particular I am interested in using asciidoc > based textfiles in conjuction with the site plugin. Hello, I did not know asciidoc and I thank you for the pointer (a

Re: sendOnSuccess

2006-09-12 Thread Emmanuel Venisse
Weird. Please, file an issue. Emmanuel Adam Hardy a écrit : 1.0.3 Emmanuel Venisse wrote: What is your continuum version? Emmanuel Adam Hardy a écrit : Continuum is notifying me of successful builds even though I have set sendOnSuccess to false. I have tried this: mail false true

Re: Continuum for C based projects

2006-09-12 Thread Emmanuel Venisse
Yes, it can be use with what_you_want projects. For C/C++ projects, you need to use "Add Shell project" entry in the menu, and provide the command to run. Emmanuel Ganesh Kumar a écrit : hi I read about Continuum that it is only for Java projects. Can it be used for C/C++ projects. Thanks G

Re: [maven 1.x] downloading dependencies

2006-09-12 Thread Nicolas De Loof
is not used by maven to download artifacts, it is only there for information. Some artifacts are not free ot redistribute, like java API (java activation framework, javamail ...) so you have to download them and put them in your repository manualy. What artifacts are failing ? Nico. And

[maven 1.x] downloading dependencies

2006-09-12 Thread Andrew Birchall
Hello, I'm using Maven 1.0.2 and 'm having a problem downloading some of my dependencies that are listed in my project.xml file. I have 100 dependecies and most of them download fine but 14 fail and I can't figure out why. I have checked thoroughly that I have the correct and values set in proje

Using classifer with the ejb-plugin

2006-09-12 Thread Bent André Solheim
Hi all! I have an ejb-project that I have to build with several sets of property-files. In the past, I have used profiles and configured the jar-plugin with the tag for each set of propery-files. I would like to do this with ejb projects also. What I have found is that the ejb-plugin does not s

maven.compile.classpath and fellows

2006-09-12 Thread Peter . Pilgrim
Title: maven.compile.classpath and fellows Hi I am looking for POM property similar to maven.compile.classpath that constructs the classpath and includes the dependency JAR files? USE-CASE: I have an EJB in a J2EE subproject which references an interface in a parallel subject. If I try

[m2] any idea when next release will be available ?

2006-09-12 Thread Dario Luis Coneglian Oliveros
I wonder if anybody knows when the next release of maven will be available. It's been a long time since 2.0.4 was launched. I am currently struggling to get maven working as an eclipse plugin since there's an issue in the embedder (http://jira.codehaus.org/browse/MNG-1070). The fact embedder doe

mvn2: faq - fml format

2006-09-12 Thread Attila Mezei-Horvati
Is there a way to disable to ordering in the index for a faq? Currently my questions index is made as: 1. what is... 2. why is ... I would like to just have what is ... why is ... Is there a way to do that? thanks, Attila __ Do You Yahoo!? Tired of

m2: Profile inheritance

2006-09-12 Thread Veyret Stephane
Hello, I have several projects in a multi-module hierarchy, all of them inheriting from a "compagny-wide" pom. This super-pom defines two profiles, automatically activated by an environment value. I whould like to have different behaviors into my child-poms too, depending of the activated prof

Continuum for C based projects

2006-09-12 Thread Ganesh Kumar
hi I read about Continuum that it is only for Java projects. Can it be used for C/C++ projects. Thanks Ganesh

settings.xml properties vs. Wagon AuthenticationInfo

2006-09-12 Thread Locher, Michael
Hi I have set up the settings.xml as described in the "Better Builds" Book and separated Global and User settings.xml. The output of "mvn help:effective-settings" looks reasonable, i.e. both files are read by maven. When I want to deploy to the remote repo I get the following error messages on th

M2: problem compiling release from parent directory

2006-09-12 Thread Orford, Ian
My project has a parent pom, in which all common settings are stored, and 4 modules. One of the modules is a library used by the other three. We want the versions to be consistent across all modules. This is all working fine. I can install and deploy without problem. However, when I release, I

M2: Fatal error generating site

2006-09-12 Thread Orford, Ian
I'm trying to generate site documentation. We have lots of project, most of them still use maven 1. This particular project is built with maven 2. The error below indicates that a project isn't in the repository. I don't really know what that means. It is in the repository (the compile and test go

Re: Re: Re: maven native plugin

2006-09-12 Thread dan tran
I will try answer as much as I can - for intel compiler, it is very similar to msvc, so you can wire up a new compiler/linker provide for intel. It could be as simple as subclassing from msvc classes - an example of resource compiler is at http://svn.codehaus.org/mojo/trunk/mojo/maven-nativ

maven-was5-plugin

2006-09-12 Thread Israel Alvarez
Hi everyone, I'm using maven-was5-plugin because I want to generate the deployment code for my application, so was5:ejbDeploy goal seems to be exactly what I need but, when I´m running it something is wrong: [INFO]

Re: sendOnSuccess

2006-09-12 Thread Adam Hardy
1.0.3 Emmanuel Venisse wrote: What is your continuum version? Emmanuel Adam Hardy a écrit : Continuum is notifying me of successful builds even though I have set sendOnSuccess to false. I have tried this: mail false true true true [EMAIL PROTECTED] and I've tried com

RE: Release plugin

2006-09-12 Thread LECAN Damien
Vote for this bug to http://jira.codehaus.org/browse/MRELEASE-110 "release:prepare generates tags with dots, causing problems with CVS" Damien > -Message d'origine- > De : Yann Le Du [mailto:[EMAIL PROTECTED] > Envoyé : mardi 12 septembre 2006 11:01 > À : Maven Users List > Objet : Re: Re

Re: Release plugin

2006-09-12 Thread Yann Le Du
For now, there doesn't seem to be a way to do so, but you can vote for http://jira.codehaus.org/browse/MRELEASE-159 if you like. 2006/9/12, Adrian Pillinger <[EMAIL PROTECTED]>: Is there a way to customize the SCM tag name that is suggested by default when you run release:prepare? e.g it curre

Re: [maven1.x] maven-test-plugin.jar 1.8.1

2006-09-12 Thread Arnaud HERITIER
I think that it will be better to revert this change even if it's not clean. We'll try to fix others plugins first, and in a future we'll fix the test plugin. Arnaud On 9/12/06, Nicolas De Loof <[EMAIL PROTECTED]> wrote: Did someone found a solution to MPTEST-66 ? For info, since Test 1.8 do

RE: Asciidoc support

2006-09-12 Thread Minto.van.der.Sluis
Title: Asciidoc support Postbus 22871000 CG AmsterdamTelefoon 0900 8844Fax 020 5594466 .Amsterdam-Amstelland Oeps! asciidoc link was incorrect, here's the right one   www.methods.co.nz/asciidoc   Van: Sluis, Minto van der (aml32857) Verzonden: dinsdag 12 september 2006 10:42Aan: users@maven.

Asciidoc support

2006-09-12 Thread Minto.van.der.Sluis
Title: Asciidoc support Postbus 22871000 CG AmsterdamTelefoon 0900 8844Fax 020 5594466 .Amsterdam-Amstelland Hi folks, I wonder if there exists a maven plugin that supports asciidoc (www.asciidoc.org). In particular I am interested in using asciidoc based textfiles in conjuction with the sit

Release plugin

2006-09-12 Thread Adrian Pillinger
Is there a way to customize the SCM tag name that is suggested by default when you run release:prepare? e.g it currently defaults to - I would like to remove the '.' characters in the version as CVS doesn't support them in tags. - This message (incl

WG: jelly plugin /artifact plugin

2006-09-12 Thread Stadelmann Josef
-Ursprüngliche Nachricht- Von: Emmanuel Venisse [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 12. September 2006 09:55 An: Stadelmann Josef Betreff: Re: jelly plugin /artifact plugin I don't use maven 1 since a very long time. You can send your mail on maven users list users@maven.apa

Update over scm-local does not delete files removed from source dir

2006-09-12 Thread ArneD
Hello everybody, my Continuum installation is accessing a file system directory using scm-local provider to get sources (BTW, the directory is on a ClearCase dynamic view). Updates are working fine as long as files are only changed or added. But when files are removed from the source directory, t

Re: [maven1.x] maven-test-plugin.jar 1.8.1

2006-09-12 Thread Nicolas De Loof
Did someone found a solution to MPTEST-66 ? For info, since Test 1.8 doesn't run java:compile anymore if test.skip = true, some other plugins need update AND java:compile is ran twice when building a jar. Nico. Arnaud HERITIER a écrit : Be careful, the more recent is the snapshot of the ve

Re: [maven1.x] maven-test-plugin.jar 1.8.1

2006-09-12 Thread Arnaud HERITIER
Be careful, the more recent is the snapshot of the version 1.8.1. I'll remove the version 1.9. cheers arnaud On 9/12/06, Jeff Jensen <[EMAIL PROTECTED]> wrote: You need to have http://cvs.apache.org/repository/ on your remote repo list (maven.repo.remote property). There are 1.8.1 and 1.9 sna

Re: Building Native Classes and library.

2006-09-12 Thread Christophe DENEUX
Hi Luis, I think that your project organization is incorrect because you have a circular dependence: your source code needs the JNI lib (example: for runtime or testing purpose), and your library needs the java source code to generate header files. If you use a multi-modules project with th

RE: How to set: No Scheduled build | Only triggered build

2006-09-12 Thread LECAN Damien
Create a disabled schedule ! (uncheck "enable") Call it "No schedule", and project won't be build anymore. Damien > -Message d'origine- > De : Emmanuel Venisse [mailto:[EMAIL PROTECTED] > Envoyé : mardi 12 septembre 2006 09:27 > À : continuum-users@maven.apache.org > Objet : Re: How to s

RE: Checking out code

2006-09-12 Thread Garrick Van Schalkwyk
Hi Emmanuel, I'm not sure which of these would apply to Code check out? Would I need to add anything additional? --> - org.codehaus.plexus.logging.LoggerManager org.codehaus.plexus.logging.log4j.Log4JLoggerManager basic - DEBUG console,rolling - - console DEBUG o

Re: where to put config files under WEB-INF directory

2006-09-12 Thread clark . rao
Dear liu, in src/main/webapp/WEB-INF folder. thanks. Tel: (020)83020988-328 Fax: (020)36315170 |-+> | | 子民 刘 | | | <[EMAIL PROTECTED]| | | o.com.cn>| | |

Re: Checking out code

2006-09-12 Thread Emmanuel Venisse
You can set log levels in apps/continuum/conf/application.xml Emmanuel Garrick Van Schalkwyk a écrit : Hi All, Is there any way that I can increase the logging level when a Code check out is taking place? I am using CVS and the check out process is taking exceptionally long with no messa

Re: How to set: No Scheduled build | Only triggered build

2006-09-12 Thread Emmanuel Venisse
If you set the year of the schedule to something in the future like 2050, the schedule won't be executed. Emmanuel Anoop kumar V a écrit : Ohh really?? I have this issue - we have a dev env and a test env. The DEV is more or less like an integration environment for all developers. The TES

Re: sendOnSuccess

2006-09-12 Thread Emmanuel Venisse
What is your continuum version? Emmanuel Adam Hardy a écrit : Continuum is notifying me of successful builds even though I have set sendOnSuccess to false. I have tried this: mail false true true true [EMAIL PROTECTED] and I've tried completely leaving out the sendOnSu