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

Benjamin Bentmann updated MOJO-1096:
------------------------------------

    Description: 
The xml-maven-plugin should allow maven properties within the value of the 
stylesheet property. 

{code:xml}
<execution>
    <phase>process-resources</phase>
    <id>Create transformed instance</id>
    <goals>
        <goal>transform</goal>
    </goals>
    <configuration>
        <transformationSets>
            <transformationSet>
                <dir>${project.build.directory}/dependency</dir>
                
<stylesheet>${project.build.resources}/tranformation.xsl</stylesheet>
            </transformationSet>
        </transformationSets>
    </configuration>
</execution>
{code}


Currently the maven output shows the hash of the java object: 

{{
FEHLER:  'D:[EMAIL PROTECTED] (Das System kann den angegebenen Pfad nicht 
finden)'
}}

  was:
The xml-maven-plugin should allow maven properties within the value of the 
stylesheet property. 

{{
<execution>
    <phase>process-resources</phase>
    <id>Create transformed instance</id>
    <goals>
        <goal>transform</goal>
    </goals>
    <configuration>
        <transformationSets>
            <transformationSet>
                <dir>${project.build.directory}/dependency</dir>
                
<stylesheet>${project.build.resources}/tranformation.xsl</stylesheet>
            </transformationSet>
        </transformationSets>
    </configuration>
</execution>
}}


Currently the maven output shows the hash of the java object: 

{{
FEHLER:  'D:[EMAIL PROTECTED] (Das System kann den angegebenen Pfad nicht 
finden)'
}}


> xml-maven-plugin should allow maven properties within the value of the 
> stylesheet property
> ------------------------------------------------------------------------------------------
>
>                 Key: MOJO-1096
>                 URL: http://jira.codehaus.org/browse/MOJO-1096
>             Project: Mojo
>          Issue Type: Wish
>          Components: xml
>            Reporter: Joerg Koenig
>            Assignee: Jochen Wiedmann
>            Priority: Minor
>
> The xml-maven-plugin should allow maven properties within the value of the 
> stylesheet property. 
> {code:xml}
> <execution>
>     <phase>process-resources</phase>
>     <id>Create transformed instance</id>
>     <goals>
>         <goal>transform</goal>
>     </goals>
>     <configuration>
>         <transformationSets>
>             <transformationSet>
>                 <dir>${project.build.directory}/dependency</dir>
>                 
> <stylesheet>${project.build.resources}/tranformation.xsl</stylesheet>
>             </transformationSet>
>         </transformationSets>
>     </configuration>
> </execution>
> {code}
> Currently the maven output shows the hash of the java object: 
> {{
> FEHLER:  'D:[EMAIL PROTECTED] (Das System kann den angegebenen Pfad nicht 
> finden)'
> }}

-- 
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

        

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to