installing maven

2003-08-22 Thread Thakkar, Hetal
I am running in to the following problem while trying to install maven. I downloaded the Maven zip file and extracted it. I also setup the MAVEN_HOME and PATH variables. But I cannot run the %MAVEN_HOME%\bin\install_repo.bat %HOME%\.maven\repository command since install_repo.bat does not exist.

RE: Inconsistent EJB, WAR and EAR properties (MAVEN-349)

2003-08-22 Thread Boris Ekelchik
Never mind. Plug-in generates WAR file with no version, but installs into repository with version in a file name. -Original Message- From: Brett Porter [mailto:[EMAIL PROTECTED] Sent: Thursday, August 21, 2003 9:19 PM To: 'Maven Users List' Subject: RE: Inconsistent EJB, WAR and EAR prope

Re: file share does not work for local repository

2003-08-22 Thread Didier Dubois
Ciao Matt, 1. Yes: in your home dir, create a build.properties file contains the following: maven.home.local=/path/to/what/ever/repository/directory But AFAIK, maven does not implements file locking or FS transaction. So you can have problem if 2 users need to download the same file. Furthermore

file share does not work for local repository

2003-08-22 Thread Matt Raible
I downloaded and built Maven yesterday. No issues there - I was up and running and have been using it every since. I've been using the default local repository (~/${user.home}/.maven/repository), but now I want to specify a network drive (\\server\share\repository). However I'm getting the lov

maven & mockdoclet

2003-08-22 Thread Dominik Dahlem
Hi all, I wanna use mockdoclets with maven. However, the mockdoclet seems to be in early development stages in terms of maven integration. In the maven plugin no default properties for mockdoclet are set. Has anyone been using it with maven or can anyone give me directions on how to use it? Any h

RE: Maven & Eclipse

2003-08-22 Thread Norm Deane
Running 'maven eclipse:external-tools-21' will also generate a set of external tool launch configurations for all of the default Maven goals. You probably don't want a launch configuration for all of Maven's default goals but this will give you a starting point. You can then go into $ECLIPSE_HOME/

Re: Maven & Eclipse

2003-08-22 Thread Keld Mikkelsen
The correct order is: > Checkout your project in Eclipse from CVS. > Set the MAVEN_REPO classpath variable in Eclipse. > Run 'maven eclipse' on your project inside workspaces/ on the command line. > Refresh your project. I am using it with IBM WSAD 5.1 (=eclipse 2.1) /Keld ---

RE: jxr plugin output

2003-08-22 Thread Simon Matic Langford
thought so, will do The information contained in this e-mail is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. If You are not the intended recipient of this e-mail, the use of this information or any disclosure, copying or d

Re: maven plugin - jbuilder

2003-08-22 Thread Emmanuel Venisse
> > All patch are applied in cvs head. > Is there anonymous access to the cvs? I didn't find any hint on the webpage. Yes, it's describe here : http://maven.apache.org/cvs-usage.html _ Envie de discuter en "live" avec vos amis ?

RE: About Javadoc links

2003-08-22 Thread dion
Fixed in CVS now. -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ Martin Skopp <[EMAIL PROTECTED]> wrote on 22/08/2003 06:33:23 PM: > On Tue, 2003-08-19 at 09:23, Martin Skopp wrote: > > On Thu, 2003-08-14 at 12:06, Simon Matic Langford wrote: > > > we'd a

Re: jxr plugin output

2003-08-22 Thread dion
In head we are moving to using commons logging rather than system.out. The patch should use log.debug if it's a debug message, log.info for one the user should see. -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ "Emmanuel Venisse" <[EMAIL PROTECTED]> wro

Re: Problems with local user profile

2003-08-22 Thread Martin Jaeger
Hi You can specify the folder in the build.properties or the project.properties just by adding the properties: maven.home.local and / or maven.repo.local maven.repo.local is default dependent on maven.home.local. see also: http://maven.apache.org/reference/user-guide.html Bye Martin On Fri,

RE : Problems with local user profile

2003-08-22 Thread Nicolas FRANK
Add a windows system property : MAVEN_LOCAL_HOME = where_ever_you_want_it_to_be For exemple MAVEN_LOCAL_HOME = %MAVEN_HOME% -Message d'origine- De : Markus [mailto:[EMAIL PROTECTED] Envoyé : vendredi 22 août 2003 11:17 À : [EMAIL PROTECTED] Objet : Problems with local user profile Hi,

Réf. : Problems with local user profile

2003-08-22 Thread Nicolas . CHALUMEAU
Set the maven.repo.local property to the fodler you want http://wiki.codehaus.org/maven/FrequentlyAskedQuestions#head-78713fa47d730aafc0c700028dde3ec9d80ef347 Nicolas Markus <[EMAIL PROTECTED]> 22/08/2003 11:17 Veuillez répondre à "Maven Users List" Pour : [EMAIL PROTECTED]

OutOfMemory Error

2003-08-22 Thread Eran Chinthaka
Title: Message       [echo] Generating E:/mavenReports/docs/junit-report.html from E:\mavenReports\generated-xdocs\junit-report.xml    [echo] Generating E:/mavenReports/docs/linkcheck.html from E:\mavenReports\generated-xdocs\linkcheck.xml    [echo] Generating E:/mavenReports/docs/mail-list

RE: Stopping a goal in the pregoal

2003-08-22 Thread Neil Blue
Thanks Nicolas, That works great! Neil -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 22 August 2003 10:46 To: Maven Users List Subject: Re: Stopping a goal in the pregoal Do a in your pregoal in the case of an error. Nicolas "Neil Blue" <[EMAIL PROT

Problems with local user profile

2003-08-22 Thread Markus
Hi, I've build maven-1.0-RC1 from cvs and all worked fine. Now I've the problem that under win2k maven now build the repository and plugin folder in the local user profile. How can I avoid this? Kind regards, Markus - To u

Problems with local user profile

2003-08-22 Thread majoko
Hi, I've build maven-1.0-RC1 from cvs and all worked fine. Now I've the problem that under win2k maven now build the repository and plugin folder in the local user profile. How can I avoid this? Kind regards, Markus - To uns

Re: uberjar problem - main class not found

2003-08-22 Thread Ben Walding
This level of nesting is not supported for uberjars. Reasons: 1) It's not supported and would be non-trivial to do (this is not to say hard, but it's not a use case that I normally see) 2) It'd be fiendishly slow. Classworld's uberjars are already quite slow, another level of unpacking would ex

