RE: Proper use of checkstyle's xrefLocation for aggregated jxr report

2008-12-30 Thread Jon Ekdahl
" My question is: How can I configure the checkstyle plugin so that the checkstyle report of the subprojects reference the jxr report of the module project in the parent folder?" Robert, that's what I'd like to now also. I've been pulling my hair for a day now trying to make sense of the xre

[m1.0.2] velocity-1.4-dev.jar not found

2005-10-26 Thread Jon Ekdahl
Hi, Downloaded maven-1.0.2.tar.gz and followed the installation instructions. Then I try to run "maven site:generate" on an existing maven1 project. The first few dependencies download correctly but then it fails with the following message: ---

Re: [M2] Unable to download the artifact from any repository --javax.transaction:jta:1.0.1B:jar

2005-10-25 Thread Jon Ekdahl
I've been following the user list for about a month now and this issue seems to be constantly recurring. This suggests to me that the site and/or docs are not informative enough about the issue, maybe something could be done about that (add it to the FAQ, for example, or maybe improve the error me

SV: [m1.0.2] nested expressions in Jelly

2005-10-24 Thread Jon Ekdahl
'+' in Jelly is most likely implemented as in JSTL expression language, in which case it represents numeric addition, not string concatenation (hence the NumericFormatException's, when Jelly tries to convert your strings to numbers) I could be wrong about that, but you could always try: /

Re: [m2] archetype plugin bug?

2005-10-24 Thread Jon Ekdahl
From: Brett Porter [mailto:[EMAIL PROTECTED] Sent: sat 2005-10-22 02:01 To: Maven Users List Subject: Re: [m2] archetype plugin bug? you can use -Dpackage to set a different package, but we should certainly validate the input. Please file a bug in JIRA. - Brett On 10/21/05, Jon Ekdahl &l

[m2] archetype plugin bug?

2005-10-21 Thread Jon Ekdahl
Hi, I'm just getting started on m2 and I believe I stumbled over a bug. I created a template project with the following command: mvn archetype:create -DgroupId=my-group -DarchetypeId=my-app The generated App.java file starts with the line: package my-group; which is not a valid package defin