maven development synthesis

2003-11-14 Thread Nicolas De Loof
Hi all, I'm surprised by maven development process. I used to read about fonctional freeze or code freeze on open-source projects, but even in RC2, maven seems to get fonctional or technical ad-ons. Is they're any synthetic changelog - or migration guide - or technical / functional proposal

Re: remote repo on a server

2003-11-14 Thread Nicolas . CHALUMEAU
I think my dependency element is ok because when the jar is in the local repo Maven find it. I use aspectjrt-1.1.1.jar as an exemple of my problem but it is the same thing with all the things in the repository. dependency groupIdaspectj/groupId artifactIdaspectjrt/artifactId

DocBook example

2003-11-14 Thread Neil Blue
Hello, I have been trying a few example docbook files in maven, but so far the output from the docbok plugin does not seem to be as expected. Here is an example: !DOCTYPE book PUBLIC -//OASIS//DTD DocBook V4.0//EN book bookinfo titleHello, world/title /bookinfo chapter titleHello, world/title

Réf. : org.uddi4j.client.UDDIProxy has been deprecated problem

2003-11-14 Thread Nicolas . CHALUMEAU
set the maven.compile.deprecation for other properties for javac option see : http://maven.apache.org/reference/plugins/java/properties.html Nicolas alain [EMAIL PROTECTED] 14/11/2003 11:35 Veuillez répondre à Maven Users List Pour : [EMAIL PROTECTED] cc : Objet

Re: Rf. : org.uddi4j.client.UDDIProxy has been deprecated problem

2003-11-14 Thread alain
Thank you! Is maven.compile.deprecation should be set to on? I have set it to on in my project.properties file, but the problem still exist - Original Message - From: [EMAIL PROTECTED] To: Maven Users List [EMAIL PROTECTED] Sent: Friday, November 14, 2003 8:43 PM Subject: Rf. :

RE: remote repo on a server

2003-11-14 Thread Sri Sankaran
Asking the obvious...and what is your maven.repo.remote setting? Does it include the URL to the server containing the jars? Sri -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] trelaze.com] Sent: Friday, November 14, 2003 5:06 AM To: Maven Users List Subject:

javascript in xdoc

2003-11-14 Thread khote
is there a current way to include javascript in site:generate-d docs? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: org.uddi4j.client.UDDIProxy has been deprecated problem

2003-11-14 Thread Tomasz Pik
alain wrote: Hi, I have compiled my project,and the maven jar command will notified me that there are some deprecated problem. I am sure my project uses some method that has been deprecated,but how can I set the javac option -deprecated? Adding maven.compile.deprecation=true to your

RE: Dashboard produces no results / Checkstyle question

2003-11-14 Thread Vincent Massol
Hi Brian, -Original Message- From: Brian Burridge [mailto:[EMAIL PROTECTED] Sent: 14 November 2003 16:22 To: [EMAIL PROTECTED] Subject: Dashboard produces no results / Checkstyle question I am new to Maven (previously used Ant), and am loving it. I have customized many of the

Re: Dashboard produces no results / Checkstyle question

2003-11-14 Thread Brian Ewins
Brian Burridge wrote: 2) Does anyone have a suggestion as to how to fix classes quickly when checkstyle reports errors? We have 12,500 errors :), not all of which need to be fixed (we'll make some changes to the checkstyle format), but many do. I could use jalopy but then I have to replicate all

RE: starting up problems

2003-11-14 Thread Nicolas Avila
Hi My problem is in fact not merlin I builded merlin (typed maven build in merlin %MERLIN_HOME%) and got no warning... everything was supposted to be right. The problems were as i runed the program i was wanting to test so i camed back to maven to reinstall everything and i noticed

Re: Maven linkcheck

2003-11-14 Thread Emmanuel Venisse
Maven linkcheckI forward to users list. Yes, I think that all your links are correct. You can test it with a wrong url in your xdoc files for verify if report is always empty. Emmanuel - Original Message - From: Serkan GUNES To: [EMAIL PROTECTED] Sent: Friday, November 14,

Caller plugin problem

2003-11-14 Thread Sri Sankaran
Using : Maven 1.0 rc2 A call to war:war quits complaining that maven.caller.call.compile-java is not defined. Digging through the implementation, I see that the new caller plugin is being invoked. This in turn checks for the said property in the project's context and if it's not defined

RE: Dashboard produces no results / Checkstyle question

2003-11-14 Thread Vincent Massol
Ok, that's normal then. The dashboard plugin makes sense only when you have several subprojects. By default it does not include the main project in its dashboard as when a master project/multiple subproject scenario, the master project does not usually hold any code and is simply a wrapper

Request for upload to ibliblio... Saxon's AElfred

2003-11-14 Thread Paul Libbrecht
Hi Maven-Gurus, Last time I read the FAQ, I think it was suggested to post here the request to upload to www.iblio.org/maven/, so I do. It would be nice to have Saxon's AElfred parser available on this. http://saxon.sourceforge.net/aelfred.html This parser used to be intrickably delivered

why did it worked?

2003-11-14 Thread navila
Hi I builded merlin (typed maven build in merlin %MERLIN_HOME%) and got no warning... everything was supposted to be right. The problems were as i runed the program i was wanting to test so i camed back to maven to reinstall everything and i noticed JUnit and Ant exitences... wich