Maven changelog site

2005-03-29 Thread Stephen Gray
Hi, I have a problem with my changelog reports. The report is displayed fine but nne of the links work. any ideas? Thanks - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Error while running maven

2005-03-29 Thread Dinesh Pandey
Hi, I am getting the following error when I try to call any maven plugin (e.g maven java:compile). Could someone please help in resolving this? ___ [MethodExpression] Cannot evaluate expression

Setting a property from a jelly script

2005-03-29 Thread Daniel Or
Hi. How do I set or override a property from within a jelly script? . Daniel Or ```

Re: maven roadmap - should i stay or should i go

2005-03-29 Thread Serge Huber
Gosh this Maven 2 is beginning to sound really good ! Now the waiting will be even harder :) cheers, Serge... Brett Porter wrote: Will there be a facility in the new (maven 2) POM to specify the default goals required to build the artifact (either fully stated ${pom.goals} or determined by some

Re: Error while running maven

2005-03-29 Thread Kenney Westerhof
On Tue, 29 Mar 2005, Dinesh Pandey wrote: Hi, I am getting the following error when I try to call any maven plugin (e.g maven java:compile). Could someone please help in resolving this? Your repository value in your project.xml is malformed. See near the bottom of the stacktrace:

Re: Subversion and SCM reports

2005-03-29 Thread Jamie Bisotti
Brett Porter wrote: sounds like: http://jira.codehaus.org/browse/MPCHANGELOG-29 try using plugin:download to get maven-changelog-plugin version 1.7.2 Cheers, Brett On Mon, 28 Mar 2005 21:56:55 -0500, Jamie Bisotti [EMAIL PROTECTED] wrote: # BEGIN: Which report

Re: Setting a property from a jelly script

2005-03-29 Thread Thomas Recloux
On Tue, 29 Mar 2005 13:34:24 +0300, Daniel Or [EMAIL PROTECTED] wrote: How do I set or override a property from within a jelly script? http://jakarta.apache.org/commons/jelly/tags.html#core:set -- Thomas Recloux - To

ejbjar and xml registry question

2005-03-29 Thread wesley . vrieselaar
Hi, I had this problem I just couldn't figure out. We have various Maven projects that are built using the multiproject plugin. One of these projects contains an EJB and its maven.xml calls the ejbjar task. This task would run fine when doing multiproject:install, but would fail when running

BUG - replacetoken ant tag

2005-03-29 Thread eric . jacob
Hi, I've fall on this issue with the ant:replace task within Maven (jelly script) during my plug-in development: The token attribute must not be an empty string. It seems that Maven deletes the content of the replacetoken before the execution of Ant. I've found an open bug on JIRA related

Re: BUG - replacetoken ant tag

2005-03-29 Thread Brett Porter
You could try Maven's SVN HEAD which uses Ant 1.6. This is a bug that will likely only get fixed by someone digging in and submitting a patch... any takers? Sorry I can't be of more help at this stage. Cheers, Brett On Tue, 29 Mar 2005 14:36:28 -0500, [EMAIL PROTECTED] [EMAIL PROTECTED]

RE: Error while running maven

2005-03-29 Thread GOKULAM Jayaram
Dinesh, It is specific to your application, which is asking for a classpath to be set or even a dependent jar is missing. Please check on that. Regards, Jayaram -Original Message- From: Dinesh Pandey [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 29, 2005 3:46 PM To:

Re: Depend on this project's classes during its build vs. its artifact during other builds??

2005-03-29 Thread Ha ryon
else you could have initdb depend on a property, that you would set in projectA to ${maven.build.dest} and in projectB project.properties you would change it to something else. would it work ? If initbd is called from projectB probably. On Mon, 28 Mar 2005 15:20:50 -0800, dan tran [EMAIL

RE: BUG - replacetoken ant tag

2005-03-29 Thread Vincent Massol
Hi Eric, AFAIK, this is a bug in Ant not in Maven (I get it on projects where I use only Ant). It is because does not support an empty replace string. Add a space or something and it should work. You should ask on the Ant mailing list and see if it got fixed. Thanks -Vincent -Original

maven repository in linux or unix

2005-03-29 Thread GOKULAM Jayaram
Hi all, In windows the repository and the plug-in cache is in, C:\Documents and Settings\Username\.maven May I know where this .maven repository and cache is available in Linux and Unix. Thanks in advance, Jayaram Confidentiality Statement: This message is intended only for the

Re: maven repository in linux or unix

2005-03-29 Thread Andrei Szabo
It should be under /home/Username/.maven Andrei. --- GOKULAM Jayaram [EMAIL PROTECTED] wrote: Hi all, In windows the repository and the plug-in cache is in, C:\Documents and Settings\Username\.maven May I know where this .maven repository and cache is available in Linux and

Re: maven repository in linux or unix

2005-03-29 Thread Brett Porter
In your home directory. ~/.maven Can be configured by: http://maven.apache.org/reference/properties.html#Maven_Configuration_Properties - Brett On Wed, 30 Mar 2005 12:25:51 +0530, GOKULAM Jayaram [EMAIL PROTECTED] wrote: Hi all, In windows the repository and the plug-in cache is in,