Very often we want to debug Web (JSF) components live without restarting
the server.
The following ant rule makes it easy to do it through Eclipse:

 <target name="deploy-web-live" description="Deploy Web components to the
live ECM">
    <copy todir="${deploy.dir}/${nuxeo.ear}/nuxeo.war">
      <fileset dir="${basedir}/web/"/>
    </copy>
  </target>

Enjoy,
Florent

-- 
Florent Guillaume, Director of R&D, Nuxeo
Open Source Enterprise Content Management (ECM)
http://www.nuxeo.com   http://www.nuxeo.org   +33 1 40 33 79 87




_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm

Reply via email to