07-26-2007 02:40 PM
07-27-2007 04:38 AM
07-27-2007 05:33 AM
07-27-2007 10:36 AM
<bean id="transformer.dita-xml.eclipse"
class="org.alfresco.repo.content.transform.RuntimeExecutableContentTransformer"
parent="baseContentTransformer">
<property name="transformCommand">
<bean class="org.alfresco.util.exec.RuntimeExec">
<property name="commandMap">
<map>
<entry key="Windows.*">
<value>D:\DITA-OT1.3.1\ant -f build_custom.xml mycompany.mydocument.eclipse</value>
</entry>
</map>
</property>
<property name="errorCodes">
<value>2</value>
</property>
</bean>
</property>
<property name="explicitTransformations">
<list>
<bean class="org.alfresco.repo.content.transform.ContentTransformerRegistry$TransformationKey" >
<constructor-arg><value>text/xml</value></constructor-arg>
<constructor-arg><value>text/xml</value></constructor-arg>
</bean>
</list>
</property>
</bean>
<actions>
<!– Run the DITA OT –>
<action id="run_DITA_transform">
<label>Publish DITA to Eclipse</label>
<image>/images/icons/create_webapp.gif</image>
<action-listener>#{transformer.dita-xml.eclipse}</action-listener>
</action>
<action-group id="doc_details_actions">
<action idref="run_DITA_transform" />
</action-group>
</actions>
07-30-2007 05:25 AM
07-31-2007 08:20 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.