Re: Maven and Jdk 1.5 beta

2004-07-20 Thread Leif Nelson
You may need to set the maven.compile.source to 1.5 too. Full docs are here: http://maven.apache.org/reference/plugins/java/properties.html --Leif At 11:25 PM 7/20/2004, you wrote: Christian Cabanero wrote: Is there a way to get the Maven java plugin to work with JDK 1.5 beta? I have 1.5 set as

Re: Maven and Jdk 1.5 beta

2004-07-20 Thread matthew.hawthorne
Christian Cabanero wrote: Is there a way to get the Maven java plugin to work with JDK 1.5 beta? I have 1.5 set as my default java installation and also overrode the following property in my project.properties file maven.compile.source = 1.5 but what I got was: java:compile: [echo] Compilin

partial deployments

2004-07-20 Thread Denis McLaughlin
Hi, Sorry if this topic has been discussed before, but I couldn't find anything appropriate in the archives. I'm working with a fairly large project with about 60 generated artifacts. We're currently using CruiseControl to build hourly, and are now looking to expand this by having CC call a

Re: Project without public scm repository

2004-07-20 Thread Dion Gillard
I'd classify it as a bug I don't think it's documented anywhere that you have to have a connection element if you want to use developerConnection. On Wed, 21 Jul 2004 05:59:15 +0200, Marcin Antczak <[EMAIL PROTECTED]> wrote: > Hello! > > I have project which doesn't contain scm repository fo

Project without public scm repository

2004-07-20 Thread Marcin Antczak
Hello! I have project which doesn't contain scm repository for users - only ssh for developers (project is not an open source). And page -> cvs-usage.xml from xdoc plugin doesn't show any information about developers connection. Is this bug or feature? Marcin --

Re: Re: The X-Radar plugin - Project current state and the development over time

2004-07-20 Thread Matt Kurjanowicz
I'd like to help :). (If at all by testing). Let me know how I can best help and keep me appraised of any communications, etc. Thanks! Matt Kurjanowicz The Readme Plugin projassist.sourceforge.net/readme-plugin/ On Tue, 20 Jul 2004 18:01:07 +0200, Jerome Lacoste <[EMAIL PROTECTED]> wrote: > On T

Re: Remote Repositories

2004-07-20 Thread Craig S . Cottingham
On Jul 20, 2004, at 21:15, [EMAIL PROTECTED] wrote: Does anyone know how to setup a shared drive as a remote repository for dependencies? I tried: maven.repo.remote=/path/to/remote/repo but that gives a MalformedURLException: no protocol error. Try maven.repo.remote=file:/path/to/remote/repo or ma

RE: Remote Repositories

2004-07-20 Thread Jeremy_Barth
Nevermind, I got it. file:path/to/remote/repo -Original Message- From: Jeremy Barth /xtwn Sent: Tuesday, July 20, 2004 9:15 PM To: [EMAIL PROTECTED] Subject: Remote Repositories Does anyone know how to setup a shared drive as a remote repository for dependencies? I tried: maven.re

Remote Repositories

2004-07-20 Thread Jeremy_Barth
Does anyone know how to setup a shared drive as a remote repository for dependencies? I tried: maven.repo.remote=/path/to/remote/repo but that gives a MalformedURLException: no protocol error. Jeremy

RE: The X-Radar plugin - Project current state and the developmentover time

2004-07-20 Thread Jerome Lacoste
On Tue, 2004-07-20 at 19:27 +0200, Carlos Sanchez wrote: > Has anyone already talked with them? I sent them an email to get in touch with them. I CCed some people who had expressed their interest for such a tool. I will add you to the next emails except if you don't want. OK? > It sounds great.

Maven and Jdk 1.5 beta

2004-07-20 Thread Christian Cabanero
Is there a way to get the Maven java plugin to work with JDK 1.5 beta? I have 1.5 set as my default java installation and also overrode the following property in my project.properties file maven.compile.source = 1.5 but what I got was: java:compile: [echo] Compiling to C:\cygwin\src\redpoi

Is "artifactId" allowed in a project.xml file?

2004-07-20 Thread Dennis Lundberg
Hello I am going through the documentation for Maven and I am getting mixed messages regarding "artifactId". In the xml-schema [1] there does not seem to be an element called "artifactId" in the sequence for the "project" element. If I add an "artifactId" element to a project.xml file, running

RE: Proxy

2004-07-20 Thread Jeremy_Barth
Thanks again for all of the help. I'm not sure what actually fixed the problem at this point. One of the problems was that I wasn't using the right password. :( The NTLM properties were necessary, although maven.proxy.ntlm.host= could be set to anything and it still worked. (I don't understand

RE: Proxy

2004-07-20 Thread Grec Peter
Hi Jeremy maven.proxy.ntlm.host=proxy1 should be name (address) of your computer, not a proxy machine. Peter -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 20, 2004 7:42 PM To: [EMAIL PROTECTED] Subject: RE: Proxy Thanks for the responses :)

RE: Proxy

2004-07-20 Thread James . Shute
I think there were some issues with the initial cuts of the NTLM code in 1.4.2 that were only fixed in _02 and above. We're using _04 and can do NTLM fine so mayby try upgrading to that? James -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 20 July 2004 18:42

RE: Proxy

2004-07-20 Thread Jeremy_Barth
Thanks for the responses :) I found out that we, in fact, are behind a NTLM proxy. I tried adding the ntlm properties, but that did fix the whole problem. I'm getting a 'Not authorized by proxy' exception. The firewall team indicated that the username and password were not being supplied to the

