Re: Can't get plugin to download/install correctly

2005-03-16 Thread Lukasz Bajorski
On Wed, 16 Mar 2005 19:33:26 -0700, Chad Woolley <[EMAIL PROTECTED]> wrote: > I got this working, but I don't know how :(. > > Apparently, I had a "0.5" version cached somewhere, and that was > screwing me up. This obviously resulted from me previously building and > installing the HEAD version o

Re: New Maven Site is Live

2005-03-16 Thread Markos Charatzas
Congrats for an excellent job! Well done :D Markos On Tuesday 15 March 2005 09:23, Brett Porter wrote: > The new Maven web site has now gone live at http://maven.apache.org/. > > After pointing everyone at the staging site for some time now, this > was a long overdue overhaul that hopefully makes

Re: Can't get plugin to download/install correctly

2005-03-16 Thread Chad Woolley
I got this working, but I don't know how :(. Apparently, I had a "0.5" version cached somewhere, and that was screwing me up. This obviously resulted from me previously building and installing the HEAD version of the plugin (which has been incremented to 0.5). However, what I don't understand

Maven Site Navigation WAS: New Maven Site is Live

2005-03-16 Thread Brett Porter
Hi Lukasz, I've had feedback in both directions for this. Before the navigation was quite condensed, and people very rarely could find what they wanted. My strategy here was that a familiar user could get where they wanted in one click, while a "newbie" should find what they want either in the f

RE: Maven GUI

2005-03-16 Thread Vincent Massol
There's a Maven eclipse plugin (google mevenide). -Vincent > -Original Message- > From: Steve McMee [mailto:[EMAIL PROTECTED] > Sent: mercredi 16 mars 2005 20:08 > To: users@maven.apache.org > Subject: Maven GUI > > Hi, > > I've been looking for a GUI to edit the project.xml file but I

Maven GUI

2005-03-16 Thread Steve McMee
Hi, I've been looking for a GUI to edit the project.xml file but I haven't found such a tool on the web. Are there any plans for a GUI to maintain the POM. Greetings Steve - To unsubscribe, e-mail: [EMAIL PROTECTED] For additiona

Re: Telnet Task and Ant 1.5.3

2005-03-16 Thread dan tran
I face the same problem for quite some time. The work around is to put telnet work in build.xml and have maven to call it thru -Dan On Wed, 16 Mar 2005 17:42:24 +0100, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > Hi all, > > My problem is the following: I can't make the Ant telnet ta

Telnet Task and Ant 1.5.3

2005-03-16 Thread fabrice . belingard
Hi all, My problem is the following: I can't make the Ant telnet task work properly with Maven 1.0. The interactions(write/read) are ignored. Such a message was posted on this mailing list last december ("telnet ant task in maven, any one?", Dan Tran), but no answer... If I use an Ant 1.6 scr

Re: Where is the bean in my plugin?

2005-03-16 Thread Kenney Westerhof
On Wed, 16 Mar 2005, dan tran wrote: > Kenny, > > I have maven.dependency.classpath in my classpath. Ok, that's fine. As Jason Vinson suggested, pom.getDependencyClasspath() also works (has the same effect). > In verbose mode, maven how the classpath of the project calling the plugin. > No sign

xdoc/pdf-plugin: Ignore structure from navigation.xml

2005-03-16 Thread =?ISO-8859-1?Q?Ralph_P=F6llath?=
Hi, I'd like to produce a pdf containing a single xdoc document. My current minimal setup (see below) produces a pdf structured like this: 1. Documentation 1.1 Howto Step One blah Step Two blah blah Now since my howto is rather short, I'd rather get rid of the top-

Re: Where is the bean in my plugin?

2005-03-16 Thread Jason Vinson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dan, I use the following for this kind of stuff: ~ HTH, Jason dan tran wrote: | Kenny, | | I have maven.dependency.classpath in my classpath. | | In verbose mode, maven how the classpath of the project calling the | plugin. No sign of the classpath

Re: Where is the bean in my plugin?

2005-03-16 Thread dan tran
Kenny, I have maven.dependency.classpath in my classpath. In verbose mode, maven how the classpath of the project calling the plugin. No sign of the classpath belong to the plugin. -D On Wed, 16 Mar 2005 11:15:36 +0100 (CET), Kenney Westerhof <[EMAIL PROTECTED]> wrote: > On Wed, 16 Mar 2005, da

