cvs commit: maven/src/plugins-build/clover/xdocs changes.xml

2003-06-04 Thread vmassol
vmassol 2003/06/04 06:51:26 Modified:src/plugins-build/clover plugin.jelly project.xml src/plugins-build/clover/xdocs changes.xml Log: Make sure that test failures or errors do not stop the generation of the Clover reports. Revision ChangesPath 1.6 +

Committers let's agree on how we make changes to a plugin

2003-06-04 Thread Vincent Massol
Hi, What do you think about the following process for making changes to a plugin (and for accepting patches): 1/ Update xdocs/changes.xml (create it if it does not exist) and describe the change 2/ Update the goals.xml/properties.xml and more generally the plugin documentation if changes affectin

cvs commit: maven/src/plugins-build/examples/simple-java/src/test/org/apache/maven/examples - New directory

2003-06-04 Thread vmassol
vmassol 2003/06/04 04:47:36 maven/src/plugins-build/examples/simple-java/src/test/org/apache/maven/examples - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: maven/src/plugins-build/junit-report/xdocs changes.xml

2003-06-04 Thread vmassol
vmassol 2003/06/04 04:36:27 Modified:src/plugins-build/junit-report plugin.jelly project.xml Added: src/plugins-build/junit-report/xdocs changes.xml Log: The maven.test.failure.ignore property is forced to true during the execution of the tests (so that report generation do

Re: smart reactor proposal

2003-06-04 Thread Rafal Krzewski
Aslak Hellesøy wrote: > Imagine I have 3 sub projects a,b and c with the following dependencies: > a<-b<-c. > > The 1st time I run reactor everything is built. Then I modify b and run > reactor again. a doesn't depend on b and therefore shouldn't be rebuilt. > The reactor should now only build b

cvs commit: maven/src/plugins-build/examples/simple-java/src/test/org/apache/maven - New directory

2003-06-04 Thread vmassol
vmassol 2003/06/04 03:53:49 maven/src/plugins-build/examples/simple-java/src/test/org/apache/maven - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: maven/src/plugins-build/examples/simple-java/src/test/org/apache - New directory

2003-06-04 Thread vmassol
vmassol 2003/06/04 03:53:32 maven/src/plugins-build/examples/simple-java/src/test/org/apache - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: smart reactor proposal

2003-06-04 Thread Brian Ewins
There are a lot more sources in a project than just its java source. For example, any project with snapshot dependencies may change if its snapshot jars have changed. You won't know this without actually doing a build. Secondly, the reactor takes a list of goals. One of those goals - or indeed

Re: smart reactor proposal

2003-06-04 Thread Aslak Hellesøy
Don't forget that in general case there are not only java sources but other types of source files (for example, ANTLR grammars). Sure, I know. But at first I'll DTSTTCPW. I think it would be nice to have something similar to Ant's uptodate task in the pom, so that Maven can figure out whether a re

Classloading by property

2003-06-04 Thread Florin Vancea
I just noticed something regarding Maven classloading while trying to sort out a direct JMX approach to JBoss deployment. The issue also applies to other (maybe more common) situations, so please read on and give me some feedback. I am using (approximately) CVS HEAD for "normal" Maven (not maven-n

Re: smart reactor proposal

2003-06-04 Thread Alexey Demakov
Don't forget that in general case there are not only java sources but other types of source files (for example, ANTLR grammars). Best regards, Alexey --- Alexey Demakov, ISP RAS www: http://redverst.ispras.ru e-mail: [EMAIL PROTECTED] ICQ 740187 - Original Message - From: "Aslak Hellesø

smart reactor proposal

2003-06-04 Thread Aslak Hellesøy
Sorry if this has been brought up before, but I have an idea about how to make the reactor smarter/quicker. I have a project with lots of subprojects that are built with reactor. I want to reduce the build time by making the reactor smarter. Imagine I have 3 sub projects a,b and c with the foll

cvs commit: maven/src/plugins-build/examples/simple-java/src/test/org - New directory

2003-06-04 Thread vmassol
vmassol 2003/06/04 01:53:29 maven/src/plugins-build/examples/simple-java/src/test/org - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: maven/src/plugins-build/examples/simple-java/src/test - New directory

2003-06-04 Thread vmassol
vmassol 2003/06/04 01:53:07 maven/src/plugins-build/examples/simple-java/src/test - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: maven/src/bin maven.bat

2003-06-04 Thread vmassol
vmassol 2003/06/04 01:47:36 Modified:src/bin maven.bat Log: Applied Matt Johnson's patch to let users use the JVM -Xmx settings in MAVEN_OPTS environment variable. Revision ChangesPath 1.35 +160 -161 maven/src/bin/maven.bat Index: maven.bat

[Repository Upload Request] xalan 2.5.1 & xercesImpl 2.4.0

2003-06-04 Thread Scott Eade
Can someone please upload xalan-2.5.1.jar & xercesImpl-2.4-0.jar to ibiblio. I have put a copy of these jars at: http://members.iinet.net.au/~seade/public_html/ I haven't bothered with the resource template as the values are pretty obvious for these jars. I am not a subscriber to the maven dev

Re: RE: Setting up Maven-New

2003-06-04 Thread mmaczka
> Jason, > > > Maybe you should think about what your company policy is. What is your > > company policy on the use of software components? Do you use your own > > standard or something like a J2EE or Avalon standard? I think in most > > cases people gravitate toward a standard. As developers we d

RE: Setting up Maven-New

2003-06-04 Thread Marckx_Gino
> > > The layout in repository was intentionally fixed. There > > > are good reasons for that. > > > I think that support for other protocols than file:// and > > > http:// can be considered if there will be more users > > > demanding it. > > > If you want to use ftp:// you can rise an issue in J

RE: Setting up Maven-New

2003-06-04 Thread DeSmet_Ringo
Jason, > Maybe you should think about what your company policy is. What is your > company policy on the use of software components? Do you use your own > standard or something like a J2EE or Avalon standard? I think in most > cases people gravitate toward a standard. As developers we demand > stan

Re: [clean] Documentation update

2003-06-04 Thread dIon Gillard
I agree, but lack the bandwidth and motivation to try. Ben had a go @ one stageBen?? Vincent Massol wrote: -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 03 June 2003 08:24 To: Maven Developers List Subject: Re: [clean] Documentation update Just creating

Re: [Repository Upload Request]

2003-06-04 Thread dIon Gillard
Ross Mason wrote: Hi, We would like to add out project jar to the maven central repository. The jar can be downloaded at - http://osdn.dl.sourceforge.net/sourceforge/mule/mule-0.3-dev.jar. Done. pom and license deployed as well. -- dIon Gillard, Multitask Consulting Blog: http://www.free

RE: maven.bat and -Xmx, remove MAVEN_DEFAULT_OPTS?

2003-06-04 Thread dion
+1 from me -- dIon Gillard, Multitask Consulting Blog: http://www.freeroller.net/page/dion/Weblog Work: http://www.multitask.com.au "Vincent Massol" <[EMAIL PROTECTED]> wrote on 03/06/2003 06:58:34 PM: > > > > -Original Message- > > From: Matt Johnson [mailto:[EMAIL PROTECTED

RE: Setting up Maven-New

2003-06-04 Thread Jason van Zyl
On Tue, 2003-06-03 at 08:33, [EMAIL PROTECTED] wrote: > > The layout in repository was intentionally fixed. There are good reasons > for > > that. > > I think that support for other protocols than file:// and http:// can be > > considered > > if there will be more users demanding it. > > If you wa

[Repository Upload Request]

2003-06-04 Thread Ross Mason
Hi, We would like to add out project jar to the maven central repository. The jar can be downloaded at - http://osdn.dl.sourceforge.net/sourceforge/mule/mule-0.3-dev.jar. Project details - 3 Mule mule 0.3-dev Cubis Limited http://mule.sourc

RE: Setting up Maven-New

2003-06-04 Thread Michal Maczka
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Tuesday, June 03, 2003 2:34 PM > To: [EMAIL PROTECTED] > Subject: RE: Setting up Maven-New > > > > The layout in repository was intentionally fixed. There are good reasons > for > > that. > > I think that sup