RE: navigation.xml question

2005-03-15 Thread Deblauwe, Wim
>> 2) What is the preferred way to include a link to the pdf version of the >> documentation (generated using the pdf goal)? How do I get the nice icon >> like on the maven site (although there seem to be 2 icons there, pointing to >> the same pdf) > >The 2 icons are probably because you installed

RE: Where is the bean in my plugin?

2005-03-15 Thread =?iso-8859-1?Q?J=F6rg_Schaible?=
Hi Dan, > -Original Message- > From: dan tran [mailto:[EMAIL PROTECTED] > Sent: Wednesday, March 16, 2005 7:36 AM > To: Maven Users List > Subject: Where is the bean in my plugin? > > > Hello, > > I have a bean with a main bundled with my plugin. > > I would like create a goal which c

Where is the bean in my plugin?

2005-03-15 Thread dan tran
Hello, I have a bean with a main bundled with my plugin. I would like create a goal which call the bean's main using another JVM (ie ant:java) The problem here i dont know where my bean is? Is there a classpath id to my bean location? like ${user.home}/.maven/cache/ big thanks -Dan

Re: New Maven Site is Live

2005-03-15 Thread James Mitchell
Sounds like a plan. I'll get right on it, as soon as I resolve my build problems with Struts ;) Seems like as soon as I resolve one issue, another pops up. -- James Mitchell Software Engineer / Open Source Evangelist EdgeTech, Inc. 678.910.8017 AIM: jmitchtx - Original Message - From

Re: New Maven Site is Live

2005-03-15 Thread Brett Porter
Hi James, This has been on the TODO list for some time now. If you'd like to submit a patch against maven.xml that generates it, I'd be more than happy to publish it. - Brett On Tue, 15 Mar 2005 10:02:50 -0500, James Mitchell <[EMAIL PROTECTED]> wrote: > Fantastic! Very nice job Brett! > > Is

Re: New Maven Site is Live

2005-03-15 Thread baleineca
Great job! Now I can delete my bookmark to the stage site :-) Hopefully now there'll be less comments about lack of documentation on Maven. Thanks! On Tue, 15 Mar 2005 18:23:22 +1100, Brett Porter <[EMAIL PROTECTED]> wrote: > The new Maven web site has now gone live at http://maven.apache.org/.

Re: navigation.xml question

2005-03-15 Thread Brett Porter
> 2 questions about navigation.xml: > > 1) When I use this: > > Not currently possible - the XDoc's are not scripts. > 2) What is the preferred way to include a link to the pdf version of the > documentation (generated using the pdf goal)? How do I get the nice icon > like on the maven site (a

Re: Handling Dependencies

2005-03-15 Thread Brett Porter
Milos is correct here, and future Maven versions do not have the *-snapshot goals at all. Everything will be done behind the scenes to create the timestamped versions in the repository which you can reference directly, or by looking up the latest with x.x.x-SNAPSHOT. HTH Cheers, Brett On Tue, 1

Re: New Maven Site is Live

2005-03-15 Thread Mykel Alvis
Great work, Brett. I hope this will really push the project forward another step. On Tue, 15 Mar 2005 18:23:22 +1100, Brett Porter <[EMAIL PROTECTED]> 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

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

2005-03-15 Thread Kenney Westerhof
On Tue, 15 Mar 2005, Chad Woolley wrote: Hi Chad, > Thanks for the response Kenney. > > I thought that plugin:install could only be used from within a plugin > project itself? How can I use this goal against a downloaded plugin jar? Seems I made a mistake - plugin:install is indeed intended to

Re: site deploy exclude directory

2005-03-15 Thread Vincent Siveton
Lets have a look at this http://www.mail-archive.com/users@maven.apache.org/msg16791.html Cheers, Vincent On Tue, 15 Mar 2005 09:50:46 -0500, Howard Lin <[EMAIL PROTECTED]> wrote: > Hi, I'm wondering if it's possible to exclude certain directories > inside xdocs when doing site:deploy. (I don't

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

2005-03-15 Thread Chad Woolley
Thanks for the response Kenney. I thought that plugin:install could only be used from within a plugin project itself? How can I use this goal against a downloaded plugin jar? -- Chad Kenney Westerhof <[EMAIL PROTECTED]> wrote: I think you need to use . plugin:download will only download it, not