Re: New Maven Site is Live

2005-03-16 Thread Lukasz Bajorski
As for the content - great! Only one remark for the form: I've learnt during my work that too many items presented at one time are hard to absorb and could be discouraging for newbies (the latter is very important as we all want Maven to widen its community). This refers to navigation menu for the

Documentation guidelines

2005-03-16 Thread Adam Hardy
Hi List, I just completed a project and have to write a 'support' document, and looking at other projects here, it seems to be up to the author of the project as to what gets put in there. There is a 'tech spec', 'functional spec', a 'test spec' and various other documents and the result at this

Re: junit tests factorisation

2005-03-16 Thread Laurent PETIT
Eric Pugh wrote: I've had this challenge as well. It seems wrong to have unit tests away from the unit. However, really you could think of those tests are "functional" or "Technology Compatiblity Kit" type of tests. I do agree with you that testing with dbUnit crosses the line between real

Using checkstyle, simian, clover ... with unit tests too

2005-03-16 Thread Laurent PETIT
Hello, Since Unit Tests must be equally considered production code as application code, I would be happy if I could use some verification, metrics, javadoc plugins with the src/test java code too. And the results should be separated from the src/java results. Indeed, it would be great to have so

RE: linking from one xdoc to another

2005-03-16 Thread Martin Heitz
Thanks for the explanation! As a result of this I'll try to set up self-explaining document structures, so that no links are needed :-( Best regards from sunny Black Forrest, Germany, Mattin -Original Message- From: Arnaud HERITIER [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 16

Re: Where is the bean in my plugin?

2005-03-16 Thread Kenney Westerhof
On Wed, 16 Mar 2005, dan tran wrote: > oh, I have to fork it, and got CNF exception > > other wise using the same JVM it is loaed like you have said try Greetings, Kenney > > -Dan > > > > On Wed, 16 Mar 2005 09:54:26 +0100, Jörg Schaible > <[EMAIL PROTECTED]> wrote: > > Hi Dan, >

Re: Where is the bean in my plugin?

2005-03-16 Thread dan tran
oh, I have to fork it, and got CNF exception other wise using the same JVM it is loaed like you have said -Dan On Wed, 16 Mar 2005 09:54:26 +0100, Jörg Schaible <[EMAIL PROTECTED]> wrote: > Hi Dan, > > > -Original Message- > > From: dan tran [mailto:[EMAIL PROTECTED] > > Sent: Wednesd

RE: Where is the bean in my plugin?

2005-03-16 Thread =?iso-8859-1?Q?J=F6rg_Schaible?=
Hi Dan, > -Original Message- > From: dan tran [mailto:[EMAIL PROTECTED] > Sent: Wednesday, March 16, 2005 9:46 AM > To: Maven Users List > Subject: Re: Where is the bean in my plugin? > > > thanks, but i do know where it is inthe cache, > > but when I use ant:java to call it , can it

Re: Where is the bean in my plugin?

2005-03-16 Thread dan tran
thanks, but i do know where it is inthe cache, but when I use ant:java to call it , can it dynamically construct the classpath to reach my bean? -D On Wed, 16 Mar 2005 08:08:30 +0100, Jörg Schaible <[EMAIL PROTECTED]> wrote: > Hi Dan, > > > -Original Message- > > From: dan tran [mailt

RE: navigation.xml question

2005-03-16 Thread Arnaud HERITIER
> > Hi, > > 2 questions about navigation.xml: > > 1) When I use this: > > > > > ${pom.artifactId} > > > > Then the property is not correctly expanded. Is this a known > bug or is it not possible to use such properties? You can do something like that : http://cvs.apache.org

RE: linking from one xdoc to another

2005-03-16 Thread Arnaud HERITIER
Actually this a problem in the PDF plugin. Links between different xdocs are broken. Arnaud > -Message d'origine- > De : Martin Heitz [mailto:[EMAIL PROTECTED] > Envoyé : mardi 15 mars 2005 12:29 > À : Maven Users List > Objet : linking from one xdoc to another > > Hi, > > do you know