Re: naming of jar files

2004-09-25 Thread Brett Porter
search the archives. It's been discussed here more than once recently (just don't use eyebrowse - it only goes up to 2003 for searches - try marc.theaimsgroup.com) the basic answer: 1. you don't really want that 2. use maven.final.name for the situations where it will work - Brett On Sat, 25 Sep

Re: SNAPHOTs

2004-09-25 Thread Brett Porter
I don't see how you can automate the flipping in the release, other than to flip to a timestamped snapshot, but I don't recommend that. You are probably better to write a plugin to flip them all to snapshots, which should be something that cruisecontrol can do. The trick is that you will need to m

Re: JAVA_HOME not defined correctly? But it is!

2004-09-25 Thread Michael Holtermann
Hi Brett! Brett Porter wrote: > need an export JAVA_HOME perhaps? Exactly. Thanks! Michael. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: UmlGraph with javadoc (javadoc: invalid flag: -use)

2004-09-25 Thread Mark Lowe
No eclipse issues here, deleting the old one did the job.. Thanks. On 25 Sep 2004, at 19:50, Filip Polsakiewicz wrote: Hi, I took http://cvs.apache.org/repository/maven/plugins/maven-javadoc-plugin- SNAPSHOT .jar worked for me. The only thing ist: it didn't work in Eclipse. Running maven in com

RE: UmlGraph with javadoc (javadoc: invalid flag: -use)

2004-09-25 Thread Filip Polsakiewicz
Hi, I took http://cvs.apache.org/repository/maven/plugins/maven-javadoc-plugin-SNAPSHOT .jar worked for me. The only thing ist: it didn't work in Eclipse. Running maven in command line worked fine though. Remember to delete the existing plugin file. HTH Filip > -Original Message- > Fro

SNAPHOTs

2004-09-25 Thread STRAYER, JON (SBCSI)
Before each release I resolve each snapshot dependency to a specific release. After the release I change them back to SNAPSHOT (so CruiseControl is going integration builds). That's a lot of back and forth editing. Is there a simpler way? I guess a could write a plugin to change all the depende

[SOLVED]Re: JAVA_HOME not defined correctly? But it is!

2004-09-25 Thread Michael Holtermann
Brett Porter wrote: > looks like it should work. Now it works correctly. As I said a few minutes ago I've set JAVA_HOME in /etc/bash.bashrc. But without export... Now it ist export JAVA_HOME=/usr/lib/j2sdk1.5-sun export MAVEN_HOME... Thanks! Greetings, Michael. -

Re: JAVA_HOME not defined correctly? But it is!

2004-09-25 Thread Brett Porter
need an export JAVA_HOME perhaps? On Sat, 25 Sep 2004 00:13:21 +0200, Michael Holtermann <[EMAIL PROTECTED]> wrote: > Hi Brett! > > Brett Porter wrote: > > looks like it should work. > > Here is the segment of the script: > >... > > Can you run that on its own and check if it also fails? > > If

Re: UmlGraph with javadoc (javadoc: invalid flag: -use)

2004-09-25 Thread Mark Lowe
I saw this thread and thought I'd have a go (if it makes a difference OSX). I'm testing with the snapshot but to no avail.. Which is the version you want testing? Mark On 25 Sep 2004, at 00:28, Arnaud HERITIER wrote: You had the chance that I worked on it ;-) Arnaud -Message d'origine

[ANN] Maven LinkCheck Plug-in 1.3.3 released

2004-09-25 Thread Carlos Sanchez
The maven team is pleased to announce the Maven LinkCheck Plug-in 1.3.3 release! http://maven.apache.org/reference/plugins/linkcheck/ Check xdoc links. Requires Maven 1.0 RC2. Changes in this version include: New Features: o Added maven.linkcheck.excludeproperty Fixed bugs: o Some pe

naming of jar files

2004-09-25 Thread Ashutosh Kumar
How can I make my jar file without any version name? if I do not give version it makes name with a dash(-) like core- . I have to name it as core-1.1.jar. Where as I want it to be core.jar. Regds Ashutosh