Re: Parse java code

2003-08-26 Thread =?x-unknown?q?Trygve_Laugst=F8l?=
Hello I think the jxr plugin parses the javasources to be able to color it. For generating xml based on javacode you should check out the xdoclet stuff for getting info from you sources. Trygvis On Mon, 25 Aug 2003, Kumar, Vaidhyanatha K. wrote: Are there open source maven plugins / tools to

RE: installing maven

2003-08-26 Thread Brett Porter
You're installing beta-8? I'd suggest installing beta-10. Cheers, Brett -Original Message- From: Thakkar, Hetal [mailto:[EMAIL PROTECTED] Sent: Tuesday, 26 August 2003 2:43 AM To: Maven Users List Subject: RE: installing maven I have set maven home to

How to attain goals only in the main project in a multiproject configuration

2003-08-26 Thread Nelson Arapé
I want to use the FAQ plugin only in my main project. I put the attainGoal tags as docs suggested, but my subproject fails because no faq.fml exits preGoal name=xdoc:jelly-transform attainGoal name=faq/ /preGoal Is there a way to solve this?, or should I generate manually my faq after

RE: OutOfMemory Error

2003-08-26 Thread dion
Up the memory using MAVEN_OPTS is an even better solution. -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ Siegfried Göschl [EMAIL PROTECTED] wrote on 25/08/2003 10:28:12 PM: Hi Eran, I'm puzzled why you still run out of memory since I build fairly

Re: maven.final.name

2003-08-26 Thread dion
The plugin defines it's own variable. But it's held within it's scope. -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ Leo Sutic [EMAIL PROTECTED] wrote on 26/08/2003 02:07:20 AM: When defining a postGoal to jar:jar, I expect the maven.final.name

RE: installing maven

2003-08-26 Thread dion
Is JAVA_HOME set? -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ Thakkar, Hetal [EMAIL PROTECTED] wrote on 26/08/2003 02:44:59 AM: I have not specified any urls any where. I am just trying to run maven, out of the box. Thanks, Hetal

Re: Jelly if problem

2003-08-26 Thread dion
Change j:set var=idl.already.generated value=false/ to j:set var=idlAlreadyGenerated value=false/ and j:if test=${!idlAlreadyGenerated} ant:echo message=generating idl bindings/ !-- idl compiling goes here-- /j:if should work. -- dIon Gillard,

Re: dependency version (Newbie)

2003-08-26 Thread dion
Andrew Boyd [EMAIL PROTECTED] wrote on 26/08/2003 05:59:01 AM: Hi, I have the following jars jboss-common.jar jboss-jmx-core.jar jboss-jmx-services.jar jboss-jmx.jar Since Maven requires a version I wrote my dependencies as such: dependency groupIdjmx/groupId

Re: Fwd: Re: Jelly if problem

2003-08-26 Thread Rafal Krzewski
Alwyn Schoeman wrote: Hi, Could you please paste his message into a new mail. People who do not use outlook cannot read outlook attached messages. Mozilla 1.5a shows the attachment withot any problems. Here it goes: Subject: Re: Jelly if problem From: Evan Koffler [EMAIL PROTECTED] Date:

RE: Unable to run maven reports

2003-08-26 Thread Brett Porter
I think this has been fixed in CVS - check closed issues in JIRA relating to JXR - there was definitely a NPE fix. The only thing I can think of that might help is to add ${basedir}/... To your sourceDirectory attribute (also not required in CVS, but will help with b10). IS your POM

Re: installing maven - Wrong repository

2003-08-26 Thread Henri Yandell
Happens on Linux too. I'm assuming it's a new 'feature', though I'm not sure I like it as it means every single user has their own repository. How would we turn this off for a build server with multiple users where this feature would be wasting diskspace? Hen On Tue, 26 Aug 2003, Lionel

Re: OutOfMemory Error

2003-08-26 Thread Luke Taylor
[EMAIL PROTECTED] wrote: Up the memory using MAVEN_OPTS is an even better solution. I'm not sure this will work if you're using the sh script in MAVEN_HOME/bin to run maven. At the moment it has MAVEN_OPTS=$MAVEN_OPTS -Xmx500m near the top of the script. (It's not actually 500m, 'cos I've

Re: OutOfMemory Error

2003-08-26 Thread Luke Taylor
Martin Skopp wrote: Indeed a bug. Should be SET MAVEN_OPTS=%MAVEN_OPTS% -Xmx160m or similar (I don't run windows). Could you create a JIRA issue please? Errr. Well my point was that it works OK on Windows but potentially not on *nix. Setting the heap size in the script like this means can

RE: installing maven

2003-08-26 Thread Thakkar, Hetal
JAVA_HOME is set to c:\J2SDK_Forte\jdk1.4.0\jre, where the bin and lib directory for java are. Thanks, Hetal -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, August 25, 2003 8:05 PM To: Maven Users List Subject: RE: installing maven Is JAVA_HOME set?

multiproject templates

2003-08-26 Thread Dominik Dahlem
Hi, I have the following multiproject structure: project/main project/A project/B project/C where main kicks off the multiproject goals. How can I include templates for a common navigation layout for all sub-projects (e.g. I want to have links to all sub-projects)? Additionally, how can I

Re: Re: CVS tag in a maven goal

2003-08-26 Thread Nicolas . CHALUMEAU
Take a look at the scm plugin : http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-585 Nicolas, Martin Jaeger [EMAIL PROTECTED] 26/08/2003 14:50 Veuillez répondre à Maven Users List Pour : [EMAIL PROTECTED] cc : Objet : Re: CVS tag in a maven goal Hi I

Maven with ant stcheckout task

2003-08-26 Thread Qiang . Gao
I am having this error when using ant stcheckout task in maven. BUILD FAILED File.. file:/export/home/devadm/build/maven/ Element... stcheckout Line.. 22 Column 11 com/starbase/starteam/StarTeamFinder Total time: 6 seconds in maven.xml goal name=build.all ...

RE: installing maven

2003-08-26 Thread Siegfried Göschl
Actually you should use the JDK directory since MAVEN needs access to javac and javadoc Cheers, Siegfried Goeschl On 26 Aug 2003 at 11:10, Thakkar, Hetal wrote: JAVA_HOME is set to c:\J2SDK_Forte\jdk1.4.0\jre, where the bin and lib directory for java are. Thanks, Hetal -Original

Different Types of dependencies

2003-08-26 Thread Nelson, Scott (MAN - Corporate)
I have read in the maven documentation that there are different types of recognized dependencies which defaults to 'jar'. Is this just used to build the reference to the file structure of your repository ( e.g., if I had a entry in my pom like project idfoo/id nameThe Grand Master Foo/name