[jira] Commented: (MAVEN-489) Checkstyle Error - "Got an exception - java.lang.ClassCastException "

2003-06-14 Thread jira
The following comment has been added to this issue: Author: Incze Lajos Created: Sat, 14 Jun 2003 6:26 PM Body: OK. My previous diagnosis was all right (I've caught a real bug), but the main disease was different. And it's not maven. Studying the "target/checkstyle-raw-report.xml"

[jira] Updated: (MAVEN-490) Jelly Errors (maven.log full of them)

2003-06-14 Thread jira
The following issue has been updated: Updater: Nick Minutello (mailto:[EMAIL PROTECTED]) Date: Sat, 14 Jun 2003 2:09 PM Comment: This is the maven.log of just one iteration of the site:generate goal for one of our projects (and I have halved the size!) Changes: Attac

[jira] Updated: (MAVEN-490) Jelly Errors (maven.log full of them)

2003-06-14 Thread jira
The following issue has been updated: Updater: Nick Minutello (mailto:[EMAIL PROTECTED]) Date: Sat, 14 Jun 2003 2:02 PM Comment: This is the maven log (minus the 1000's of nulls) from building Maven itself Changes: Attachment changed from to maven.log

[jira] Created: (MAVEN-490) Jelly Errors (maven.log full of them)

2003-06-14 Thread jira
Message: A new issue has been created in JIRA. - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-490 Here is an overview of the issue: --

[jira] Updated: (MAVEN-460) Overhaul of docbook plugin

2003-06-14 Thread jira
The following issue has been updated: Updater: Gabriel Sjoberg (mailto:[EMAIL PROTECTED]) Date: Sat, 14 Jun 2003 12:30 PM Comment: ...And because I'm still unsure how to do this, here's a snapshot of my current docbook source directory. Ignore the last one Changes: A

[jira] Updated: (MAVEN-460) Overhaul of docbook plugin

2003-06-14 Thread jira
The following issue has been updated: Updater: Gabriel Sjoberg (mailto:[EMAIL PROTECTED]) Date: Sat, 14 Jun 2003 12:27 PM Comment: This is the latest patch for updating the docbook plugin. Changes: Attachment changed from to docbook-patch.txt -

[jira] Commented: (MAVEN-489) Checkstyle Error - "Got an exception - java.lang.ClassCastException "

2003-06-14 Thread jira
The following comment has been added to this issue: Author: Vincent Massol Created: Sat, 14 Jun 2003 9:22 AM Body: Email from Incze Lajos [EMAIL PROTECTED]: On Fri, Jun 13, 2003 at 04:40:44PM +0800, Willie Vu wrote: > Vincent, > > After I changed antlr plugin to use 2.7.2, I run

cvs commit: maven-new/fetch maven.xml

2003-06-14 Thread bwalding
bwalding2003/06/14 04:04:27 Modified:fetchmaven.xml Log: Fix a small oddity with eclipse and test-classes dir Revision ChangesPath 1.4 +6 -1 maven-new/fetch/maven.xml Index: maven.xml ==

[jira] Created: (MAVEN-489) Checkstyle Error - "Got an exception - java.lang.ClassCastException "

2003-06-14 Thread jira
Message: A new issue has been created in JIRA. - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-489 Here is an overview of the issue: --

Dependency download and native code

2003-06-14 Thread Jens Andersen
Hi All, I was wondering how Maven can handle download of different jar files depending on which platform the project is being developed on. As an example take a SWT application where we on the Windows platform have .DLLs and on the Linux platform have a .so files. But when I'm developing on Linux

cvs commit: maven/src/plugins-build/xdoc/src/plugin-resources/templates team-list.xml

2003-06-14 Thread bwalding
bwalding2003/06/14 00:52:41 Modified:src/plugins-build/xdoc/src/plugin-resources/templates team-list.xml Log: Some weird timezone calculations in there before. Not really sure what the magic 20 is, but it makes things work better than before. Revision C