RE: [SCM] Question on maven.scm.svn.module property

2005-02-20 Thread Vincent Massol
> -Original Message- > From: Brett Porter [mailto:[EMAIL PROTECTED] > Sent: lundi 21 février 2005 00:27 > To: Maven Developers List > Subject: Re: [SCM] Question on maven.scm.svn.module property > > Vincent Massol wrote: > > >I've tried this on one of my SVN projects where I've voluntar

Re: [SCM] Question on maven.scm.svn.module property

2005-02-20 Thread Brett Porter
Vincent Massol wrote: >I've tried this on one of my SVN projects where I've voluntarily set up >pom.artifactId != module name. It was working fine (I haven't tried it with >CVS though). I'll try it on one of the Maven plugins when I have time. Do >you know why you think it may not work? (that'll w

RE: [SCM] Question on maven.scm.svn.module property

2005-02-20 Thread Vincent Massol
> -Original Message- > From: Brett Porter [mailto:[EMAIL PROTECTED] > Sent: dimanche 20 février 2005 23:59 > To: Maven Developers List > Subject: Re: [SCM] Question on maven.scm.svn.module property > > > >I've actually committed this replacement a few hours earlier. I have > tested > >i

svn commit: r154570 - maven/maven-1/plugins/trunk/xdoc/project.xml

2005-02-20 Thread brett
Author: brett Date: Sun Feb 20 15:11:30 2005 New Revision: 154570 URL: http://svn.apache.org/viewcvs?view=rev&rev=154570 Log: fix malformed project.xml Modified: maven/maven-1/plugins/trunk/xdoc/project.xml Modified: maven/maven-1/plugins/trunk/xdoc/project.xml URL: http://svn.apache.org/vi

Re: [SCM] Question on maven.scm.svn.module property

2005-02-20 Thread Brett Porter
>I've actually committed this replacement a few hours earlier. I have tested >it on a SVN project (but not yet on a CVS project) and I'd like to know what >you think it breaks. Also you mention a directory but I'm not sure which >directory you're talking about. > >If I've made a mistake I need to

RE: [SCM] Question on maven.scm.svn.module property

2005-02-20 Thread Vincent Massol
> -Original Message- > From: Brett Porter [mailto:[EMAIL PROTECTED] > Sent: dimanche 20 février 2005 22:42 > To: Maven Developers List > Subject: Re: [SCM] Question on maven.scm.svn.module property > > Vincent Massol wrote: > > >Hi Brett, > > > >Here's a summary of what I understand: >

RE: svn commit: r154533 - in maven/maven-1/plugins/trunk/xdoc: project.properties project.xml src/plugin-resources/site.jsl xdocs/changes.xml xdocs/index.xml xdocs/navigation.xml

2005-02-20 Thread Vincent Massol
Thanks. I like it. I agree with Arnaud that the "doc for" is not visible enough at the bottom. Thanks -Vincent > -Original Message- > From: Michal Maczka [mailto:[EMAIL PROTECTED] > Sent: lundi 21 février 2005 04:45 > To: Maven Developers List > Subject: Re: svn commit: r154533 - in maven

Re: [SCM] Question on maven.scm.svn.module property

2005-02-20 Thread Brett Porter
Vincent Massol wrote: >Hi Brett, > >Here's a summary of what I understand: > >1/ I'm ok to try replacing the use ${module} by ${pom.artifactId} everywhere >in the cruisecontrol plugin > > No, this makes a rather big assumption that the directory name matches the artifact ID. It would be nice if

[jira] Closed: (MAVENUPLOAD-301) Upload wicket-extensions-0.9.18-beta.jar

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

[jira] Closed: (MAVENUPLOAD-300) Upload wicket-0.9.18-beta.jar

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

[jira] Created: (MAVENUPLOAD-301) Upload wicket-extensions-0.9.18-beta.jar

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

[jira] Created: (MAVENUPLOAD-300) Upload wicket-0.9.18-beta.jar

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

RE: svn commit: r154533 - in maven/maven-1/plugins/trunk/xdoc: project.properties project.xml src/plugin-resources/site.jsl xdocs/changes.xml xdocs/index.xml xdocs/navigation.xml

2005-02-20 Thread Arnaud HERITIER
2 remarks : - spaces between crumbs and separators aren't equals (no spaces between maven and maven plugins) : Maven>Maven Plugins> Maven XDoc Plug-in > About Is it normal ? - I don't like the date and the release in the bottom left. Can't we put them anywhere else ? Arnaud > -Message

Re: svn commit: r154533 - in maven/maven-1/plugins/trunk/xdoc: project.properties project.xml src/plugin-resources/site.jsl xdocs/changes.xml xdocs/index.xml xdocs/navigation.xml

2005-02-20 Thread Michal Maczka
Vincent Massol wrote: Hi Michal, Do you have an example web page where we could see the live result of applying breadcrumbs to a project? http://codehaus.org/~michal/docs/ greets Michal -- Sprawdz NOWE parametry hostingu! http://link

RE: svn commit: r154533 - in maven/maven-1/plugins/trunk/xdoc: project.properties project.xml src/plugin-resources/site.jsl xdocs/changes.xml xdocs/index.xml xdocs/navigation.xml

2005-02-20 Thread Arnaud HERITIER
Hi Michal, You must certainly update (or create a new one) : http://svn.apache.org/viewcvs.cgi/maven/maven-1/core/trunk/src/xsd/maven-navigation-1.0.xsd?rev=122145&view=markup And http://svn.apache.org/viewcvs.cgi/maven/maven-1/core/trunk/xdocs/site.xml?rev=122145&view=markup Arnaud

Re: svn commit: r154533 - in maven/maven-1/plugins/trunk/xdoc: project.properties project.xml src/plugin-resources/site.jsl xdocs/changes.xml xdocs/index.xml xdocs/navigation.xml

2005-02-20 Thread Michal Maczka
Vincent Massol wrote: Hi Michal, Do you have an example web page where we could see the live result of applying breadcrumbs to a project? The navigation.xml example you gave involves external links and I am not what's the relationship between breadcrumbs and external links. Thanks -Vincent You c

RE: svn commit: r154533 - in maven/maven-1/plugins/trunk/xdoc: project.properties project.xml src/plugin-resources/site.jsl xdocs/changes.xml xdocs/index.xml xdocs/navigation.xml

2005-02-20 Thread Vincent Massol
Hi Michal, Do you have an example web page where we could see the live result of applying breadcrumbs to a project? The navigation.xml example you gave involves external links and I am not what's the relationship between breadcrumbs and external links. Thanks -Vincent > -Original Message

Re: svn commit: r154533 - in maven/maven-1/plugins/trunk/xdoc: project.properties project.xml src/plugin-resources/site.jsl xdocs/changes.xml xdocs/index.xml xdocs/navigation.xml

2005-02-20 Thread Michal Maczka
[EMAIL PROTECTED] wrote: Author: michal Date: Sun Feb 20 09:30:03 2005 New Revision: 154533 URL: http://svn.apache.org/viewcvs?view=rev&rev=154533 Log: Add a support for "hierarchical" site navigation in breadcrumbs Hey! I just added support a feature which enables better navigation in within

svn commit: r154534 - in maven/maven-1/plugins/trunk/xdoc: project.properties src/plugin-test/test01/common/links.xml src/plugin-test/test01/xdocs-replacement/test.xml

2005-02-20 Thread michal
Author: michal Date: Sun Feb 20 09:33:01 2005 New Revision: 154534 URL: http://svn.apache.org/viewcvs?view=rev&rev=154534 Log: removed property which was used for testing Modified: maven/maven-1/plugins/trunk/xdoc/project.properties maven/maven-1/plugins/trunk/xdoc/src/plugin-test/test01/

svn commit: r154533 - in maven/maven-1/plugins/trunk/xdoc: project.properties project.xml src/plugin-resources/site.jsl xdocs/changes.xml xdocs/index.xml xdocs/navigation.xml

2005-02-20 Thread michal
Author: michal Date: Sun Feb 20 09:30:03 2005 New Revision: 154533 URL: http://svn.apache.org/viewcvs?view=rev&rev=154533 Log: Add a support for "hierarchical" site navigation in breadcrumbs Modified: maven/maven-1/plugins/trunk/xdoc/project.properties maven/maven-1/plugins/trunk/xdoc/pro

svn commit: r154493 - in maven/maven-1/plugins/trunk/cruisecontrol: plugin.jelly plugin.properties src/plugin-resources/cruisecontrol.jsl xdocs/changes.xml

2005-02-20 Thread vmassol
Author: vmassol Date: Sun Feb 20 01:50:40 2005 New Revision: 154493 URL: http://svn.apache.org/viewcvs?view=rev&rev=154493 Log: Removed all dependencies on the SCM module and instead replace all occurrences with ${pom.artifactId}. Modified: maven/maven-1/plugins/trunk/cruisecontrol/plugin.je

RE: [SCM] Question on maven.scm.svn.module property

2005-02-20 Thread Vincent Massol
Hi Brett, Here's a summary of what I understand: 1/ I'm ok to try replacing the use ${module} by ${pom.artifactId} everywhere in the cruisecontrol plugin 2/ I need access to the SCM URL from the cruisecontrol plugin. I have 2 options: a/ Try to compute myself taking into account the fact that