Re: Autoresponders :-(

2004-08-11 Thread Dennis Lundberg
Hi Dan I'm all for anything that minimizes them amount of spam, as long as it doesn't create *more* e-mails ;-) If you haven't tried Mozilla Thunderbird yet, I suggest you do. Once you teach it, it takes care of most of the spam for you. -- Dennis Lundberg Dan R Greening wrote: My deepest apolo

RE: Autoresponders :-(

2004-08-11 Thread Dan R Greening
My deepest apologies to my victims. I've decided that using a whitelist is too obnoxious for mailing lists, and so as of now I turned it off. If you haven't removed me from the maven list, please don't. I'm a heavy user, and I'm starting to contribute patches. I turned my whitelist processor of

problem with SWT

2004-08-11 Thread Marcin Antczak
Hello! Can anyone tell me how could I use jelly:swt tags from maven.xml script? What I have got now: cd ~ export | grep JAVA_HOME declare -x JAVA_HOME="/lfs/usr" wget http://cvs.apache.org/viewcvs.cgi/jakarta-commons/jelly/jelly-tags/swt/src/test/org/apache/commons/jelly/tags/swt/example.jelly?rev

Re: Reactor or Multiproject

2004-08-11 Thread pythonista
Thank you Dan. I will take a look at it. -ikaros On Wed, 11 Aug 2004 16:08:50 -0700, "dan tran" <[EMAIL PROTECTED]> said: > ikaros > > multiproject uses reactor. > > take a look at multiproject's plugin.jelly. > > -D > > On Wed, 11 Aug 2004 16:04:55 -0700, [EMAIL PROTECTED] > <[EMAIL PROTEC

Re: Reactor or Multiproject

2004-08-11 Thread dan tran
ikaros multiproject uses reactor. take a look at multiproject's plugin.jelly. -D On Wed, 11 Aug 2004 16:04:55 -0700, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > All: > > Can anyone explain the difference between using reactor and multiproject > plugin for projects with sub-projects. I hav

Reactor or Multiproject

2004-08-11 Thread pythonista
All: Can anyone explain the difference between using reactor and multiproject plugin for projects with sub-projects. I have seen some examples of both in the list archives, but am really foggy to what the difference is. thanks ikaros --

RE: Plugin release procedure, was Re: Dashboard plugin release status?

2004-08-11 Thread Eric Pugh
I like the idea, however I can see this as being too much work. As someone faced (admittedly doing it the first time) with releasing some plugins, I feel like this is too much. What is really needed is more extensive unit testing of plugins. For instance, with the CruiseControl plugin, I have ad

Re: Maven Xdoclet plugin question

2004-08-11 Thread M.-Leander Reimer
Jey Troy, here is are a few examples of my ejbdoclet properties adapted to your packages: maven.xdoclet.ejbdoclet.utilobject.0 = true maven.xdoclet.ejbdoclet.utilobject.0.Kind = physical maven.xdoclet.ej

RE: Maven Xdoclet plugin question

2004-08-11 Thread Eric Pugh
Have you looked at the Xdoclet maven plugin? It does some pretty funky setting of properties. I ended up cribbing from it to do what I needed it to do. Eric > -Original Message- > From: Poppe, Troy [mailto:[EMAIL PROTECTED] > Sent: Wednesday, August 11, 2004 11:02 PM > To: Maven Users Li

RE: Autoresponders :-(

2004-08-11 Thread Carlos Sanchez
I got them also > -Original Message- > From: Dennis Lundberg [mailto:[EMAIL PROTECTED] > Sent: Wednesday, August 11, 2004 10:55 PM > To: Maven Users List > Subject: Autoresponders :-( > > Hi all > > Can someone please remove this person from this list: >Dan Greening [EMAIL PROTECTED

Re: Autoresponders :-(

2004-08-11 Thread dan tran
Why i dont see what you see!!! -Dan On Wed, 11 Aug 2004 22:54:48 +0200, Dennis Lundberg <[EMAIL PROTECTED]> wrote: > Hi all > > Can someone please remove this person from this list: > Dan Greening [EMAIL PROTECTED] > > For every mail that I send to the list, I get an automated reply from > h

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

Autoresponders :-(

2004-08-11 Thread Dennis Lundberg
Hi all Can someone please remove this person from this list: Dan Greening [EMAIL PROTECTED] For every mail that I send to the list, I get an automated reply from him saying that my message might be spam. To Dan, if you read this: If you want to be on this email-list I suggest that you put the m

WebSphere v4.0 Plug-in NoClassDefFoundError

2004-08-11 Thread Karan-Sahni \(Contractor\)
Hi, I am using the WAS40 plugin to generate ejb code. I am getting a java.lang.NoClassDefFoundError: com/ibm/etools/ejbdeploy/EJBDeploy I have included batch.jar as a dependency and still it doesnt find the class. Please help. Karan -Original Message- From: Puneet Garg [mailto:

Re: Maven Source Code

2004-08-11 Thread Dennis Lundberg
The source code for Maven is available from the CVS repository. You can find instructions for downloading it here: http://maven.apache.org/cvs-usage.html -- Dennis Lundberg Puneet Garg wrote: Hey, I wanted to dowmload the sorce code for maven. Could not find it anywhere. Can someone send me the

Maven Source Code

2004-08-11 Thread Puneet Garg
Hey, I wanted to dowmload the sorce code for maven. Could not find it anywhere. Can someone send me the exact URL for downloading the source code .. thanks -puneet - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional c

How to populate a property files with information from the POM?

2004-08-11 Thread Paul Spencer
I would like to populate a properties file with information from the POM. What is the best way to accomplish this objective? As an example I would like Maven to create a and populate ${maven.build.dest}version.properties. This file would contain: application.name=MyApplication application.v

Re: NullPointerException

2004-08-11 Thread Dennis Lundberg
Translated to English, that means that the elements in your project.xml file are in the wrong order. You can find the correct order here: http://maven.apache.org/reference/project-descriptor.html or here: http://maven.apache.org/xsd/maven-project-3.0.0.xsd -- Dennis Lundberg jeff mutonho wrot

RE: maven-eclipse-plugin with tld's as dependencies

2004-08-11 Thread Dan R Greening
If you say ...tld... in the POM (and put the files in the tlds subdirectory on the repository), the eclipse plugin won't generate the .classpath references. (I do this all the time.) Dan Greening, Ph.D. CEO BigTribe http://dan.greening.name/contact.htm > -Original Message- > From: ne

maven-eclipse-plugin with tld's as dependencies

2004-08-11 Thread Nigel Barrett
Hi, I have dependencies on TLD's in my POM and when I use the maven-eclipse plugin it creates classpath entries for the TLDs. Is there and easy way to stop it doing this? Nigel - To unsubscribe, e-mail: [EMAIL PROTECTED] For

RE: maven-deploy-plugin is not available.

2004-08-11 Thread Carlos Sanchez
Hi, Please ignore it, it was deprecated and the warning will be removed. Regards Carlos Sanchez A Coruña, Spain Oness Project http://oness.sourceforge.net > -Original Message- > From: Erik Husby [mailto:[EMAIL PROTECTED] > Sent: Wednesday, August 11, 2004 5:08 PM > To: [EMAIL PROTECT

RE: Looking for suggestions on SNAPSHOT cleanup process

2004-08-11 Thread Ryan Sonnek
i wrote a custom goal and submitted it to JIRA that will delete all old snapshots for an artifact. It kept the most recent snapshot and timestamped artifact around though. here's the issue if you want to take a look at it http://jira.codehaus.org/browse/MPREPO-2 enhancements could definately b

Looking for suggestions on SNAPSHOT cleanup process

2004-08-11 Thread Erik Husby
My nightly build system generates SNAPSHOTS of our jars using "jar:deploy-snapshot" which go to the group wide repository. I need to clean up the repository because its filling up with the old timestamped files. How do others handle this problem? Do you have a variation on the "jar:deploy-snaps

maven-deploy-plugin is not available.

2004-08-11 Thread Erik Husby
Can someone explain why, since the 1.0 release, I always get the message Plugin 'maven-deploy-plugin' in project '...' is not available -- Erik Husby Team Lead for Software Quality Automation Broad Institute of MIT and Harvard Rm. 2192 320 Charles St Cambridge, MA 02141-2023 mobile: 781.354.6669

Re: Output to console from plugin

2004-08-11 Thread Brett Porter
log4j or commons-logging is probably the preferred at the moment, or even better use the XMLOutput from Jelly. - Brett On Wed, 11 Aug 2004 10:43:53 +0200, Jesper Linvald <[EMAIL PROTECTED]> wrote: > Sorry all - im a jerk - System.out appears to do the job :) > > Jesper Linvald <[EMAIL PROTECTED]

Re: NullPointerException

2004-08-11 Thread jeff mutonho
Thanx guys.Well it was indeed the bracket that was messing up the typo.I ran maven pom:validate again and didn't get the NPE , but got the following instead : build:start: pom:verify-version: pom:validate: [java] D:\Maven\Sample-Maven-Project\project.xml:5:14: error: cvc-complex-ty pe.2.4.a: I

RE: NullPointerException

2004-08-11 Thread Carlos Sanchez
Hi, You can't have two reports sections Regards Carlos Sanchez A Coruña, Spain Oness Project http://oness.sourceforge.net > -Original Message- > From: jeff mutonho [mailto:[EMAIL PROTECTED] > Sent: Wednesday, August 11, 2004 10:53 AM > To: Maven Users List > Subject: Re: NullPointer

Re: NullPointerException

2004-08-11 Thread Dennis Lundberg
You have a typo that messes up the parsing of the file: ${basedir)/test should be ${basedir}/test Notice the curly here --^ (assuming that you use a fixed width font when viewing) -- Dennis Lundberg jeff mutonho wrote: Thanks guys.I ran maven pom:validate and got the same error mes

Re: NullPointerException

2004-08-11 Thread Milos Kleint
the two reports sections look suspicious to me.. Milos jeff mutonho wrote: Thanks guys.I ran maven pom:validate and got the same error message, so I suspect theres something I'm marking up in the XML.There is what my project.xml looks like: 3 myapp Sample-Maven-Project 2.0 Sample

Re: NullPointerException

2004-08-11 Thread jeff mutonho
Thanks guys.I ran maven pom:validate and got the same error message, so I suspect theres something I'm marking up in the XML.There is what my project.xml looks like: 3 myapp Sample-Maven-Project 2.0 Sample Maven Tutorial Project Scs http

Re: Output to console from plugin

2004-08-11 Thread Jesper Linvald
Sorry all - im a jerk - System.out appears to do the job :) Jesper Linvald <[EMAIL PROTECTED]> 11-08-2004 10:41 Please respond to "Maven Users List" <[EMAIL PROTECTED]> To [EMAIL PROTECTED] cc Subject Output to console from plugin Hello all, In my plugin I have some routines in java

Output to console from plugin

2004-08-11 Thread Jesper Linvald
Hello all, In my plugin I have some routines in java code - from here I would like to output various info, debug info etc. to the Console! How do I do this? Regards Jesper Linvald MAERSK DATA TRANSPORT Tel no.: +45 3911 1891 e-mail: [EMAIL PROTECTED]

Plugin release procedure, was Re: Dashboard plugin release status?

2004-08-11 Thread Paul Spencer
In an effort to balance "access to updated plugins", "quality of the released plugins", "user expectations", and "developer resources", I purpose the following procedure whenever a plugin has been updated. 1) Deploy a snapshot of the plugin. This allows the community access to the updated plug

Re: NullPointerException

2004-08-11 Thread Dennis Lundberg
Hello Can you post your project.xml file to this list? -- Dennis Lundberg jeff mutonho wrote: Hi I'm a first time user of Maven and am trying to build a very simple class that prints a string to the console.When I do D:\Maven\Sample-Maven-Project>maven java:compile from my project's directory I ge

Re: NullPointerException

2004-08-11 Thread Dion Gillard
Is your project.xml valid? run maven pom:validate to see. On Wed, 11 Aug 2004 00:49:20 -0700 (PDT), jeff mutonho <[EMAIL PROTECTED]> wrote: > Hi > I'm a first time user of Maven and am trying to build a very simple class that > prints a string to the console.When I do > D:\Maven\Sample-Maven-

NullPointerException

2004-08-11 Thread jeff mutonho
Hi I'm a first time user of Maven and am trying to build a very simple class that prints a string to the console.When I do D:\Maven\Sample-Maven-Project>maven java:compile from my project's directory I get the following error message : __ __ | \/ |__ _Apache__ ___ | |\/| / _` \ V / -_) ' \