Re: [OT] JIRA and CVS

2003-08-07 Thread dion
There's no real integration from what I can tell. Anytime you see a maven commit message with Jira in it, that means the developers typed it in. -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ Jeffrey Bonevich <[EMAIL PROTECTED]> wrote on 05/08/2003 10:31:

RE: Maven beta 10 repository directory

2003-08-07 Thread S. Radhakrishnan
Thanks a lot dIon.. its working fine now. RK. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, August 07, 2003 7:45 AM To: Maven Users List Subject: Re: Maven beta 10 repository directory Please see the maven documentation, particularly http://ma

Re: J2EE project : EAR/WAR/JAR - web site generation

2003-08-07 Thread dion
John Farrell <[EMAIL PROTECTED]> wrote on 08/08/2003 11:53:03 AM: > Yep, maven cannot know these things. My bitch is particularly with Jelly, at > the moment, which includes 3 jars which cannot be downloaded automatically > and contains no information about where to get them from. In particula

RE: J2EE project : EAR/WAR/JAR - web site generation

2003-08-07 Thread Vikram_Kumar
Is anyone else having a problem retrieving j2ee-1.3.jar ? C:\everest>maven __ __ | \/ |__ Jakarta _ ___ | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ |_| |_\__,_|\_/\___|_||_| v. 1.0-beta-9-SNAPSHOT Starting the reactor... Our processing order: Everest Bedrock Framework Everest CSRW

goal dependencies

2003-08-07 Thread Simon Matic Langford
is it possible to make a goal depend on another goal, similar to ant targets? I can put an tag in my goal, but that causes the goal to be run, regardless of whether or not it has been run before, and some goals do their thing everytime, regardless of whether they've been run, which I'm sure is so

maven site:generate error

2003-08-07 Thread Reiners, Mylene
Hi, I'm trying to get Maven to work; I finally managed to get alljars, but now I got the following error, which I cannot solve after googling a lot! TIA, Mylene D:\DataDirectory\Projects\GPF>maven site:generate __ __ | \/ |__ _Apache__ ___ | |\/| / _` \ V / -_) ' \ ~ intelligent projec

Re: and maven.remote.repos

2003-08-07 Thread khote
Yes, I've tried that, all the obvious things I could think of. the struts-1.1.jar on http://www.ibiblio.org/maven/struts/jars/ is 486K. When I execute my build it downloads a file that is only 5kb. It has the name: struts-1.1.jar, but it is a text-file, in fact it is an html document listing the

RE: Building beta-10

2003-08-07 Thread Howard M. Lewis Ship
Now. I pulled the MAVEN_1_0_B10 tagged sources from Anon CVS and did the build from my workspace. Mid way through, I get the OutOfMemory exception. At first, I didn't notice this because I already had a binary of beta-10 installed, and the build was overwriting it. When I wiped out my binary

Re: how do I get resources in my jar file?

2003-08-07 Thread John Farrell
On Tue, 5 Aug 2003 04:54 pm, Andy Jefferson wrote: > On Tuesday 05 Aug 2003 07:48, John Farrell wrote: > > I am running maven beta 10, and cannot get resources copied into my jar > > file. I have made extensive investigations. In the POM, I have this: > > > > > > > > ${basedir}/

[Cactus] Support for WebLogic 7.x is now operational

2003-08-07 Thread Vincent Massol
Hi, Just a quick note to tell you I have committed code in the Cactus Ant integration and in the Cactus plugin for Maven that makes the WebLogic 7.x integration work fine (at least here on my machine :-)). Thanks -Vincent - To

RE: New to Maven

2003-08-07 Thread Shelly_Singh
Hi, I get the following exception when I tried to run Maven. The following is the command i tried: maven -o genApp From one of the users in the list, I got the idea that this is happening because I am probably behind firewall ( I do not even have intrnet access ). Please guide me. Any pointers

Re: Maven beta 10 repository directory

2003-08-07 Thread dion
"S. Radhakrishnan" <[EMAIL PROTECTED]> wrote on 06/08/2003 06:33:54 PM: > Hi, > > I have now installed Maven beta 10 version and trying to generate > maven site. But some how the repository jar files are not created > under the maven beta 10 directory. its created in $userhome/.maven > directory

Re: where set passwords for remote

2003-08-07 Thread dion
There isn't one. Maven currently doesn't handle password prompting on deploy. You'll need to use ssh-agent or authorized keys -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ "khote" <[EMAIL PROTECTED]> wrote on 07/08/2003 02:53:08 AM: > running "maven di

RE: Building beta-10

2003-08-07 Thread dion
So you're using binary beta 10 to build a new beta10? -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ "Howard M. Lewis Ship" <[EMAIL PROTECTED]> wrote on 06/08/2003 09:27:26 PM: > It's building Maven. > > I pulled the Maven source from anon CVS using the