Re: Maven and Development Process

2004-04-16 Thread Niclas Hedhman
On Friday 16 April 2004 05:13, Jason van Zyl wrote: In maven2 I find it somewhat disturbing that discussion turns to Maven2 even before Maven1 is released. Is it only me to find this highly awkward?? Niclas -- +-//---+ | http://www.bali.ac | |

RE: Maven and Development Process

2004-04-16 Thread Amato Massimiliano \(TLAB\)
Jason, One interesting side-effect of using entities is that if you're importing them from an external source (which, if you're not, what's the point?) then packaging/deploying a pom to the repo will result in an incomplete info set for others d/l'ing that project for a recursive build or

xdoclet

2004-04-16 Thread Arto Pastinen
Hi! Is it possible to change xdoclet's hibernatedoclet's generated *.hbm.xml files version? Artsi - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: xdoclet

2004-04-16 Thread Konstantin Priblouda
--- Arto Pastinen [EMAIL PROTECTED] wrote: Hi! Is it possible to change xdoclet's hibernatedoclet's generated *.hbm.xml files version? what do you mean by change generated version? If you mean that hbm.xml shall be for hibernate 2.x then the answer is yes:

Re: xdoclet

2004-04-16 Thread Arto Pastinen
Hi! Yes that was what i mean. Your solution was correct, and actually i tested it, but couldn't get it work, my ...0.Version was with lowercase.. Thnx! Artsi On Fri, 2004-04-16 at 13:56, Konstantin Priblouda wrote: --- Arto Pastinen [EMAIL PROTECTED] wrote: Hi! Is it possible to change

RE: Maven and Development Process

