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 MAVEN_1_0_B10 tag.
 
 I'm wondering if the OutOfMemory could be caused by endless recursion?
 
 --
 Howard M. Lewis Ship
 Creator, Tapestry: Java Web Components
 http://jakarta.apache.org/tapestry
 
 
 
  -Original Message-
  From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
  Sent: Tuesday, August 05, 2003 8:27 PM
  To: Maven Users List
  Subject: RE: Building beta-10
  
  
   -Xmx1024MB I still run out of memory at the same place:
  
  [exec] +
  [exec] | Building Maven FAQ Plug-in
  [exec] | Memory: 62M/63M
  [exec] +
  
  Certainly doesn't look like it's using 1024m..
  
  p.s. where is the source for b10 coming from?
  
  --
  dIon Gillard, Multitask Consulting
  Blog:  http://blogs.codehaus.org/people/dion/
  
  
  
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 


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 install and rebuilt ... that's when I discovered that the 
build was
incomplete (which explained my previous problem building HiveMind).

The problem is that a from-scratch build using the tagged MAVEN_1_0_B10 sources won't 
build on my
machine (Sun JDK 1.4, Windows XP).

--
Howard M. Lewis Ship
Creator, Tapestry: Java Web Components
http://jakarta.apache.org/tapestry



 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
 Sent: Thursday, August 07, 2003 12:56 AM
 To: Maven Users List
 Subject: RE: Building beta-10
 
 
 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 MAVEN_1_0_B10 tag.
  
  I'm wondering if the OutOfMemory could be caused by endless 
 recursion?
  
  --
  Howard M. Lewis Ship
  Creator, Tapestry: Java Web Components 
  http://jakarta.apache.org/tapestry
  
  
  
   -Original Message-
   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
   Sent: Tuesday, August 05, 2003 8:27 PM
   To: Maven Users List
   Subject: RE: Building beta-10
   
   
-Xmx1024MB I still run out of memory at the same place:
   
   [exec] +
   [exec] | Building Maven FAQ Plug-in
   [exec] | Memory: 62M/63M
   [exec] +
   
   Certainly doesn't look like it's using 1024m..
   
   p.s. where is the source for b10 coming from?
   
   --
   dIon Gillard, Multitask Consulting
   Blog:  http://blogs.codehaus.org/people/dion/
   
   
   
  
  
  
 -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
  
 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 attainGoal/ 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 sometimes necessary (eg
clover needs test:test to
run again because it instruments the code). Unless goals (and plugins)
should check better
to see if they need to run?

thanks

simon

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 distribution
is
Prohibited and may be unlawful. If you received this in error, please
contact the sender and delete the material from any computer. The views
expressed in this e-mail may not necessarily be the views of The PCMS
Group
plc and should not be taken as authority to carry out any instruction
contained.
 



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 particular, 
the 
 Jelly Getting Started page states that maven will download all of the 
 required jars, when it is obvious within seconds of trying to use jelly 
that 
 that will not be the case. In those cases, users need details on how to 
get 
 the missing dependencies. For example, explicit instructions on the 
Getting 
 Started page would be polite (see footnote), but it would be much 
cooler if 
 when maven tried to download the jar it instead retrieved a message 
which 
 told the user go to this site, download this file, call it this 
andstick it 
 here.
Yep, that'd be nice, but maven can't know where all possible jar files are 
stored. The only place it can look is on the remote repo. It does say 
where its trying to download it from, and the only place to stick it is 
the local repo.

 The problem is made worse by that fact that maven has naming conventions 
for 
 jars which are not followed by the providers of those jars. I just 
downloaded 
 the JDBC 2.0 jar from Sun because Jelly depends on jdbc-2.0.jar. 
However 
 the file I downloaded was actually called jdbc2_0-stdext.jar. I can 
only 
 presume that is the one Jelly wants, but maybe there is another. I also 
need 
 to download xsdlib-20020414.jar. That sounds like a nightly build of 
 something I've never heard of. What if I can find xsdlib-1.0.jar? Will 
that 
 be good enough? What if I find an archive of xsdlib nightly builds, but 
it 
 only goes back 3 months?
That's what the project info dependencies page is for. See 
http://jakarta.apache.org/commons/jelly/libs/swing/dependencies.html for 
an example.

If the project specifies a URL, a link will appear on that page.

As for stated dependencies that are supposed to be publicly available, 
there is a central repository at http://www.ibiblio.org/maven for them.

 My point is, if maven is going to dumb down the dependency thing, it's 
got to 
 work for dumb people. Dumb people can probably follow instructions on 
how to 
Nothing will ever work for dumb people. People are far dumber than 
software can be smart.

 get something, but guessing what jar is meant and figuring out where to 
get 
 it from is just an unfair ask.
I agree. It is unfair. The jelly project documentation is bad and out of 
date.

 (footnote): While writing this mail, I received other mail telling me 
that 
 when they wrote the Getting Started guide, those jars were available for 

 automatic download but they were later removed.
But noone's updated the docs...

--
dIon Gillard, Multitask Consulting
Blog:  http://blogs.codehaus.org/people/dion/


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://maven.apache.org/reference/user-guide.html#Behavioural%20Properties

for a full list of properties that affect it's behaviour.

Please note, you've mistyped maven.home.local below, you have it as 
maven.local.home.
--
dIon Gillard, Multitask Consulting
Blog:  http://blogs.codehaus.org/people/dion/


S. Radhakrishnan [EMAIL PROTECTED] wrote on 06/08/2003 09:50:04 
PM:

 
 Hi,
 
 that works fine for repository. But for checkstyle plugins
 .. its looking at the directory .maven in the $userhome directory.
 what are all the additional properties do i need to set for Maven
 beta 10 upgradation.??.. I have checked the ur reference site too
 and set the same values as,
 
 maven.repo.local = ${maven.home}/repository
 maven.local.home = /opt/maven
 
 is that enough??..
 
 
 
 RK.
 
 
 -Original Message-
 From: Fabrice Depoux [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, August 06, 2003 2:14 PM
 To: S. Radhakrishnan
 Subject: Re: Maven beta 10 repository directory
 
 
 As it is explained in the wiki
 (http://wiki.codehaus.org/maven/MigratingFromBeta9ToBeta10), you have to 
set
 the properties mavan.local.home
 
 Fabrice.
 
 
 On Wed, 6 Aug 2003 14:03:54 +0530
 S. Radhakrishnan [EMAIL PROTECTED] wrote:
 
  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. Means, it is looking for the repositories from 
$userhome/.maven
  directory instead of $mavenbeta10dir/repository
 
  How to get rid of this.
 
 
  RK.
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 
 
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[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 unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]