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/
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
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
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
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 "")
-
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
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
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
>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
Message:
The following issue has been closed.
-
View the issue:
http://jira.codehaus.org/browse/MAVENUPLOAD-282
Here is an overview of the issue:
-
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:
-
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
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
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
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
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
16 matches
Mail list logo