Re: War Overlays and Conflicting Jars

2009-05-12 Thread Brad Harper
I was hoping to hear someone say that the war file should generate an error or fail. In our case, we have multiple versions of a general 'platform', each represented by a war artifact. Derivative wars artifacts are built with customizations and tailorings using a war overlay. When it becomes nec

Release Strategy

2007-04-19 Thread Brad Harper
Here's something I'm sure someone has encountered before ... We use M2 and Subversion to build web-apps. We make a QA/ branch from dev/ when a release cycle begins and run the maven 'release' goal to build the first release candidate [RC]. Version numbering looks like '1.2.3-RC-n'. Only change

maven-native-plugin: Handling win32 System Library Dependencies

2007-03-14 Thread Brad Harper
Hello: [I accidentally posted this message a short time ago as a reply to a recent, unrelated thread.] Regarding the subject, are my only two options + using an environment variable to resolve dynamic links, and/or + explicitly installing system .dll/.lib libraries into a ma

maven-native-plugin: Handling win32 System Library Dependencies

2007-03-14 Thread Brad Harper
Hello: Regarding the subject, are my only two options + using an environment variable to resolve dynamic links, and/or + explicitly installing system .dll/.lib libraries into a maven repository [using install:install-file] and listing the artifacts as a in the ex

RE: Continuum Project Model: Field Project.id

2006-12-12 Thread Brad Harper
s then > project groups. I am hoping to get to work on that within a week or > so over some vacation time. I just warn you since that will have > repercussions across the rpc code as well...I think I'll probably work > on this with rahul and we'll try and clean up the rp

Continuum Project Model: Field Project.id

2006-12-12 Thread Brad Harper
Hello: I'm implementing a java client for RPC-XML that will be installed as a svn post-commit hook. In looking at the continuum model, as described by https://svn.apache.org/repos/asf/maven/continuum/trunk/continuum-model/src/main/mdo/continuum.xml Can anyone explain the Project.id field (w

ContainerException: Deployable failed to finish deploying within the timeout period

