Uberjar plugin, deploying...

2005-09-07 Thread Poppe, Troy
I'm looking at the Uberjar plugin to create an executable jar file, plus the requisite dependencies. However, I don't see an option for deploying the uberjar to a repository... Is there a better way to do this? Should I be using some other plugin to create a 'distribution' (my artifact, plus

RE: Uberjar plugin, deploying...

2005-09-08 Thread Poppe, Troy
To: users@maven.apache.org Subject: Re: Uberjar plugin, deploying... Poppe, Troy wrote: I'm looking at the Uberjar plugin to create an executable jar file, ... snip ... However, I don't see an option for deploying the uberjar to a repository... ... snip ... Is there a better way to do this? Johnny R

[OT] Do you place generated code under Version Control?

2004-11-30 Thread Poppe, Troy
Sorry for the off topic question, but I suspect that a number of the users of Maven have run across this issue before. This question really comes from my use of XDoclet, and the generated code that results from running XDoclet. Do you place the generated code from Xdoclet under version control?

RE: Anyone really doing continuous integration with Maven?

2004-12-03 Thread Poppe, Troy
When you say you have CruiseControl drop the artifact into the repository, are you saying you drop it into your internal Maven repository? Or are you saying that you drop it into your version control repository (CVS, VSS, SVN,...) Just a little clarification.. T -Original Message-

RE: Anyone really doing continuous integration with Maven?

2004-12-03 Thread Poppe, Troy
I'm revisiting a previous attempt to setup CruiseControl thanks to your post here... I'm having a difficult time understanding the Maven builder It looks like the Ant builder wants you to write a delegating build script which goes and gets all the source from your source repository, and

RE: SCM and Multiproject plugins

2004-12-07 Thread Poppe, Troy
=scm:update-project -Original Message- From: Poppe, Troy [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 07, 2004 9:11 AM To: Maven Users List Subject: SCM and Multiproject plugins Is there a way to get the SCM and multiproject plugins to play together such that if I do something like: maven

RE: SCM and Multiproject plugins

2004-12-07 Thread Poppe, Troy
you are correct, the scm plugin currently only supports cvs. I'm not sure what the roadmap is to include more supported platforms... -Original Message- From: Poppe, Troy [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 07, 2004 10:10 AM To: 'Maven Users List' Subject: RE: SCM

Need some help with maven.xml...

2004-12-08 Thread Poppe, Troy
I'm trying to write a goal of my own in my project's maven.xml, and I'm a little confused about the mechanism where by xmlns attributes get mapped into jelly script or ant tasks (I'm not sure which it is). I'm wanting to write an update-project goal that will update the current working copy of

Problem with case in ear:generate-ear-descriptor?

2004-12-08 Thread Poppe, Troy
I just received this message while running the ear:ear goal: C:\Projects\PartyMaven\earmaven ear __ __ | \/ |__ _Apache__ ___ | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ |_| |_\__,_|\_/\___|_||_| v. 1.0.2 build:start: ear:init: ear:ear: ear:generate-ear-descriptor: [echo]

RE: Problem with case in ear:generate-ear-descriptor?

2004-12-08 Thread Poppe, Troy
-Original Message- From: Felipe Leme [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 08, 2004 12:37 PM To: Maven Users List Subject: Re: Problem with case in ear:generate-ear-descriptor? On Wed, 8 Dec 2004 11:38:00 -0500, Poppe, Troy [EMAIL PROTECTED] wrote: Any ideas why it is complaining

RE: Problem with case in ear:generate-ear-descriptor?

2004-12-08 Thread Poppe, Troy
Subject: RE: Problem with case in ear:generate-ear-descriptor? On Wed, 8 Dec 2004 12:55:26 -0500, Poppe, Troy [EMAIL PROTECTED] wrote: When you fix that, I'll try again. Fixed, sorry... - To unsubscribe, e-mail: [EMAIL

RE: Problem with case in ear:generate-ear-descriptor?

2004-12-08 Thread Poppe, Troy
) com.werken.werkz.UnattainableGoalException: Unable to obtain goal [multiproject:artifact] -- c:\maven\cache\maven-multiproject-plugin-1.3.1\plugin.jelly:217:9: maven:reactor Reactor subproject failure occurred Any ideas on this one? T -Original Message- From: Poppe, Troy [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 08

RE: Problem with case in ear:generate-ear-descriptor?

2004-12-08 Thread Poppe, Troy
Nevermind, my project.properties file in my EAR project was missing a reference to ${basedir} in maven.ear.descriptordir. T -Original Message- From: Poppe, Troy [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 08, 2004 1:32 PM To: 'Maven Users List' Subject: RE: Problem with case

EJB client jar... How do you do it?

2004-12-08 Thread Poppe, Troy
I've seen a couple different approaches to generating ejb-client jar files (and their contents). One approach, the first one I went with, was to create separate multiprojects for the ejb and the ejb-clients. Now I'm starting to explore Maven a bit more, and it almost seems more straight

RE: Problem with case in ear:generate-ear-descriptor?

2004-12-09 Thread Poppe, Troy
, Poppe, Troy wrote: me is: why is this a warning? Couldn't this be handled with a case-insensitive comparison? Actually, there were no comparison at all before and then we had to do the case-sensitive comparison to check some possibilities. The results: # Reason for the warning

RE: Problem with case in ear:generate-ear-descriptor?

2004-12-09 Thread Poppe, Troy
Never mind I just read the note on the DEV list regarding the change from 1.7-SNAPSHOT to 1.6.1-SNAPSHOT. The issue seems to be resolved. T -Original Message- From: Poppe, Troy [mailto:[EMAIL PROTECTED] Sent: Thursday, December 09, 2004 9:42 AM To: 'Maven Users List' Subject: RE

CruiseControl Plugin... Configure for branches?

2004-12-09 Thread Poppe, Troy
I've got an project.xml where I've defined a couple branches, and I want to run the cruisecontrol:configure goal to generate a CC project for one of my branches. (It's a release of the software that will get bug fixes occassionally.) Any way to do this in the current cruisecontrol plugin? T

RE: CruiseControl Plugin... Configure for branches?

2004-12-09 Thread Poppe, Troy
Subject: Re: CruiseControl Plugin... Configure for branches? nope, I manually add the tag afterwards. Patches welcome :) - Brett On Thu, 9 Dec 2004 15:40:34 -0500, Poppe, Troy [EMAIL PROTECTED] wrote: I've got an project.xml where I've defined a couple branches, and I want to run

RE: Repository http://www.ibiblio.org/maven/

2004-12-15 Thread Poppe, Troy
Note that if you plan to use the planetmirror.com mirror, you'll have to make the hostname downloads.planetmirror.com. URLs with http://planetmirror.com have redirects to downloads.planetmirror.com, which breaks maven's downloading process. There is a JIRA entry for this:

RE: Downloading artifacts fails with a 301

2005-01-18 Thread Poppe, Troy
I think this might be related to MAVEN-1527. (my bug report should have addressed the underlying problem.) T -Original Message- From: Brett Porter [mailto:[EMAIL PROTECTED] Sent: Monday, January 17, 2005 5:33 PM To: Maven Users List Subject: Re: Downloading artifacts fails with a

Multiproject dependency confusion/problem

2005-02-08 Thread Poppe, Troy
I have a fairly complex application that is composed of the following 'projects'/modules: common - jar client - jar ejb - ejb ejb-client - jar ear - ear I also have a 'root' project to assist eclipse. This project contains a project.xml with a bunch of shared attributes. (groupId and

Jboss SAR plugin/goals

2005-02-14 Thread Poppe, Troy
Are there any plugins/goals geared towards producing a SAR for Jboss? I've seen some jelly script to do something like this, but I was curious if there is something 'official'. Thanks. T - To unsubscribe, e-mail: [EMAIL

Multiproject and Testing EJBs

2005-02-28 Thread Poppe, Troy
I've got a multiproject set up that generates an EAR artifact. I'd like to write some JUnit or Cactus tests to test the EJBs that I have in an EJB-JAR in my EAR I am using JBoss as my deployment environment... I'm curious if anyone can share their experience setting up JUnit/Cactus

RE: Multiproject and Testing EJBs

2005-02-28 Thread Poppe, Troy
/maven/CreatingEjbApplications -Original Message- From: Poppe, Troy [mailto:[EMAIL PROTECTED] Sent: Monday, February 28, 2005 12:28 PM To: 'Maven Users List' Subject: Multiproject and Testing EJBs I've got a multiproject set up that generates an EAR artifact. I'd like to write some JUnit

Wiki content

2005-04-05 Thread Poppe, Troy
Is the Maven wiki content all gone? In particular, I'm trying to locate the CreateEjbApplications entry from about a year ago... Thanks. T - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

RE: Single WAR from multiproject

2005-04-28 Thread Poppe, Troy
We do something like this, where the artifacts and the war are all part of the same multiproject. Our war artifact project has a property: maven.multiproject.type=war Then when you run 'maven multiproject:install', which then calls war:install, which calls war:webapp. This way you don't have

RE: Single WAR from multiproject

2005-04-28 Thread Poppe, Troy
mind walking me through it in a bit more detail, please? thanks! David |-+ | | Poppe, Troy| | | [EMAIL PROTECTED]| | | oe.gov | | || | | 04

Announcement and Multiproject

2005-05-03 Thread Poppe, Troy
Does anyone currently use multiproject and the announcement plugin at the same time? In which changes.xml do you have developers put in their update/add entries? At the 'root' project, or in the specific sub-project? Is there a way for multiproject or announcement to combine the changes.xml

commons-logging-optional.jar

2005-06-07 Thread Poppe, Troy
I can't find this in the maven repository where I'd expect it to be (commons-logging:commons-logging-optional-1.0.4)... Am I missing something? Troy - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

RE: Why I hate Maven :-)

2005-06-15 Thread Poppe, Troy
Heck, I'm interested even if Jerome isnt! Let's have it... -Original Message- From: Ryan Sonnek [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 15, 2005 11:20 AM To: Maven Users List; jerome lacoste Subject: RE: Why I hate Maven :-) not sure why geronimo isn't representitive of what

Maven Xdoclet plugin question

2004-08-11 Thread Poppe, Troy
I have an ant script with the following ejbdoclet task being executed, and I'd like to convert this to Maven. I'm working on editing my project.properties, and setting up the appropriate maven.xdoclet.ejbdoclet properties. I'm a little stumped at how I would do the packageSubstitution that I am

Eclipse Plugin v1.8 not Overriding Stated Dependencies

2004-10-18 Thread Poppe, Troy
I'm running Maven 1.0, with the eclipse plugin version 1.8, and I cannot get the plugin to properly generate a .classpath entry for my overridden dependencies. I've looked around, and it appears that there was a patch submitted for this under http://jira.codehaus.org/browse/MAVEN-341, however,

[OT] Problem with fileset being empty!

2004-11-04 Thread Poppe, Troy
This is probably off-topic, but I'm pretty sure that a second pair of eyes might be able to help me spot my error. TIA. In my maven.xml I've been experimenting with trying to get the xdoclet/ejbdoclet ant tasks to work properly. So far I've had no luck when I run this from within Maven

RE: Problem with fileset being empty!

2004-11-05 Thread Poppe, Troy
maven.xdoclet.ejbdoclet.localinterface.0=true maven.xdoclet.ejbdoclet.remoteinterface.0=true maven.xdoclet.ejbdoclet.session.0=true maven.xdoclet.ejbdoclet.utilobject.0=true ### maven.ejb.src=${maven.xdoclet.ejbdoclet.srcDir} -Original Message- From: Poppe, Troy [mailto:[EMAIL PROTECTED] Sent

RE: Problem with fileset being empty!

2004-11-05 Thread Poppe, Troy
I finally figured out my mistake... I hadn't declared a dependency on xdoclet-web-module... Why in the world I needed to add a dependency to the web module for ejbdoclet, I'll never know... T -Original Message- From: Poppe, Troy [mailto:[EMAIL PROTECTED] Sent: Friday, November 05

RE: Problem with Reactor build order

2004-11-12 Thread Poppe, Troy
I have actually put artifactId tags in my sub-projects rather than id... This seems to work out much better than id for me. T -Original Message- From: Louis Burroughs [mailto:[EMAIL PROTECTED] Sent: Friday, November 12, 2004 10:01 AM To: Maven Users List Subject: Re: Problem with

RE: Problem with Reactor build order

2004-11-12 Thread Poppe, Troy
version${pom.currentVersion}/version After: groupIdwar1/groupId artifactIdwar1/artifactId versionSNAPSHOT/version Poppe, Troy [EMAIL PROTECTED] 11/12/2004 10:25 AM Please respond to Maven Users List

RE: Problem with Reactor build order

2004-11-12 Thread Poppe, Troy
-SNAPSHOT.war because it's in the repository under war1/war1/ instead of project/war1 Louis M. Burroughs III Poppe, Troy [EMAIL PROTECTED] 11/12/2004 11:27 AM Please respond to Maven Users List To: 'Maven Users List' [EMAIL PROTECTED] cc: bcc: Subject

RE: Problem with Reactor build order

2004-11-12 Thread Poppe, Troy
versionSNAPSHOT/version it builds in the right order, but the ear builder can't find war1-SNAPSHOT.war Louis M. Burroughs III, OCTO Poppe, Troy [EMAIL PROTECTED] 11/12/2004 12:59 PM Please respond to Maven Users List To: 'Maven Users List' [EMAIL PROTECTED] cc: bcc

RE: do something before *.properties files load

2004-11-19 Thread Poppe, Troy
Message- From: Poppe, Troy [mailto:[EMAIL PROTECTED] Sent: Friday, November 19, 2004 11:03 AM To: 'Maven Users List'; 'Ben Anderson' Subject: RE: do something before *.properties files load I am coming to a similar problem as you, Ben. I can see two possible solutions, I've yet to decide