RE: [maven2] Anything Groovy in Maven2?

2004-05-03 Thread Vincent Massol
> -Original Message- > From: Jason van Zyl [mailto:[EMAIL PROTECTED] > Sent: 03 May 2004 23:20 > To: Maven Users List > Subject: RE: [maven2] Anything Groovy in Maven2? > > On Mon, 2004-05-03 at 15:03, Vincent Massol wrote: > > > funnily, I'm running the JUnit task in embedded mode for

Re: [ANN] Mevenide move

2004-05-03 Thread Gilles Dodinet
Chad Woolley wrote: The Mevenide team is proud to announce its move to The Codehaus. Website is now hosted at http://mevenide.codehaus.org/. Did you typo the project name this time too??? :) hehe good one ;) you know how history bites us ;) -- gd --

RE: JUnit and getResourceAsStream

2004-05-03 Thread David Garnier
> > The second possibility is configuration. I also had some problems > locating files in Junit tests because of forking issues. If the above > does not help, try creating a 'project.properties' file next to your > 'project.xml' file and include this: > > # Forked JUnit because of some pro

RE: Compile from CVS => you must use MAVEN-1_0-BRANCH

2004-05-03 Thread Brett Porter
I'll merge the MAVEN-1_0-BRANCH to HEAD and test as soon as I get a chance. > -Original Message- > From: Arnaud Heritier [mailto:[EMAIL PROTECTED] > Sent: Tuesday, 4 May 2004 7:26 AM > To: 'Maven Users List' > Subject: RE: Compile from CVS => you must use MAVEN-1_0-BRANCH > > > Same err

RE: Compile from CVS => you must use MAVEN-1_0-BRANCH

2004-05-03 Thread Arnaud Heritier
Same error for me. Arnaud > -Message d'origine- > De : Vincent Massol [mailto:[EMAIL PROTECTED] > Envoyé : lundi 3 mai 2004 23:10 > À : 'Maven Users List' > Objet : RE: Compile from CVS => you must use MAVEN-1_0-BRANCH > > Ok. I've committed the change. However, maven HEAD does not build

RE: plugins / root classloader

2004-05-03 Thread Brett Porter
Right, that's a good workaround. Add to "maven", component "plugin manager". I'll see if there is an alternative. Thanks, Brett > -Original Message- > From: Nathan Coast [mailto:[EMAIL PROTECTED] > Sent: Tuesday, 4 May 2004 1:46 PM > To: Maven Users List > Subject: RE: plugins / root cl

RE: plugins / root classloader

2004-05-03 Thread Nathan Coast
sure, which project in jira? core? plugin manager? fyi, my workaround is to bundle the plugin classes in a jar and refer to them as a dependency for the plugin with root classloader. cheers Nathan --- Brett Porter <[EMAIL PROTECTED]> wrote: > There are other ways to do this 99% of the time. >

Re: Compile from CVS

2004-05-03 Thread Chad Brandon
Well said :) - Original Message - From: "Vincent Massol" <[EMAIL PROTECTED]> To: "'Maven Users List'" <[EMAIL PROTECTED]> Sent: Monday, May 03, 2004 3:28 PM Subject: RE: Compile from CVS Building from HEAD or branch HEAD is reserved to power-users/developers. I'd suggest you use the lat

RE: Compile from CVS => you must use MAVEN-1_0-BRANCH

2004-05-03 Thread Vincent Massol
Arnaud, There are 2 CVS modules: - one for maven/ - one for maven-plugins/ For maven/ there are 2 branches: 1.0 one and HEAD For maven-plugins/ there is only HEAD All my changes of this week end were done in the maven-plugins/ and thus on HEAD for that module. That's unless you're talking abou

RE: Compile from CVS => you must use MAVEN-1_0-BRANCH

2004-05-03 Thread Vincent Massol
> -Original Message- > From: Vincent Massol [mailto:[EMAIL PROTECTED] > Sent: 03 May 2004 22:44 > To: 'Maven Users List'; [EMAIL PROTECTED] > Subject: RE: Compile from CVS => you must use MAVEN-1_0-BRANCH > > Arnaud, > > There are 2 CVS modules: > - one for maven/ > - one for maven-plug

RE: [maven2] Anything Groovy in Maven2?

2004-05-03 Thread Vincent Massol
> -Original Message- > From: Jason van Zyl [mailto:[EMAIL PROTECTED] > Sent: 03 May 2004 17:11 > To: Maven Users List > Subject: RE: [maven2] Anything Groovy in Maven2? > > On Mon, 2004-05-03 at 10:00, Vincent Massol wrote: > > > True. But that's my point: there's no voodoo if you reuse

RE: Compile from CVS

2004-05-03 Thread Jarrell, Maury
I deserve that. I was venting some frustration is a not-so-helpful way. The truth is that I'd love to participate if I can ever get Maven to successfully do a "site:generate". Unfortunately, I was told rc2 won't work because it there are some bugs with some goals that site:generate depends on. I'

Re: Signing jars before deployment

2004-05-03 Thread Kees Jongenburger
On Monday 03 May 2004 20:55, [EMAIL PROTECTED] wrote: > I just wrote a goal based on the code for jar:deploy. I copied the > contents of the goal and then inserted a right before deploying. > If anyone is interested here is the code: Hi I don;t know what you are trying but have you looked at th

RE: Compile from CVS => you must use MAVEN-1_0-BRANCH

2004-05-03 Thread Vincent Massol
Ok. I've committed the change. However, maven HEAD does not build for me too. I get the following error: [...] [echo] | BUILDING MAVEN WITH ITSELF... [echo] | [echo] [exec] __ __ [exec] | \/ |__ _Apache__ ___ [exec] | |\/| / _` \ V / -_) ' \ ~ intelligent project

native plugin

2004-05-03 Thread Rob Dingwell
Does anyone know where to download the latest version of the native plugin, or a repository in whcih it may reside, its not on ibiblio as far as I can tell. If it were just for myself I would grab it from cvs and use that but I have a pretty decent sized team which is continually growing and d

RE: Compile from CVS

2004-05-03 Thread Vincent Massol
Ok, here's some help for you... :-) Follow these steps: 1/ remove your .maven/plugins directory 2/ grab http://cvs.apache.org/~vmassol/maven-rc3-20040503.zip and unzip it 3/ ensure your MAVEN_HOME variable points to the place you've unzipped it 4/ ensure MAVEN_HOME/bin is in your c

RE: [maven2] Anything Groovy in Maven2?

2004-05-03 Thread Jason van Zyl
On Mon, 2004-05-03 at 15:03, Vincent Massol wrote: > funnily, I'm running the JUnit task in embedded mode for the abbot > plugin I've checked in a few days ago and believe it or not... it > works :-) > > Here's the url: http://tinyurl.com/2uy9b (look at the > executeAntJunitTestRunner method

RE: Compile from CVS

2004-05-03 Thread Jarrell, Maury
ilto:[EMAIL PROTECTED] > Sent: Monday, May 03, 2004 4:21 PM > To: 'Maven Users List' > Subject: RE: Compile from CVS > > Ok, here's some help for you... :-) > > Follow these steps: > > 1/ remove your .maven/plugins directory > 2/ grab http://cvs.apach

Re: Compile from CVS => you must use MAVEN-1_0-BRANCH

2004-05-03 Thread Miguel Griffa
I'm sorry, I feel really stupid here I've done this in a brand new directory cvs -d :pserver:[EMAIL PROTECTED]:/home/cvspublic/ co -r MAVEN-1_0-BRANCH maven cvs -d :pserver:[EMAIL PROTECTED]:/home/cvspublic/ co maven-plugins (1.0 branch doesn't seem to be on maven-plugins ) cd maven rm -rf /usr

Re: [maven2] Anything Groovy in Maven2?

2004-05-03 Thread dion_gillard
Jason van Zyl <[EMAIL PROTECTED]> wrote on 03/05/2004 11:27:06 PM: > On Mon, 2004-05-03 at 09:00, Incze Lajos wrote: > > > That's why I would consider groovy, as it has an ant builder (almost the > > same way as jelly has) Will Groovy end up as an unmaintained project like Jelly has? -- dIon Gi

RE: [maven2] Anything Groovy in Maven2?

2004-05-03 Thread dion_gillard
Maczka Michal <[EMAIL PROTECTED]> wrote on 03/05/2004 11:31:21 PM: > I don't think it will be that bad. Now clean, jar, compile plugin and it's > goal can be easly reused in other plugins > (e.g you don't have to write the same code for test plugin). The same can be said for the jelly code. > M

Re: [maven2] Anything Groovy in Maven2?

2004-05-03 Thread Jason van Zyl
On Mon, 2004-05-03 at 17:39, [EMAIL PROTECTED] wrote: > Jason van Zyl <[EMAIL PROTECTED]> wrote on 03/05/2004 11:27:06 PM: > Will Groovy end up as an unmaintained project like Jelly has? Unlikely now that it has been accepted as a JSR. But if we're going to pick an Ant bridge to maintain the one

Re: Compile from CVS

2004-05-03 Thread Miguel Griffa
Trying to be a good citizen http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-1257 Thank you all Vincent Massol wrote: Hi Miguel, Can you try cleaning your maven cache? There might be some leftovers from some previous install there (just remove your .maven/plugins directory). The 1.0 br

Re: [ANN] Mevenide move

2004-05-03 Thread Chad Woolley
The Mevenide team is proud to announce its move to The Codehaus. Website is now hosted at http://mevenide.codehaus.org/. Did you typo the project name this time too??? :) - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

RE: Compile from CVS

2004-05-03 Thread Vincent Massol
May 03, 2004 4:21 PM > > To: 'Maven Users List' > > Subject: RE: Compile from CVS > > > > Ok, here's some help for you... :-) > > > > Follow these steps: > > > > 1/ remove your .maven/plugins directory > > 2/ grab http://cvs.apache

RE: Compile from CVS

2004-05-03 Thread Arnaud Heritier
Thanks to you. #Arnaud > -Message d'origine- > De : Miguel Griffa [mailto:[EMAIL PROTECTED] > Envoyé : mardi 4 mai 2004 00:22 > À : Maven Users List > Objet : Re: Compile from CVS > > Trying to be a good citizen > > http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-1257 > > Than

RE: Compile from CVS

2004-05-03 Thread Brett Porter
I'm curious about these RC2 site:generate problems? > I deserve that. I was venting some frustration is a > not-so-helpful way. The truth is that I'd love to participate > if I can ever get Maven to successfully do a "site:generate". > Unfortunately, I was told rc2 won't work because it there

RE: POSSIBLE BUG: Can't run a SPECIFIC ant tag inside maven

2004-05-03 Thread Brett Porter
What version of Ant has this tag? We only use 1.5.3-1. - Brett > -Original Message- > From: Cassio [mailto:[EMAIL PROTECTED] > Sent: Tuesday, 4 May 2004 3:50 AM > To: [EMAIL PROTECTED] > Subject: POSSIBLE BUG: Can't run a SPECIFIC ant tag inside maven > > > Hi all, > > Maven can't run

RE: java.lang.OutOfMemoryError during site:deploy, tar

2004-05-03 Thread Brett Porter
Interesting - how big is the final created tar? I have generated some huge sites without problems. Some more information on OS, etc. would be helpful. Thanks, - Brett > -Original Message- > From: Kalaveshi, Adrian [mailto:[EMAIL PROTECTED] > Sent: Tuesday, 4 May 2004 3:04 AM > To: '

Re: RE: POSSIBLE BUG: Can't run a SPECIFIC ant tag inside maven

2004-05-03 Thread Cassio
"replacetoken" is a subtag of "replace" ant task. The tag replacetoken exists in ant 1.5.3... I've tested with this ant version in my build.xml and works: 123 12345 but with maven 1.0-rc2 (maven.xml), with the same code:

plugins / root classloader

2004-05-03 Thread Nathan Coast
Hi, I have a plugin that used to work with rc1 but now fails with a no class def error with rc2. The plugin has classes that extend junit classes. The plugin has a dependency like this: junit junit 3.8.1 root jar without the classload

RE: plugins / root classloader

2004-05-03 Thread Brett Porter
There are other ways to do this 99% of the time. Can you bundle up the whole plugin source and post it to JIRA? I'd like to fix this before RC3. - Brett > -Original Message- > From: Nathan Coast [mailto:[EMAIL PROTECTED] > Sent: Tuesday, 4 May 2004 11:19 AM > To: [EMAIL PROTECTED] > Sub

RE: Compile from CVS

2004-05-03 Thread Vincent Massol
Building from HEAD or branch HEAD is reserved to power-users/developers. I'd suggest you use the latest released version (rc2). Otherwise, stop whining and start participating :-) Thanks -Vincent > -Original Message- > From: Jarrell, Maury [mailto:[EMAIL PROTECTED] > Sent: 03 May 2004 20:

RE: Compile from CVS

2004-05-03 Thread Vincent Massol
Hi Miguel, Can you try cleaning your maven cache? There might be some leftovers from some previous install there (just remove your .maven/plugins directory). The 1.0 branch is building fine here on my machine and I believe it's also working on Arnaud's machine. Thanks -Vincent > -Original M

RE: Compile from CVS => you must use MAVEN-1_0-BRANCH

2004-05-03 Thread Arnaud Heritier
Miguel : Did you try to delete your plugins cache directory before the build? Maury and others : Do not use the HEAD branch. I verified and the last modifications aren't applied to the HEAD branch. Sorry for this. It should be clarified. #Arnaud. > -Message d'origine- > De : Miguel Gri

RE: Maven and JWSDP-1.3 !!!

2004-05-03 Thread Shields, John (HQP)
Eric, I don't think this is exactly the answer to your question, but maybe it could be useful. Below are some snippets from our maven.xml files for the server and client pieces of a JWSDP JAX-RPC based application. We put all of the JWSDP JAR files in our local Maven repository and then reference

RE: Signing jars before deployment

2004-05-03 Thread Yoway . Buorn
I just wrote a goal based on the code for jar:deploy. I copied the contents of the goal and then inserted a right before deploying. If anyone is interested here is the code: ${maven.build.dir}/${maven.jar.to.deploy}

RE: Compile from CVS

2004-05-03 Thread Jarrell, Maury
Amen. I think I was lulled into believing it's a more mature project than it is by all the "Built With Maven" graphics on so many Jakarta projects. > -Original Message- > From: Miguel Griffa [mailto:[EMAIL PROTECTED] > Sent: Monday, May 03, 2004 1:54 PM > To: Maven Users List > Subject: R

Re: Compile from CVS

2004-05-03 Thread Miguel Griffa
Hi I'm getting the same problem there, I just run cvs up -r MAVEN-1_0-BRANCH -d -C on maven and maven-plugins checkouts... I's so happy with maven that I want to start building and contributing (if I can) but debugging the bootstrap seems a bit difficult fo rthe first task.. [exec] __ __

RE: Compile from CVS

2004-05-03 Thread Arnaud Heritier
> -Message d'origine- > De : Miguel Griffa [mailto:[EMAIL PROTECTED] > Envoyé : lundi 3 mai 2004 20:01 > À : Maven Users List > Objet : Re: Compile from CVS > > Hi I checked out the HEAD > But I'm used to compile without problems HEADs (from open source > projects...) > I posted all info

Signing jars before deployment

2004-05-03 Thread Yoway . Buorn
Does anyone know of a good way to sign jars before deploying them? I've tried writing the following goal: Unfortunately, after the jar is signed the deploy goal causes the jar to be built again, without being signed. I couldn'

POSSIBLE BUG: Can't run a SPECIFIC ant tag inside maven

2004-05-03 Thread Cassio
Hi all, Maven can't run replacetoken tag... Maven, Jelly or Werkz seams to delete the content inside replacetoken tag before ant is executed by maven... 123 12345 With this example String "123" is deleted and ant (executed by maven) can't run because "The token attribute must not be an emp

Re: Compile from CVS

2004-05-03 Thread Miguel Griffa
Hi I checked out the HEAD But I'm used to compile without problems HEADs (from open source projects...) I posted all info at jira here (included the ouput of ant -d ) http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-1253 Shouldn't the head version compile? Arnaud Heritier wrote: Hello

RE: Compile from CVS

2004-05-03 Thread Arnaud Heritier
This problem was created and corrected yesterday. Did you update maven plugins with the option to create new directories?? Did you checkout/update the maven 1.0 branch? #Arnaud > -Message d'origine- > De : Gene Hovey [mailto:[EMAIL PROTECTED] > Envoyé : lundi 3 mai 2004 19:06 > À : Maven

RE: Compile from CVS

2004-05-03 Thread Arnaud Heritier
Hello Miguel! Nothing special is required. But I think that ANT 1.5.4 is recommended. Can you give us more info about the failure?? Error, Exception, ... Did you checkout the 1.0 Branch or the HEAD one?? #Arnaud. > -Message d'origine- > De : Miguel Griffa [mailto:[EMAIL PROTECTED] >

Re: Compile from CVS

2004-05-03 Thread Gene Hovey
Latest from CVS does not compile for me either. Same point of failure - building maven wth itself My traceback suggests plugin-parent-1.0/plugin.jelly has gone missing. Miguel Griffa wrote: Can anyne compile maven from CVS? I assume the answer is yes... But I cenrtainly cannot and I've tri

java.lang.OutOfMemoryError during site:deploy, tar

2004-05-03 Thread Kalaveshi, Adrian
Greetings -- I'm getting a 'java.lang.OutOfMemoryError' as follows: BUILD FAILED File.. file:/home/build/.maven/plugins/maven-site-plugin-1.5/plugin.jelly Element... tar Line.. 132 Column 91 java.lang.OutOfMemoryError Total time: 25 minutes 3 seconds The maximum Java heap size is set

Re: [java] [ANN] Mevenide move

2004-05-03 Thread Gilles Dodinet
Andreas Guther wrote: The following page contains a dead link to a page that should contain eclipse update manager information: http://mevenide.codehaus.org/download.html thanks for reporting. website will be updated in the coming week(s) to reflect cvs head state. ill take care of that prob i

maven night-build integration

2004-05-03 Thread Eric Giguere
Hi all Just wondering... Is there such a thing as a night-built plugin for maven or any other code base that is ready to be used? I mean by that some scheduled mechanism that could execute a maven build but that will also trap all outputs and make a nice HTML report out of this? thx Eric. -

Réf. : Generate javadoc of multiple projects

2004-05-03 Thread Nicolas . CHALUMEAU
Define the repports you want to include in each sub project and : maven multiproject:site Look at the multiproject plugin for more info Nicolas, Jörg Hohwiller <[EMAIL PROTECTED]> 03/05/2004 17:53 Veuillez répondre à "Maven Users List" Pour : Maven Users List <[EMAIL PROTECTED]>

Generate javadoc of multiple projects

2004-05-03 Thread Jörg Hohwiller
Hi there, my project consists of multiple components. For each component I can run maven site:genreate and get a nice site with reports such as javadoc. For the project itself I also use maven to generate the site. Now my question is if there is an easy way to generate a javadoc (and xref) for t

Compile from CVS

2004-05-03 Thread Miguel Griffa
Can anyne compile maven from CVS? I assume the answer is yes... But I cenrtainly cannot and I've tried a lot... what special enviroment is required? I try at home and at work (jdk 1.4.2 03) ant 1.61 and 1.60, debian unstable but I get always a failure when 'trying to build maven with itself' anyon

RE: [maven2] Anything Groovy in Maven2?

2004-05-03 Thread Jason van Zyl
On Mon, 2004-05-03 at 10:00, Vincent Massol wrote: > True. But that's my point: there's no voodoo if you reuse Ant tasks only > (without reusing the Ant engine). Try the JUnit task or the style task and see if that holds true. It doesn't and I know because I've tried. The surefire plugin I've ch

RE: [maven2] Anything Groovy in Maven2?

2004-05-03 Thread Vincent Massol
> -Original Message- > From: Jason van Zyl [mailto:[EMAIL PROTECTED] > Sent: 03 May 2004 15:23 > To: Maven Users List > Subject: Re: [maven2] Anything Groovy in Maven2? > > On Mon, 2004-05-03 at 07:36, [EMAIL PROTECTED] wrote: > > > If someone gave me the choice between 1 line of Ant an

RE: [maven2] Anything Groovy in Maven2?

2004-05-03 Thread Maczka Michal
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > Sent: Monday, May 03, 2004 1:36 PM > To: Maven Users List > Subject: Re: [maven2] Anything Groovy in Maven2? > > > Trygve Laugstøl <[EMAIL PROTECTED]> wrote on 03/05/2004 > 08:43:15 PM: > [snip] > > > I rell

Re: [maven2] Anything Groovy in Maven2?

2004-05-03 Thread Jason van Zyl
On Mon, 2004-05-03 at 09:00, Incze Lajos wrote: > That's why I would consider groovy, as it has an ant builder (almost the > same way as jelly has) Not quite but that is exactly piece I'm extract with some advice from Strachan. Once free from groovy dependencies it can be used in groovy obviously

artifact:install and custom jars/EAR tag

2004-05-03 Thread Darren Hartford
Hey all, I'm trying to setup WSR's as part of my process, and in trying to remain true to maven NOT use the ant-copy task. So, I have this: The .wsr is a JAR file with a different extension. As found when using the EAR task, I can not have an EJB/JAR/WSR with the same artifactId even if t

Re: [maven2] Anything Groovy in Maven2?

2004-05-03 Thread Jason van Zyl
On Mon, 2004-05-03 at 07:36, [EMAIL PROTECTED] wrote: > If someone gave me the choice between 1 line of Ant and 164 lines of > custom Java code with throws Exception throughout and a whole load of > empty catch blocks I know which I'd choose. For anyone who wants to try to embed Ant that's your

Re: [maven2] Anything Groovy in Maven2?

2004-05-03 Thread Incze Lajos
> > Yep, and that's what Ant is trying to remedy (IMO). Thus it makes sense > > to me to reuse Ant task from our java plugin. > > > > Yes, I know, I'm repeating myself... ;-) > > > > I've had Jason's opinion on this idea of reusing Ant tasks from our java > > plugin but not other's. What do you t

RE: How to set suppressions for checkstyle plugin

2004-05-03 Thread Vincent Massol
> -Original Message- > From: Michael Mattox [mailto:[EMAIL PROTECTED] > Sent: 03 May 2004 13:32 > To: Vincent Massol; 'Maven Users List' > Subject: RE: How to set suppressions for checkstyle plugin > > I looked into this.. I found the xml file in checkstyle plugin directory > in > .plugi

Re: [maven2] Anything Groovy in Maven2?

2004-05-03 Thread dion_gillard
Trygve Laugstøl <[EMAIL PROTECTED]> wrote on 03/05/2004 08:43:15 PM: [snip] > I relly don't thinkt this is so bad. Most of the plugins are much more than > one liners and as you can see the overhead for each file here is 4 lines. 4 lines, and it's not as functional. The Maven2 clean plugin is

RE: How to set suppressions for checkstyle plugin

2004-05-03 Thread dion_gillard
See http://maven.apache.org/reference/plugins/checkstyle/properties.html On that page, check out the entry for maven.checkstyle.properties. Copy one of the ones found in the plugin and then set that property in your project.properties, e.g. maven.checkstyle.properties=${basedir}/mycheckstyle.xm

RE: [maven2] Anything Groovy in Maven2?

2004-05-03 Thread dion_gillard
"Vincent Massol" <[EMAIL PROTECTED]> wrote on 03/05/2004 09:12:42 PM: > > > > -Original Message- > > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > > Sent: 03 May 2004 06:06 > > To: Maven Users List > > Subject: Re: [maven2] Anything Groovy in Maven2? > > > > [snip] > > > > And

Re: [java] [ANN] Mevenide move

2004-05-03 Thread Andreas Guther
The following page contains a dead link to a page that should contain eclipse update manager information: http://mevenide.codehaus.org/download.html Not Found The requested URL /mevenide-ui-eclipse/updates/index.html was not found on this server. Andreas Gilles Dodinet wrote: The Mevenide te

AW: Mysterious "no goal" [xdoc]

2004-05-03 Thread Christian Nill
How could it be so simple... I had not deleted the whole cache, just the portions I thought to be relevant... Cleaning the whole cache somehow solved the problem (for now). Thanks, Christian -Ursprüngliche Nachricht- Von: Maczka Michal [mailto:[EMAIL PROTECTED] Gesendet: Montag, 3. Mai 20

RE: How to set suppressions for checkstyle plugin

2004-05-03 Thread Michael Mattox
I looked into this.. I found the xml file in checkstyle plugin directory in .plugins. since this is created automatically, I am reluctant to modify this file. Upgrading to a newer version of checkstyle plugin could overwrite it. Or upgrading maven, I often delete my .plugins file. Now if I can

RE: Mysterious "no goal" [xdoc]

2004-05-03 Thread Maczka Michal
Have you tried to clean your plugin cache? Michal > -Original Message- > From: Christian Nill [mailto:[EMAIL PROTECTED] > Sent: Monday, May 03, 2004 12:32 PM > To: Maven Users List > Subject: Mysterious "no goal" [xdoc] > > > Hello, > > I have a mysterious problem where maven doesn't "

AW: Mysterious "no goal" [xdoc]

2004-05-03 Thread Christian Nill
>> I have a mysterious problem where maven doesn't "want" to use its xdoc-Plugin (v >> 1.6 on >> rc2). On one day invoking the site:deploy goal caused no problems while on the other day >> the build fails like this: >> >> BUILD FAILED >> File.. file:/opt/tomcat/.maven/plugins/maven-site-plugin

RE: [maven2] Anything Groovy in Maven2?

2004-05-03 Thread Vincent Massol
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: 03 May 2004 06:06 > To: Maven Users List > Subject: Re: [maven2] Anything Groovy in Maven2? > [snip] > > And the java approach doesn't handle simple stuff like deleting non-empty > directories. > > The re

Re: Mysterious "no goal" [xdoc]

2004-05-03 Thread Roland Huss
Hi, "Christian Nill" <[EMAIL PROTECTED]> writes: > I have a mysterious problem where maven doesn't "want" to use its xdoc-Plugin (v 1.6 > on > rc2). On one day invoking the site:deploy goal caused no problems while on the other > day > the build fails like this: > > BUILD FAILED > File.. fi

RE: maven, junit & JAAS

2004-05-03 Thread Jörg Schaible
Arto Pastinen wrote on Monday, May 03, 2004 12:42 PM: > Ok, if someone interested, i must add: > maven.junit.jvmargs=-Djava.security.auth.login.config=test.conf > to project.properties, instead definind that in command line. You might also setup an system environment in the test case's setUp meth

Re: [maven2] Anything Groovy in Maven2?

2004-05-03 Thread Trygve Laugstøl
On Mon, 3 May 2004 14:06:27 +1000, <[EMAIL PROTECTED]> wrote: Jason van Zyl <[EMAIL PROTECTED]> wrote on 03/05/2004 01:03:57 PM: On Sun, 2004-05-02 at 21:10, [EMAIL PROTECTED] wrote: Given the vast amount of ant build scripts out there, there must be a few. Yes, but that's a result of there neve

Re: maven, junit & JAAS

2004-05-03 Thread Arto Pastinen
Ok, if someone interested, i must add: maven.junit.jvmargs=-Djava.security.auth.login.config=test.conf to project.properties, instead definind that in command line. On Mon, 2004-05-03 at 13:14, Arto Pastinen wrote: > Hi! > > Is someone made junit test case which try to login by using JAAS? > I tr

Mysterious "no goal" [xdoc]

2004-05-03 Thread Christian Nill
Hello, I have a mysterious problem where maven doesn't "want" to use its xdoc-Plugin (v 1.6 on rc2). On one day invoking the site:deploy goal caused no problems while on the other day the build fails like this: BUILD FAILED File.. file:/opt/tomcat/.maven/plugins/maven-site-plugin-1.5/plugin.

maven, junit and JAAS

2004-05-03 Thread Arto Pastinen
Hi! Is someone made junit test case which try to login by using JAAS? I try to call maven with following: maven -Djava.security.manager -Djava.security.auth.login.config=/home/artsi/workspace/server/test.conf test But i still got: Testcase: test(fi.canter.ams.JAASLoginTest):Caused an ERROR Un

RE: How to set suppressions for checkstyle plugin

2004-05-03 Thread Vincent Massol
Hi Michael, You have complete power over the checkstyle.xml file. So you can provide your own. I think that the suppressions/filter stuff are defined inside this file so you should be able to control them. Why don't you try it and tell us how it goes? If required, we can improve the plugin to supp

aopalliance

2004-05-03 Thread Nicolas De Loof
I opened MAVEN-1256 to upload aopalliance.jar on ibiblio (needed to use spring AOP) - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [maven2] Anything Groovy in Maven2?

2004-05-03 Thread dion_gillard
Jason van Zyl <[EMAIL PROTECTED]> wrote on 03/05/2004 01:03:57 PM: > On Sun, 2004-05-02 at 21:10, [EMAIL PROTECTED] wrote: > > > Given the vast amount of ant build scripts out there, there must be a few. > > Yes, but that's a result of there never being a choice. If someone had > made a build t

maven, junit & JAAS

2004-05-03 Thread Arto Pastinen
Hi! Is someone made junit test case which try to login by using JAAS? I try to call maven with following: maven -Djava.security.manager -Djava.security.auth.login.config=/home/artsi/workspace/server/test.conf test But i still got: Testcase: test(fi.canter.ams.JAASLoginTest):Caused an ERROR Un

Re: multiproject plugin

2004-05-03 Thread Geoffrey
Have you run multiproject:install so all jars/wars/ears have been made for the site goal to use to generate reports? If appEJB's pom extends app's pom, it might be because of not using ${basedir} as a prefix. For example: ...>/src/java<... What's the output? Maybe the javadocs report failed becau

How to set suppressions for checkstyle plugin

2004-05-03 Thread Michael Mattox
I'm using the checkstyle plugin and I'd like to suppress some of the things it checks. The docs for the plugin talk about a checkstyle properties but nothing about supressions. The checkstyle docs talk about a suppressions.xml but I'm not sure how to configure the maven plugin to use the suppress