AW: maven plugin - jbuilder

2003-08-22 Thread Marco Herrn
> All patch are applied in cvs head. Is there anonymous access to the cvs? I didn't find any hint on the webpage. > > There is a patch for this fix. It is in JITA search for > jbuilder key I tried it, but for some reason it didn't work for me. And there are two versions of plugin.jelly and pl

Re: project.xml is a jelly script?

2003-08-22 Thread Mark H. Wilkinson
On Fri, 2003-08-15 at 00:30, Jason Dillon wrote: > > Specifically I was looking for a way to define common dependencies for > a large project (Apache Geronimo) so I could better manage version > numbers of the dependencies. I did not wish to put all of the depends > into a parent project as th

Re: Stopping a goal in the pregoal

2003-08-22 Thread Nicolas . CHALUMEAU
Do a in your pregoal in the case of an error. Nicolas "Neil Blue" <[EMAIL PROTECTED]> 22/08/2003 10:50 Veuillez répondre à "Maven Users List" Pour : "Maven Users List" <[EMAIL PROTECTED]> cc : Objet : Stopping a goal in the pregoal > Hello, > > We have a goal

Re: project.xml is a jelly script?

2003-08-22 Thread Mark H. Wilkinson
On Sun, 2003-08-17 at 00:16, Jason van Zyl wrote: > On Sat, 2003-08-16 at 16:35, Luke Taylor wrote: > > > > I think the problem is that you might want to put shared dependencies > > into a parent project file for a reactor project which has, for example, > > 20 sub-projects/components. But if pe

Re: Maven & Eclipse

2003-08-22 Thread Michael . J . Brown
Check out this project too - it seems to have been resurrected and looks promising... http://mevenide.sourceforge.net/doc/index.html Mike |+> || [EMAIL PROTECTED]| || .com.au | ||| |

Re: Removing maven traces

2003-08-22 Thread Mark H. Wilkinson
On Wed, 2003-08-13 at 12:04, Jefferson K. French wrote: > On Wed, 13 Aug 2003, at 11:04:12 [GMT +0600] Eran Chinthaka wrote: > > > I generated my project site using maven. BUt now I need to remove > > the traces created by maven within it. > > I'm curious as to why people do this. Shouldn't we gi

Re: maven plugin - jbuilder

2003-08-22 Thread Emmanuel Venisse
All patch are applied in cvs head. - Original Message - From: "Dan Tran" <[EMAIL PROTECTED]> To: "Maven Users List" <[EMAIL PROTECTED]> Sent: Friday, August 22, 2003 5:18 AM Subject: Re: maven plugin - jbuilder > There is a patch for this fix. It is in JITA search for jbuilder key word

