You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by di...@multitask.com.au on 2003/01/16 02:19:40 UTC

Beta 8 not compiling: (WAS: Re: [maven-bug] New comment: (MAVEN-187) style/xslt ant task not recognise)d

Beta 8 isn't compiling? It's been fine for me this morning.
--
dIon Gillard, Multitask Consulting
Blog:      http://www.freeroller.net/page/dion/Weblog
Work:      http://www.multitask.com.au


bob@werken.com wrote on 16/01/2003 12:51:59 PM:

> The following comment has been added to this issue:
> 
>      Author: Brett Porter
>     Created: Wed, 15 Jan 2003 7:51 PM
>        Body:
> actually, that doesn't make any difference. The same happends with 
> or without Xalan in the deps (although I think I have a plugin with 
> it in the deps so that may be misleading).
> 
> Anyway, it is printing out the <style> task. Now the weird thing - 
> if I include the taskdef it works: even if the taskdef is commented out!
> Maybe that is a jelly processing problem actually.
> 
> I haven't had a chance to test against a recent -beta-8 as it isn't 
> compiling at the moment.
> ---------------------------------------------------------------------
> View the issue:
> 
>   http://jira.werken.com/secure/ViewIssue.jspa?key=MAVEN-187
> 
> 
> Here is an overview of the issue:
> ---------------------------------------------------------------------
>         Key: MAVEN-187
>     Summary: style/xslt ant task not recognised
>        Type: Bug
> 
>      Status: Assigned
>    Priority: Major
> 
>  Time Spent: Unknown
>    Estimate: 0 minutes
> 
>     Project: maven
>   Component: None
>    Versions:
>              1.0-beta-7
> 
>    Assignee: Jason van Zyl
>    Reporter: Brett Porter
> 
>     Created: Mon, 6 Jan 2003 10:56 PM
>     Updated: Mon, 6 Jan 2003 10:56 PM
> 
> Description:
> Both of the following (identical) ant tags just echo to the console:
> 
>   <style in="${maven.test.reportsDirectory}/TESTS-TestSuites.xml" 
> out="${maven.docs.dest}/junit-report-mail.html" style="${plugin.dir}
> /overview-summary.xsl" processor="trax" />
> 
>   <xslt in="${maven.test.reportsDirectory}/TESTS-TestSuites.xml" 
> out="${maven.docs.dest}/junit-report-mail.html" style="${plugin.dir}
> /overview-summary.xsl" processor="trax" />
> 
> This occurs if it is maven.xml, or plugin.jelly for a plugin.
> 
> The workaround is:
> <taskdef name="style" 
classname="org.apache.tools.ant.taskdefs.XSLTProcess" />
> 
> 
> 
> ---------------------------------------------------------------------
> JIRA INFORMATION:
> This message is automatically generated by JIRA.
> 
> If you think it was sent incorrectly contact one of the administrators:
>    http://jira.werken.com/Administrators.jspa
> 
> If you want more information on JIRA, or have a bug to report see:
>    http://www.atlassian.com/software/jira
> 
> 
> --
> To unsubscribe, e-mail:   <mailto:turbine-maven-dev-
> unsubscribe@jakarta.apache.org>
> For additional commands, e-mail: <mailto:turbine-maven-dev-
> help@jakarta.apache.org>
> 

> ForwardSourceID:NT000A3736 

Re: Beta 8 not compiling: (WAS: Re: [maven-bug] New comment: (MAVEN-187) style/xslt ant task not recognise)d

Posted by Brett Porter <bp...@f2network.com.au>.
only had a brief run at it, but its failing test cases, which means the 
bootstrap doesn't continue.
I'll give it another go with maven maven:install maven:plugins-build 
maven:plugins-install

- Brett

dion@multitask.com.au wrote:
> Beta 8 isn't compiling? It's been fine for me this morning.
> --
> dIon Gillard, Multitask Consulting
> Blog:      http://www.freeroller.net/page/dion/Weblog
> Work:      http://www.multitask.com.au
> 
> 
> bob@werken.com wrote on 16/01/2003 12:51:59 PM:
> 
> 
>>The following comment has been added to this issue:
>>
>>     Author: Brett Porter
>>    Created: Wed, 15 Jan 2003 7:51 PM
>>       Body:
>>actually, that doesn't make any difference. The same happends with 
>>or without Xalan in the deps (although I think I have a plugin with 
>>it in the deps so that may be misleading).
>>
>>Anyway, it is printing out the <style> task. Now the weird thing - 
>>if I include the taskdef it works: even if the taskdef is commented out!
>>Maybe that is a jelly processing problem actually.
>>
>>I haven't had a chance to test against a recent -beta-8 as it isn't 
>>compiling at the moment.
>>---------------------------------------------------------------------
>>View the issue:
>>
>>  http://jira.werken.com/secure/ViewIssue.jspa?key=MAVEN-187
>>
>>
>>Here is an overview of the issue:
>>---------------------------------------------------------------------
>>        Key: MAVEN-187
>>    Summary: style/xslt ant task not recognised
>>       Type: Bug
>>
>>     Status: Assigned
>>   Priority: Major
>>
>> Time Spent: Unknown
>>   Estimate: 0 minutes
>>
>>    Project: maven
>>  Component: None
>>   Versions:
>>             1.0-beta-7
>>
>>   Assignee: Jason van Zyl
>>   Reporter: Brett Porter
>>
>>    Created: Mon, 6 Jan 2003 10:56 PM
>>    Updated: Mon, 6 Jan 2003 10:56 PM
>>
>>Description:
>>Both of the following (identical) ant tags just echo to the console:
>>
>>  <style in="${maven.test.reportsDirectory}/TESTS-TestSuites.xml" 
>>out="${maven.docs.dest}/junit-report-mail.html" style="${plugin.dir}
>>/overview-summary.xsl" processor="trax" />
>>
>>  <xslt in="${maven.test.reportsDirectory}/TESTS-TestSuites.xml" 
>>out="${maven.docs.dest}/junit-report-mail.html" style="${plugin.dir}
>>/overview-summary.xsl" processor="trax" />
>>
>>This occurs if it is maven.xml, or plugin.jelly for a plugin.
>>
>>The workaround is:
>><taskdef name="style" 
> 
> classname="org.apache.tools.ant.taskdefs.XSLTProcess" />
> 
>>
>>
>>---------------------------------------------------------------------
>>JIRA INFORMATION:
>>This message is automatically generated by JIRA.
>>
>>If you think it was sent incorrectly contact one of the administrators:
>>   http://jira.werken.com/Administrators.jspa
>>
>>If you want more information on JIRA, or have a bug to report see:
>>   http://www.atlassian.com/software/jira
>>
>>
>>--
>>To unsubscribe, e-mail:   <mailto:turbine-maven-dev-
>>unsubscribe@jakarta.apache.org>
>>For additional commands, e-mail: <mailto:turbine-maven-dev-
>>help@jakarta.apache.org>
>>
> 
>>ForwardSourceID:NT000A3736 
> 
> 
> --
> To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> For additional commands, e-mail: <ma...@jakarta.apache.org>