The need for multiple passes over a document

2008-04-28 Thread Jason van Zyl
I was looking at the TOC macro and I feel what it's doing is wrong insofar as requiring a second pass to get the structure of the document. There are definitely cases where you need to make multiple passes and the TOC macro is clearly one of them. Having to pass in the the whole source

releasing 1.0

2008-04-28 Thread Jason van Zyl
Hi, After chatting with Lukas and Vincent on IRC I think if we want to continue with changes to Doxia then we should release the 1.0 for the site plugin and move on. I know that changes Vincent Massol would like to make are important, and I have started to fully decouple the site notions

Re: The need for multiple passes over a document

2008-04-28 Thread Vincent Massol
On Apr 28, 2008, at 3:49 PM, Jason van Zyl wrote: I was looking at the TOC macro and I feel what it's doing is wrong insofar as requiring a second pass to get the structure of the document. There are definitely cases where you need to make multiple passes and the TOC macro is clearly

write access to MAVEN space @ docs.codehaus.org

2008-04-28 Thread nicolas de loof
Hello Can someone give me write-permission on MAVEN space on maven wiki ( docs.codehaus.org) In the same time, what's the (historical ?) reason this docs, and the Jira instance for apache maven is hosted on codehaus ? Nicolas.

Re: write access to MAVEN space @ docs.codehaus.org

2008-04-28 Thread Arnaud HERITIER
Because when we started to use them, apache didn't propose those tools. Arnaud On Mon, Apr 28, 2008 at 9:08 AM, nicolas de loof [EMAIL PROTECTED] wrote: Hello Can someone give me write-permission on MAVEN space on maven wiki ( docs.codehaus.org) In the same time, what's the (historical ?)

Re: Multiple -P options

2008-04-28 Thread david
On Mon, 28 Apr 2008, Paul Benedict wrote: Maybe a new option to help debugging would help. One that would printout all activated profiles, plus any profile names that were not found. The help plugin can be used for this:

Re: [vote] Move maven-runtime out of the sandbox and release 1.0-alpha-1

2008-04-28 Thread Mark Hobson
2008/4/25 Mark Hobson [EMAIL PROTECTED]: Right, thanks for clarifying Brian. Staging repo: http://people.apache.org/~markh/staging-repo/ Guide to testing staged releases: http://maven.apache.org/guides/development/guide-testing-releases.html Vote open for 72 hours. [ ] +1 [ ]

RE: Multiple -P options

2008-04-28 Thread Bernhard David
Hello, well there's mvn help:active-profiles for the active ones already - A debugging option would be good too. On the topic of profiles: I'd find it useful to have -Pprofile work as usual, but -P+profile to add profile to the active profiles *without* preventing the default ones from being

RE: Building Applet JARS inside WAR files using Maven 2.0

2008-04-28 Thread Brian E. Fox
You can do this with dependency:unpack or dependency:copy too instead of using ant. -Original Message- From: satheeshsamiappan [mailto:[EMAIL PROTECTED] Sent: Monday, April 28, 2008 12:57 AM To: dev@maven.apache.org Subject: Re: Building Applet JARS inside WAR files using Maven 2.0 Hi

Re: Multiple -P options

2008-04-28 Thread Stephen Connolly
And -P!profile or -P-profile to remove it... This is especially handy if you have one profile that is always active by default... the hack of -Pdoesnotexist to disable it is not nice On Mon, Apr 28, 2008 at 11:03 AM, Bernhard David [EMAIL PROTECTED] wrote: Hello, well there's mvn

Re: write access to MAVEN space @ docs.codehaus.org

2008-04-28 Thread Brett Porter
I responded a few days ago - maybe it got drowned out. You need to file a request at codehaus, because AFAIK no one here has karma. Let me reiterate my preference to move these spaces to the Apache instance that is working just fine for other projects :) - Brett On 28/04/2008, at 11:45

Versioning Build

2008-04-28 Thread Niranjan Deshpande
I am using Maven and Cruise Control for build activities. I am using SVN Every time I force a build, I give the version number of the build in the pom.xml file. and take the build in cruise control. But this seems weird now, every time. I want to avoid manual entry into the pom.xml, every time a

Re: write access to MAVEN space @ docs.codehaus.org

2008-04-28 Thread nicolas de loof
Let me reiterate my preference to move these spaces to the Apache instance that is working just fine for other projects :) - Brett +1 - sounds natural to host apache related doc at apache.org...

Re: write access to MAVEN space @ docs.codehaus.org

2008-04-28 Thread Jason van Zyl
On 28-Apr-08, at 8:55 AM, Brett Porter wrote: I responded a few days ago - maybe it got drowned out. You need to file a request at codehaus, because AFAIK no one here has karma. Anyone who's listed there and on the PMC has karma: http://xircles.codehaus.org/projects/maven/members Signup,

[VOTE-result] Release Maven archetype plugin version 2.0-alpha-3 [take 3]

2008-04-28 Thread Raphaël Piéroni
Hi, Here are the result: Binding votes: Arnaud, Brian, Lukas Non binding votes: Jason, Milos, Raphaël The vote is successful. Therefore, i move to the next step and publish the archetype plugin from staged repository to apache repository. Regards, Raphaël 2008/4/25, Raphaël Piéroni [EMAIL

Re: POM Element for Source File Encoding

2008-04-28 Thread Benjamin Bentmann
Hervé Boutemy wrote. the proposal is here: http://docs.codehaus.org/display/MAVENUSER/POM+Element+for+Source+File+Encoding Recently, we have received two comments from users on the wiki that are against the proposed default encoding of Latin-1 but would rather like it to stay as is, i.e.

RE: POM Element for Source File Encoding

2008-04-28 Thread Brian E. Fox
Lets step back for a bit. Who exactly is asking for this change? Is there an issue with a huge number of votes attached to it? This is certainly relevant when asking for a change as fundamental as this. If a handful of people have issues with this, but everyone else is ok with platform default,

[ANN] Maven Archetype Plugin 2.0-alpha-3 Released

2008-04-28 Thread Raphaël Piéroni
The Maven team is pleased to announce the release of the Maven Archetype Plugin, version 2.0-alpha-3 The Archetype Plugin allows the user to create a Maven 2 project from an existing template called an archetype. It also allows the user to create an archetype from an existing project.

Re: [vote] Move maven-runtime out of the sandbox and release 1.0-alpha-1

2008-04-28 Thread Wendy Smoak
On Mon, Apr 28, 2008 at 5:40 PM, Mark Hobson [EMAIL PROTECTED] wrote: 4hrs to go.. anyone? Does it have docs? How would I test it? -- Wendy - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

RE: [vote] Move maven-runtime out of the sandbox and release 1.0-alpha-1

2008-04-28 Thread Brian E. Fox
I browsed the repo earlier and everything seemed in order, I have no idea what this does or how to test it, but given that it's a shared component that won't harm anyone, +1. -Original Message- From: Mark Hobson [mailto:[EMAIL PROTECTED] Sent: Monday, April 28, 2008 5:41 AM To: Maven