Re: invalld header field when trying to deploy war

2006-03-28 Thread Duncan Krebs
forced me to travel far far away. But now i'm back and happy again with a working Alpha that has been a year and a half in the making. Duncan Krebs <[EMAIL PROTECTED]> wrote: Hi, I'm using Maven2 to build a war for my webapp. It builds fine using mvn install but when I try

invalld header field when trying to deploy war

2006-03-28 Thread Duncan Krebs
s and noticed the description was multiple lines. I changed that and it is still giving me the error. Below is the generated file, can anyone see anything wrong? Manifest-Version: 1.0 Archiver-Version: Plexus Archiver Created-By: Apache Maven Built-By: Duncan Krebs Build-Jdk: 1.4

mark dependencies as eclipse project

2006-03-25 Thread Duncan Krebs
Hi, In maven 1 I remember there was a property you could include in a dependency in the pom that would tell the eclipse plugin to include the dependent artifact as an eclipse project. It was something like true. I'm now in the maven 2 environment and was wondering if there is a way to

[m2] Integrating an eclipse RCP app with maven

2006-01-20 Thread Duncan Krebs
As of now I have all of my projects under maven control with exception to a collection of eclipse plugins that compose an RCP app. I have one plugin that serves as a jar library and have a class in that plugin that manually goes into my local repository to update snapshot jars after I run over t

touching remote repo when running mvn install

2006-01-06 Thread Duncan Krebs
Hi, I'm finding myself doing a bunch of mvn install and mvn eclipse:eclipse commands with my maven projects. I notice that when I execute these commands maven searches the remote repository for jars that are already in my local repo, it also searches the remote repo for jars that I know are onl

maven projects and eclipse plugins

2005-09-13 Thread Duncan Krebs
Hi, I posted a question on this two days ago but might have asked something too specific. Pretty much I'm trying to find a solution to using maven with my eclipse projects that are "plugin projects." My specific issue is figuring out how to modify the plugin build process so that my eclipse pl

including POM dependencies in an eclipse plugin build

2005-09-11 Thread Duncan Krebs
Hi, I'm not sure if I'm going about this the right way. I have an ecliplse plugin project and am using maven eclpse to add the project dependencies to the class path. I'm trying to find a way to have the plugin-builder add all my maven dependencies in the lib folder of the built plugin. Does anyone

RE: Eclipse plugins and maven

2005-02-17 Thread Duncan Krebs
tart should do the trick. -- gd Christopher L Merrill wrote: > Duncan Krebs wrote: > >> I want to use Maven to build a plugin but am wondering how to setup my >> project.xml. For example, do I need to manually add each plugin >> dependency >> inside project.xm

Eclipse plugins and maven

2005-02-15 Thread Duncan Krebs
Hi, I want to use Maven to build a plugin but am wondering how to setup my project.xml. For example, do I need to manually add each plugin dependency inside project.xml or does plugin.xml preserve this information? Also, as I do with my other maven projects can I generate the .classpath and .proje

Dependencies with a Multiproject

2004-12-16 Thread Duncan Krebs
Hi, I have a multiproject setup that is used to build a webapp. I'm wondering if I should put the dependencies for the various projects in the root project.xml or keep each set of dependencies in the respective child project.xml. Is there a right way to go abuot this? Thanks. - Duncan

Re: Getting the value of a maven property at the command prop

2004-12-08 Thread Duncan Krebs
Thanks Eric. - Original Message - From: "Eric Black" <[EMAIL PROTECTED]> To: "Maven Users List" <[EMAIL PROTECTED]> Cc: "Maven UserList" <[EMAIL PROTECTED]> Sent: Wednesday, December 08, 2004 1:43 PM Subject: Re: Getting the value of a maven property at the command prop > Hi, > > If you

Getting the value of a maven property at the command prop

2004-12-08 Thread Duncan Krebs
Hi, I know how to set a maven property at the command prompt but I'm wondering if there is a way to have maven spit out the value of a property at the prompt so I can see what value is currently being used . Thanks.

