Re: [ANN] Maven 1.0 Released

2004-07-13 Thread Nathan Coast
nice one! thanks to all involved. Brett Porter wrote: The Apache Maven team is pleased to announce the release of Maven 1.0. http://maven.apache.org/start/download.html (please be patient as the release may not have propogated to all mirrors yet) Maven is a project management and project comprehens

Re: [ANN] Maven 1.0 Released

2004-07-13 Thread tek1
Congratulations and thank you!!! - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Multi-Project for Eclipse and Directory Structure

2004-07-13 Thread Joel Shellman
There is at least one plugin for eclipse that lets you bulk import projects. http://eclipse-tools.sourceforge.net/projecttransfer/ Alex Shneyderman wrote: So it works with a little bit of work. What would definietely help is if Eclipse had a bulk import of projects, rather than one at a time. The r

Re: Unable to deploy distribution to remote

2004-07-13 Thread Vincent Geh
I'm able to deploy the distribution on remote using Maven 1.0-rc3. Using the same settings for Maven 1.0-rc4, the distribution did not deploy. Any clues? Brett Porter wrote: historical settings should continue to work - what was the problem? On Tue, 13 Jul 2004 11:07:24 +0200, Jörg Schaible <[EMAIL

Re: xdoc plugin questions

2004-07-13 Thread Brett Porter
> First, my congrats to the developers for the 1.0 release, keep up the > good work! Thanks! > - is it possible to have symbolic links copied from the xdocs/ directory > to the final docs (I want a home.html file that links to index.html) > Java doesn't do symlinks well. I can't think of any wa

Re: running two maven builds with the same user

2004-07-13 Thread Brett Porter
You can set -Dmaven.unpacked.plugins.dir=... and that will use a different cache. The problem you describe should have been improved, if not resolved, in RC3, so they are locked from concurrently updating. Its not perfect, but its better. I recommend grabbing 1.0. This should only be a once off a

running two maven builds with the same user

2004-07-13 Thread Kalaveshi, Adrian
I have anecdotal evidence that suggests that when I run two builds in parallel with maven, one or the other will die with a " No goal [jar:deploy-snapshot]" type of an error. I suspect this could be due to the cache files that are created in $HOME/.maven/plugins (specifically 'goals.cache')...

RE: struts-config.xml

2004-07-13 Thread Arnaud Heritier
Personally I use : maven.war.webapp.dir=${maven.build.dir}/webapp maven.xdoclet.webdoclet.destDir=${maven.war.webapp.dir}/WEB-INF maven.xdoclet.webdoclet.0=true maven.xdoclet.webdoclet.0.destDir=${maven.war.webapp.dir}/WEB-INF maven.xdoclet.webdoclet.0.mergeDir=src/merge maven.xdoclet.webdoclet.st

Re: ibiblio repository updates

2004-07-13 Thread Trygve Laugstøl
On Tue, Jul 13, 2004 at 11:36:40AM -0700, Maven wrote: > Who maintains the Maven repository on ibiblio.org? I ask because I've come > across a library (group =piccolo jar=piccolo-1.0.3.jar) for which I need the > newest version. Version 1.0.4 is available from the owner's Web site > http://piccolo.

xdoc plugin questions

2004-07-13 Thread Lukas Theussl
Hi everybody, First, my congrats to the developers for the 1.0 release, keep up the good work! I am trying to generate a Web site for my project using the site plugin and I have a few questions about the conversion from xml to html: - is it possible to have symbolic links copied from the xdocs

Re: typo in UserGuide Documentation

2004-07-13 Thread Brett Porter
never hurts to open an issue so we don't forget... the site was last published in the last 24 hours, so I'm guessing it is still there. On Tue, 13 Jul 2004 23:08:39 +, Gautham Pamu <[EMAIL PROTECTED]> wrote: > Hi Maven Team, > > In code snippet of User Guide Documentation, there is typo.. it

Re: scp protocol not working in jar:deploy-snapshot?

2004-07-13 Thread Brett Porter
scpexe uses the external scp command you would have been using under RC2. This was intended to be deprecated for some time, and we switched the default to the Java based SSH implementation. We'd be happy to help debug your issue with the new version: do you know why rm -f /home/maven/maven-deploy

Congratulations

2004-07-13 Thread Tim Pizey
Congratulations to all for the 1.0 release! Thanks for all the hard work. Nice that there is a new release on the day I come to do a clean install. yours TimP - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

typo in UserGuide Documentation

