Change artifactId by Profile

2010-11-08 Thread Darren Hartford
Hey all, I have a number of builds that, depending on the profile selected, should deploy a different artifact. Usually this is related to branding using the profiles to change the /src/main/resources to instead use branded versions. Problem is, my current approach definitely has some issues

maven-pdf-plugin/maven-surefire-report-plugin showSuccess causing errors

2010-11-05 Thread Darren Hartford
Hey all, Not sure where to put this issue, but using the surefire-report(2.6) with showSuccess=false, with the maven-pdf-plugin (1.1) breaks. This is using a multi-module/aggregate report approach, maven 2.2.1. With showSuccess=true, everything works fine. Basic intent is to, on a release,

Re: maven-pdf-plugin/maven-surefire-report-plugin showSuccess causing errors

2010-11-05 Thread Darren Hartford
. Cheers, -Lukas Darren Hartford wrote: Hey all, Not sure where to put this issue, but using the surefire-report(2.6) with showSuccess=false, with the maven-pdf-plugin (1.1) breaks. This is using a multi-module/aggregate report approach, maven 2.2.1.  With showSuccess=true, everything

WAR/JAR sync deploy for GWT modules

2009-12-17 Thread Darren Hartford
Hi all, I am building GWT modules. A GWT module may be used on it's own (as a WAR), and other times is a dependency for a larger project (as a binary JAR). I've tried this approach here: http://communitygrids.blogspot.com/2007/11/maven-making-war-and-jar-at-same-time.html Unfortunatley, it

Re: WAR/JAR sync deploy for GWT modules

2009-12-17 Thread Darren Hartford
phases) is this: plugin artifactIdmaven-war-plugin/artifactId configuration attachClassestrue/attachClasses /configuration /plugin Any time you're using install-file or deploy-file inside your pom, something is wrong. HTH, Justin On 12/17/09 9:49 AM, Darren Hartford wrote

ant-maven, dependency:? to recreate repo

2009-12-10 Thread Darren Hartford
Hey all, I'm checking out of source control several internal maven projects to put onto another medium (CD). I'm using ANT to to this task related to some other items that need to go on the CD. Question: I want to 'replicate' a mini-repository for each maven project, including all the

generate-sources with velocity/maven

2009-10-20 Thread Darren Hartford
Hi all, I have a project where I have created a createclass.vm and bootstrap code to create sources to be included in the final artifact (in fact, in this case, would be the only content of the final artifact, the bootstrap and .vm code should not be included). End packaging type would be just

Continuum on jpackage system

2007-04-04 Thread Darren Hartford
Hey all, I have been trying to get continuum to run on a linux system (testing FC5 and Centos4) with jpackage java binaries. Normally with jpackage, you can source the java.conf file to help set JAVA_HOME: . /etc/java/java.conf However, there does not seem to be a location that will work for

RE: Deploy *-SNAPSHOT artifacts without timestamps

2007-02-19 Thread Darren Hartford
That was it, thanks! -D -Original Message- From: Wayne Fay [mailto:[EMAIL PROTECTED] Sent: Friday, February 16, 2007 8:26 PM Have you looked at the documentation of the uniqueVersion/ tag in the pom? Wayne -

New user - changing port (1.0.3)

2007-02-16 Thread Darren Hartford
Hi all, new to continuum. I've downloaded the 1.0.3 bin version and tried to run /bin/linux/run.sh start. I expected it to fail as I do have something running on port 8080. So, found the FAQ to change it: http://maven.apache.org/continuum/faqs.html#How-can-I-run-continuum-on-a -different-port

RE: New user - changing port (1.0.3)

2007-02-16 Thread Darren Hartford
Message- From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] Sent: Friday, February 16, 2007 10:30 AM To: continuum-users@maven.apache.org Subject: Re: New user - changing port (1.0.3) application.xml is under apps/continuum/conf/ Emmanuel Darren Hartford a écrit : Hi all, new

RE: New user - changing port (1.0.3)

2007-02-16 Thread Darren Hartford
-Original Message- From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] Sent: Friday, February 16, 2007 10:42 AM To: continuum-users@maven.apache.org Subject: Re: New user - changing port (1.0.3) Darren Hartford a écrit : Yes, the documentation mentions /apps/continuum/conf. That folder

Deploy *-SNAPSHOT artifacts without timestamps

2007-02-16 Thread Darren Hartford
Hey all, Back in the day, you used to deploy SNAPSHOT artifacts that created both a timestamp version as well as constantly over-writing the directly-named MYJAR-1.0-SNAPSHOT.jar file. Is there a way to re-enable this for internal/private repositories (both the timestamp and the direct -SNAPSHOT

Snapshot plugin repository - where is it now...

2007-01-15 Thread Darren Hartford
Trying to maintain consistency with an evolving platform Trying to download the maven-ejb-plugin-2.1-SNAPSHOT that was originally at *http://snapshots.maven.codehaus.org/maven2/plugins *http://snapshots.maven.codehaus.org/maven2 That website is no longer available. Where is the new

RE: Testing EJB3

2006-11-03 Thread Darren Hartford
integration build machine. -- Darren Hartford Senior Software Engineer, CDIA+ GHS Data Management (formerly Goold Health Systems) ph: (207) 622-7153 x1150 --- Confidentiality Notice: This e-mail message, including any attachments, is for the sole use of the intended recipient(s

Testing EJB3

2006-11-02 Thread Darren Hartford
I've asked through a couple of requests about embedded-EJB3 and surefire testing, but haven't received any feedback at all on some of the issues I keep running into. So...how do most of you test your EJB3's? Thanks, -D - To

RE: [m2] Surefire plugin - childDelegation

2006-10-31 Thread Darren Hartford
Anyone please? -Original Message- From: Darren Hartford Sent: Friday, October 27, 2006 9:27 AM To: users@maven.apache.org Subject: [m2] Surefire plugin - childDelegation Hi all, Between 2.2-SNAPSHOT and 2.2 official, was there a change in the way the childDelegation

[m2] Surefire plugin - childDelegation

2006-10-27 Thread Darren Hartford
Hi all, Between 2.2-SNAPSHOT and 2.2 official, was there a change in the way the childDelegation supported overriding java.* and javax.*? I'm trying to identify why Embed EJB3 tests are no longer working (regarding a javax.management issue with JBossMXServerConfig classnotfound). I have tests

[m2] EJB3 embed + surefire - JBossMXServerConfig ClassNotFound

2006-10-26 Thread Darren Hartford
Hi all, A while ago I was testing the EJB3 embed + surefire, and it was working fine with the maven-surefire-plugin 2.2-SNAPSHOT. However, the maven-surefire-plugin 2.2 official is having issues, as well as 2.3-SNAPSHOT. ***The exact same embed-ejb3 junit test runs fine in eclipse. configuration

RE: Sample project using M2/EJB3/TestNG for using jboss embeddable container

2006-06-27 Thread Darren Hartford
Tested with alpha 8, no problems. Although, still need to use the SUREFIRE-2.2-SNAPSHOT plugin. -D -Original Message- From: Marco Mistroni [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 27, 2006 11:39 AM To: Maven Users List Subject: Re: Sample project using M2/EJB3/TestNG for using

RE: Sample project using M2/EJB3/TestNG for using jboss embeddable container

2006-06-26 Thread Darren Hartford
Yay! Thanks Marco, Tim :-) -Original Message- From: Marco Mistroni [mailto:[EMAIL PROTECTED] Sent: Sunday, June 25, 2006 2:02 PM To: Maven Users List Subject: Sample project using M2/EJB3/TestNG for using jboss embeddable container hi all, i have added to maven pages a

RE: + JBoss Embedded EJB3 and Surefire Plugin Maven 2 PROBLEM+

2006-06-23 Thread Darren Hartford
I would also like to see this example, help greatly in bootstarting EJB3 projects. I checked the Wiki, and did not see an entry yet. Is this published somewhere? -D -Original Message- From: Tim Kettler [mailto:[EMAIL PROTECTED] Sent: Friday, June 09, 2006 5:00 AM To: Maven Users

RE: Wagon-webdav distribution - where to put username/password

2006-06-13 Thread Darren Hartford
PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Carlos Sanchez Sent: Monday, June 12, 2006 4:30 PM To: Darren Hartford Cc: Maven Users List Subject: Re: Wagon-webdav distribution - where to put username/password It's not possible that this works for you at all. Check an example here

RE: Wagon-webdav distribution - where to put username/password

2006-06-13 Thread Darren Hartford
, 2006 4:30 PM To: Darren Hartford Cc: Maven Users List Subject: Re: Wagon-webdav distribution - where to put username/password It's not possible that this works for you at all. Check an example here http://docs.codehaus.org/display/HAUSMATES/Maven+Guide

AW: Wagon-webdav distribution - where to put username/password

2006-06-13 Thread Darren Hartford
Found the problem - I've been using m2eclipse version 0.7 to run all my maven tasks. Since the DefaultWagonManager is different in that version/the embedded maven version, this is why I was having problems using wagon-webdav with authentication. Upgrading to 0.9 also did not solve the problem -

RE: Wagon-webdav distribution - where to put username/password

2006-06-12 Thread Darren Hartford
PM To: Maven Users List Subject: Re: Wagon-webdav distribution - where to put username/password I think it's due to a bug that was fixed in SVN, check http://jira.codehaus.org/browse/WAGON-48 On 6/7/06, Darren Hartford [EMAIL PROTECTED] wrote: Hey all, I'm trying to distribute

RE: Wagon-webdav distribution - where to put username/password

2006-06-12 Thread Darren Hartford
/password Yes, http://maven.apache.org/guides/mini/guide-deployment-security- settings.html On 6/7/06, Darren Hartford [EMAIL PROTECTED] wrote: Hey all, I'm trying to distribute artifacts to a webdav server, but I do not seem to know where to put the username/password. When

RE: Wagon-webdav distribution - where to put username/password

2006-06-12 Thread Darren Hartford
apply, snapshotRepository does Paste your pom else On 6/12/06, Darren Hartford [EMAIL PROTECTED] wrote: I must be ignorant, I am following that example, have settings in settings.xml, using wagon-webdav-1.0-beta-1-SNAPSHOT from Subversion today (6/12/2006), and still unable

RE: Wagon-webdav distribution - where to put username/password

2006-06-12 Thread Darren Hartford
I'm surprised this hasn't been tested already. Again, from using Maven DEBUG mode, it is NOT using authentication. [DEBUG] not adding permissions to wagon connection Use case: Httpd.conf === # apache 2.2 w/ webdav # manually w/ authentication this works fine.

Wagon-webdav distribution - where to put username/password

2006-06-07 Thread Darren Hartford
Hey all, I'm trying to distribute artifacts to a webdav server, but I do not seem to know where to put the username/password. When the webdav server (apache 2.2) is un-secured, it works fine. Configured Maven as follows: Pom.xml = distributionManagement

RE: Wagon-webdav distribution - where to put username/password

2006-06-07 Thread Darren Hartford
:-) Thanks, -D -Original Message- From: Darren Hartford Sent: Wednesday, June 07, 2006 2:11 PM To: users@maven.apache.org Subject: Wagon-webdav distribution - where to put username/password Hey all, I'm trying to distribute artifacts to a webdav server, but I do not seem to know

[OT] sample httpd.conf for use with wagon-http PUT

2006-06-06 Thread Darren Hartford
I seem to be somewhat ignorant on how to get Apache 2.2 to accept files via PUT from Maven DistributionManagement. Does anyone have a known/tested httpd.conf configuration where you can distribute artifacts and sites via an http:// url (using PUT in the wagon-http library)? Pom.xml =

AW: [OT] sample httpd.conf for use with wagon-http PUT

2006-06-06 Thread Darren Hartford
Sorry, problem doesn't seem to be configuration after all: http://jira.codehaus.org/browse/WAGONHTTP-8 -Original Message- From: Darren Hartford Sent: Tuesday, June 06, 2006 3:35 PM To: users@maven.apache.org Subject: [OT] sample httpd.conf for use with wagon-http PUT I seem

RE: creating a mirror of central?

2006-05-23 Thread Darren Hartford
It's not proxy issues - maven-proxy can't help if ibiblio is down when trying to download a new jar ;-) -Original Message- From: Thorsten Heit [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 23, 2006 4:01 AM To: Maven Users List Subject: Re: creating a mirror of central? Hi, I

RE: creating a mirror of central?

2006-05-22 Thread Darren Hartford
I have also tried to use maven-proxy, and itself is fine UNTIL I start or use an older project that requires a jar from [central] and maven-proxy does not have it so tries to connect to ibiblio and it blacklists I would also like to know *how* to mirror central. Standard rsync does not seem

Maven-findbugs-plugin - unable to install (with Maven2 embedder)

2006-05-10 Thread Darren Hartford
Trying to use the findbugs plugin for reporting: plugin groupIdmaven-plugins/groupId artifactIdmaven-findbugs-plugin/artifactId version0.8.2/version /plugin From ibiblio/maven2/maven-plugins. Version 0.9.2 does not have a jar associated with it. Versions 0.8.2 and

AW: Maven-findbugs-plugin - unable to install (with Maven2 embedder)

2006-05-10 Thread Darren Hartford
Yes, that one did work but I had to get the repo's configured correctly - pluginRepository idcodehaus-snapshot-plugins/id namecodehaus-shapshot-plugins/name urlhttp://snapshots.maven.codehaus.org/maven2//url snapshots

Profile activation - by SNAPSHOT version?

2006-05-02 Thread Darren Hartford
Hey all, I'm hoping this is possible - can you have profiles where the activation trigger is based on if the version is a SNAPSHOT version or not? i.e. = profile iddev-profile/id activation property nameversion/name value*-SNAPSHOT/value /property /activation ...

Profiles.xml - distributionManagement, reporting

2006-05-02 Thread Darren Hartford
Hey all, I'm going through the great 'Better Builds With Maven' documentation, and on page 62 (Creating Applications with Maven) they talk about profiles. According to the documentation, you can define the following elements: *repositories pluginRepositories Dependencies Plugins Properties

RE: [m2] Is maven repository manager (MRM) ready to use ?

2006-05-02 Thread Darren Hartford
Confirm, site is down for me as well. I did download the code from Subversion: https://svn.apache.org/repos/asf/maven/repository-manager/trunk However, I just checked and that is now down as well - I also could not get it to finish compiling as the snapshot-repository is also down. -D

Where to get maven-jar-plugin-2.1-SNAPSHOT?

2006-05-02 Thread Darren Hartford
Hey all, I'm trying to compile the Maven Repository Manager, and complains about 1. Not being able to find it. 2. When I install it manually, it does not recognize the 'sign' execution. Sites I've gotten the maven-jar-plugin 2.1-snapshot:

Guide to managing library repositories (maven 2, but should include maven 1.x repos)

2006-03-20 Thread Darren Hartford
Hello all, I was looking over http://maven.apache.org/guides/index.html and I didn't see a guide regarding Managing Library Repositories and I would like to start a thread to do just that. Although this is seperated from Maven, Maven did help bring to the masses the idea of library repositories

[m2] maven-artifact-ant and M2 plugin - howto?

2006-01-19 Thread Darren Hartford
Hey all, I have a challenge. My challenge is my shop runs two build systems - one for ANT on the developer workstations (usually through Eclipse-Ant), and Maven2 on CruiseControl. The ANT uses the maven-artifact-ant to read as much of the POM as I can and simulate much of the developer-oriented

RE: [M2] Maven-proxy and Maven 2

2006-01-16 Thread Darren Hartford
Hi Pablo, I have maven-proxy (standalone) running, but not the webapp. If you are running it in tomcat4, maybe the default port is set to 8080 instead of ? (the was from the standalone version I believe). -D -Original Message- From: Pablo Muñiz García [mailto:[EMAIL

[m2] maven-ant-artifact - transitiveDependencies=false?

2006-01-16 Thread Darren Hartford
Hey all, In the maven-ant-artifact lib, would it make sense to include an option for the artifact:dependencies/ To have an option to NOT download transitive dependencies,whether across the whole project or individual projects (the 'exlude' could be cumbersome, especially if the transitive deps

[ot] anyone else use XRADAR for code-quality analysis?

2006-01-13 Thread Darren Hartford
Hey all, I'm just curious since in the past I've used the Checkstyle, PMD, Junit/surefire reports and the M1 Dashboard for code-quality reports if anyone else has checked out http://xradar.sourceforge.net ? They have support for maven1, not sure how good it is though and I'm just now trying it

RE: [m2] copy contents of maven.runtime.classpath for packaging

2006-01-11 Thread Darren Hartford
/ in a phase before the one where you run your ant-run ? HTH, -- Yann 2006/1/10, Darren Hartford [EMAIL PROTECTED]: Hey all, I have an ant-run task that helps to package a jar in a specific way. I would like to include all the runtime libs defined in the pom.xml into the /lib

RE: [m2] Maven2 building Eclipse plugins, features, and update sites

2006-01-11 Thread Darren Hartford
I have tried the ANT-tasks that eclipse provides, and at least for plugin-packaging they seem over-complicated. I have had success (just recently based on the mini-guide for assembly) in packaging the update-jar for an eclipse plugin as follows: Pom.xml (note I'm specifying a MANIFEST.MF file)

RE: [m2] copy contents of maven.runtime.classpath [dependency-maven-plugin]

2006-01-11 Thread Darren Hartford
I mis-spoke earlier, the assembly doesn't seem to do what I would want. I did try this: Pom.xml === plugin groupIdorg.codehaus.mojo/groupId artifactIddependency-maven-plugin/artifactId executions execution

RE: [m2] Maven2 building Eclipse plugins, features, and update sites

2006-01-11 Thread Darren Hartford
Found a reference on the mevenide-user mailing list with some good info: http://www.nabble.com/-mevenide-user-Re%3A-Project-status-t481604.html#a 1310842 I'm still stuck on including runtime-scope dependencies into the packaged jar (under /lib). Maven-dependency-plugin seems to be the right

RE: [m2] copy contents of maven.runtime.classpath [dependency-maven-plugin]

2006-01-11 Thread Darren Hartford
Thank you Yann! The 'generate-resources' phase was the key - I had tried 'process-resources' and gave up after that, thank you for following up! And the fix for scope from http://jira.codehaus.org/browse/MOJO-213 is already available, very nice! -D

RE: [m2] Maven2 building Eclipse plugins, features, and update sites

2006-01-11 Thread Darren Hartford
] Webify Solutions Enabling the On Demand Enterprise(tm) www.webifysolutions.com -Original Message- From: Darren Hartford [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 11, 2006 9:05 AM To: Maven Users List Subject: RE: [m2] Maven2 building Eclipse plugins, features

[m2] copy contents of maven.runtime.classpath for packaging

2006-01-10 Thread Darren Hartford
Hey all, I have an ant-run task that helps to package a jar in a specific way. I would like to include all the runtime libs defined in the pom.xml into the /lib location (flattened) of the jar. How can I do this? When I make references to maven.runtime.classpath in build.xml, it's a path type

[m2] target/classes/META-INF/persistence.xml - howto?

2006-01-05 Thread Darren Hartford
Hey all, Working on an EJB3 project and the 'test' continues to fail. I think I know why but not sure how to do it. When the classes are compiled they are stored to target/classes/**/*.class. I need to also have from src/java/META-INF/persistence.xml to also copy over to

FW: [m2] remoteRepository with wagon-scm-1.0-alpha-5 and SVN

2006-01-04 Thread Darren Hartford
Hey all, I'm trying to setup to install jars to a remote SVN repository. Everything seems to be fine except for three issues which may be specific to Windows OS: *${user.home} never seems to populate. *some of the directory slashes are forward (hasn't been an issue yet though). **the commit

Mail archive broken?

2006-01-04 Thread Darren Hartford
If the wagon-users list is still functional and active, this archive is broken (from the pom files): http://nagoya.apache.org/eyebrowse/[EMAIL PROTECTED] ven.apache.org -D

RE: [m2] remoteRepository with wagon-scm-1.0-alpha-5 and SVN

2006-01-04 Thread Darren Hartford
is 'experimental', it is extremely useful ;-) -D On 1/5/06, Darren Hartford [EMAIL PROTECTED] wrote: Hey all, I'm trying to setup to install jars to a remote SVN repository. Everything seems to be fine except for three issues which may be specific to Windows OS: *${user.home} never

RE: M2 changelog plugin w/ CVS (not SVN)

2005-12-30 Thread Darren Hartford
. ^_^ Darren Hartford wrote: Hey all, I'm trying to use the maven-changelog-plugin for Maven2 version 2.0-beta-1 without success against a CVS SCM. Most of the examples I have seen have been with SVN, and I need this to work with CVS. I'm using a known SCM connection string that works

[m2] changelog plugin w/ CVS (not SVN)

2005-12-28 Thread Darren Hartford
Hey all, I'm trying to use the maven-changelog-plugin for Maven2 version 2.0-beta-1 without success against a CVS SCM. Most of the examples I have seen have been with SVN, and I need this to work with CVS. I'm using a known SCM connection string that works with the Maven1-version of changelog

M2 changelog plugin w/ CVS (not SVN)

2005-12-22 Thread Darren Hartford
Hey all, I'm trying to use the maven-changelog-plugin for Maven2 version 2.0-beta-1 without success against a CVS SCM. Most of the examples I have seen have been with SVN, and I need this to work with CVS. I'm using a known SCM connection string that works with the Maven1-version of changelog

[m2] antlib artifact:deploy and wagon-scm

2005-11-17 Thread Darren Hartford
Hey all, Has anyone used the wagon-scm provider for use with the antlib artifact:deploy task? We keep a separate repository of jar's in Subversion (for versioning control and security of those jars/poms) and would like to automate this task with the build.xml file using the maven2 antlibs.

RE: [m2] ant WAR tasks and artifact:dependencies pathid filesetid

2005-10-31 Thread Darren Hartford
I did end up following what was one the website regarding creating a mapper=flatten/ fileset, save it temporarily to a local directory, and then pointing the war lib= attribute to that local temporary directory. So as far as that is concerned, the workaround works as expected.

[m2] ant WAR tasks and artifact:dependencies pathid filesetid

2005-10-25 Thread Darren Hartford
Hey all, Trying to do something pretty simple I thought - use the artifact task to create the classpath, then for WAR task (and similar tasks) simply add the classpath as the lib param: artifact:dependencies filesetid=maven.dependency.fileset pathId=maven.dependency.classpath

RE: [ot] m2 antlib and eclipse classpath task - someone else take a look pls?

2005-09-29 Thread Darren Hartford
If I could reuse the Maven Eclipse plugin as an Ant task, I would actually prefer that! Is there a reference somewhere on how to call plugins through Ant? That would be awesome! -D -Original Message- From: Brett Porter [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 28, 2005

RE: [m2] antlib and typedef - feel like a noob

2005-09-28 Thread Darren Hartford
Confirmed, that fixed it - thanks! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 27, 2005 12:01 PM To: Maven Users List Subject: Re: [m2] antlib and typedef - feel like a noob Hi, There's a bug in the documentation. Instead of

[ot] m2 antlib and eclipse classpath task - someone else take a look pls?

2005-09-28 Thread Darren Hartford
Hey all, Great success using the M2 Antlib, specifically with the default-install of Eclipse! I'm trying to get the classpath that is generated from the artifact:dependencies to CREATE the eclipse .classpath to keep the environments in-sync, with the maven pom.xml being the master file.

[m2] antlib and typedef - feel like a noob

2005-09-27 Thread Darren Hartford
Hey all, I was ecstatic to see the maven repository support available through Ant! I tried to follow the clear instructions at http://maven.apache.org/maven2/ant-tasks.html, specifically the 'typedef' version. Unfortunately, I'm getting the Could not create task or type of type:

[OT] eclipse maven plugin to run without system install

2005-09-12 Thread Darren Hartford
Hello all, I've grabbed an eclipse plugin of maven-1.0.2 (the one that is available from MevenIDE's update site) and been tweaking with it to try to run Maven from within the Eclipse environment without requiring a system install of maven. *plugin/repo issue: The separate external maven plugins

[m1] obscure Java heap memory issue [urgent as one can get for open source]

2005-07-22 Thread Darren Hartford
Hey all, Win2000, jdk5, tested with Maven 1.0.2 and maven 1.1-beta-1 issue: I have multiple projects that all work fine, but something happened to only one project where I keep getting java.lang.OutOfMemoryError: Java heap space. Doing something as simple as 'maven -e clean' causes this error,

RE: [Mavenbook.org] What content would you like to see?

2005-06-08 Thread Darren Hartford
Maybe some good 'how to use Maven to enable common development practices' section: *Why use CI? *How to use CI in Maven: --with CruiseControl --with Anthill --with *Why use SCM? *How to use SCM in Maven: --with CVS --with subversion --with X *Why use Unit Testing? *How to use unit

Jmeter/perf testing through Maven?

2005-05-06 Thread Darren Hartford
Hey all, *Got unit tests with Junit/maven-test. *Got functional tests with Cactus/maven-cactus. *?How does one do performance tests? I'm just beginning to go down the road of perf tests, so I do plead some ignorance. I'm looking into Jmeter, but it seems strongly oriented towards GUI-run, while

RE: Test-plugin versus jcoverage-plugin?

2005-04-27 Thread Darren Hartford
Hi David, When running maven test, I get the expected results: === [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 4.875 sec === But, when I try maven jcoverage, I get: == [junit] Tests run: 6, Failures: 0, Errors: 6, Time elapsed: 0.344 sec [junit] [ERROR]

RE: Test-plugin versus jcoverage-plugin?

2005-04-27 Thread Darren Hartford
Ah, silly me missing the most obvious place, thanks David. The test-reports did get generated, and here is the error it states (for all 6 error cases for my test): == (class: org/blah/MyClass, method: init signature: (Ljava/util/Properties;)V) Illegal constant pool index

AW: Test-plugin versus jcoverage-plugin?

2005-04-27 Thread Darren Hartford
suddenly works fine. It's not an answer, but does identify what was causing the problem. Thanks guys, nothing to do with maven or jcoverage-plugin per-se but you guys still stepped up! -D -Original Message- From: Darren Hartford Sent: Wednesday, April 27, 2005 4:09 PM To: Maven

maven-install-latest.jar

2005-04-21 Thread Darren Hartford
Hey all, Dealing with the ant/maven/eclipse multi-environment problem. I can garauntee ANT presence, but that's it. Now, when I ran the ant plugin from maven to create it's own build.xml, it made reference to a maven-install target using: maven-install-latest.jar What is this jar, and where

Plugins for vba/vb loc analysis?

2005-03-10 Thread Darren Hartford
As per the subject, any maven plugins (or standalone until there is a plugin) to do code analysis for VBA/VB projects? First time, just looking for lines-of-code (and non-commented lines of code if possible). Thanky, -D

Continuous Integration/CruiseControl with Maven Wiki

2004-12-03 Thread Darren Hartford
There is a Wiki in existence: http://wiki.codehaus.org/maven/CruiseControl Unfortunately, does not seem modifiable for people to add their content to it. -D - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

RE: Defining multiple source directories?

2004-11-17 Thread Darren Hartford
Hmm...Found another solution that is a little concerning. Presently, you can not define multiple SourceDirectories in the POM. But, you can do this? path id=gen.middlegen.compile.src.xdoclet location=generated/middlegen/ path id=gen.java.compile.src.xdoclet

Defining multiple source directories?

2004-11-15 Thread Darren Hartford
Hey all, Googled around, and found a reference to MAVEN-723 regarding multiple source directory, but unfortunately no answers. This is regards to getting the documetation plugins (i.e. checkstyle, PMD, etc) to work when there are multiple source directories. Example: Regular, written Java

RE: [ANN] Maven 1.0.1 Released

2004-11-11 Thread Darren Hartford
Bahumbug, I just say 'thanks!', give them a small break :-) -D -Original Message- From: Geoffrey [mailto:[EMAIL PROTECTED] Sent: Thursday, November 11, 2004 4:36 AM To: [EMAIL PROTECTED] Subject: Re: [ANN] Maven 1.0.1 Released Grats :) Nice work. What's the future timeline?

AW: Class Cast exception trying to use org.apache.jasper.JspC

2004-11-10 Thread Darren Hartford
PM To: Darren Hartford; 'Maven Users List' Subject: RE: Class Cast exception trying to use org.apache.jasper.JspC Here's the maven.xml fragment that we use. I'm afraid I can't help any further if this doesn't work - after several failed attempts this is the approach that finally worked

xdoc:generate-from-pom getText error

2004-11-10 Thread Darren Hartford
Hey all, Similar issue to MAVEN-269. Has anyone else seen this, or know if I may be missing something? Trying to do site:generate, and this particular task is failing. Maven-bootstrap from CVS. Tried both maven-xdoc-plugin-1.9-SNAPSHOT and 1.8, same error. Velocity 1.4 added to my classpath. -D

RE: xdoc:generate-from-pom....autogenerate artifact POM's in repository?

2004-11-10 Thread Darren Hartford
not have a .pom, and it causes the aforementioned error. Is there a tool to automatically go through a repository and make simple .pom files (if they don't exist) for each artifact to work around the problem? Thanks, -D -Original Message- From: Darren Hartford Sent: Wednesday, November

RE: Class Cast exception trying to use org.apache.jasper.JspC

2004-11-09 Thread Darren Hartford
: Darren Hartford [mailto:[EMAIL PROTECTED] Sent: November 8, 2004 10:54 AM To: Maven Users List Subject: Class Cast exception trying to use org.apache.jasper.JspC Hey all, Having an issue trying to pre-compile JSP's for Tomcat5. Rather than repeating, below is a post back in March

Class Cast exception trying to use org.apache.jasper.JspC

2004-11-08 Thread Darren Hartford
Hey all, Having an issue trying to pre-compile JSP's for Tomcat5. Rather than repeating, below is a post back in March with the same problem. I may just be having a difficult time going through the mailing list and using google - I just can not find a solution. Any help would be greatly

XmlPullParserException: TEXT must be immediately followed by END_TAG...

2004-10-21 Thread Darren Hartford
Hey all, I have a project that has been compiling fine for quite some time, based on before 1.0 and last tested with 1.0 maven binary, and this morning I though I would use the bootstrap and get updated. I got this following error when I tried the project: ==

RE: XmlPullParserException: TEXT must be immediately followed by END_TAG...

2004-10-21 Thread Darren Hartford
update, some more info: Win2000 box, jdk5, seems related to hidden chars such as \r\n (i.e. carrige returns/newlines) and \t tabs. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[dashboard] newbie: how to get it to work?

2004-05-06 Thread Darren Hartford
Hey all, Been using Maven a while, but new to dashboard-plugin :-) I tried to follow the instructions given at: http://maven.apache.org/reference/plugins/dashboard/properties.html Attempt on 1.0-rc2 binary install, and with bootstrap install as of 5/6/04. Attempts made with a multi-project, and

artifact:install and custom jars/EAR type tag

2004-05-03 Thread Darren Hartford
Hey all, I'm trying to setup WSR's as part of my process, and in trying to remain true to maven NOT use the ant-copy task. So, I have this: postGoal name=ejb:install artifact:install artifact=${basedir}/target/${pom.artifactId}-WSR-${pom.currentVersion}.wsr type=wsr project=${pom}/ /postGoal

EAR task and type tag

2004-04-30 Thread Darren Hartford
Hey all, Regarding Maven-1.0-rc2 (binary install) on Win2000, I have the following in my project.xml: ==snip== dependency groupIdMYPROJECT/groupId artifactIdMYEJBSESSION/artifactId version${pom.currentVersion}/version

more xdoc issues [revisited]

2004-04-21 Thread Darren Hartford
I have not heard back if other people have this same problem or if it is just my install. It doesn't error, just incorrect output. -Original Message- From: Darren Hartford Sent: Friday, April 16, 2004 2:37 PM To: Maven Users List Subject: more xdoc issues I've been having a lot

more xdoc issues

2004-04-16 Thread Darren Hartford
I've been having a lot of issues with XDOC since upgrading to maven-1.0-rc2 (both bootstrap and binary 1.0-rc2), and it may just be my install. As a usecase, running 'maven ear' with property name=maven.ear.appxml.generate value=true/ creates an ear application.xml file that contains this

RE: [xdoc] maven rc2 - x:parse changelog file issue error

2004-04-02 Thread Darren Hartford
Ah, I missed that in the FAQ. Unfortunately the FAQ does conflicts with the project.xml file from CVS, and the commons-jelly jars in the maven-1.0-rc2 binary distribution where both are 20030902.160215 opposed to FAQ's 20030211. This specifically is occuring when calling 'multiproject',

[xdoc] maven rc2 - x:parse changelog file issue error

2004-04-01 Thread Darren Hartford
Ran recent bootstrap and still getting this issue below: ===snip=== BUILD FAILED File.. file:/C:/blah/user/.maven/plugins/maven-xdoc-plugin-1.7-SNAPSHOT/plugin.jelly Element... x:parse Line.. 116 Column 46 Invalid source argument. Must be a String, Reader, InputStream or URL. Was

RC2?

2004-02-24 Thread Darren Hartford
Hey all, I'm sure this has been asked a dozen times, but is there a roadmap for RC2? Just curious of there is a target timeline and-or shrinking-growing todo list before RC2 and-or features that must be in RC2. -D - To

Update ibiblio with '-current' simlinks for versioning?

2004-01-19 Thread Darren Hartford
Hey all, Just brainstorming. Been working with the 'maven plugin:download' to do updates of the maven plugins. A bit frustrating to keep looking to find what the current version is to put it in, instead of just saying 'current' version for the last Stable version. (and, keeping with the

RE: .sar-goal?

2003-12-02 Thread Darren Hartford
+1 to sar goal For the time being, is there a way within maven.xml to capture the dependency property information for a sar.bundle element? dependency groupIdxmlrpc/groupId artifactIdxmlrpc/artifactId version2.0-a1-dev/version properties

RE: navigation.xml - empty html links are generated

2003-11-10 Thread Darren Hartford
Same problem here with rc1, but mine is related to multiproject:site. When there is an existing navigation.xml it will try to use that or (in my case) not use a navigation.xml at all! And when there is no navigation.xml, it automatically creates one (multiproject), but all the links are also

Sample multiproject setup?

2003-11-04 Thread Darren Hartford
Hi all, I'm using Maven-1.0-rc1. I am trying to use the nice multiproject plugin as my project is a J2EE project and would like the different modules to be shown in each of their own respective website but still link back to the main site. The multiproject works for the most part, but in my

RE: multiproject:site issue

2003-10-24 Thread Darren Hartford
Hehehe, sorry, need to be more specific - the links to the modules, or the other subprojects, have blank hrefs. -Original Message- Hey all, This is my first time using the multiproject plugin for Maven, so this may be just a newbie issue. I'm trying to run the multiproject:site, and

  1   2   >