Re: Newbie questions - from ant to maven

2003-03-31 Thread Konstantin Priblouda
--- Jose Gonzalez Gomez <[EMAIL PROTECTED]> wrote: > > Is this the recommended approach for j2ee > applications? I mean, I > was thinking about switching to maven because of all > the added > functionalities over ant (source code metrics, cross > reference source, > documentation and site

RE: How to use Cactus to test EJB?

2003-03-31 Thread vmassol
Quoting Willie Vu <[EMAIL PROTECTED]>: > Vincent, > > I dig up some threads where you said EJB will be a focus for Cactus 1.6. > Is > there any initial work someone is working on? Not much. There has been the start of an EJB redirector in the past but it has n't been integrated. > > For the

RE: How to use Cactus to test EJB?

2003-03-31 Thread Willie Vu
Vincent, I dig up some threads where you said EJB will be a focus for Cactus 1.6. Is there any initial work someone is working on? For the time being, can you suggest some ideas to implement a workaround solution for EJB unit test in Cactus/Maven? -- Willie Vu > -Original Message- >

Re: inter-project dependencies for the Eclipse plugin

2003-03-31 Thread Jason van Zyl
On Mon, 2003-03-31 at 19:29, [EMAIL PROTECTED] wrote: > "Mark H. Wilkinson" <[EMAIL PROTECTED]> wrote on 01/04/2003 > 01:44:01 AM: > > > On Fri, 2003-03-28 at 20:57, Mark McBride wrote: > > Ahh; see what you mean. I don't think it would be that difficult to add > > support for that kind of thing,

Re: inter-project dependencies for the Eclipse plugin

2003-03-31 Thread Jeffrey D. Brekke
> On 31 Mar 2003 16:32:09 +0100, "Mark H. Wilkinson" <[EMAIL PROTECTED]> said: [SNIP] >> > I don't know whether this kind of dependency information would be >> of > use when building multiple projects under reactor - presumably >> that > can work with jar file dependencies? >> >> The jar depe

Re: inter-project dependencies for the Eclipse plugin

2003-03-31 Thread dion
"Mark H. Wilkinson" <[EMAIL PROTECTED]> wrote on 01/04/2003 01:44:01 AM: > On Fri, 2003-03-28 at 20:57, Mark McBride wrote: > Ahh; see what you mean. I don't think it would be that difficult to add > support for that kind of thing, but it's not there now. You'd need to > solve a couple of problem

RE: Newbie - Permission denied on several files

2003-03-31 Thread dion
Yes, we definitely need a way of storing plugins expanded and other files somewhere user writable. -- dIon Gillard, Multitask Consulting Blog: http://www.freeroller.net/page/dion/Weblog Work: http://www.multitask.com.au Aslak Hellesøy <[EMAIL PROTECTED]> wrote on 31/03/2003 10:53:11 P

Rep:Icon contest?

2003-03-31 Thread Emmanuel Venisse
You can find information on Ben Walding site (http://www.walding.com/powered/index.html) Emmanuel -Message d'origine- De: Lester Ward <[EMAIL PROTECTED]> A: "Maven User Mailing List (E-mail)" <[EMAIL PROTECTED]> Date: 31/03/03 Objet: Icon contest? I may be hallucinating, but I seem to re

Re: Icon contest?

2003-03-31 Thread Pete Kazmier
> On Mon, 31 Mar 2003 10:15:42 -0500, Lester Ward said: Lester> I may be hallucinating, but I seem to remember a page Lester> somewhere about requests for possible "branding" icons for Lester> Maven. If so, I can't seem to find this page again. Can some Lester> one help me out, or am I startin

Re: inter-project dependencies for the Eclipse plugin

2003-03-31 Thread Mark H. Wilkinson
On Fri, 2003-03-28 at 20:57, Mark McBride wrote: > As for the multiple source: > For moving the multiple source directories we've used a jelly script that > copies the mulitple src with the pre-goal:prepare-filesystem goal. The > problem I'm having is when I run the eclipse:generate-project I can

Re: inter-project dependencies for the Eclipse plugin

2003-03-31 Thread Mark H. Wilkinson
On Sat, 2003-03-29 at 03:50, Jeffrey D. Brekke wrote: > > Right, I understand that. I was wondering if you had a project > dependency and a jar dependency to the same project defined if eclipse > would use the project classes before going to the jar. It was a real > quick and ugly way of maybe m

RE: inter-project dependencies for the Eclipse plugin

2003-03-31 Thread David Zeleznik
This is interesting for me also because I am trying to tackle a similar issue for improving how the JBuilder plugin generates JB project files. In JB, a project can reference dependent "libraries". A library is a configuration file that can reference classes, jars and optionally source files. A lib

Icon contest?

2003-03-31 Thread Lester Ward
I may be hallucinating, but I seem to remember a page somewhere about requests for possible "branding" icons for Maven. If so, I can't seem to find this page again. Can some one help me out, or am I starting down the road to delusion? Wordman --

RE: Newbie questions - from ant to maven

2003-03-31 Thread Paulo Silveira
What is the relation > between maven.xml, build.xml, project.xml, project.properties? maven.xml would be like build.xml: you specify tasks (maven goals) for your project. but in most of the cases, you dont need it, as the most used tasks were already coded (plugins goals) project.xml has a lot

RE: Overriding standard plugin goals in maven.xml

2003-03-31 Thread David Zeleznik
> Did you file this as a bug report? I just filed it as Maven-356. I was unsure if such goal overriding was supported or not- it was something we just happened onto as we migrated to Maven and it seemed to work well for us (until now). Thanks for confirming that this is supposed to work,

Re: Newbie questions - from ant to maven

2003-03-31 Thread Jose Gonzalez Gomez
Is this the recommended approach for j2ee applications? I mean, I was thinking about switching to maven because of all the added functionalities over ant (source code metrics, cross reference source, documentation and site generation using xdocs,...) but if I have to create a maven project f

Re: Newbie - Permission denied on several files

2003-03-31 Thread Jose Gonzalez Gomez
See inline Aslak Hellesøy wrote: -Original Message- From: Jose Gonzalez Gomez [mailto:[EMAIL PROTECTED] Sent: 31. mars 2003 15:53 To: Maven Users List Subject: Re: Newbie - Permission denied on several files Aslak, I have no time to apply the patch myself, so I'll give writ

Re: Newbie questions - from ant to maven

2003-03-31 Thread Konstantin Priblouda
>1. Does maven "deprecate" ant, or does maven use > ant? Must I have ant > installed in order to use maven? It does use ant behind the scenes, but takes care of it installation itself. As well as of your dependencies >2. I have an already started project that I build > using ant. Wh

RE: Newbie - Permission denied on several files

2003-03-31 Thread Jason van Zyl
On Mon, 2003-03-31 at 07:53, Aslak Hellesøy wrote: > If you install Maven as root and want non-root users to use it, you should > have a look at this patch: > > http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-302 > > What's the status of this patch? Is it something you're considering to

RE: Newbie - Permission denied on several files

2003-03-31 Thread Aslak Hellesøy
> -Original Message- > From: Jose Gonzalez Gomez [mailto:[EMAIL PROTECTED] > Sent: 31. mars 2003 15:53 > To: Maven Users List > Subject: Re: Newbie - Permission denied on several files > > > > Aslak, > > I have no time to apply the patch myself, so I'll give write You can apply t

Newbie questions - from ant to maven

2003-03-31 Thread Jose Gonzalez Gomez
I'm just beggining to use Maven, and I have a few questions: 1. Does maven "deprecate" ant, or does maven use ant? Must I have ant installed in order to use maven? 2. I have an already started project that I build using ant. What is the preferred way to "mavenize" this project? Th

Re: Newbie - Permission denied on several files

2003-03-31 Thread Jose Gonzalez Gomez
Aslak, I have no time to apply the patch myself, so I'll give write permissions to all users (really just me, as I'm talking about my work machine at home). Anyway I think this is a must for a final version. Without this, I don't understand how could you install this in a Unix/linux envi

RE: Newbie - Permission denied on several files

2003-03-31 Thread Aslak Hellesøy
If you install Maven as root and want non-root users to use it, you should have a look at this patch: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-302 What's the status of this patch? Is it something you're considering to apply? Aslak > -Original Message- > From: Jose Gonza

Newbie - Permission denied on several files

2003-03-31 Thread Jose Gonzalez Gomez
Hi there, I'm a newbie trying to start my first maven project. I have installed maven as root under /opt/maven (as I have seen that the maven script tries to locate this directory as the default MAVEN_HOME) and after that I have tried to run maven genapp as another user (not root). Tryin

Re: pmd plugin, maven b8-9

2003-03-31 Thread vmassol
Hi Fabian, It also fails for me (even after adding the missing dependencies). I've just sent a few bug reports to the maven-plugins WRT the issues. I hope someone listens to it at the other end... My feeling is that the PMD plugin should be included in Maven CVS so it has a higher chance of st

pmd plugin, maven b8-9

2003-03-31 Thread Fabian Ritzmann
Hi, I had originally posted this to the maven-plugins mailing list but that list seems to be dead. Sorry if you get this twice: I tried to run the pmd plugin 0.5 with PMD 1.04 and a three week old version of Maven from CVS and failed miserably. I ran into all sorts of class loading issues. I manag