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. = dev-profile version *-SNAPSHOT ... Or, something similar - thanks! -D

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 Modules

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: http://snapshots.maven.codehaus.org/maven2/org/apache/mav

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

2006-05-10 Thread Darren Hartford
Trying to use the findbugs plugin for reporting: maven-plugins maven-findbugs-plugin 0.8.2 >From ibiblio/maven2/maven-plugins. Version 0.9.2 does not have a jar associated with it. Versions 0.8.2 and 0.8.4 get the following error: = Attempting

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 - codehaus-snapshot-plugins codehaus-shapshot-plugins http://snapshots.maven.codehaus.org/maven2/ true

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 to

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, >

[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 w

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 = my-secure-repo

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

2006-06-07 Thread Darren Hartford
well :-) 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 w

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

2006-06-12 Thread Darren Hartford
une 07, 2006 2:48 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 PRO

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

2006-06-12 Thread Darren Hartford
ject: Re: Wagon-webdav distribution - where to put > username/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'

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

2006-06-12 Thread Darren Hartford
; > 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 stil

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. D

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

2006-06-13 Thread Darren Hartford
[EMAIL 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

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

2006-06-13 Thread Darren Hartford
z > > 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. > > > > Che

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 - s

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 User

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 pa

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 u

[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. pertest tru

[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 tha

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

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 unsu

RE: Testing EJB3

2006-11-03 Thread Darren Hartford
avoid container-started port-conflicts on a continuous 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 th

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 m

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 testi

[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,

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

2005-07-22 Thread Darren Hartford
overridden. Is there a clean way to pull this off? -D > -Original Message- > From: Darren Hartford > Sent: Friday, July 22, 2005 10:10 AM > To: Maven Users List > Subject: [m1] obscure "Java heap memory" issue [urgent as one > can get for open source] > >

[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 c

[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: urn:maven-artifa

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. Inst

[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. Build.xml

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, 200

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

2005-10-07 Thread Darren Hartford
For those interested, there is an open JIRA at: http://jira.codehaus.org/browse/MNG-1054 for the EclipsePlugin and attempting to run the plugin through maven-artifact-ant. Until then, here is a workaround to use Maven2's POM dependency management to build the eclipse classpath file - modify for yo

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 this

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 locatio

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
Original 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 > >

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 men

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 v

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 > tag in the pom? > > Wayne - To unsu

[m2] ant WAR tasks and

2005-10-25 Thread Darren Hartford
Hey all, Trying to do something pretty simple I thought - use the task to create the classpath, then for WAR task (and similar tasks) simply add the classpath as the param: But,

RE: [m2] ant WAR tasks and

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

[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. =

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 plugi

[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 plugi

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

2005-12-30 Thread Darren Hartford
and is correct based from your pom. > > The will be used by the plugin if it exists > or else or lastly, . > > Can you give more details on your problem please. > > > Btw, you still need to have cvs installed in your system and > added to your path so changelog ca

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 messag

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
though wagon-scm 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 ex

[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 target/classes/**/*.clas

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

2006-01-06 Thread Darren Hartford
look at the getting started documentation here: > > http://maven.apache.org/guides/getting-started/index.html#How% > 20do%20add%20resources%20to%20my%20JAR? > > -Tim > > Darren Hartford schrieb: > > Hey all, > > Working on an EJB3 project and the 'test' co

[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 type constr

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

2006-01-11 Thread Darren Hartford
p://mojo.codehaus.org/dependency-maven-plugin/ 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

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 === org.codehaus.mojo dependency-maven-plugin copy-dependencies compi

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 appro

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
ior Software Engineer > Main: (512) 334 3200 > Direct: (512) 334 3237 > Email: [EMAIL PROTECTED] > > Webify Solutions > Enabling the On Demand Enterprise(tm) > www.webifysolutions.com > > -Original Message- > From: Darren Hartford [mailto:[EMAIL PROTECTED] >

[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 out

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 PROTE

[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 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 are numerous)? Opinions

[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 m

RE: Worst documentation in the whole apache projects

2006-01-19 Thread Darren Hartford
I have been using since Maven pre-1.0, and actually have it in production in a couple larger projects and have been happy with the general documentation and maturity of the maven 1.0, 1.1 series. However, I am supporting Jeroen's perception of Maven 2.0's "features are lacking or not-quite-there

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

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 artifac

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 look

Re: WAR/JAR sync deploy for GWT modules

2009-12-17 Thread Darren Hartford
d in your local repository AND get it deployed > to the remote > repository (at the appropriate lifecycle phases) is this: > > > maven-war-plugin > > true > > > > Any time you're using install-file or deploy-file inside > your pom, > something is wrong

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, cre

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

2010-11-05 Thread Darren Hartford
, 2010, 1:15 PM > > This should be filed for surefire > > http://jira.codehaus.org/browse/SUREFIRE > > component 'Maven Surefire Report Plugin'. The problem is > that for > showSuccess=false an empty table is written but fo expects > some > tableRows even if

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 wi

RE: maven xdoclet

2003-09-22 Thread Darren Hartford
Just putting my two cents - I am using the xdoclet plugin now, and I think it's great. My projects are all built using maven, no ant scripts. Just need to look for the appropiate use of ejbdoclet and webdoclet tags within maven; which is for the most part the same property-value pairs as in ant

[OT] multiproject with xdoclet/ejb-refs

2003-09-26 Thread Darren Hartford
Hey all, Interesting puzzle, hopefully someone can help me understand. I have entity beans that are 'generic' entity beans that are used by several processes, or Session beans. Now these entity and session beans will be running within the same application server and the same JVM. But, the enti

AW: [OT] multiproject with xdoclet/ejb-refs

2003-09-26 Thread Darren Hartford
Silly me, @ejb.ejb-external-ref. RTFM on me =P -Original Message- Hey all, Interesting puzzle, hopefully someone can help me understand. I have entity beans that are 'generic' entity beans that are used by several processes, or Session beans. Now these entity and session beans will be

multiproject:site issue

2003-10-24 Thread Darren Hartford
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 everything seems to go correctly up until the HTML is generated. The HTML href links are blank! BUT, the hrefs in the generated navigation.xm

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 ev

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 ig

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 bl

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? xmlrpc xmlrpc 2.0-a1-dev true I'm not a jelly guru, but something to loop through the depen

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 trend,

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 unsubscr

[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 type

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', althoug

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 creates an ear application.xml file that contains this segment: ==snip== http://java.sun.com/dtd/application_1

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 havin

EAR task and 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== MYPROJECT MYEJBSESSION ${pom.currentVersion} ejb true

artifact:install and custom jars/EAR 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: The .wsr is a JAR file with a different extension. As found when using the EAR task, I can not have an EJB/JAR/WSR with the same artifactId even if t

[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

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: == org.apache.maven

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]

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 apprec

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

2004-11-09 Thread Darren Hartford
. > http://www.casebank.com > > > -Original Message- > From: 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 iss

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

2004-11-10 Thread Darren Hartford
9, 2004 2:04 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 - aft

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
t does 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 Hartfo

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

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 code.

  1   2   >