> From: Stuart Roebuck [mailto:[EMAIL PROTECTED]]
> 
> What is the xconf tool?

>From build.xml:
---------
      <!-- A task to change the xconf. It is used to add optional
components -->
      <taskdef name="xconf-tool" classname="XConfToolTask" 
          classpath="${tools.dir}/anttasks"/>

      <!-- Invoke the XConfTool to add optional entries -->
      <xconf-tool directory="${build.src}"
                  extension="xmap"
                  configuration="${build.war}/sitemap.xmap"/>

      <xconf-tool directory="${build.src}"
                  extension="xpipe"
                  configuration="${build.war}/sitemap.xmap"/>

      <xconf-tool directory="${build.src}"
                  extension="xconf"
                  configuration="${build.war}/cocoon.xconf"/>
---------

>From pizza.xconf:
---------
<?xml version="1.0"?>

<xconf xpath="cocoon/programming-languages/java-language"
       unless="parameter[@name='compiler']">
      <!-- Compiler parameter specifies which class to use to compile
Java.
           Possible variants are:
             Javac. Requires javac.jar (included with JDK as
lib/toools.jar).
             Pizza. Requires pizza.jar (included with Cocoon
distribution).
             Jikes. Requires IBM jikes compiler to be present in the
PATH  -->
      <parameter name="compiler"
value="org.apache.cocoon.components.language.programming.java.Pizza"/>
</xconf>
---------

Vadim

 
> Stuart.
> 
> On Tuesday, March 12, 2002, at 05:43 pm, [EMAIL PROTECTED] wrote:
> 
> > DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
> > RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
> > <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7056>.
> > ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
> > INSERTED IN THE BUG DATABASE.
> >
> > http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7056
> >
> > Missing cocoon.xconf compiler parameter
> >
> > [EMAIL PROTECTED] changed:
> >
> >            What    |Removed                     |Added
> >
------------------------------------------------------------------------
----
> >              Status|NEW                         |RESOLVED
> >          Resolution|                            |INVALID
> >
> >
> >
> > ------- Additional Comments From [EMAIL PROTECTED]  2002-03-12
> > 17:43 -------
> > It is added automatically by xconf tool.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to