RE: Help with Maven, JBOSS and Cactus

2005-01-16 Thread Vincent Massol
> -Original Message- > From: David Jencks [mailto:[EMAIL PROTECTED] > Sent: lundi 17 janvier 2005 06:13 > To: Maven Users List > Subject: Re: Help with Maven, JBOSS and Cactus > > > On Jan 17, 2005, at 12:28 AM, Vincent Massol wrote: > > > Hi David, > > > > Cactus is definitely not a w

Re: Help with Maven, JBOSS and Cactus

2005-01-16 Thread David Jencks
On Jan 17, 2005, at 12:28 AM, Vincent Massol wrote: Hi David, Cactus is definitely not a web testing framework. It's a unit testing framework (i.e. testing at the level of methods) for all J2EE components (including EJBs). You're not the first one to think Cactus is a web testing framework. I won

Re: Beginner's woes

2005-01-16 Thread David Jencks
On Jan 16, 2005, at 8:38 PM, Dion Gillard wrote: Does anything in http://www.ibiblio.org/maven/geronimo-spec/jars/ help you? The stuff missing from axis is activation.jar and the mail jar(s) that AFAIK noone has successfully produced a open source version of. Axis recommends you get them from S

Re: Beginner's woes

2005-01-16 Thread Dion Gillard
Does anything in http://www.ibiblio.org/maven/geronimo-spec/jars/ help you? On Mon, 17 Jan 2005 02:16:46 +0100, Michael Schuerig <[EMAIL PROTECTED]> wrote: > On Monday 17 January 2005 01:24, Dion Gillard wrote: > > On Mon, 17 Jan 2005 00:37:00 +0100, Michael Schuerig > > <[EMAIL PROTECTED]> wrote

RE: Help with Maven, JBOSS and Cactus

2005-01-16 Thread Vincent Massol
Hi David, Cactus is definitely not a web testing framework. It's a unit testing framework (i.e. testing at the level of methods) for all J2EE components (including EJBs). You're not the first one to think Cactus is a web testing framework. I wonder why... :-) Cactus also provides way to start/sto

Re: Beginner's woes

2005-01-16 Thread Michael Schuerig
On Monday 17 January 2005 01:24, Dion Gillard wrote: > On Mon, 17 Jan 2005 00:37:00 +0100, Michael Schuerig > <[EMAIL PROTECTED]> wrote: > [snip] > > > I'm tracking the CVS HEAD of Axis and Spring. There don't seem to > > be official CVS snapshots to be available in the ibiblio > > repository. Axis

Re: scp for maven.repo.remote?

2005-01-16 Thread Brett Porter
in future versions of Maven, it will be. Nothing in the code yet though. On Sat, 15 Jan 2005 12:25:10 -0500, Rick Mangi <[EMAIL PROTECTED]> wrote: > Hello all, > > I have a situation where we need secure access to the maven.repo.remote > to pull down jars. It seems we could use https, but since

Re: jar:snapshot is deprecated, what is the replacement?

2005-01-16 Thread Brett Porter
dIon, I deprecated it because it was inconsistent with the other plugins, and couldn't think of a use case for it. IIRC, it just switches maven.final.name to a timestamped version. Do you have a use case that isn't covered by install/deploy-snapshot? - Brett On Sun, 16 Jan 2005 20:42:36 +1100,

Re: Beginner's woes

2005-01-16 Thread Dion Gillard
On Mon, 17 Jan 2005 00:37:00 +0100, Michael Schuerig <[EMAIL PROTECTED]> wrote: [snip] > I'm tracking the CVS HEAD of Axis and Spring. There don't seem to be > official CVS snapshots to be available in the ibiblio repository. Axis The snapshots for Axis *should* be placed at: http://cvs.apache.or

Re: Beginner's woes

2005-01-16 Thread Michael Schuerig
On Monday 17 January 2005 00:03, Dion Gillard wrote: > On Sun, 16 Jan 2005 18:31:09 +0100, Michael Schuerig > > - Finding documentation for goals and properties. > > See the online documentation. In particular > http://maven.apache.org/reference/plugins/plugins.html . I've had open a large number

Re: Help with Maven, JBOSS and Cactus

2005-01-16 Thread David Jencks
I thought cactus was a web testing framework, so I'm not sure how it would apply to testing ejbs. I know essentially nothing about it however. You might take a look at the openejb/geronimo itest module, which uses the itest plugin to start geronimo deploy and start several j2ee packages to ge

Re: Beginner's woes

2005-01-16 Thread Michael Schuerig
On Sunday 16 January 2005 23:30, Martijn Dashorst wrote: > I understand that the whole of maven might be overwhelming, but it > looks like you are trying to let us do your work for you. Martijn, I'm sorry if that's the impression you've got. I've probably read all the available articles on Mave