2004-07-13 Thread Gautham Pamu
Hi Maven Team, In code snippet of User Guide Documentation, there is typo.. it should be . If this is already fixed.. you can ignore this email If I need to open an issue in http://jira.codehaus.org/BrowseProject.jspa?id=10030, please let me know. ... commons-jelly commons-jel

RE: Commercial Maven Equivalents

2004-07-13 Thread STRAYER, JON (SBCSI)
> I have been pushing the use of Maven in my company. People > would like a comparison of Maven against other alternatives, > especially commercial software. What are the available > commercial equivalents of Maven? I'd ask the people asking for the comparison. Besides for some commercial ve

Re: [ANN] Maven 1.0 Released

2004-07-13 Thread Jeffrey Bonevich
Congrats, folks. It's been a long haul but worth the wait! jeff Brett Porter wrote: The Apache Maven team is pleased to announce the release of Maven 1.0. http://maven.apache.org/start/download.html (please be patient as the release may not have propogated to all mirrors yet) Maven is a project ma

[ANN] Mevenide Eclipse 0.2.1 Released

2004-07-13 Thread Gilles Dodinet
Following the Maven 1.0 release, the mevenide team is pleased to announce the Mevenide Eclipse 0.2.1 release! http://mevenide.codehaus.org/mevenide-ui-eclipse Please note that you may need to uninstall the previous version before installing this one. Changes in this version include: New Featur

RE: plugin:download failing in 1.0 final