Debugging maven projects using eclipse/tomcat5

2004-12-07 Thread Duncan Krebs
Hi, I have a maven project that is a tomcat5 webapp and I'm using war:inplace to set things up so I can code and debug at the same time. For organization I have a couple of other maven projects that are separate but referenced by my webapp. I have the reference setup by using snapshot dependenci

Thank You Maven

2004-11-30 Thread Duncan Krebs
Just wanted to thank everyone on this list for helping me get up to speed on Maven (especially Brett). We now have all our source broken down into finite maven projects and the new level of reusability we are starting to achieve is so cool. What really motivated this email though is that I jus

Re: Maven and Eclipse External Tools

2004-11-26 Thread Duncan Krebs
Thanks for the tip, it worked. - Duncan - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, November 25, 2004 9:36 PM Subject: Re: Maven and Eclipse External Tools > try using eclipse:external-tools-21 if you're using anything above eclipse > 2.1. > >

Maven and Eclipse External Tools

2004-11-25 Thread Duncan Krebs
Hi, I'm trying to figure out how to import the externaltools.xml file generated by the eclipse:external-tools goal. I read the documentation, and made sure this file is stored in ${eclipse workspace}/.metadata/.plugins/org.eclipse.ui.externaltools/externaltools.xml but when I go to run->exter

Grouping related projects

2004-11-17 Thread Duncan Krebs
Hi, I'm breaking my development down into really small maven projects and I'm trying to figure out what the options are if I want to group them together. For example, say I have 5 separate projects that all start with mycompany.commons that I'd like to distribute as one final versioned jar but a

How to use maven while developing a webapp

2004-11-08 Thread Duncan Krebs
Hello Maven People, I have a build process setup for a webapp and am able to use maven war:war to produce a .war file that can be deployed with no problems. My development process however seems a little twisted and I'm looking for a better way. I'm using eclipse/tomcat5 to work and make changes

Re: Adding unknown versioned jars to my projects and repo

2004-11-08 Thread Duncan Krebs
rsioned.jar if I have too.. > > By the way, ditch 3 dependencies and use jTDS instead of MS JDBC driver. > > Eric > > > -Original Message- > > From: Duncan Krebs [mailto:[EMAIL PROTECTED] > > Sent: Monday, November 08, 2004 7:28 PM > > To: Maven UserList

Adding unknown versioned jars to my projects and repo

2004-11-08 Thread Duncan Krebs
Hi, I'm in the process of converting a build process to Maven and have come across a lot of jars in which I don't know the version number. Is there a standard way I should go about this when added them to my repository? Do I have to include a version number on a dependency in the project.xml? Co

Re: Project Distribution Process

2004-11-04 Thread Duncan Krebs
Thanks for all the info. It seems like the appropriate solution is to use the central repository to get access to common jars and then setup my own "remote" repository that I can use a central location to publish my project artifacts. On a slightly different subject but related to Maven I'm trying

Project Distribution Process

2004-11-03 Thread Duncan Krebs
Hi, I've been working on implementing Maven into my build process and was wondering how to go about a couple of things. When I build a distribution of a project I want Maven to put that newly compiled jar into a central repository so that other projects can reference to it in project.xml. Woul

Re: newbie error when running maven java:compile

2004-11-03 Thread Duncan Krebs
ile > On Nov 3, 2004, at 15:14, Duncan Krebs wrote: > > > Hi, > > I've ran into a road block with the following error below. I think it > > has something to do with my project.xml file but the error is not > > pointed to anything specific. Below is the error th

newbie error when running maven java:compile

2004-11-03 Thread Duncan Krebs
Hi, I've ran into a road block with the following error below. I think it has something to do with my project.xml file but the error is not pointed to anything specific. Below is the error that I'm getting and further below is the project file I'm using. Any help is greatly appreciated. - dkrebs