svn commit: r123879 - in maven/maven-1/plugins/branches/scm-1.5-branch: . src/main/org/apache/maven/plugins/scm

2005-01-01 Thread brett
Author: brett Date: Sat Jan 1 19:33:09 2005 New Revision: 123879 URL: http://svn.apache.org/viewcvs?view=rev&rev=123879 Log: `cat ../svn-commit.tmp` Modified: maven/maven-1/plugins/branches/scm-1.5-branch/ (props changed) maven/maven-1/plugins/branches/scm-1.5-branch/src/main/org/apache/

maven code style

2005-01-01 Thread Brett Porter
Hi, I've prepared an intelliJ configuration for the code style that seems to match the majority of the Maven codebase, and one most developers seem happy to use going forward. Drop it into ~/.IntelliJIDEA/config/codestyles and restart, then select it from settings. Does anyone have any comments

[jira] Commented: (MPSCM-40) Avoid use of jelly empty operator

2005-01-01 Thread jira
The following comment has been added to this issue: Author: Brett Porter Created: Sat, 1 Jan 2005 7:44 PM Body: if htat's the case, it's probably fixed for Maven 1.1 then. - View this comment: http://jira.codehau

[jira] Commented: (MPSCM-40) Avoid use of jelly empty operator

2005-01-01 Thread jira
The following comment has been added to this issue: Author: dion gillard Created: Sat, 1 Jan 2005 7:41 PM Body: empty should handle null. from jexl: Object o = sn.value(jc); if (o == null) return Boolean.TRUE; And there's a test in JEXL 1.0 for empty

[jira] Closed: (MPSCM-40) Avoid use of jelly empty operator

2005-01-01 Thread jira
Message: The following issue has been closed. Resolver: Brett Porter Date: Sat, 1 Jan 2005 5:54 PM empty doesn't recognise null. In the branch version, empty is always used on a variable coming from j:set which is not null (null vars are set to "") -

[jira] Commented: (MPSCM-40) Avoid use of jelly empty operator

2005-01-01 Thread jira
The following comment has been added to this issue: Author: Brett Porter Created: Sat, 1 Jan 2005 5:52 PM Body: from the dev list: ERROR1 ERROR2 and run maven without parameters or with "-Dtest=" I get ERROR2 and E

[jira] Commented: (MPSCM-40) Avoid use of jelly empty operator

2005-01-01 Thread jira
The following comment has been added to this issue: Author: Brett Porter Created: Sat, 1 Jan 2005 5:40 PM Body: can you elaborate, perhaps with a test case that is broken? - View this comment: http://jira.codehau

RE: SDocBook Plug-in 1.4 release!

2005-01-01 Thread Carlos Sanchez
Hi, I think we can add the current docbook goals to the sdocbook plugin, they are only few lines. Regards Carlos Sanchez A Coruña, Spain http://www.jroller.com/page/carlossg > -Original Message- > From: M. Sean Gilligan [mailto:[EMAIL PROTECTED] > Sent: Saturday, January 01, 2005 7:3

RE: SDocBook Plug-in 1.4 release!

2005-01-01 Thread M. Sean Gilligan
>As discussed before in the list I think it's a good idea to demote the docbook >plugin to sandbox and rename the sdocbook to docbook, >to avoid misinterpretations. But, what about folks (like me) who are using the original docbook plugin for docbook->xdoc conversion? I guess I could change all

[jira] Closed: (MAVENUPLOAD-282) subpersistence 0.8.2

2005-01-01 Thread jira
Message: The following issue has been closed. - View the issue: http://jira.codehaus.org/browse/MAVENUPLOAD-282 Here is an overview of the issue: -

[jira] Created: (MAVENUPLOAD-282) subpersistence 0.8.2

2005-01-01 Thread jira
Message: A new issue has been created in JIRA. - View the issue: http://jira.codehaus.org/browse/MAVENUPLOAD-282 Here is an overview of the issue: -

Jelly empty operator issue

2005-01-01 Thread Carlos Sanchez
Hi, Maybe I'm missing something stupid, but the empty operator seems broken. If I add this to maven.xml: ERROR1 ERROR2 and run maven without parameters or with "-Dtest=" I get ERROR2 and ERROR1 respectively. I have a patch read

[jira] Updated: (MPSCM-40) Avoid use of jelly empty operator

2005-01-01 Thread jira
The following issue has been updated: Updater: Carlos Sanchez (mailto:[EMAIL PROTECTED]) Date: Sat, 1 Jan 2005 11:37 AM Changes: Attachment changed to scm.patch - For a full history of the issue, se

[jira] Created: (MPSCM-40) Avoid use of jelly empty operator

2005-01-01 Thread jira
Message: A new issue has been created in JIRA. - View the issue: http://jira.codehaus.org/browse/MPSCM-40 Here is an overview of the issue: - Key: M

RE: SDocBook Plug-in 1.4 release!

2005-01-01 Thread Carlos Sanchez
Hi, As discussed before in the list I think it's a good idea to demote the docbook plugin to sandbox and rename the sdocbook to docbook, to avoid misinterpretations. Regards Carlos Sanchez A Coruña, Spain http://www.jroller.com/page/carlossg > -Original Message- > From: Carlos Sanchez

SDocBook Plug-in 1.4 release!

2005-01-01 Thread Carlos Sanchez
The maven-plugins team is pleased to announce the SDocBook Plug-in 1.4 release! http://maven-plugins.sourceforge.net A plugin for DOCBOOK processing. Uses the DocBook Open Repository project XSL stylesheets to process DocBook XML sources into different output formats. Changes in this version