2004-07-13 Thread Carlos Sanchez
Post a comment if they are solved. > -Original Message- > From: Craig S.Cottingham [mailto:[EMAIL PROTECTED] > Sent: Tuesday, July 13, 2004 11:52 PM > To: Maven Users List > Subject: Re: plugin:download failing in 1.0 final > > On Jul 13, 2004, at 16:34, Carlos Sanchez wrote: > > > It

Re: plugin:download failing in 1.0 final

2004-07-13 Thread Craig S . Cottingham
On Jul 13, 2004, at 16:34, Carlos Sanchez wrote: It works for me, you'll have to tell us more. Try with -X option. Well, phooey. I cleared out my .maven directory (again) and reran the goal with -X, and it worked. I just filed two bugs in JIRA; I wonder if *they* will work now -- Craig S. Cot

RE: plugin:download failing in 1.0 final

2004-07-13 Thread Carlos Sanchez
Hi, It works for me, you'll have to tell us more. Try with -X option. Regards Carlos Sanchez A Coruña, Spain Oness Project http://oness.sourceforge.net > -Original Message- > From: Craig S.Cottingham [mailto:[EMAIL PROTECTED] > Sent: Tuesday, July 13, 2004 10:45 PM > To: Maven Users

Commercial Maven Equivalents

2004-07-13 Thread Thomas . Lageson
I have been pushing the use of Maven in my company. People would like a comparison of Maven against other alternatives, especially commercial software. What are the available commercial equivalents of Maven? Thanks for your help. Also, way to go guys on Maven 1.0!!! - Tom

struts-config.xml

2004-07-13 Thread Christophe Lombart
Hi All, I'm using the xdoclet plugin to generate all xml files used for my struts application. Unfortunatly, I cannot generate the struts-config.xml. I just set the following properties, but it doesnt' work. Other xml config files are correclty generated. Any idea ? Is there another property to

plugin:download failing in 1.0 final

2004-07-13 Thread Craig S . Cottingham
$ maven plugin:download -DgroupId=maven-plugins -DartifactId=maven-javancss-plugin -Dversion=1.2 __ __ | \/ |__ _Apache__ ___ | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ |_| |_\__,_|\_/\___|_||_| v. 1.0 Attempting to download commons-jelly-tags-xml-20030211.142705.jar. warning: last

RE: ibiblio repository updates

2004-07-13 Thread Maven
My apologies for not catching that in the FAQ. Thanks, Carlos. > -Original Message- > From: Carlos Sanchez [mailto:[EMAIL PROTECTED] > Sent: Tuesday, July 13, 2004 13:09 > To: 'Maven Users List' > Subject: RE: ibiblio repository updates > Sensitivity: Confidential > > > Hi, > > Check http:

RE: ibiblio repository updates

2004-07-13 Thread Carlos Sanchez
Hi, Check http://maven.apache.org/repository-upload.html Regards Carlos Sanchez A Coruña, Spain Oness Project http://oness.sourceforge.net > -Original Message- > From: Maven [mailto:[EMAIL PROTECTED] > Sent: Tuesday, July 13, 2004 8:37 PM > To: [EMAIL PROTECTED] > Subject: ibiblio re

scp protocol not working in jar:deploy-snapshot?

2004-07-13 Thread Craig S . Cottingham
I just upgraded to 1.0 final from 1.0-rc2. jar:deploy-snapshot used to work; now it doesn't. However, I *can* get it to work. From project.properties: maven.repo.list=server1 maven.repo.server1=scp://server1.(my_employer).com maven.repo.server1.directory=/home/maven maven.repo.server1.group=mave

ibiblio repository updates

2004-07-13 Thread Maven
Who maintains the Maven repository on ibiblio.org? I ask because I've come across a library (group =piccolo jar=piccolo-1.0.3.jar) for which I need the newest version. Version 1.0.4 is available from the owner's Web site http://piccolo.sourceforge.net. I have loaded the newest version on our inter

Re: [ANN] Maven 1.0 Released

2004-07-13 Thread Brett Porter
I'll merge back to HEAD later in the week. - Brett On Tue, 13 Jul 2004 17:46:14 +0200, Emmanuel Venisse <[EMAIL PROTECTED]> wrote: > The tag is MAVEN_1_0 > > Emmanuel > > > > - Original Message - > From: "Eric Giguere" <[EMAIL PROTECTED]> > To: "Maven Users List" <[EMAIL PROTECTED]> >

RE: Question about pom files and external entities

2004-07-13 Thread Jörg Schaible
[EMAIL PROTECTED] wrote on Tuesday, July 13, 2004 5:25 PM: > Hello maveners > > First of course bravo to the team for the version 1.0 > > I have a question regardings the recently added .pom file generation > > We are using the EnsureProjectConsistencyWithEntities > (http://wiki.codehaus.org/ma

Re: [ANN] Maven 1.0 Released

2004-07-13 Thread Emmanuel Venisse
The tag is MAVEN_1_0 Emmanuel - Original Message - From: "Eric Giguere" <[EMAIL PROTECTED]> To: "Maven Users List" <[EMAIL PROTECTED]> Sent: Tuesday, July 13, 2004 5:37 PM Subject: Re: [ANN] Maven 1.0 Released > Excellent!!! > Good work all. > > A question, what's the CVS tag to check

Re: [ANN] Maven 1.0 Released

2004-07-13 Thread Eric Giguere
Excellent!!! Good work all. A question, what's the CVS tag to check out? Eric. Brett Porter wrote: The Apache Maven team is pleased to announce the release of Maven 1.0. http://maven.apache.org/start/download.html (please be patient as the release may not have propogated to all mirrors yet) Maven i

Question about pom files and external entities

2004-07-13 Thread julien . kirch
Hello maveners First of course bravo to the team for the version 1.0 I have a question regardings the recently added .pom file generation We are using the EnsureProjectConsistencyWithEntities (http://wiki.codehaus.org/maven/EnsureProjectConsistencyWithEntities ) stuff on to ensure dependencies

SV: local dependency

2004-07-13 Thread pnb
I giess you could try setting the maven.repo.remote=http://, (e.g. maven.repo.local=http://repo_server/artifacts) via either maven -Dmaven.repo.local= or putting it in a relevant build.properties file regards /peter -Ursprungligt meddelande- Från: Puneet Garg [mailto:[EMAIL PROTECTED

Re: local dependency

2004-07-13 Thread Brett Porter
-o: offline You'll at least need to install the seed repository (see download page) to get Maven to work in this situation. -Dmaven.repo.remote=http://myhost/repository means you can host it locally You might also check out http://maven-proxy.codehaus.org/ Regards, Brett On Tue, 13 Jul 2004 11:

RE: local dependency

2004-07-13 Thread Alex Shneyderman
You can use maven proxy, that will be the LAN sitting server and works exactly the same way as the remote repo. You will have to fill the proxy repository first. Alex. > -Original Message- > From: Puneet Garg [mailto:[EMAIL PROTECTED] > Sent: Tuesday, July 13, 2004 11:01 AM > To: Maven U

local dependency

2004-07-13 Thread Puneet Garg
Hi, We want to use maven in our project. But our co. policy doesnot allow to download jars from Internet sp we have to turn off the option of downloading the jar files.!! Any idea how to do that ..? Also if we have jars on a LAN can we provide that address in the url ?? thanks puneet -

Re: [ANN] Maven 1.0 Released

2004-07-13 Thread David Erickson
wahoo! =) - Original Message - From: "Brett Porter" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, July 13, 2004 8:34 AM Subject: [ANN] Maven 1.0 Released > The Apache Maven team is pleased to announce the release of Maven 1.0. > >

[ANN] Maven 1.0 Released

2004-07-13 Thread Brett Porter
The Apache Maven team is pleased to announce the release of Maven 1.0. http://maven.apache.org/start/download.html (please be patient as the release may not have propogated to all mirrors yet) Maven is a project management and project comprehension tool. Maven is based on the concept of a project

RE: Multi-Project for Eclipse and Directory Structure

2004-07-13 Thread Ryan Sonnek
that's definately one way to do it. otherwise you can run this command from the root project, and you'll be set: maven multiproject:goal -Dgoal=eclipse > -Original Message- > From: Alex Shneyderman [mailto:[EMAIL PROTECTED] > Sent: Tuesday, July 13, 2004 9:12 AM > To: 'Maven Users List'

RE: Multi-Project for Eclipse and Directory Structure

2004-07-13 Thread Alex Shneyderman
> I have a couple of questions about using the multi-project plugin. > > 1. I'm basing my project structure off of the example at > (http://wiki.codehaus.org/maven/CreatingJ2eeApplications) because it's > Eclipse friendly. However, it's unclear how I can manage my project > with Eclipse using t

RE: Multi-Project for Eclipse and Directory Structure

2004-07-13 Thread Jörg Schaible
Matt Raible wrote on Tuesday, July 13, 2004 3:44 PM: > I have a couple of questions about using the multi-project plugin. > > 1. I'm basing my project structure off of the example at > (http://wiki.codehaus.org/maven/CreatingJ2eeApplications) > because it's Eclipse friendly. However, it's uncle

Multi-Project for Eclipse and Directory Structure

2004-07-13 Thread Matt Raible
I have a couple of questions about using the multi-project plugin. 1. I'm basing my project structure off of the example at (http://wiki.codehaus.org/maven/CreatingJ2eeApplications) because it's Eclipse friendly. However, it's unclear how I can manage my project with Eclipse using this structure

RE: Unable to deploy distribution to remote

2004-07-13 Thread Charles Daniels
Excellent. Thank you. > -Original Message- > From: Brett Porter [mailto:[EMAIL PROTECTED] > Sent: Tuesday, July 13, 2004 2:00 PM > To: Maven Users List > Subject: Re: Unable to deploy distribution to remote > > > It was documented very recently, and I've just uploaded it now. It was > MPP

Re: Unable to deploy distribution to remote

2004-07-13 Thread Brett Porter
It was documented very recently, and I've just uploaded it now. It was MPPLUGIN-18 On Tue, 13 Jul 2004 13:57:09 +0100, Charles Daniels <[EMAIL PROTECTED]> wrote: > Ah, thanks Brett. I see that the plugin:repository-deploy goal was added in > version 1.2 of the plugin, however, even in the current

RE: Unable to deploy distribution to remote

2004-07-13 Thread Charles Daniels
Ah, thanks Brett. I see that the plugin:repository-deploy goal was added in version 1.2 of the plugin, however, even in the current version (1.5.1) this goal is not listed on the Goals page. What do I need to do to raise this as an issue? > -Original Message- > From: Brett Porter [mailto

[ANN] Maven Javadoc Plugin 1.6.1 Released

2004-07-13 Thread Brett Porter
The maven team is pleased to announce the Maven Javadoc Plug-in 1.6.1 release! http://maven.apache.org/reference/plugins/javadoc/ Changes in this version include: Fixed bugs: o Correct check needed function for when package is given but there are not java files in it. To automaticall

Re: deploy plugin

2004-07-13 Thread Brett Porter
Ah... not quite :) Once it is removed from maven-jar-plugin, then they'll go away. They can be ignored. - Brett On Tue, 13 Jul 2004 14:14:54 +0200, Carlos Sanchez <[EMAIL PROTECTED]> wrote: > Hi, > > It has been deprecated, forget the messages, they will be removed in 1.0 > final. > > Regards

maven-proxy update

2004-07-13 Thread Ben Walding
I've started working on the proxy again with a view to pushing out an updated version that will better handle snapshots amongst other things More information is available at http://maven-proxy.codehaus.org/ Upgrade path: You will need to fill out the "prefix" property. See the Configuration p

RE: deploy plugin

2004-07-13 Thread Carlos Sanchez
Hi, It has been deprecated, forget the messages, they will be removed in 1.0 final. Regards Carlos Sanchez A Coruña, Spain Oness Project http://oness.sourceforge.net > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > Sent: Tuesday, July 13, 2004 2:08 PM > T

deploy plugin

2004-07-13 Thread James . Shute
I've just upgraded to RC4 and now every time I do a build I get this output: Plugin 'maven-deploy-plugin' in project 'XXX' is not available Now it doesn't seem to cause any trouble that I can see, but was just curious as to why it's warning about this. I've blown away my local cache etc

Re: Unable to deploy distribution to remote

2004-07-13 Thread Brett Porter
plugin:repository-deploy (just uploading updated docs now) On Tue, 13 Jul 2004 11:14:39 +0100, Charles Daniels <[EMAIL PROTECTED]> wrote: > Also, how do you actually deploy something? The artifact plugin doesn't > have any goals, only tags. The jar plugin has it's own jar:deploy goal, but > wha

Re: Unable to deploy distribution to remote

2004-07-13 Thread Brett Porter
historical settings should continue to work - what was the problem? On Tue, 13 Jul 2004 11:07:24 +0200, Jörg Schaible <[EMAIL PROTECTED]> wrote: > Vincent Geh wrote on Tuesday, July 13, 2004 10:57 AM: > > > Hi there, > > > > it seems that i'm unable to deploy distribution to remote repo after > >

RE: Snapshot and inter-project dependencies?

2004-07-13 Thread Jörg Schaible
Nathan Coast wrote on Tuesday, July 13, 2004 12:44 PM: > Hi, > > I'm a little unsure as to the 'correct' way to handle > dependencies in a > project made up of multiple sub-projects. > > up to now I have been declaring dependencies to fixed > versions of each > component and installing each comp

Re: Unable to deploy distribution to remote

2004-07-13 Thread Paul Spencer
To deploy a jar: maven jar:deploy To deploy a snapshot version of a jar: maven jar:deploy-snapshot To deploy a jar with debug logging: maven -X jar:deploy Paul Spencer Charles Daniels wrote: Yes, I've seen that, but that doesn't say how to actually deploy anything. -Original Message-

Snapshot and inter-project dependencies?

2004-07-13 Thread Nathan Coast
Hi, I'm a little unsure as to the 'correct' way to handle dependencies in a project made up of multiple sub-projects. up to now I have been declaring dependencies to fixed versions of each component and installing each component into the local repo e.g. jar:install. Is this the correct way or

RE: Unable to deploy distribution to remote

2004-07-13 Thread Charles Daniels
Yes, I've seen that, but that doesn't say how to actually deploy anything. > -Original Message- > From: Paul Spencer [mailto:[EMAIL PROTECTED] > Sent: Tuesday, July 13, 2004 11:37 AM > To: Maven Users List > Subject: Re: Unable to deploy distribution to remote > > > See the following >

Re: Unable to deploy distribution to remote

2004-07-13 Thread Paul Spencer
See the following http://maven.apache.org/reference/plugins/artifact/examples.html Paul Spencer Charles Daniels wrote: Also, how do you actually deploy something? The artifact plugin doesn't have any goals, only tags. The jar plugin has it's own jar:deploy goal, but what about the plugin plugin

RE: Unable to deploy distribution to remote

2004-07-13 Thread Charles Daniels
Also, how do you actually deploy something? The artifact plugin doesn't have any goals, only tags. The jar plugin has it's own jar:deploy goal, but what about the plugin plugin? How do you deploy a plugin to a remote repository? The plugin plugin has no goal for achieving this. > -Original

Re: Unable to deploy distribution to remote

2004-07-13 Thread Vincent Geh
What kinds of properties should I include? Jörg Schaible wrote: Vincent Geh wrote on Tuesday, July 13, 2004 10:57 AM: Hi there, it seems that i'm unable to deploy distribution to remote repo after swtching to Maven 1.0-rc4. Anybod knows why? RC4 uses now the artifact-plugin and you might no

RE: Unable to deploy distribution to remote

2004-07-13 Thread Jörg Schaible
Vincent Geh wrote on Tuesday, July 13, 2004 10:57 AM: > Hi there, > > it seems that i'm unable to deploy distribution to remote repo after > swtching to Maven 1.0-rc4. Anybod knows why? RC4 uses now the artifact-plugin and you might not have set the necessary properties. :) -- Jörg --

Unable to deploy distribution to remote

2004-07-13 Thread Vincent Geh
Hi there, it seems that i'm unable to deploy distribution to remote repo after swtching to Maven 1.0-rc4. Anybod knows why? Vincent. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: downloading SNAPSHOT from remote repo

2004-07-13 Thread Konstantin Priblouda
--- Paul Spencer <[EMAIL PROTECTED]> wrote: > When will the fix for this bug be released? > > I am asking because I use snapshots in my > environment along with > automatic builds via CruiseControl. Their is a 6 > hour window where the > "deployed" snapshot will always override the > "installed