RE: OutOfMemory Error

2003-08-20 Thread dion
Set the property maven.build.dir See the user guide: http://maven.apache.org/reference/user-guide.html#Behavioural%20Properties -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ "Eran Chinthaka" <[EMAIL PROTECTED]> wrote on 21/08/2003 04:40:14 PM: > Ho

RE: OutOfMemory Error

2003-08-20 Thread Eran Chinthaka
How can I specify a new output directory. I have project.xml file in the d:/test folder. Afer running maven it creates a target folder in d:/test. How can I put this to some where else ? Eran Chinthaka Eurocenter DDC Limited 65, Walukarama Road Colombo 03 Tel: 074 721194-6 -Original Messag

[OT-Jelly]Expression evaluation

2003-08-20 Thread Sri Sankaran
I am a little confused over when an attribute value of ${whatever} is evaluated as an expression and when it is treated literally. In particular, I am noticing an inconsistency in the way an attribute value is being treated by and . It seems that 's value attribute is treated literally; howev

Re: But more support for shared maven-home ?

2003-08-20 Thread Ben Walding
Paul Libbrecht wrote: Also, I wanted to request a small post-processing command, maybe to be inserted as a property, to allow anything created in this repository to be flagged group-writable. Where should I set this ? Should I go into the maven source ? Perhaps set the umask in your maven

Re: OutOfMemory Error

2003-08-20 Thread Jefferson K. French
Did you inadvertently make your transformation output directory the same as the input directory? On Thu, 21 Aug 2003, at 09:10:34 [GMT +0600] Eran Chinthaka wrote: > I was using maven site command. At one time it is saying copying some > number of files. But the problem is the number of files thi

Re: OutOfMemory Error

2003-08-20 Thread dion
1) What version of maven? 2) Where is it failing? 3) Run 'maven -e site' and post the stack trace. -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ "Eran Chinthaka" <[EMAIL PROTECTED]> wrote on 21/08/2003 01:10:34 PM: > I was using maven site command. At

OutOfMemory Error

2003-08-20 Thread Eran Chinthaka
Title: Message I was using maven site command. At one time it is saying copying some number of files. But the problem is the number of files this is copying seems to be increasing, without much  of a change to the code or relevant xml files. And another things is after transforming user doc

Re: Generation of site documentation with Forrest

2003-08-20 Thread dion
"JACOB, ERIC" <[EMAIL PROTECTED]> wrote on 21/08/2003 06:07:07 AM: > Hi all, > > Why Maven doesn't use Forrest for project website generation ? All IMHO: 1) Forrest came after Maven 2) Maven docs came out of Anakia, Forrest out of Cocoon 3) Forrest is heavy in terms of size. 4) Forrest is slow.

Re: But more support for shared maven-home ?

2003-08-20 Thread dion
Paul Libbrecht <[EMAIL PROTECTED]> wrote on 21/08/2003 08:45:13 AM: > > Hi Maveners, > > Since maven b10, the maven.home is now in ${user.home}/.maven. Not quite, just per user stuff is placed there, i.e. non-installation details. > For our current systems, this is pretty much a catastrophe as

RE : RE : Checkstyle report problem

2003-08-20 Thread dion
We agreed recently that relative paths would be allowed in the POM, and made absolute as part of the POM processing. -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ "Nicolas FRANK" <[EMAIL PROTECTED]> wrote on 20/08/2003 09:00:27 PM: > So the documentati

RE : RE : Checkstyle report problem

2003-08-20 Thread dion
In CVS head, pom.build.sourceDirectory should always return an absolute path. -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ "Nicolas FRANK" <[EMAIL PROTECTED]> wrote on 20/08/2003 06:43:46 PM: > Yes, the cvs head > (http://cvs.apache.org/viewcvs/maven

RE: RE : Checkstyle report problem

2003-08-20 Thread dion
Correct. CVS Head should now do it automatically. -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ "Simon Matic Langford" <[EMAIL PROTECTED]> wrote on 20/08/2003 08:23:21 PM: > not according to your documentation: > > http://maven.apache.org/start/integra

RE: But more support for shared maven-home ?

2003-08-20 Thread Brett Porter
> Since maven b10, the maven.home is now in ${user.home}/.maven. Nope, that's maven.home.local. I'm guesing your problem is the repository, not the plugins directory. In this case, have all the users set maven.repo.local=/path/to/shared/repo in their ~/build.properties. Alternatively, you can se

But more support for shared maven-home ?

2003-08-20 Thread Paul Libbrecht
Hi Maveners, Since maven b10, the maven.home is now in ${user.home}/.maven. For our current systems, this is pretty much a catastrophe as the homes are limited (being backed-up). I managed changing this to a shared directory (which will allow then people to also share their repository). I want

Generation of site documentation with Forrest

2003-08-20 Thread JACOB, ERIC
Hi all, Why Maven doesn't use Forrest for project website generation ? It would be interesting to see a consistent Apache website and Forrest has very great festures (based on Cocoon, static and dynamic web application, etc.). Maven is great too, but why not standardize Apache website ? You could

Re: RE : Checkstyle report problem

2003-08-20 Thread Emmanuel Venisse
I updated the docs in cvs. - Original Message - From: "Simon Matic Langford" <[EMAIL PROTECTED]> To: "'Maven Users List'" <[EMAIL PROTECTED]> Sent: Wednesday, August 20, 2003 12:23 PM Subject: RE: RE : Checkstyle report problem not according to your documentation: http://maven.apache.o

RE : RE : Checkstyle report problem

2003-08-20 Thread Nicolas FRANK
So the documentation should be updated (I was about to send the same link but you did it faster ;-) )... I changed my project.xml source directory and all is ok with the cvs head version. In my understand, the ${basedir} requirement is ok as it allows more fexibility (for example, for migration pu

RE: RE : Checkstyle report problem

2003-08-20 Thread Simon Matic Langford
not according to your documentation: http://maven.apache.org/start/integrate.html s 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

Re: pom directory in maven repository

2003-08-20 Thread Rafal Krzewski
Norbert Pabiś wrote: > Does anybody know what is pom directory in maven repository for? > On ibiblio it is always empty (at least in this projects I was > interested in). project.xml files are intended to be deployed in there so that things like automatic discovery of project dependencies are poss

Re: RE : Checkstyle report problem

2003-08-20 Thread Emmanuel Venisse
No, because we recommend to use ${basedir} un pom declaration ${basedir}/src/java - Original Message - From: "Nicolas FRANK" <[EMAIL PROTECTED]> To: "Maven Users List" <[EMAIL PROTECTED]> Sent: Wednesday, August 20, 2003 10:43 AM Subject: RE : RE : Checkstyle report problem Yes, the cvs

pom directory in maven repository

2003-08-20 Thread Norbert Pabiś
Does anybody know what is pom directory in maven repository for? On ibiblio it is always empty (at least in this projects I was interested in). -- Norbert Pabiś - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

RE : RE : Checkstyle report problem

2003-08-20 Thread Nicolas FRANK
Yes, the cvs head (http://cvs.apache.org/viewcvs/maven/src/plugins-build/checkstyle/src/plugin- resources/checkstyle.jsl?rev=HEAD&content-type=text/vnd.viewcvs-markup) of checkstyle.jsl gives while it should be -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Envoy

RE : ejb plugin - option not to jar sources

2003-08-20 Thread Nicolas FRANK
.. No it normaly doesn't ! I suspect you have set the maven.ejb.src (or you have put your sources into ejb/src which is the default value) which put all file under this folder into the ejb archive. So just remove it. Nicolas. -Message d'origine- De : Srinivas Pavani [mailto:[EMAIL PROTE