Re: Aggregate site generation

2006-11-11 Thread Arnaud Bailly
franz see <[EMAIL PROTECTED]> writes: > Good day, > > Correct me if I'm wrong, but that only adds links to the sidebar. However, > the links still do not actually point to the modules (because the output > site of each module are in their own respective modules). Thus, you'd still > have to copy

Re: Setting up a new jre to maven

2006-11-11 Thread jiangshachina
Hello, > > 1.5 > 1.5 > If that's true, I'm confused by the settings. Why Maven(or javac) can compile sources to 1.5-compatible classes at 1.4.2JRE(or 1.4.2 javac)? In order to fulfil the requirement, I think must install JDK1.5 firstly. Then use the real jre1.5.0 and configuration quoted

Re: Source code examples for Better Builds with Maven?

2006-11-11 Thread jiangshachina
Hi Ed, I tried the download site just now http://www.mergere.com/m2book_code.jsp but all is OK. You can try again. Good luck! a cup of Java, cheers! Sha Jiang Ed Young wrote: > > The links have been down all week, but I didn't email or call them > until Friday. Oh, well. > > Anyone have them

Re: Source code examples for Better Builds with Maven?

2006-11-11 Thread Ed Young
The links have been down all week, but I didn't email or call them until Friday. Oh, well. Anyone have them somewhere I can get them? I have a little time this weekend to work through the examples. Thanks, Ed On 11/11/06, Vincent Massol <[EMAIL PROTECTED]> wrote: Hi Ed, > -Original Messa

Re: Aggregate site generation

2006-11-11 Thread franz see
Good day, Correct me if I'm wrong, but that only adds links to the sidebar. However, the links still do not actually point to the modules (because the output site of each module are in their own respective modules). Thus, you'd still have to copy your modules' sites to your main output dir. Che

RE: Example POM for WebLogic servicegen needed

2006-11-11 Thread Jeff Bailey
That would be great to have servicegen available in the plugin! BTW, I'm using the 2.8 version since I'm stuck on WebLogic 8.1.4. I noticed that version currently accepts the -basicClientJar flag to appc but doesn't actually pass it into the appc command. Thanks! Jeff Scott Ryan-2 wrote: >

RE: Example POM for WebLogic servicegen needed

2006-11-11 Thread Scott Ryan
That is actually the way we build all of our projects and it makes it easier for development, unit testing and our SCM processes. We really don't need the ear for dev and unit testing but it is our required packaging to get through audit and SCM process. WE actually check them into our source co

Release plugin : same version of modules

2006-11-11 Thread Olivier Catteau
Hi, I've got a multi-modules application. I'd like that the different modules have the same version so I have fixed the same version in every pom.xml. But when I use the release plugin, I need to enter the version of every modules. Is it possible to enter a single version for every modules ? or do

Test : preventing expected stack trace in the console

2006-11-11 Thread Olivier Catteau
Hi, I have a lot of unit tests in my app. When the tests runs, I see numerous expected stack traces logged in the console and at the end I get a normal Build Successful (but the first impression is that it failed). I would like that these expected stack traces don't appear in the console (in mave

RE: Source code examples for Better Builds with Maven?

2006-11-11 Thread Vincent Massol
Hi Ed, > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On > Behalf Of Ed Young > Sent: samedi 11 novembre 2006 20:38 > To: users@maven.apache.org > Subject: Source code examples for Better Builds with Maven? > > I went to the mergere site and the source code examp

Source code examples for Better Builds with Maven?

2006-11-11 Thread Ed Young
I went to the mergere site and the source code examples for the Better Builds book are zip file of size 0. I've emailed mergere, called (twice) and have gotten no answers. Is this source freely available, and if so, can someone point me to it? Thank you, -- Ed

RE: Plugin Annotation to control Inheritance

2006-11-11 Thread Barrett Nuzum
Dawn: That made just as much sense as it did before. false in a at the ParentPom level would cause the plugin to only get run when I install ParentPom, and never when I install a ProjectPom. I want it run when I install a ProjectPom, and no other times, but I want to specify it only *once*

Re: [M2] FAQ? Debugging unit tests in Maven2

2006-11-11 Thread dawn.angelito
Hi, There's a simpler way to do this. Just append the following to your maven command: -Dmaven.surefire.debug Also, you may refer to this document: http://docs.codehaus.org/display/MAVENUSER/Dealing+with+Eclipse-based+IDE Hope this helps. Dawn matthewadams wrote: > > Hi, > > This s