Stopping a goal in the pregoal

2003-08-22 Thread Neil Blue
Hello, We have a goal with a pregoal set. Sometimes it is the case that after a check faild in the pregoal we do not want to run the main goal. Is there a way to prevent the goal from running? Thanks Neil - To unsubscribe, e

Re: Maven & Eclipse

2003-08-22 Thread Nicolas . CHALUMEAU
Maven eclipse pluggin generate external tool with : maven eclipse:external-tools and maven eclipse:external-tools-21 You will be able to run maven in eclipse. It works fine no ? Nicolas Jeffrey Bonevich <[EMAIL PROTECTED]> 22/08/2003 03:01 Veuillez répondre à "Maven Users List" P

Strange variable behavior in comparison

2003-08-22 Thread Peter Neubauer
Hi, I'm having another trouble with variables and imports. Setting a variable str=1 in my build.properties with the following goal ${str2} and ${str} compare ${str == str2} compare ${str == '1'} compare ${str == 1} gives me pr

Re: jxr plugin output

2003-08-22 Thread Emmanuel Venisse
Hi, Yes, we use System.out.println in head. Your patch is welcome. Emmanuel - Original Message - From: "Simon Matic Langford" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, August 22, 2003 10:17 AM Subject: jxr plugin output > hi all, > > we're noticing a lot of output fro

RE: About Javadoc links

2003-08-22 Thread Martin Skopp
On Tue, 2003-08-19 at 09:23, Martin Skopp wrote: > On Thu, 2003-08-14 at 12:06, Simon Matic Langford wrote: > > we'd actually like to do the offline links even when online, as javadoc > > can't go > > through a proxy. > > I have raised JIRA Issue MAVEN-694 > http://jira.codehaus.org/secure/ViewIss

jxr plugin output

2003-08-22 Thread Simon Matic Langford
hi all, we're noticing a lot of output from the jxr plugin which we'd rather went to a file. I had a look at org.apache.maven.jxr.pacman.PackageManager, and the log(String) method, but that just seems to do a System.out.println(). Am I correct in assuming this means I can't stop it? is this stil

Re: Inconsistent EJB, WAR and EAR properties (MAVEN-349)

2003-08-22 Thread dion
How about using the element of the dependency? -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ Boris Ekelchik <[EMAIL PROTECTED]> wrote on 22/08/2003 09:27:27 AM: > It's mentioned in JIRA MAVEN-349 issue, but still unresolved in the current > HEAD versi

RE: windows syntax error

2003-08-22 Thread dion
Even better would be to use -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ Brett Porter <[EMAIL PROTECTED]> wrote on 22/08/2003 10:29:00 AM: > Looks like some quoting is needed - I'm guessing > maven.repo.local=c:\documents and settings\username\.maven\r

Re: Maven Antlr Troubles

2003-08-22 Thread dion
"Alex Karasulu" <[EMAIL PROTECTED]> wrote on 22/08/2003 02:03:23 PM: > I'm having problems getting the antlr plugin to do anything at all other > than create the target/antlr directory. Here's what I have for the antlr > properties: > > # antlr configuration > maven.antlr.grammers= filter.g The

Re: Maven & Eclipse

2003-08-22 Thread dion
External tools entries can be generated using a goal too. -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ Henri Yandell <[EMAIL PROTECTED]> wrote on 22/08/2003 10:54:00 AM: > > Checkout your project in Eclipse from CVS. > Run 'maven eclipse' on your proje

Re: windows syntax error

2003-08-22 Thread dion
Does ${dep.artifact} end in .jar or .ear? -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ [EMAIL PROTECTED] wrote on 22/08/2003 06:17:34 AM: > > I am getting the error seen below. Has anyone else had this error. > > >line="${mav

Re: plugin:generate-goals fails

2003-08-22 Thread dion
Raised as MAVEN-708 -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ "Sri Sankaran" <[EMAIL PROTECTED]> wrote on 22/08/2003 01:01:00 AM: > Have you had a problem running the generate-goals goal of the plugin plugin? > > Maven reports the following error:

Re: setting encoding for javadoc

2003-08-22 Thread dion
Rasied as MAVEN-707. -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ Piotr Maj <[EMAIL PROTECTED]> wrote on 21/08/2003 07:37:34 PM: > Hi, > > I decided to use Maven in my project - this is great and powerful tool. > > I encountered one problem during sit