XP %HOME% and Maven

2004-06-11 Thread niksa_os
I try Maven In install guide stand: install_repo.bat %HOME%\.maven\repository Problem is that I get new dir C:\Documents\some_files_and_dir and I should get C:\Documents and Settings\mvelic\.maven ??? Also %HOMEDRIVE%%HOMEPATH%\.maven\repository same thing. I did try with install_repo.bat "%HOM

Re: Jar help

2004-06-11 Thread John Casey
First of all, sorry for the long email. The "right" way according to maven is probably going to seem tedious at first from your point of view, but in the long run will probably save you hours of headache: I understand your desire to use WEB-INF/lib for the source of your dependencies. However, I

Re: Bulk Project Mavenizing tool?

2004-06-11 Thread Dion Gillard
Could you copy a template project file and do a mass change later on? On Fri, 11 Jun 2004 15:17:51 -0500, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > I know about the genapp goal if you are starting out with a brand new > project. I know about the eclipse goal to generate the .classpath

Re: javadoc:deploy failure

2004-06-11 Thread Paul Spencer
Danial, Try connecting via ssh. Using the command below, it should prompt for a password. ssh -l my_username www.matrix.ch Some notes from my experience: 1) When using the property maven.repo.x.privatekey, you must also set maven.repo.x.passphrase. 2) I found setting maven.deployer.scp.compr

Bulk Project Mavenizing tool?

2004-06-11 Thread Thomas . Lageson
I know about the genapp goal if you are starting out with a brand new project. I know about the eclipse goal to generate the .classpath and .project files for eclipse. I know about Mevenide that will help build dependencies from within Eclipse (and other IDEs) and its POM builder. But are there

Re: Jar help

2004-06-11 Thread Erik Husby
Bielby, Randy J wrote: Hello, First, I'm a newbie and just getting started. I'm trying to proof out an existing build that is currently using Ant, while also making a determination of Maven is a good choice for new projects. I have a situation that I don't believe is unique but I can't seem to fin

Re: Jar help

2004-06-11 Thread Julian C. Dunn
On Fri, 2004-06-11 at 14:32, Bielby, Randy J wrote: > I have a situation that I don't believe is unique but I can't seem to > find all the info I'm looking for. I have several projects with a > number of dependent jars. The development team is anywhere from 10-30 > developers depending upon the

Jar help

2004-06-11 Thread Bielby, Randy J
Hello, First, I'm a newbie and just getting started. I'm trying to proof out an existing build that is currently using Ant, while also making a determination of Maven is a good choice for new projects. I have a situation that I don't believe is unique but I can't seem to find all the info I'm

AW: XML entities and forward compatibility

2004-06-11 Thread Oliver Noelle
By the way, is it correct that the goal "convert-snapshots" does not work together with external entities in maven-rc-3? At least my tests showed that it would mess up the POM (and I understand that this is hard to do, how would you convert a dependency which is actually an entitiy reference?).

Re: Maven User Guide not available?

2004-06-11 Thread Erik Husby
Arnaud Heritier wrote: I cleaned my IE cache and it works: http://maven.apache.org/reference/user-guide.html The PDF file size is 500Ko. Don't you have a problem with your internet connection? Arnaud Well I cleaned the Firefox cache and the page is no visible. Strange! -- Erik Husby Team Lead f

javadoc:deploy failure

2004-06-11 Thread Daniel Frey
The artifact plugin specifies to set up a repo. I did: maven.repo.list = xmatrix maven.repo.xmatrix = scp://www.xmatrix.ch maven.repo.xmatrix.directory = /my/maven/repository maven.repo.xmatrix.username = my_username maven.repo.xmatrix.password = my_password And I still get th