RE: The X-Radar plugin - Project current state and the developmentover time

2004-07-20 Thread Carlos Sanchez
Has anyone already talked with them? It sounds great. > -Original Message- > From: Jerome Lacoste [mailto:[EMAIL PROTECTED] > Sent: Tuesday, July 20, 2004 6:01 PM > To: Maven Users List > Subject: Re: The X-Radar plugin - Project current state and > the developmentover time > > On Tue

RE : [.war plugin] maven.war.final.name changed in 1.0 (from 1.0-rc2)?

2004-07-20 Thread Heritier Arnaud
ot;/> > ... > > > > In Maven 1.0-RC2, I would get the following as the > .war name: > >project-1.0-20040720-1029.war > > However, after upgrading to Maven 1.0, the .war name > goes back to the default: > >project.war > > > Any ideas? >

Re: The X-Radar plugin - Project current state and the development over time

2004-07-20 Thread Jerome Lacoste
On Tue, 2004-07-20 at 17:32 +0200, Bent Andre Solheim wrote: > http://xradar.sourceforge.net/. Great! It just needs to be plugged into maven. We should coordinate our efforts so that we don't duplicate that, as a maven plugin is already underway according to the doc [1]. That integration work sho

java.net poll

2004-07-20 Thread Ryan Sonnek
java.net (http://www.java.net) is hosting a poll about what build system you use for your project. I suggest that some maven users hop over and place their vote! Right now Ant's quite a bit in front... =) Ryan - To unsubscrib

The X-Radar plugin - Project current state and the development over time

2004-07-20 Thread Bent Andre Solheim
Hi, I have been following discussions on this group the last weeks, and have read that some (many) are looking for plugins to support JUnit- , JDepend-, PMD-, Checkstyle- etc. reports over time. I have also noticed that no one has mentioned the XRadar plugin. I believe this plugin does just

[.war plugin] maven.war.final.name changed in 1.0 (from 1.0-rc2)?

2004-07-20 Thread Konrad
Hello. Just wondering if anything changed with the .war plugin since 1.0-rc2? In my maven.xml file, I define the following: ... In Maven 1.0-RC2, I would get the following as the .war name: project-1.0-20040720-1029.war However, after upgrading to Maven 1.0, the .war name

documentation vs wiki: standard directory layout

2004-07-20 Thread Jerome Lacoste
I am confused by the difference between the doc and the wiki. http://maven.apache.org/reference/dirlayout.html http://wiki.codehaus.org/maven/DirectoryLayout E.g. src/java vs src/main/java What will be the future? Is m1 1.1 or m2 going to adopt the wiki's recommended layout? J -

RE: FTP stuff

2004-07-20 Thread Charles Daniels
Thanks for the suggestion. I'll give it a try. > -Original Message- > From: Costin Grigore [mailto:[EMAIL PROTECTED] > Sent: Monday, July 19, 2004 4:41 PM > To: Maven Users List > Subject: Re: FTP stuff > > > I have this problem also on maven rc3. > I resolved it by removing the > org/a

RE : How to send documentation patches

2004-07-20 Thread Heritier Arnaud
Yes it is the good process to follow. However, I'm not sure that Brett applied documentations updates on the HEAD branch. Can you apply your changes on the MAVEN-1_0-BRANCH ?? Arnaud > -Message d'origine- > De : Dennis Lundberg [mailto:[EMAIL PROTECTED] > Envoyé : mardi 20 juillet 2004

Re: users Digest 17 Jul 2004 13:43:55 -0000 Issue 772

2004-07-20 Thread William Mee
I have seen this syntax used in many plugins, and I also do not get it to work. Seems like Jelly has a problem with the periods in the variable names? To test if the pom id is empty, for example, I have to do the following You must define currentVersion in your PO

extending the xref functionality

2004-07-20 Thread Nathan Coast
Hi, I'd like to be able to create xref documentation for sources other than java. For some tutorials I'm working on it'd be useful to have links to other project files, in particular jsp, xml and sql files. Anyone attempted anything like this before? Any idea if the jxr code can be massaged

How to send documentation patches

2004-07-20 Thread Dennis Lundberg
While learning Maven I have read a lot of documentation. Through this process I have stumbled upon a few minor errors, like spelling and broken links. What is the preferred way to send patches for this? I have checked out Maven HEAD from CVS and applied my changes to the xdocs directory. Is tha

Re: Maven 1.0 deletes my snapshot jars when attemping to download dependencies

2004-07-20 Thread Ben Walding
Although this is probably a bug, try and ensure your clock isn't ahead of the server clock that you are getting dependencies from. There were some changes in the rc2-4 series to try and stop this from being such an issue, but it's possible some edge cases snuck through. Michael Mattox wrote: I

Re: Listings in maven repository on ibiblio?

2004-07-20 Thread Ben Walding
http://www.ibiblio.org/maven/du.txt Current directory usage in kilobytes Norbert Pabiś wrote: Thank for answers. It works indeed. That was problem in our local network. BTW. Does anybody know what is the size of maven repository on ibiblio now? And maybe how does it increase? Norbert Pabiś wrote: H

Maven 1.0 deletes my snapshot jars when attemping to download dependencies

2004-07-20 Thread Michael Mattox
I just tried upgrading from 1.0RC3 to 1.0. I deleted my .maven directory contents. I'm having a very weird problem that I haven't seen reported here or in JIRA. I run maven jar:install-snapshot on a jar and that works ok. Then I run maven clean in a project that has the previously mentioned snap

Re: Listings in maven repository on ibiblio?

2004-07-20 Thread Norbert Pabiś
Thank for answers. It works indeed. That was problem in our local network. BTW. Does anybody know what is the size of maven repository on ibiblio now? And maybe how does it increase? Norbert Pabiś wrote: Hi Is now listing on ibiblio forbidden? http://www.ibiblio.org/maven/ -- Norbert Pabiś [EMAIL P

Re: Listings in maven repository on ibiblio?

2004-07-20 Thread Christian Andersson
Norbert Pabiś wrote: Hi Is now listing on ibiblio forbidden? http://www.ibiblio.org/maven/ no problem when using mozilla /Christian - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Listings in maven repository on ibiblio?

2004-07-20 Thread Arto Pastinen
Artsi No, why? Do you know that it take some time to download page? Artsi ti, 2004-07-20 kello 12:11, Norbert Pabiś kirjoitti: > Hi > > Is now listing on ibiblio forbidden? > > http://www.ibiblio.org/maven/ - To unsubscribe,

Re: Listings in maven repository on ibiblio?

2004-07-20 Thread Jose M. Rus
It works for me. Norbert PabiÅ wrote: Hi Is now listing on ibiblio forbidden? http://www.ibiblio.org/maven/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Réf. : Listings in maven repository on ibiblio?

2004-07-20 Thread fabrice . belingard
Hi Norbert, I have no problem to list the maven folder on ibiblio. Fabrice. Norbert PabiÅ <[EMAIL PROTECTED]

Listings in maven repository on ibiblio?

2004-07-20 Thread Norbert Pabiś
Hi Is now listing on ibiblio forbidden? http://www.ibiblio.org/maven/ -- Norbert Pabiś [EMAIL PROTECTED] http://www.e-point.pl - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Réf. : Re: New dependency download display

2004-07-20 Thread Arto Pastinen
I don't think so.. I looked couple day's ago how this current console download meter work's, and i did remember that there were also other meters, and good quess about this maven.download.meter parameter was correct... =) maby i should make some bet todays.. =) Ok, i need to search from source ho

Réf. : Re: New dependency download display

2004-07-20 Thread julien . kirch
Thanks ! ahem, Is this somewhere in the doc ... ? Julien Extranet [EMAIL PROTECTED] - 20/07/2004 09:49 Veuillez répondre à [EMAIL PROTECTED] Pour : users cc : Objet : Re: New dependency download display .. and old one is still in there. maven -Dmaven.download.meter=bootstrap de

Accessing build or project properties in xdoc files

2004-07-20 Thread fabrice . belingard
Hi all, I would like to access the value of a build or project property from an xdoc file, and I can't get it to work. I'd like to do something like : Display here the value of a project property : $myProject.myPropertyToDisplay Has

Re: New dependency download display

2004-07-20 Thread Arto Pastinen
.. and old one is still in there. maven -Dmaven.download.meter=bootstrap default seems to be console ti, 2004-07-20 kello 10:47, Arto Pastinen kirjoitti: > Hi! > > maven -Dmaven.download.meter=silent > > Artsi > > ti, 2004-07-20 kello 10:38, Dion Gillard kirjoitti: > > I too would like this f

Re: New dependency download display

2004-07-20 Thread Arto Pastinen
Hi! maven -Dmaven.download.meter=silent Artsi ti, 2004-07-20 kello 10:38, Dion Gillard kirjoitti: > I too would like this feature. > > On Tue, 20 Jul 2004 09:35:42 +0200, [EMAIL PROTECTED] > <[EMAIL PROTECTED]> wrote: > > Hi > > > > Is it possible to disable the new way of display the dependen

Re: New dependency download display

2004-07-20 Thread Dion Gillard
I too would like this feature. On Tue, 20 Jul 2004 09:35:42 +0200, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hi > > Is it possible to disable the new way of display the dependency download > progression (the increasing number of downloaded kb) ? > > The reason is that we call maven from JBu

New dependency download display

2004-07-20 Thread julien . kirch
Hi Is it possible to disable the new way of display the dependency download progression (the increasing number of downloaded kb) ? The reason is that we call maven from JBuilder, and the JBuilder output console can only appends data, this means that the log is : 9/3409K 16/3409K 18/3409K 26/340