Hello,
I am also using ant to build my web application; ant builds the java
logic (the backend), the fronted (qoxxdoo+my application) and
generates a war file that can be deployed on a tomcat server.
I dont know if it is a good idea to have qooxdoo using ant (does
cygwin have ant ?), but you can use the following xml code if you wish
to build the javascript stuff from ant:
<target name="frtcompile">
<exec executable="make" dir="${frontendDir}/application/srfgui">
<arg value="RPC_SERVICE=${rpcService}" />
<arg value="BASE_SERVER_URI=${baseServerUri}" />
<arg value="WEBAPP_NAME=${webAppName}" />
<arg value="build" />
</exec>
</target>
<target name="frtapicompile">
<exec executable="make" dir="${frontendDir}/application/srfgui">
<arg value="api" />
</exec>
</target>
Charles.
2008/6/23 Leone Parise <[EMAIL PROTECTED]>:
> I'm starting to develop an application with QooxDoo an DWR.
>
> DWR is the most used Ajax framework used in java development.
>
> QooxDoo has a very comprehensive API and very useful components but is a
> little difficult
> to integrate this to Java IDEs.
>
> There is a tool in java called ant.
>
> Were are planning to port Generator to ant builds for better build
> integration with the rest of the project.
>
> We want to know what you think.
>
> -------------------------------------------------------------------------
> Check out the new SourceForge.net Marketplace.
> It's the best place to buy or sell services for
> just about anything Open Source.
> http://sourceforge.net/services/buy/index.php
> _______________________________________________
> qooxdoo-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
>
>
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel