RE: maven-surefire-plugin - turn off for "test", turn on for"integration-test"?

2006-07-28 Thread Chris Wall
I sure will. Thanks Wendy. -Original Message- From: Wendy Smoak [mailto:[EMAIL PROTECTED] Sent: July 27, 2006 8:16 PM To: Maven Users List Subject: Re: maven-surefire-plugin - turn off for "test", turn on for"integration-test"? On 7/27/06, Chris Wall <[

RE: maven-surefire-plugin - turn off for "test", turn on for"integration-test"?

2006-07-27 Thread Chris Wall
:[EMAIL PROTECTED] Sent: July 27, 2006 6:58 PM To: Maven Users List Subject: Re: maven-surefire-plugin - turn off for "test", turn on for"integration-test"? On 7/27/06, Chris Wall <[EMAIL PROTECTED]> wrote: > Based on your recommendation I made the following update. Y

RE: maven-surefire-plugin - turn off for "test", turn on for"integration-test"?

2006-07-27 Thread Chris Wall
ain one, you need to reset skip to false in the nested definition. Using excludes will work in the same manner. Regards, Simon On Thu, 2006-07-27 at 15:52 -0700, Chris Wall wrote: > Thanks Wendy. Unfortunately svn.apache.org is timing out. I did come > across one of your earlier posts,

RE: maven-surefire-plugin - turn off for "test", turn on for "integration-test"?

2006-07-27 Thread Chris Wall
Maven Users List Subject: Re: maven-surefire-plugin - turn off for "test", turn on for "integration-test"? On 7/27/06, Chris Wall <[EMAIL PROTECTED]> wrote: > I would like to turn off maven-surefire-plugin during the "test" phase > (so, no unit testing at

maven-surefire-plugin - turn off for "test", turn on for "integration-test"?

2006-07-27 Thread Chris Wall
Hello! I would like to turn off maven-surefire-plugin during the "test" phase (so, no unit testing at all), and turn on maven-surefire-plugin for the "integration-test". Basically my source is a test webapp, and my tests are integration tests. While playing around with maven-surefire-plugin con

RE: NPE for Ant plugin example

2006-07-19 Thread Chris Wall
My bad. My mojo meta-data file and Ant script were located in src/scripts instead of src/main/scripts (default). Although, the NPE (all NPEs) should be translated to a more meaningful message. Thanks. From: Chris Wall Sent: July 18, 2006 5:36 PM To: users

NPE for Ant plugin example

2006-07-18 Thread Chris Wall
I attempted to create the hello example outlined here: http://maven.apache.org/guides/plugin/guide-ant-plugin-development.html   But, I’m getting the following.  See attached pom.xml.  Maven 2.0.2.  Known issue?   [INFO] Scanning for projects... [INFO] -

Manage internal dependencies that do not follow Maven conventions

2006-07-14 Thread Chris Wall
Hey there. Is there a recommended way to handle internal dependencies that do not follow Maven's directory structure and naming conventions? Internal dependencies will be in development so it's necessary to pull them instead of storing them locally. For instance, a project may have a build depen

Mapping Maps in - store List objects?

2006-07-11 Thread Chris Wall
Hey there. To map configuration to a Map, I saw this in a previous thread: yourvalue . But, can Maven support Lists as stored objects? Or a String array? [StringA, StringB, StringC, etc] . Thanks. -Chris

Installing plugin from proxy repository

2006-07-10 Thread Chris Wall
Hey there. I have a plugin which I uploaded to our proxy server. To test I deleted the local version (entire directory) of the plugin. I rebuilt the project, but Maven cannot find the plugin. I have a mirror configured as my central repository in settings.xml. So why then is Maven looking at h

Dependency question: Designate class from jar instead of whole jar?

2006-07-08 Thread Chris Wall
This might be an odd request, but does Maven allow you to designate a class or set of classes within a jar as a dependency? The use case is that I'd like to only pull in a class or two from a jar into my final jar instead of the whole dependency jar. Thanks. -Chris __

FTP via Maven?

2006-07-06 Thread Chris Wall
Hey there. We're dependent on jars from a non-Maven project. The jars are available via FTP. Has anyone come up w/ an eloquent way of integrating FTP within Maven? I'd like to manage the dependencies and configure FTP settings within pom.xml. -Chris _

RE: 1.0.2->1.0.3 upgrade - JDODataStoreException: "...trying to shrink VARCHAR...ContinuumBuildExecutorE"

2006-06-19 Thread Chris Wall
CTED] Sent: June 14, 2006 4:11 AM To: continuum-users@maven.apache.org Subject: Re: 1.0.2->1.0.3 upgrade - JDODataStoreException: "...trying to shrink VARCHAR...ContinuumBuildExecutorE" weird. Can you try with a fresh install of continuum? Emmanuel Chris Wall a écrit : &g

How to designate pom filename in multi-level project?

2006-06-13 Thread Chris Wall
Hello there. How can you designate the name of the child pom file from a parent pom? We'd like to have multiple root pom files to designate which modules to build. Some child modules will have different child modules themselves; enhance the need to designate pom filename. Current: projectA O

RE: 1.0.2->1.0.3 upgrade - JDODataStoreException: "...trying to shrink VARCHAR...ContinuumBuildExecutorE"

2006-06-13 Thread Chris Wall
xecutorE" Do you have always this exception or is it only on one build? Chris Wall a écrit : > After upgrading from 1.0.2 to 1.0.3 (via > http://maven.apache.org/continuum/upgrade.html), we are experiencing the > stacktrace below. Is this an outdated schema issue? > > I

1.0.2->1.0.3 upgrade - JDODataStoreException: "...trying to shrink VARCHAR...ContinuumBuildExecutorE"

2006-06-12 Thread Chris Wall
After upgrading from 1.0.2 to 1.0.3 (via http://maven.apache.org/continuum/upgrade.html), we are experiencing the stacktrace below. Is this an outdated schema issue? I saw two related responses in the archives ("we don't know why" and "nothing to do with Maven or Continuum") and a couple open bu

RE: Blame mechanism - display SCM commit #, committer, date

2006-06-08 Thread Chris Wall
- display SCM commit #, committer, date Normally, the date and the committer is in the changes screen. Check your logs to see if you have some parsing errors. What is your os, svn version, language used? Emmanuel Chris Wall a écrit : > Right now we're just displaying the list of changes when

RE: How to exclude modules from a build lifecycle?

2006-06-08 Thread Chris Wall
build lifecycle? On 6/8/06, Chris Wall <[EMAIL PROTECTED]> wrote: > In a mutli-level project, is there a way to exclude modules from a > build? Our use case is that we want to minimize build lifecycle time > for developer check-ins by excluding less frequently changed modules. > For o

Blame mechanism - display SCM commit #, committer, date

2006-06-08 Thread Chris Wall
Right now we're just displaying the list of changes when a build breaks. How can I configure Continuum to include for each commit the #, committer, and date? We're using Subversion. Thanks. -Chris ___ Notice: This email messa

RE: Subversion post-commit hook

2006-06-08 Thread Chris Wall
-commit hook why do you need that, setting a short period like 5 min is not enough? On 6/8/06, Chris Wall <[EMAIL PROTECTED]> wrote: > We'd like to trigger Continuum builds upon developer commits in > Subversion. It sounds like to do so we need to develop an xml-rpc > client

How to exclude modules from a build lifecycle?

2006-06-08 Thread Chris Wall
In a mutli-level project, is there a way to exclude modules from a build? Our use case is that we want to minimize build lifecycle time for developer check-ins by excluding less frequently changed modules. For our full builds (nightly), we obviously want to include all modules. An example would

RE : [m2] Inter-project dependency question - forced to package sub-module dependencies manually?

2006-03-29 Thread Chris Wall
roject (commons, web-app, and stand-alone app). See the example in the documentation at http://maven.apache.org/guides/getting-started/index.html#How%20do%20I%2 0build%20more%20than%20one%20project%20at%20once ? for more details Hope that helps! ~Gareth On 3/28/06, Chris Wall <[EMAIL PROTECTE

RE: RE : [m2] Inter-project dependency question

2006-03-28 Thread Chris Wall
- Olivier -Message d'origine----- De : Chris Wall [mailto:[EMAIL PROTECTED] Envoyé : mardi 28 mars 2006 19:53 À : Maven Users List Objet : [m2] Inter-project dependency question This is probably a fundamental question for most of you... Considering the following project str

[m2] Inter-project dependency question

2006-03-28 Thread Chris Wall
This is probably a fundamental question for most of you... Considering the following project structure... root -- commons -- webapp -- sub module A -- sub module B -- stand-alone app ... since the webapp project has a dependency on commons (as does the stand-alone app), how do I te

[m2] Configure logging for testing?

2006-03-26 Thread Chris Wall
Hey there. Is there a recommend way to configure logging for M2 test execution? In other words, if your tests and the code which your tests call use commons-logging, what is the best way to configure logging within M2's test framework? Thanks. -Chris

RE: [m2] How does m2 recognize junit tests to be executed?

2005-08-10 Thread Chris Wall
It appears that Maven executes *Test.class classes. Is this documented? Thanks. -Original Message- From: Chris Wall Sent: August 10, 2005 7:30 PM To: users@maven.apache.org Subject: [m2] How does m2 recognize junit tests to be executed? Hey. My compiled junit tests are not being

[m2] How does m2 recognize junit tests to be executed?

2005-08-10 Thread Chris Wall
Hey. My compiled junit tests are not being executed. How does Maven 2 determine which tests to execute? I'm using the default testSourceDirectory and testOutputDirectory settings ClassA contains a method called testGetByLastName() has the following class hierarchy: ClassA -> CustomBaseTest -

Adding a local jar to a module's classpath?

2005-08-05 Thread Chris Wall
Hey there. Using Maven2, how do you add a local jar to a module's build classpath? For instance, a module is dependent upon weblogic.jar. In the module's pom.xml, I added the following: weblogic weblogic 9.0 provided And I've added weblogic.jar to the following structure: C: