hello,
i would like to use the ant <style/> task within
one of my maven goals.
the goal definition looks like this ...
--------8<----------8<-----------8<-----------8<-----------
<goal name="ichilli:generate-website-blah">
<style basedir="${ichilli.docs.source.website.dir}"
destdir="${ichilli.docs.source.website.dir}"
processor="trax"
extension=".xml"
in="${ichilli.docs.source.website.dir}/layout.xml"
out="${ichilli.docs.source.website.dir}/autolayout.xml"
style="${ichilli.docs.website.layout.driver}"/>
</goal>
-------->8---------->8----------->8----------->8-----------
actually, the source xml file gets not transformed. instead
maven just prints the contants of the goal definition to
the console.
--------8<----------8<-----------8<-----------8<-----------
ichilli:generate-website-blah:
<style destdir="g:/projects/ichilli/ichilli-docs/src
/documentation/website" in="g:/projects/ichilli/ichilli-docs
/src/documentation/website/layout.xml" out="g:/projects#
/ichilli/ichilli-docs/src/documentation/website/autolayout.xml"
processor="trax" style="g:/projects/ichilli/ichilli-docs
/src/documentation/stylesheets/ichilli-website-layout.xsl"
basedir="g:/projects/ichilli/ichilli-docs/src
/documentation/website" extension=".xml"></style>
BUILD SUCCESSFUL
Total time: 10 seconds
-------->8---------->8----------->8----------->8-----------
i allways thought that it is possible to use every standard
ant task within maven goals. what am i doing wrong?
With best regards / Mit freundlichen Gruessen
Daniel S. Haischt IT Consulting
______________________________
[revolutionary and alpha geek]
Daniel S. Haischt
Grabenstrasse 11
D-71083 Herrenberg
G E R M A N Y
FON: +49 -7032-992909
+49 -700-DHAISCHT
FAX: +49 -7032-992910
CELLULAR: +49 -172-7668936
email: [EMAIL PROTECTED]
web: http://www.daniel-s-haischt.biz
-----BEGIN GEEK CODE BLOCK-----
Version: 3.12
GCS dx s:- a- C++ UB++++ P+++ L++++ E W+++ N+++ o-- K- w---
O++ M++ V- PS+ PE++ Y+ PGP++ t+++ 5+ X+++ R+ tv++ b+++ DI+ D+++
G e++ h-- r+ y+++++
------END GEEK CODE BLOCK------
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>