2004-04-16 Thread Gimbel, Trevor
I was thinking the exact same thing. -Original Message- From: Niclas Hedhman [mailto:[EMAIL PROTECTED] Sent: Friday, April 16, 2004 4:03 AM To: Maven Users List Subject: Re: Maven and Development Process On Friday 16 April 2004 05:13, Jason van Zyl wrote: In maven2 I find it

Re: Maven and Development Process

2004-04-16 Thread Jason van Zyl
On Fri, 2004-04-16 at 04:03, Niclas Hedhman wrote: On Friday 16 April 2004 05:13, Jason van Zyl wrote: In maven2 I find it somewhat disturbing that discussion turns to Maven2 even before Maven1 is released. It is inevitable that some things will come out but in terms of discussions

RE: Maven and Development Process

2004-04-16 Thread Ganesh.K.Rao
Return Receipt Your RE: Maven and Development Process document :

Re: Maven and Development Process

2004-04-16 Thread Niclas Hedhman
On Friday 16 April 2004 20:16, Jason van Zyl wrote: Is it only me to find this highly awkward?? Why would you find it awkward? Work is starting on the next generation well before there is a 1.0 release for the masses to use, sounds like lack of focus on development effort. A product like

howto install Mevenide on Eclipse M8 ?

2004-04-16 Thread Marc Lustig
Hi, if somebody is out there who has successfully running Mevenede on Eclipse 3.0 M8 I'd appreciate to know how you managed to get it working. I checked Mevede out from cvs.sf.net and followed the instructions from http://mevenide.sourceforge.net/building.html. Unfortunately target

Re: multiproject:site issues

2004-04-16 Thread Charles N. Harvey III
I ran maven -e multiproject:site and I saved the output. Its really my first time looking at JIRA. I created an account, so now I can create an issue. Should it be a bug? Should I create the issue in project maven or in project multiproject-plugin? Thanks a lot. Charlie Charles N. Harvey

deploy artifact

2004-04-16 Thread Veerasamy, Thirumalai (Cognizant)
Hi, I would like to ftp the war ear to a ftp location. Artifact:deploy is doing that but I want to deploy the war ear to a location/todays-date/war ear. Is it possible? I tried ftp and ant:ftp both of them just dumps the command but don't execute the commands. Regards, Thiru This e-mail

Re: Maven and Development Process

2004-04-16 Thread Jason van Zyl
On Fri, 2004-04-16 at 09:54, Niclas Hedhman wrote: On Friday 16 April 2004 20:16, Jason van Zyl wrote: Is it only me to find this highly awkward?? Why would you find it awkward? Work is starting on the next generation well before there is a 1.0 release for the masses to use, sounds

RE: Maven and Development Process

2004-04-16 Thread Vincent Massol
-Original Message- From: Jason van Zyl [mailto:[EMAIL PROTECTED] Sent: 16 April 2004 03:08 To: Maven Users List Subject: RE: Maven and Development Process On Thu, 2004-04-15 at 17:05, Vincent Massol wrote: Maven2 support recursive inheritance well so would anyone still really

RE: Maven and Development Process

2004-04-16 Thread Jason van Zyl
On Fri, 2004-04-16 at 10:39, Vincent Massol wrote: Do you use this sort of setup? Yes. I personally don't like XML entity includes. So I'd be happy to have some built in ways in Maven. I made some proposal a long time ago on the Maven mailing lists about the ability to define groups of

Checkstyle source directory

2004-04-16 Thread Jake Ewerdt
I am preprocessing my src directory using Jass into target/src-jass. My pom.build.sourceDirectory and maven.src.dir values are set to target/src-jass, and I have a preGoal on java:compile that preprocesses the src dir. This is fine for every case except Checkstyle, since Jass messes up the

dtd for xdoc

2004-04-16 Thread rw
I'm using xml editor thst want dtd or schema to validate created documents - just standard. But while searching any - i found on http://jakarta.apache.org/site/jakarta-site-tags.html that: There is currently no DTD for Anakia, however if there is a parse error in the file, Anakia will report

Re: howto install Mevenide on Eclipse M8 ?

2004-04-16 Thread Gilles Dodinet
Marc, seems that the building page is quite out-of-date ;) but the wiki is uptodate : http://mevenide.sourceforge.net/cgi-bin/view.pl/HowToBuildMevenide. please note that sources in sf repo are not the most recent. we gonna make announcement very soon. also the mevenide list may be more

more xdoc issues

2004-04-16 Thread Darren Hartford
I've been having a lot of issues with XDOC since upgrading to maven-1.0-rc2 (both bootstrap and binary 1.0-rc2), and it may just be my install. As a usecase, running 'maven ear' with property name=maven.ear.appxml.generate value=true/ creates an ear application.xml file that contains this

PDF Plugin: Can it include any generated reports?

2004-04-16 Thread Brian Burridge
I was hoping to create a pdf of our site, to include all the generated reports, but it appears to only include those documents that reside in the xdocs folder. Is this correct? Also, when I set the property maven.pdf.navigationFile, it still pulled just the original navigation.xml and not the one

MultiChanges Plugin

2004-04-16 Thread Brian Burridge
How do I get the results of this report to show up on my site? I ran the multichanges:report from the commandline and it produces the report. I then added that same goal to my reports section of my POM and ran maven site, but there is no link to this report. Brian

Follow-on to: RE:Maven and Development Process

2004-04-16 Thread Tim Reilly
Jason van Zyl wrote: It's free in the XML parser, but with the advent of maven2 you'll see things like POMs being stored in DBs and prevayler (which I'm working on) and LDAP (which is something Alex is interested in) and hopefully a variety of other sources. At the risk of poking my noise

Re: Follow-on to: RE:Maven and Development Process

2004-04-16 Thread Jason van Zyl
On Fri, 2004-04-16 at 15:30, Tim Reilly wrote: Jason van Zyl wrote: It's free in the XML parser, but with the advent of maven2 you'll see things like POMs being stored in DBs and prevayler (which I'm working on) and LDAP (which is something Alex is interested in) and hopefully a

Passing params to sub-project

2004-04-16 Thread Vinay Srinivasaiah
Hi, I have a scenario with one maven goal calling another maven goal in a different directory. parent maven.xml looks like this. goal name=test j:set var=param1 value=value1/ !-- call the other goal -- m:maven descriptor=inner/project.xml goals=test-inner

RE: PDF Plugin: Can it include any generated reports?

2004-04-16 Thread Arnaud Heritier
Hello Brian, Theorically, there's no problem with the property maven.pdf.navigationFile. I'm using it everyday without problem. You're right, by default the pdf plugin uses your file navigation.xml which not reference generated xdocs. Here is the navigation-pdf.xml (in