Linking from javadocs to test cases

2005-02-24 Thread Michael Schuerig
ystem.getProperty(). What am I missing? Michael -- Michael Schuerig Face reality and stare it down mailto:[EMAIL PROTECTED]--Jethro Tull, Silver River Turning http://www.schuerig.de/michael/ - To un

Re: Defining a dependency on the JDK's tools.jar?

2005-02-23 Thread Michael Schuerig
an use this maven.xml > scriptlet (but then I'm not 100% sure if it's better than your > solution...): > > > > > > Vincent, thanks for your suggestions. I think for now I stick to my original, if inelegant, solution. Michael -- Mich

Re: Defining a dependency on the JDK's tools.jar?

2005-02-23 Thread Michael Schuerig
th with the maven eclipse plugin, which needs to add in tools.jar, too. Michael -- Michael Schuerig Not only does lightning not strike mailto:[EMAIL PROTECTED] twice, it usually doesn't strike once. http://www.schuerig.de/michael/ --Salman Rushdie, Fury --

Defining a dependency on the JDK's tools.jar?

2005-02-23 Thread Michael Schuerig
Here's what I cobbled together project.xml: jdk tools jar project.properties: maven.jar.override=on maven.jar.tools=${java.home}/../lib/tools.jar This isn't exactly elegant. So, is there a better, cleaner way? Michael -- Michae

Re: Coalescing sub-goals

2005-02-22 Thread Michael Schuerig
nks for the suggestions. Now I've got Which gives some improvement. Michael -- Michael Schuerig The usual excuse for our most unspeakable mailto:[EMAIL PROTECTED] public acts is that they are necessary. http://www.schuerig.de/michael/

Coalescing sub-goals

2005-02-22 Thread Michael Schuerig
once in a single run? Michael -- Michael Schuerig The more it stays the same, mailto:[EMAIL PROTECTED]The less it changes! http://www.schuerig.de/michael/ --Spinal Tap, The Majesty of

Variable substitution in xdocs?

2005-01-27 Thread Michael Schuerig
I would like to use variables, such as pom.currentVersion, in xdocs. Is this possible? I haven't found any docs that says it is and a very cursory look at the code suggests the same. Michael -- Michael Schuerig Failures to use one's frontal lobes mailto:[EMAIL

Re: How to deploy a plugin?

2005-01-26 Thread Michael Schuerig
On Wednesday 26 January 2005 14:23, Mark Donszelmann wrote: > I use: > > maven plugin:repository-deploy > > or > > maven plugin:repository-deploy-snapshot Thanks, they do what I need. Michael -- Michael SchuerigI was blessed with a birth and a death and ma

How to deploy a plugin?

2005-01-26 Thread Michael Schuerig
the Spring BeanDoc tool, see <http://opensource.atlassian.com/confluence/spring/display/BDOC/Home> -- Michael Schuerig Nothing is as brilliantly adaptive mailto:[EMAIL PROTECTED] as selective stupidity. http://www.schuerig.de/michael/--A.O. Rorty, Th

Re: Nested projects in Eclipse?

2005-01-25 Thread Michael Schuerig
On Tuesday 25 January 2005 09:23, Konstantin Priblouda wrote: > --- Michael Schuerig <[EMAIL PROTECTED]> wrote: > > I'd like to make some changes in a jakarta commons > > subproject and > > preferrably I'd do this in Eclipse. Now, apparently > > Eclipse

Nested projects in Eclipse?

2005-01-24 Thread Michael Schuerig
I'd like to make some changes in a jakarta commons subproject and preferrably I'd do this in Eclipse. Now, apparently Eclipse doesn't like nested projects, just what Maven necessitates. Is there a way to make both tools happy at the same time? Michael -- M

Re: maven.repo.remote is miraculously changed

2005-01-21 Thread Michael Schuerig
On Friday 21 January 2005 22:21, Erik Husby wrote: > Don't forget the possiblity of a project build.properties file and > your ~/build.properties file Sigh. Thanks. ~/build.properties was the culprit. Michael -- Michael Schuerig I am the sum total of the parts ma

maven.repo.remote is miraculously changed

2005-01-21 Thread Michael Schuerig
eczar. I'm stumped, I can't even find the URL http://www.ibiblio.org/maven/ in any of the maven- or project-related directories. Michael -- Michael Schuerig Nothing is as brilliantly adaptive mailto:[EMAIL PROTECTED] as selective stupidity. http://www.schuerig.de/mi

Re: war plugin: including Tomat context.xml in META-INF?

2005-01-21 Thread Michael Schuerig
> > put this file into (the recommended location) > > src > main >resources > META-INF > > and use section in your POM to declare this location. Ah, thanks, I was under the impression that META-INF got some special treatment. Some kind of ant hangover... Michae

war plugin: including Tomat context.xml in META-INF?

2005-01-21 Thread Michael Schuerig
Tomcat allows to define JNDI resources in the file META-INF/context.xml include in the web app's war. I don't see how to put a file there using the war plugin. Is it possible? Michael -- Michael Schuerig I am the sum total of the parts mailto:[EMAIL PROTECTED

Re: Beginner's woes

2005-01-19 Thread Michael Schuerig
On Sunday 16 January 2005 18:31, Michael Schuerig wrote: > - Finding out which components and versions are available; Maven Repo Search at http://maven.ozacc.com/ There's even an Eclipse plugin that accesses this service. Apparently there is no link on the Maven site to this service

Downloads page

2005-01-18 Thread Michael Schuerig
es: maven.xdoc.distributionUrl=http://www.schuerig.de/maven/msutils Michael -- Michael Schuerig There is no matrix, mailto:[EMAIL PROTECTED]only reality. http://www.schuerig.de/michael/ --Lawrence Fishburn -

Custom javadoc tags

2005-01-18 Thread Michael Schuerig
r the tag. Any ideas? Michael -- Michael Schuerig I am the sum total of the parts mailto:[EMAIL PROTECTED]I control directly. http://www.schuerig.de/michael/ --Daniel C. Dennett, Elbow Room - To unsubsc

Re: Automatically generating download links

2005-01-17 Thread Michael Schuerig
fiable by the name of the jar. Thanks for your suggestions. Michael -- Michael SchuerigThis is not a false alarm mailto:[EMAIL PROTECTED] This is not a test http://www.schuerig.de/michael/ --Rush, Red Tide -

Automatically generating download links

2005-01-17 Thread Michael Schuerig
der to the actual value. Is there a way to automate this task or achieve my goal in another way? Michael -- Michael SchuerigThis is not a false alarm mailto:[EMAIL PROTECTED] This is not a test http://www.schuerig.de/michael/ -

Distribution: package jar, src, (java)docs and nothing else?

2005-01-17 Thread Michael Schuerig
ou're invited to argue me out of it. Michael -- Michael Schuerig Failures to use one's frontal lobes mailto:[EMAIL PROTECTED]can result in the loss of them. http://www.schuerig.de/michael/ --Wi

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

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&#

Re: Beginner's woes

2005-01-16 Thread Michael Schuerig
/docs? Probably there are solutions for everything. It may be that I didn't look hard enough to find them. But somehow I think that they're pretty hard to find. Michael -- Michael SchuerigYou can twist perceptions mailto:[EMAIL PROTECTED]

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

Beginner's woes

2005-01-16 Thread Michael Schuerig
Is anyone working on a Maven book? I would highly appreciate such a thing. Michael -- Michael Schuerig The more it stays the same, mailto:[EMAIL PROTECTED]The less it changes! http://www.schuerig.de/michael/ --Spinal Tap, The Majes