Re: Help with Maven, JBOSS and Cactus

2005-01-16 Thread Dion Gillard
Googling for the plugin gives: http://jakarta.apache.org/cactus/integration/maven/ Code samples from memory come with Cactus. On Sun, 16 Jan 2005 23:22:29 +0100, Filip Polsakiewicz <[EMAIL PROTECTED]> wrote: > Hi all, > > I desperately need some help on using Maven with Cactus and JBoss. I wan

Re: Beginner's woes

2005-01-16 Thread Dion Gillard
On Sun, 16 Jan 2005 18:31:09 +0100, Michael Schuerig <[EMAIL PROTECTED]> wrote: > > Yesterday I've started to convert my first simple project to Maven. > Right now it is more pain than pleasure, but I hope it becomes > enjoyable soon. > > I've come up with several tasks that I need to accomplish

Re: Help with Maven, JBOSS and Cactus

2005-01-16 Thread Martijn Dashorst
Filip Polsakiewicz wrote: Hi all, I desperately need some help on using Maven with Cactus and JBoss. I want to test my EJBs within my Maven build. Now the Problem is that I couldn't find any good tutorial on this combination. Can anybody point me to some information on how to get started? Some code

Re: Beginner's woes

2005-01-16 Thread Martijn Dashorst
Michael, I understand that the whole of maven might be overwhelming, but it looks like you are trying to let us do your work for you. However, not to be a pita, I'll give some pointers where you can start. First of all, to begin working with maven, all you need is a working J2SDK (1.4 is the min

Help with Maven, JBOSS and Cactus

2005-01-16 Thread Filip Polsakiewicz
Hi all, I desperately need some help on using Maven with Cactus and JBoss. I want to test my EJBs within my Maven build. Now the Problem is that I couldn't find any good tutorial on this combination. Can anybody point me to some information on how to get started? Some code samples would also be mu

Re: Beginner's woes

2005-01-16 Thread Michael Schuerig
On Sunday 16 January 2005 22:00, Dion Gillard wrote: > Do you want help? Or are you just listing your tasks? :-) I'm looking for ways to accomplish these tasks as easily and automatically as possible. Please help. Michael > On Sun, 16 Jan 2005 18:31:09 +0100, Michael Schuerig > > <[EMAIL PROTEC

MavenSubversion wiki update needed

2005-01-16 Thread Paul Sundling
Is there some way to update the http://wiki.codehaus.org/maven/MavenSubversion page? With maven version 1.0.2 (changelog plugin 1.7.1) and possibly other versions, svn support for changelog doesn't work by default. The following is the generated error message: "repository connection string do

Re: Beginner's woes

2005-01-16 Thread Dion Gillard
Do you want help? Or are you just listing your tasks? On Sun, 16 Jan 2005 18:31:09 +0100, Michael Schuerig <[EMAIL PROTECTED]> wrote: > > Yesterday I've started to convert my first simple project to Maven. > Right now it is more pain than pleasure, but I hope it becomes > enjoyable soon. > > I'

Re: code review plugin

2005-01-16 Thread Jon Strayer
Jeffrey Bonevich wrote: Would anyone be interested in a maven plugin I wrote that just gathers up javadoc-style code review annotations (@reviewed user -MM-dd some notes) and presents them in a report very similar to tasklist? That sounds cool to me. For those who like this sort of th

Beginner's woes

2005-01-16 Thread Michael Schuerig
Yesterday I've started to convert my first simple project to Maven. Right now it is more pain than pleasure, but I hope it becomes enjoyable soon. I've come up with several tasks that I need to accomplish related to Maven itself or Maven-based projects. With my current understanding of things

jar:snapshot is deprecated, what is the replacement?

2005-01-16 Thread Dion Gillard
I get: jar:snapshot: [echo] DEPRECATED: jar:snapshot is deprecated when doing a jar:snapshot. The homepage doesn't mention the goal is deprecated or a replacement. Anyone know? -- http://www.multitask.com.au/people/dion/ -

Re: JDK 1.5 Annotations

2005-01-16 Thread Andreas Guther
Is maven already supporting Java 5? Andreas [EMAIL PROTECTED] wrote: I'm having trouble compiling classes with annotations with Maven. I have the following two properties set: maven.compile.source=1.5 maven.compile.target=1.5 Is there anything else that I need to do? Scott

Re: code review plugin

2005-01-16 Thread Andreas Guther
Could be interesting if configurable. We are using a different format but reports on files and reviews would be very interesting. Our format is something like: @review @reviewer Andreas Jeffrey Bonevich wrote: Would anyone be interested in a maven plugin I wrote that just gathers up javadoc-sty