[jira] Commented: (MCHANGES-142) Support Google Code

2010-04-19 Thread Julien Eluard (JIRA)

[ 
http://jira.codehaus.org/browse/MCHANGES-142?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=218182#action_218182
 ] 

Julien Eluard commented on MCHANGES-142:


For those interrested I released a maven changes extension for googlecode.
Find it here: http://code.google.com/p/maven-googlecode-changes-plugin/.

> Support Google Code
> ---
>
> Key: MCHANGES-142
> URL: http://jira.codehaus.org/browse/MCHANGES-142
> Project: Maven 2.x Changes Plugin
>  Issue Type: New Feature
>  Components: other issue-trackers
>Reporter: Jeff Jensen
>
> Another tracker gaining popularity.
> Found this that someone had started:
> http://code.google.com/p/maven-googlecode/

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Created: (MJAVADOC-216) Stylesheet file loaded from classpath

2008-09-10 Thread Julien Eluard (JIRA)
Stylesheet file loaded from classpath
-

 Key: MJAVADOC-216
 URL: http://jira.codehaus.org/browse/MJAVADOC-216
 Project: Maven 2.x Javadoc Plugin
  Issue Type: Improvement
Reporter: Julien Eluard
Priority: Minor


stylesheetfile can only be loaded from a file path. To allow common stylesheet 
definition it would be nice to load stylesheetfile from classpath.

Such a feature could be provided by extending the stylesheet type "maven" by 
allowing to provide your own stylesheet.css and not only the default maven one.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Updated: (MJAVADOC-216) Stylesheet file loaded from classpath

2008-09-11 Thread Julien Eluard (JIRA)

 [ 
http://jira.codehaus.org/browse/MJAVADOC-216?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Julien Eluard updated MJAVADOC-216:
---

Attachment: custom-stylesheet.zip

Test case

> Stylesheet file loaded from classpath
> -
>
> Key: MJAVADOC-216
> URL: http://jira.codehaus.org/browse/MJAVADOC-216
> Project: Maven 2.x Javadoc Plugin
>  Issue Type: Improvement
>Reporter: Julien Eluard
>Priority: Minor
> Attachments: custom-stylesheet.zip
>
>
> stylesheetfile can only be loaded from a file path. To allow common 
> stylesheet definition it would be nice to load stylesheetfile from classpath.
> Such a feature could be provided by extending the stylesheet type "maven" by 
> allowing to provide your own stylesheet.css and not only the default maven 
> one.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Commented: (MJAVADOC-216) Stylesheet file loaded from classpath

2008-09-11 Thread Julien Eluard (JIRA)

[ 
http://jira.codehaus.org/browse/MJAVADOC-216?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=147647#action_147647
 ] 

Julien Eluard commented on MJAVADOC-216:


I was not aware of the resourcesArtifacts feature.
What is the behaviour? Will all files from artifacts' src/resources be copied 
under reportOutputDirectory?

> Stylesheet file loaded from classpath
> -
>
> Key: MJAVADOC-216
> URL: http://jira.codehaus.org/browse/MJAVADOC-216
> Project: Maven 2.x Javadoc Plugin
>  Issue Type: Improvement
>Reporter: Julien Eluard
>Priority: Minor
> Attachments: custom-stylesheet.zip
>
>
> stylesheetfile can only be loaded from a file path. To allow common 
> stylesheet definition it would be nice to load stylesheetfile from classpath.
> Such a feature could be provided by extending the stylesheet type "maven" by 
> allowing to provide your own stylesheet.css and not only the default maven 
> one.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Commented: (MJAVADOC-216) Stylesheet file loaded from classpath

2008-09-11 Thread Julien Eluard (JIRA)

[ 
http://jira.codehaus.org/browse/MJAVADOC-216?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=147652#action_147652
 ] 

Julien Eluard commented on MJAVADOC-216:


The thing is I don't want to rely on file path to load the stylesheet because 
ultimately my stylesheet will be stored in a parent dependency.
When using 'maven' as stylesheet property 
(http://maven.apache.org/plugins/maven-javadoc-plugin/javadoc-mojo.html#stylesheet)
  maven-javadoc-plugin loads from classpath 
org/apache/maven/plugin/javadoc/css/stylesheet.css but I can't provide my own 
stylesheet.css file.

> Stylesheet file loaded from classpath
> -
>
> Key: MJAVADOC-216
> URL: http://jira.codehaus.org/browse/MJAVADOC-216
> Project: Maven 2.x Javadoc Plugin
>  Issue Type: Improvement
>Reporter: Julien Eluard
>Priority: Minor
> Attachments: custom-stylesheet.zip
>
>
> stylesheetfile can only be loaded from a file path. To allow common 
> stylesheet definition it would be nice to load stylesheetfile from classpath.
> Such a feature could be provided by extending the stylesheet type "maven" by 
> allowing to provide your own stylesheet.css and not only the default maven 
> one.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Commented: (MJAVADOC-126) Add the ability to load the stylesheet from a jar (resource)

2008-09-11 Thread Julien Eluard (JIRA)

[ 
http://jira.codehaus.org/browse/MJAVADOC-126?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=147657#action_147657
 ] 

Julien Eluard commented on MJAVADOC-126:


This feature seems to work only when the parent of project configured 
references resourcesArtifact artifact as module.

In provided sample if I remove the modules section of root pom.xml, then run 
mvn clean javadoc:javadoc under test folder files are not correctly copied.
Is this the intended behavior?

> Add the ability to load the stylesheet from a jar (resource)
> 
>
> Key: MJAVADOC-126
> URL: http://jira.codehaus.org/browse/MJAVADOC-126
> Project: Maven 2.x Javadoc Plugin
>  Issue Type: Wish
>Affects Versions: 2.2
>Reporter: Julien S
>Assignee: Vincent Siveton
>Priority: Minor
> Fix For: 2.5
>
> Attachments: 
> 20080520-maven-javadoc-plugin-external-resources-integration-tests.zip, 
> 20080520-maven-javadoc-plugin-external-resources.patch, 
> 20080530-maven-javadoc-plugin-external-resources-integration-tests.zip, 
> 20080530-maven-javadoc-plugin-external-resources.patch
>
>
> Currently, the stylesheetfile has to be given as a path on the filesystem, 
> which makes sharing quite difficult.
> It would be nice to be able to retrieve it from a jar (like the checkstyle 
> and the pmd plugins).

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira