Re: Using Mevenide on NetBeans 4.0 with multiprojects using multiple source directories per project

2004-09-10 Thread Milos Kleint
As I've already replied on the andromda's list, here's just the link to the filed jira issue: http://jira.codehaus.org/browse/MEVENIDE-93 Milos Philippe Monnet wrote: Today I decided to try out the new version of Mevenide for NetBeans 4.0 beta 1. It is a very cool plug-in: once you open the root

scm:prepare-release

2004-09-10 Thread Nicolas De Loof
Hi all, I'm trying to setup a release of my app. It uses multiples sub-projects and maven multiproject to build. Now I'd like to tag version and want to use scm:prepare-release goal It requires me to lauch maven on each sub-projects according to dependencies between them and update POMs that

RE: Dependency of type property

2004-09-10 Thread Maczka Michal
You may put such resources into jars. Michal -Original Message- From: Marco Tedone [mailto:[EMAIL PROTECTED] Sent: Thursday, September 09, 2004 4:18 PM To: Maven-users Subject: Dependency of type property Hi, is there a way to declare a dependency of type 'property'? The

tar plugin ?

2004-09-10 Thread Nicolas De Loof
Is the'yre any tar plugin for maven ? My app comes with some unix shells (install, admin batches) and a war. Can I set a new subproject with a tar artifact to bundle all this for delivery ? Nico. This message contains information that may be privileged or confidential and is the property of

Re: tar plugin ?

2004-09-10 Thread Felipe Leme
Nicolas, The dist plugin generates a .tar.gz and .zip with your project. Felipe On Fri, 2004-09-10 at 04:28, Nicolas De Loof wrote: Can I set a new subproject with a tar artifact to bundle all this for delivery ? - To

Re: easy way to fetch jar dependencies

2004-09-10 Thread Pedro Salgado
On 10/9/04 3:39 am, James Mitchell [EMAIL PROTECTED] wrote: What's difficult about figuring out Struts dependencies? My problem was the following assumption: ibiblio.org/maven/struts/poms empty = no project.xml for Struts (therefore looking cvs unnecessary) It's not difficult I managed

Re: easy way to fetch jar dependencies

2004-09-10 Thread Jose Gonzalez Gomez
You mean that maven 2.0 will have recursive dependecy discovery and retrieval? Best regards Jose Brett Porter wrote: not yet. We are currently developing maven 2 which already has this functionality. - Brett On Fri, 10 Sep 2004 00:59:11 +0100, Pedro Salgado [EMAIL PROTECTED] wrote:

Re: tar plugin ?

2004-09-10 Thread Nicolas De Loof
dist plugin builds a package with jar javadoc I'm looking for a plugin to tar war + some text files (unix shells) I'll write a maven.xml and use ant:tar Thanks, Nico. Nicolas, The dist plugin generates a .tar.gz and .zip with your project. Felipe On Fri, 2004-09-10 at 04:28,

RE: MavenIDE

2004-09-10 Thread Henderson, Jerry L [CC]
Maven typically only creates one deployable artifact per project.xml. If you want subprojects each producing an artifact Then set up a master project folder with a project.xml and then sub-project folders each with their own project.xml (they will inherit from master project.xml) See:

Re: tar plugin ?

2004-09-10 Thread Felipe Leme
You can 'override' the goal dist:prepare-bin-fs (or something like that) to change the distribution layout On Fri, 10 Sep 2004 15:10:44 +0200, Nicolas De Loof [EMAIL PROTECTED] wrote: dist plugin builds a package with jar javadoc

Newbie question on using Reports section

2004-09-10 Thread Henderson, Jerry L [CC]
How do you actually use the Reports section? I am requesting reports using some of the provided maven report plugins, but not getting any output. If someone could give suggestions or point me at a good resource (documentation?) that would help. Thanks. Jerald L. Henderson HRD Corporate

RE: Newbie question on using Reports section

2004-09-10 Thread Andreas Guther
Reports usually get generated with the site goal. Did you try that? Andreas -Original Message- From: Henderson, Jerry L [CC] [mailto:[EMAIL PROTECTED] Sent: Friday, September 10, 2004 7:09 AM To: Maven Users List Subject: Newbie question on using Reports section How do you

RE: easy way to fetch jar dependencies

2004-09-10 Thread Carlos Sanchez
Hi, Yes, it will. Regards Carlos Sanchez A Coruña, Spain http://www.jroller.com/page/carlossg/Weblog Oness Project http://oness.sourceforge.net -Original Message- From: Jose Gonzalez Gomez [mailto:[EMAIL PROTECTED] Sent: Friday, September 10, 2004 2:49 PM To: Maven Users List

apartment hunt

2004-09-10 Thread Adam Fisk
Hi Friends of Adam- The building I currently live in is getting torn down in a couple of weeks, so I need to find a new apartment. Our landlords have been sending a thugish weenie of a man around every morning at 8AM to take photographs of us and to hurl subpeonas through the door because

Re: accessing os from maven?

2004-09-10 Thread Adam Fisk
Thanks Dan. I'm aware of the java properties, but how do I access them from Maven? Some Jelly tag somewhere, something like that? I'm new to all this. Thanks. -Adam dan tran wrote: Check out the os properties available to your JVM

RE: apartment hunt

2004-09-10 Thread STRAYER, JON (SBCSI)
What country? -Original Message- From: Adam Fisk [mailto:[EMAIL PROTECTED] Sent: Friday, September 10, 2004 1:09 PM To: Adam Fisk Subject: apartment hunt Hi Friends of Adam- The building I currently live in is getting torn down in a couple of weeks, so I need to find a new

Re: apartment hunt

2004-09-10 Thread Adam Fisk
Wow. Sorry everyone. Here's a severe warning against ever using Thunderbird's address book lists for just about anything. It's astonishingly buggy, with the most serious issue being lists mysteriously changing. My sincere apologies to the list. -Adam STRAYER, JON (SBCSI) wrote: What

Re: accessing os from maven?

2004-09-10 Thread dan tran
${thepropertiesyouneed} check the link I provided for all possible properties -D On Fri, 10 Sep 2004 14:12:12 -0400, Adam Fisk [EMAIL PROTECTED] wrote: Thanks Dan. I'm aware of the java properties, but how do I access them from Maven? Some Jelly tag somewhere, something like that? I'm new

Re: accessing os from maven?

2004-09-10 Thread Adam Fisk
Great. Thanks. dan tran wrote: ${thepropertiesyouneed} check the link I provided for all possible properties -D On Fri, 10 Sep 2004 14:12:12 -0400, Adam Fisk [EMAIL PROTECTED] wrote: Thanks Dan. I'm aware of the java properties, but how do I access them from Maven? Some Jelly tag somewhere,

RE: MavenIDE

2004-09-10 Thread Ricardo de Souza Moura
Thanks, but what I wonder is how I can to do it using MavenIDE. I only get to do what this article show when I don't use any plugin to eclipse. Only when I do everything alone, without help of plugins. is There another plugin that help me with this requirements ? From: Henderson, Jerry L [CC]

RE: MavenIDE

2004-09-10 Thread Henderson, Jerry L [CC]
It would still be the same. If you look at the file structure of the code from the article you'll see what I mean. You would just use Eclipse to set that up. -Original Message- From: Ricardo de Souza Moura [mailto:[EMAIL PROTECTED] Sent: Friday, September 10, 2004 4:24 PM To: [EMAIL

war plugin and dependant webapps

2004-09-10 Thread Sonnathi, Venkat
Hi, I have webapps depending upon a common webapp (for jsps, images, js...). Each webapp can override stuff in common webapp and contains the files in its own project. common/src/webapp/welcome.jsp webmoduleA/src/webapp/welcome.jsp To accomplish building webmoduleA, I tried copying files from

test:test classpath issue

2004-09-10 Thread Derek Greer
I have a JUnit test which works fine from an Ant task, but when I run maven test:test it fails due to a ClassNotFoundException. Can someone inform me of how to get Maven to add my classes to its classpath? My project.xml contains the following:

Re: test:test classpath issue

2004-09-10 Thread Dion Gillard
Why do you want your test code (ie .java files) copied to your classpath? On Fri, 10 Sep 2004 18:46:57 -0600, Derek Greer [EMAIL PROTECTED] wrote: I have a JUnit test which works fine from an Ant task, but when I run maven test:test it fails due to a ClassNotFoundException. Can someone

Re: test:test classpath issue

2004-09-10 Thread Derek Greer
Never mind. I had my package prefixed with test. I'm guessing the norm is to store unittest cases under src/test but not actually designate test as part of the package name? Derek Derek Greer wrote: I have a JUnit test which works fine from an Ant task, but when I run maven test:test it