2006-12-04 Thread Brad Harper
Hello: Has anyone seen this error? It occurred when performing the command % mvn clean compile war:war cargo:undeploy cargo:deploy The war seems to have been properly deployed (Tomcat 5.5.9) when I look. I get a 404 error when I try the expected URL. Thanks. Brad [INFO] [yer.DeployerWatchd

Getting changelog-plugin to Generate 'change.xml' File

2006-11-21 Thread Brad Harper
Hello: Has there been any attempt to link the change-log plugin with the changes-plugin via the 'changes.xml' document format. We're considering adding some sort of mark-up to the SCM commit log messages to identify issue ids and differentiate between additions, fixes, etc. [The goal is to yank i

RE: Getting changelog-plugin to Generate 'change.xml' File

2006-11-21 Thread Brad Harper
> -Original Message- > From: Emmanuel Hugonnet [mailto:[EMAIL PROTECTED] > Sent: Tuesday, November 21, 2006 3:50 AM > To: Maven Users List > Subject: Re: Getting changelog-plugin to Generate 'change.xml' File > > > Brad Harper a écrit : > > Hell

maven-native-plugin always re-runs native:link

2006-09-27 Thread Brad Harper
Have I mis-configured the native:link goal? The maven-native-plugin /always/ re-links even when all of the .o files are up to date. Brad - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECT

RE: maven-native-plugin & long command lines and individual files ...

2006-09-26 Thread Brad Harper
Anyone: Was this question (below) ever addressed? It didn't appear so. I looked at the source at http://svn.mojo.codehaus.org/browse/mojo/trunk/mojo/maven-native/maven-native-api/src/main/java/org/codehaus/mojo/natives/NativeSources.java?r=435 and noted the method public static File []

RE: Error: java.lang.StringIndexOutOfBoundsException [MORE]

2006-09-21 Thread Brad Harper
Message- > From: dan tran [mailto:[EMAIL PROTECTED] > Sent: Thursday, September 21, 2006 1:40 PM > To: Maven Users List > Subject: Re: Error: java.lang.StringIndexOutOfBoundsException [MORE] > > > did you set 1.0-alpha-2-SNAPSHOT as your version? > > -Dan > > >

RE: Error: java.lang.StringIndexOutOfBoundsException [MORE]

2006-09-21 Thread Brad Harper
\native-maven-plugin\src\it\jni\native > \win32\..\src\main\native\HelloWorld2 > > > > this is windows path, > > > > if I convert it unix path then it is ok. > > > > -D > > > > > > > > On 9/20/06, dan tran <[EMAIL PROTECTED]> wro

RE: Error: java.lang.StringIndexOutOfBoundsException [MORE]

2006-09-20 Thread Brad Harper
the main problem > > -Dan > > On 9/20/06, dan tran <[EMAIL PROTECTED]> wrote: > > > > Hi Brad, thanks for looking into this problem, do you have > reproducable > > test case? > > > > -D >

maven native question

2006-09-20 Thread Brad Harper
If I have a module/sub-project with exe and the element lists element(s) of lib ... is the maven native plugin smart enough to automatically put the lib artifacts in the linker command line to satisfy the dependencies? Brad > -Original Message- > From: Brad Harper > Sent:

RE: Error: java.lang.StringIndexOutOfBoundsException [MORE]

2006-09-20 Thread Brad Harper
t > Subject: Re: Error: java.lang.StringIndexOutOfBoundsException [MORE] > > > Hi Brad, thanks for looking into this problem, do you have > reproducable test > case? > > -D > > > On 9/20/06, Brad Harper <[EMAIL PROTECT

Error: java.lang.StringIndexOutOfBoundsException [MORE]

2006-09-20 Thread Brad Harper
e for source file 'reindex.cpp' has been created and exists with the expected name: 'reindex.obj'. Brad > -Original Message- > From: Brad Harper > Sent: Wednesday, September 20, 2006 9:38 AM > To: users > Subject: Error: java.lang.StringIndexOutOfBoundsExc

Error: java.lang.StringIndexOutOfBoundsException

2006-09-20 Thread Brad Harper
Hello: See the FATAL ERROR from captured maven output below. In context, the native maven plugin is being used to compile a C++ source file, prior to linking an .exe application. Has anyone seen this sort of thing before? Thanks. Brad recmods.cpp [INFO] cl /MT /W3 /GX /DWINDOWS-X86 /DWIN3

RE: directory v. outputDirectory

2006-09-05 Thread Brad Harper
> get it released > ;-) > > -D > > On 9/5/06, Brad Harper <[EMAIL PROTECTED]> wrote: > > > > org.codehaus.plugins:dependency-maven-plugin works. > > > > Thanks. > > > > Brad > > > > > -Original Message- > >

RE: directory v. outputDirectory

2006-09-05 Thread Brad Harper
> On 9/5/06, Douglas Ferguson <[EMAIL PROTECTED]> wrote: > > > > Can you define multiple source directories? > > > > I am guessing that transitive dependencies aren't getting linked in? > > > > D- > > > > -Original Message- > >

RE: directory v. outputDirectory

2006-09-05 Thread Brad Harper
ry > > > What format must the archive be in? > > > > -----Original Message- > From: Brad Harper > Sent: Tuesday, September 05, 2006 10:02 AM > To: users > Subject: RE: directory v. outputDirectory > > Dan: > > My intent is to have copies of a

RE: directory v. outputDirectory

2006-09-05 Thread Brad Harper
y do you want the output files outside of project? perhaps there is > another way to accomplish > what you need after the build. > > -D > > > On 9/1/06, Brad Harper <[EMAIL PROTECTED]> wrote: > > > > > > What's the difference between >

directory v. outputDirectory

2006-09-01 Thread Brad Harper
What's the difference between ... I'm using maven-native-plugin, which has identical configuration elements, but I'm prevented from using them, i.e. by errors complaining about over-written read-only parameters.

RE: Company Logo

2006-08-18 Thread Brad Harper
That did it. Thank you. Brad > -Original Message- > From: Christian Edward Gruber [mailto:[EMAIL PROTECTED] > Sent: Friday, August 18, 2006 8:59 AM > To: continuum-users@maven.apache.org > Subject: Re: Company Logo > > > Brad Harper wrote: > > Hello: >

Company Logo

2006-08-18 Thread Brad Harper
Hello: I've attempted to set the company logo field in the configuration of Continuum, without success. Is there a specific location where the image file should be placed? Brad

Quick Validation vs. Full-Blown Regression Tests

2006-07-14 Thread Brad Harper
Hello All: Once we go live with M2/Continuum/Subversion we're expecting to establish a build trigger on file commits, followed by a set of quick validation tests. Forced nightly builds from a clean environment will run a full set of regression tests. I'm guessing that a pair of will be the route

RE: maven-native-plugin sensitive to dependencies? [CORRECTED SUBJECT LINE]

2006-07-14 Thread Brad Harper
lared the version etc in the depMgmt section ie: child.pom third-party dxr-third-party-com-emc-centera-fplibrary-WINDOWS-X86-lib HTH. Wayne On 7/14/06, Brad Harper <[EMAIL PROTECTED]> wrote: > Hello all: > > Can anyone say if 'maven-native-plugin' is sensitive to e

RE: maven-native-plugin sensitive to dependencies? [CORRECTED SUBJECT LINE]

2006-07-14 Thread Brad Harper
Bingo. That did it. Thanks. Brad -Original Message- From: dan tran [mailto:[EMAIL PROTECTED] Sent: Friday, July 14, 2006 1:45 PM To: Maven Users List Subject: Re: maven-native-plugin sensitive to dependencies? [CORRECTED SUBJECT LINE] move it outside of -D On 7/14/06, Brad Harper

RE: maven-native-plugin sensitive to dependencies? [CORRECTED SUBJECT LINE]

2006-07-14 Thread Brad Harper
section ie: child.pom third-party dxr-third-party-com-emc-centera-fplibrary-WINDOWS-X86-lib HTH. Wayne On 7/14/06, Brad Harper <[EMAIL PROTECTED]> wrote: > Hello all: > > Can anyone say if 'maven-native-plugin' is sensitive to explicit > project de

maven-native-plugin sensitive to dependencies? [CORRECTED SUBJECT LINE]

2006-07-14 Thread Brad Harper
Hello all: Can anyone say if 'maven-native-plugin' is sensitive to explicit project dependencies? Should it be? I have third-party dxr-third-party-com-emc-centera-fplibrary-WINDOWS-X86-li b 2.0SP1 lib compile in a POM descrip

RE: javadoc 2.0 plugin: doc-files/* not being copied!

2006-07-14 Thread Brad Harper
Hello all: Can anyone say if 'maven-native-plugin' is sensitive to explicit project dependencies? Should it be? I have third-party dxr-third-party-com-emc-centera-fplibrary-WINDOWS-X86-li b 2.0SP1 lib compile in a POM descrip

RE: Interrnal remote repository

2006-07-13 Thread Brad Harper
what I'm looking for. -Original Message- From: Brad Harper [mailto:[EMAIL PROTECTED] Sent: Thursday, July 13, 2006 2:40 PM To: Maven Users List Subject: RE: Interrnal remote repository I just have P:/exodus/repository/ in the .m2 directory of my user. Brad -Original Me

RE: Interrnal remote repository

2006-07-13 Thread Brad Harper
I just have P:/exodus/repository/ in the .m2 directory of my user. Brad -Original Message- From: EJ Ciramella [mailto:[EMAIL PROTECTED] Sent: Thursday, July 13, 2006 1:38 PM To: Maven Users List Subject: RE: Interrnal remote repository Could anyone spare the time and share the

RE: Error in Project Attempting to Use maven-install-plugin with 'lib' Packaging

2006-07-13 Thread Brad Harper
-install-plugin with 'lib' Packaging Brad, since this is a one time shot, install:install-file should work, if not it is a bug, please file a jira Another alter native is to use build-helper-maven-plugin to attach your thirdparty binary to the pom, after that mvn install should work -Dan

Error in Project Attempting to Use maven-install-plugin with 'lib' Packaging

2006-07-13 Thread Brad Harper
Hello All: I'm using M2 'maven-native-plugin' to build C++ libraries and apps. Within the overall project structure I have a module to handle a set of 3rd-party (library) artifacts. Some of these are native libraries (without source) and some are built from open source. I'd like to run % mvn

RE: install:install-file fails to insert third-party native library directly into local repository

2006-07-07 Thread Brad Harper
asf/maven/plugins/trunk/pom.xml as well On 7/7/06, Brad Harper <[EMAIL PROTECTED]> wrote: > > I'm having *no* success building 'maven-install-plugin' from source. > > I downloaded from > > http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-in

RE: install:install-file fails to insert third-party native library directly into local repository

2006-07-07 Thread Brad Harper
all-file fails to insert third-party native library directly into local repository One work around is to build the latest install plugin from source, which will force maven to use your snapshot build On 7/7/06, Brad Harper <[EMAIL PROTECTED]> wrote: > > Allan: > > Per conte

RE: install:install-file fails to insert third-party native library directly into local repository

2006-07-07 Thread Brad Harper
try this link http://maven.apache.org/guides/development/guide-testing-development-plugins .html dan tran wrote: > strange the code shows artifactId is overridable but your log shows it is > read only field. > > -D > > > On 7/6/06, Brad Harper <[EMAIL PROTECTED]>

RE: install:install-file fails to insert third-party native library directly into local repository

2006-07-06 Thread Brad Harper
install plugin, try with mvn -U On 7/6/06, Brad Harper <[EMAIL PROTECTED]> wrote: > > Hello All: > > I'm using native-maven-plugin and I want to install a third-party > native library in the local repository (defined in settings.xml). I > intend to specify a depen

install:install-file fails to insert third-party native library directly into local repository

2006-07-06 Thread Brad Harper
Hello All: I'm using native-maven-plugin and I want to install a third-party native library in the local repository (defined in settings.xml). I intend to specify a dependency in one of my own native project's POM. % mvn install:install-file -Dfile=FPLibrary.lib -DgroupId=com.emc \ -Da

Shamefully Simple Question

2006-06-28 Thread Brad Harper
This is the most fundamentally newbie question possible ... I've just downloaded and unzipped Continuum 1.0.3 on a Windows system. JAVA_HOME is set (to JDK 1.5.0_07). When I run bin/win32/run.bat (from Cygwin bash), I see wrapper | --> Wrapper Started as Console wrapper | Launching a JV

RE: Process for Installing External (Third-Party) Native Artifacts in Local Repository

2006-06-28 Thread Brad Harper
6/28/06, Brad Harper <[EMAIL PROTECTED]> wrote: > > wow. that's straight forward. where is that info documented? > > Brad > > -Original Message- > From: dan tran [mailto:[EMAIL PROTECTED] > Sent: Wednesday, June 28, 2006 1:50 PM > To: Maven Users List

RE: Process for Installing External (Third-Party) Native Artifacts in Local Repository

2006-06-28 Thread Brad Harper
mvn install:file On 6/28/06, Brad Harper <[EMAIL PROTECTED]> wrote: > > Has anyone had experience installing external (third-party) native > artifacts in a local repository? > > [I'm referring to multi-platform instances of statically linked > libraries in this

Process for Installing External (Third-Party) Native Artifacts in Local Repository

2006-06-28 Thread Brad Harper
Has anyone had experience installing external (third-party) native artifacts in a local repository? [I'm referring to multi-platform instances of statically linked libraries in this case.] And, subsequent to that, declaring project dependencies on such artifacts? Brad --

mvn 'clean' goal using 'native-maven-plugin' removes target/classes/ and target/test-classes/ in every project

2006-06-28 Thread Brad Harper
I've noticed that % mvn clean following use of 'native-maven-plugin' reports the removal of directories target/classes/ target/test-classes/ for every (sub)project, even when neither directory is present. This is a benign problem, but is it correct? Brad ---

RE: profile on multiple properties

2006-06-28 Thread Brad Harper
case that requires more one properties? -D On 6/28/06, Brad Harper <[EMAIL PROTECTED]> wrote: > > Does anyone know off-hand if the following will work? > > > >BLAH1 > > >BLAH2 > > > > I'm guessing it

profile on multiple properties

2006-06-28 Thread Brad Harper
Does anyone know off-hand if the following will work? BLAH1 BLAH2 I'm guessing it won't, since none of the examples I can find use more than a single property name or name/value pair. Brad --

RE: plugin configuration inheritance?

2006-06-27 Thread Brad Harper
ted configuration will be lost. > > That's just my experience (and I think a was reading about this > behaviour, but not sure where or when) and I'd appreciate any other > opinions :-) > > --Stefan > > 2006/6/27, Brad Harper <[EMAIL PROTECTED]>: > >

RE: plugin configuration inheritance?

2006-06-27 Thread Brad Harper
27;ve tried using true in several positions, now including within , but without success. Brad -Original Message- From: Stefan Hübner [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 27, 2006 10:59 AM To: Maven Users List Subject: Re: plugin configuration inheritance? Hi Brad, see comment

plugin configuration inheritance?

2006-06-27 Thread Brad Harper
Are plugin configurations inherited/cumulative? E.g., given project 'A' descriptor containing P blah-1 and sub-project/module 'B', with descriptor containing P blah-2 blah-3 Does

RE: BUILD ERROR using native-maven-plugin: Cannot find lifecycle mapping for packaging: 'lib'

2006-06-26 Thread Brad Harper
project inthere and have no issue. Did you define true? please see the example -Dan On 6/26/06, Brad Harper <[EMAIL PROTECTED]> wrote: > > I've attempted a re-org of modules this morning and now see > > [ERROR] BUILD ERROR > [INFO] ---... > [INFO]

BUILD ERROR using native-maven-plugin: Cannot find lifecycle mapping for packaging: 'lib'

2006-06-26 Thread Brad Harper
I've attempted a re-org of modules this morning and now see [ERROR] BUILD ERROR [INFO] ---... [INFO] Cannot find lifecycle mapping for packaging: 'lib'. Component descriptor cannot be found in the component repository: \ org.apache.maven.lifecycle.mapping.LifecycleMappingLib. ... usin

RE: Evaluation of ${basedir} in an Expression

2006-06-22 Thread Brad Harper
ation of ${basedir} in an Expression That is the expected behavior, even thou it seems odd, and i hope it stays that way. Fixing this will break lots of builds, mine for sure. ../target/bin ... should work for B. Again it is a little odd since you are forced to hardcoded the target/bin -D

Evaluation of ${basedir} in an Expression

2006-06-22 Thread Brad Harper
Am I misreading the process by which expressions are evaluated? Consider project A with pom.xml containing ${basedir}/target/bin and A's sub-project B with pom.xml containing ${target.binary.dir} ... Given Table A-6 from "Better Builds with Maven", [ http://www.m

Referencing within a project hierarchy

2006-06-21 Thread Brad Harper
If I wanted to reference the build directory for a module's parent project, would it be ${project.parent.build.directory} The descriptor is being parsed, but it doesn't seem to have the expected value. Brad - To unsubscribe

RE: C++

2006-06-20 Thread Brad Harper
Julie: I've made my first attempts to use 'native-maven-plugin' this week and have had some progress -- with Dan's help and patience. Dan: I carefully reviewed the plugin configuration, corrected a problem, and then compiled and linked a HelloWorld example (similar to the one in it/) on windows.

RE: m2 and maven-native-plugin

2006-06-19 Thread Brad Harper
TED] Sent: Monday, June 19, 2006 6:09 PM To: Maven Users List Subject: Re: m2 and maven-native-plugin Brad, did you configure native-maven-plugin? check out the examples or the src/it -D On 6/19/06, Brad Harper <[EMAIL PROTECTED]> wrote: > > Here's the captured maven output o

RE: m2 and maven-native-plugin

2006-06-19 Thread Brad Harper
e: m2 and maven-native-plugin Seems like you dont have native-maven-plugin installed on your host. Run this mvn install from the top first to build the plugins and all of its components -Dan On 6/19/06, Brad Harper <[EMAIL PROTECTED]> wrote: > > I'm having some success .

RE: m2 and maven-native-plugin

2006-06-19 Thread Brad Harper
plugin svn co http://svn.codehaus.org/mojo/trunk/mojo/maven-native maven-native -D On 6/19/06, Brad Harper <[EMAIL PROTECTED]> wrote: > > Any chance at getting a bulk download of the maven-native-plugin > project sources for this purpose? > > Brad > > -Original Mess

RE: m2 and maven-native-plugin

2006-06-19 Thread Brad Harper
-D On 6/19/06, Brad Harper <[EMAIL PROTECTED]> wrote: > > Any chance at getting a bulk download of the maven-native-plugin > project sources for this purpose? > > Brad > > -Original Message- > From: dan tran [mailto:[EMAIL PROTECTED] > Sent: Monday, June 19

RE: m2 and maven-native-plugin

2006-06-19 Thread Brad Harper
will need to build the source yourself. I am waiting a stable webdav deployment on codehaus to release a official alpha version http://svn.codehaus.org/mojo/trunk/mojo/maven-native/ -D On 6/19/06, Brad Harper <[EMAIL PROTECTED]> wrote: > > Dan: > > Is there a Maven2 version fo

RE: m2 and maven-native-plugin

2006-06-19 Thread Brad Harper
codehaus to release a official alpha version http://svn.codehaus.org/mojo/trunk/mojo/maven-native/ -D On 6/19/06, Brad Harper <[EMAIL PROTECTED]> wrote: > > Dan: > > Is there a Maven2 version for the maven-native-plugin? > > It appears that the POM at > > http://www.

RE: m2 and maven-native-plugin

2006-06-19 Thread Brad Harper
List Subject: Re: m2 and maven-native-plugin Brad, You are referencing your maven 2 pom to use maven-native-plugin for maven1 -D On 6/19/06, Brad Harper <[EMAIL PROTECTED]> wrote: > > POM contains > > > > >maven >ma

m2 and maven-native-plugin

2006-06-19 Thread Brad Harper
expected. The build fails with Reason: Invalid POM (not v4.0.0 modelVersion) Anyone seeing this problem? Thanks. Brad Harper [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

RE: Maven with a C++ Project

2006-06-16 Thread Brad Harper
ges in one os specific build to have no impact on others. Hope it helps -dan On 6/16/06, Brad Harper <[EMAIL PROTECTED]> wrote: > > I'm evaluating Maven's suitability to manage multi-platform builds > for a C++ product targeting WIN32 and *nix. > > Not having

Maven with a C++ Project

2006-06-16 Thread Brad Harper
I'm evaluating Maven's suitability to manage multi-platform builds for a C++ product targeting WIN32 and *nix. Not having applied Maven in the conventional Java context, I'm trying to map a hypothetical project onto the end goal of deploying a thing composed of multiple .exe files, .so or .dll lib