Re: Handling Dependencies

2005-03-15 Thread Craig S . Cottingham
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mar 15, 2005, at 09:20, Stéphane Nicoll wrote: Milos, I always considered this a legitimate approach, rather than workaround. the snapshot goals do convert the SNAPSHOT string into a timestamp whcih you rarely want. Well, if I have my project with

RE: Handling Dependencies

2005-03-15 Thread =?iso-8859-1?Q?St=E9phane_Nicoll?=
Milos, > I always considered this a legitimate approach, rather than workaround. > the snapshot goals do convert the SNAPSHOT string into a timestamp whcih > you rarely want. Well, if I have my project with current version set to 1.5.0, I would expect the jar:install-snapshot to generate a ABC

Re: Handling Dependencies

2005-03-15 Thread Milos Kleint
As a workaround, we set the version to 1.1.5-SNAPSHOT and 2.0.7-SNAPSHOT respectively and we use the jar:install goal. I always considered this a legitimate approach, rather than workaround. the snapshot goals do convert the SNAPSHOT string into a timestamp whcih you rarely want. Milos Stéphane

RE: New Maven Site is Live

2005-03-15 Thread Barbier Gabriel
+1, I'm interested in too. And thanks to the Maven team, the website is very powerful. Gab -Message d'origine- De : Martijn Dashorst [mailto:[EMAIL PROTECTED] Envoyé : mardi 15 mars 2005 16:05 À : Maven Users List Objet : Re: New Maven Site is Live James Mitchell wrote: > Fantastic!

RE: Handling Dependencies

2005-03-15 Thread =?iso-8859-1?Q?St=E9phane_Nicoll?=
Jörg, > I still don't get, where the problem is. If you wanna have a dependency on > the timestamped version, set the content of the version tag in the POM to the > > timestamp. Well ... I don't want a dependency on a timestamp, that's the whole point. Let me explain. If have a module named A

Re: New Maven Site is Live

2005-03-15 Thread Martijn Dashorst
James Mitchell wrote: Fantastic! Very nice job Brett! Is there any way you can publish a zip of the site for offline browsing? I've needed that on many occasions. If not, would you mind if I put one together and publish it? +1, especially the plugin documentation would be nice to have availabl

Re: New Maven Site is Live

2005-03-15 Thread James Mitchell
Fantastic! Very nice job Brett! Is there any way you can publish a zip of the site for offline browsing? I've needed that on many occasions. If not, would you mind if I put one together and publish it? -- James Mitchell Software Engineer / Open Source Evangelist EdgeTech, Inc. 678.910.8017 AI

RE: navigation.xml question

2005-03-15 Thread Martin Heitz
Hi Wim, not sure if this is the preferred way (others hopefully complain if not ;-), but this should work for point 2: http://www.my-company.com"; /> Best regards from sunny Black Forrest, Mattin P.S. If you ever figure out h

RE: Handling Dependencies

2005-03-15 Thread =?iso-8859-1?Q?J=F6rg_Schaible?=
Hi Stéphane, > -Original Message- > From: Stéphane Nicoll [mailto:[EMAIL PROTECTED] > Sent: Tuesday, March 15, 2005 3:15 PM > To: Maven Users List > Subject: RE: Handling Dependencies > > > Jörg, > > >??? > > No, "maven jar:install-snapshot" will create something like > MyModule-2005

navigation.xml question

2005-03-15 Thread Deblauwe, Wim
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? 2) What is the preferred way to include a link to the pdf version of the documentation (

site deploy exclude directory

2005-03-15 Thread Howard Lin
Hi, I'm wondering if it's possible to exclude certain directories inside xdocs when doing site:deploy. (I don't find a property, like maven.site.deploy.exclude, which may be for this purpose.) Thanks, Howard - To unsubscribe, e-m

RE: JRE's plugin.jar

2005-03-15 Thread Daniel Or
Thanks Jörg. BTW the version may be omitted. -Original Message- From: Jörg Schaible [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 15, 2005 4:10 PM To: Maven Users List Subject: RE: JRE's plugin.jar Hi Daniel, > -Original Message- > From: Daniel Or [mailto:[EMAIL PROTECTED] > S

RE: Handling Dependencies

2005-03-15 Thread Stéphane Nicoll
Jörg, >??? > No, "maven jar:install-snapshot" will create something like > MyModule-20050315.151030.jar. No, it will *also* build a MyModule-SNAPSHOT.jar which is *then* copied to an artifact with a timestamp. The point here is to be able to have a dependency on such artifacts. With a times

RE: Handling Dependencies

2005-03-15 Thread =?iso-8859-1?Q?J=F6rg_Schaible?=
Hi Wim, > -Original Message- > From: Deblauwe, Wim [mailto:[EMAIL PROTECTED] > Sent: Tuesday, March 15, 2005 3:05 PM > To: Maven Users List (E-mail) > Subject: Handling Dependencies > > > From the new website, under "handling dependencies": > > Note: the version need only contain the

RE: JRE's plugin.jar

2005-03-15 Thread =?iso-8859-1?Q?J=F6rg_Schaible?=
Hi Daniel, > -Original Message- > From: Daniel Or [mailto:[EMAIL PROTECTED] > Sent: Tuesday, March 15, 2005 3:03 PM > To: Maven Users List > Subject: JRE's plugin.jar > > > Hi. > > > > I have an applet project that uses classes that are located > in the JRE's plugin.jar. > > Those

Handling Dependencies

2005-03-15 Thread Deblauwe, Wim
>From the new website, under "handling dependencies": Note: the version need only contain the word SNAPSHOT - it does not need to equal it exactly. It is traditional to append it to a version to indicate "development towards version X". For example, 1.2-SNAPSHOT is the development version betwee

JRE's plugin.jar

2005-03-15 Thread Daniel Or
Hi. I have an applet project that uses classes that are located in the JRE's plugin.jar. Those classes are available to any applet at runtime. However, my problem is how do I declare maven's project dependency? It doesn't make sense (to me) that one should access plugin.jar from the repo

Re: New Maven Site is Live

2005-03-15 Thread Arnaud HERITIER
There's a patch for this (MPXDOC-134) but I hadn't the time to review it yet :-( Arnaud On Tue, 15 Mar 2005 07:07:20 -0500, Vincent Siveton <[EMAIL PROTECTED]> wrote: > Hi there, > > About the new build of Maven site: > * Very well done Bert! I liked the navigation, very easy on the eyes. > * t

RE: Generation of javadoc with multiple src directories

2005-03-15 Thread =?ISO-8859-1?Q?Fr=E9d=E9ric?= Burlet
Hi Stéphane :) As the debug output shows it, the pom.package properties is set. I checked it twice by looking into my project.xml and it is well defined... Regards, Fred. On Tue, 2005-03-15 at 13:50 +0100, Stéphane Nicoll wrote: > Hey Fred ;-) > > Have you checked that your POM contains a pa

RE: Generation of javadoc with multiple src directories

2005-03-15 Thread =?iso-8859-1?Q?St=E9phane_Nicoll?=
Hey Fred ;-) Have you checked that your POM contains a package entry? This is used by the javadoc engine to filter which source files need to be handled com.kiala.kserver should do it. Cheers, Stéphane -Original Message- From: Frédéric Burlet [mailto:[EMAIL PROTECTED] Sent: Tuesday, M

Generation of javadoc with multiple src directories

2005-03-15 Thread =?ISO-8859-1?Q?Fr=E9d=E9ric?= Burlet
Hi, I'm trying to generate javadoc for a project that has multiple directories. First I seen that this is only possible with the maven-javadoc-plugin 1.7 since there is a bug in 1.6.1. [1] [1] http://jira.codehaus.org/browse/MPJAVADOC-41 I checked the FAQ about how to handle project with multi

Re: New Maven Site is Live

2005-03-15 Thread Vincent Siveton
Hi there, About the new build of Maven site: * Very well done Bert! I liked the navigation, very easy on the eyes. * the xdoc plugin doesn't handle correctly svn (http://maven.apache.org/cvs-usage.html) We need to add the SVN XDOC template (Arnaud, what do you think about that?) Keep up the great

RE: New Maven Site is Live

2005-03-15 Thread GONNOT boris
Great Job! The link found in "Adapting an Existing Project to Use Maven" does not work: http://maven.apache.org/start/adapting.html > -Original Message- > From: Brett Porter [mailto:[EMAIL PROTECTED] > Sent: Tuesday, March 15, 2005 7:23 AM > To: Maven Users List > Subject: New Maven Sit

Re: New Maven Site is Live

2005-03-15 Thread Gisbert Amm
Great! Thank you! Gisbert -Original Message- From: Brett Porter [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 15, 2005 7:23 AM To: Maven Users List Subject: New Maven Site is Live The new Maven web site has now gone live at http://maven.apache.org/. After pointing everyone at the staging

RE: New Maven Site is Live

2005-03-15 Thread Eric Pugh
Much better! Good docs help make great projects! -Original Message- From: Brett Porter [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 15, 2005 7:23 AM To: Maven Users List Subject: New Maven Site is Live The new Maven web site has now gone live at http://maven.apache.org/. After point

linking from one xdoc to another

2005-03-15 Thread Martin Heitz
Hi, do you know of a nice way to refer from xdoc to another? Background: Of course I can use some HTML anchor like ... But if generating a PDF document the link still points to "other.html" and cannot be found :-( Best regards from sunny Black Forrest (Spring has arrived :-), Mattin P.S.: Th

RE: Deploying a custom artifact to the remote repository

2005-03-15 Thread =?iso-8859-1?Q?J=F6rg_Schaible?=
> -Original Message- > From: dan tran [mailto:[EMAIL PROTECTED] > Sent: Tuesday, March 15, 2005 10:54 AM > To: Maven Users List > Subject: Re: Deploying a custom artifact to the remote repository > > > Take a lookat maven-jar-plugin's plugin.jelly, it shows you > how to use > > maven-

Re: Deploying a custom artifact to the remote repository

2005-03-15 Thread dan tran
Take a lookat maven-jar-plugin's plugin.jelly, it shows you how to use maven-artifact-plugin tag to deploy any file type you'd like. -D On Tue, 15 Mar 2005 09:08:37 +0100, Deblauwe, Wim <[EMAIL PROTECTED]> wrote: > Hi, > > I can deploy a jar file to the remote repository fine using > jar:depl

Re: New Maven Site is Live

2005-03-15 Thread Martijn Dashorst
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 documentation easier to find, and more complete. Thanks Brett, I was anxious for the stag

Re: New Maven Site is Live

2005-03-15 Thread Arnaud HERITIER
Great work ! Thanks a lot Brett Arnaud On Tue, 15 Mar 2005 18:23:22 +1100, Brett Porter <[EMAIL PROTECTED]> 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 h

RE: New Maven Site is Live

2005-03-15 Thread Daniel Or
I like it. The new site is clearer, friendlier and more self promotive. I'd even recommend to emphasize the 'Powered by Maven' page since I'm often asked for it by people whom are introduced to Maven (Managers, for example, don't look for much technical details. However they are very interested by

Re: New Maven Site is Live

2005-03-15 Thread Emmanuel Venisse
Excellent. Thanks for your work. Emmanuel Brett Porter said: > 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 documentation easier to > find, and more

Re: New Maven Site is Live

2005-03-15 Thread Milos Kleint
Cool.. Niavigation seems much easier now. minor bug. the navigation item "plugin sandbox" points to nonexisting page. http://maven.apache.org/plugins-sandbox/index.html Milos Brett Porter wrote: The new Maven web site has now gone live at http://maven.apache.org/. After pointing everyone at the sta

Deploying a custom artifact to the remote repository

2005-03-15 Thread Deblauwe, Wim
Hi, I can deploy a jar file to the remote repository fine using jar:deploy-snapshot. But we also have c modules that output a dll or an exe. How can I deploy those to the remote repository? I have no problem writing some custom ant to do this: But this has "dlls" fix

Re: New Maven Site is Live

2005-03-15 Thread xudong
cool. Thanks for your work. 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 documentation easier to find, and more complete. There is still

Re: New Maven Site is Live

2005-03-15 Thread Brett Porter
the bad link on the reference index has been fixed. Thanks. On Tue, 15 Mar 2005 08:45:17 +0100, Deblauwe, Wim <[EMAIL PROTECTED]> wrote: > Very nicely done. I see a whole lot of information that I was previously > missing. > > Small problem: http://maven.apache.org/reference/properties-reference