<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet title="XSL formatting" type="text/xsl" href="https://dotclear.placeoweb.com/feed/rss2/xslt" ?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>PlaceOweb Dotclear - Mot-clé - ant</title>
    <link>https://dotclear.placeoweb.com/</link>
    <atom:link href="https://dotclear.placeoweb.com/feed/tag/ant/rss2" rel="self" type="application/rss+xml" />
    <description></description>
    <language>fr</language>
    <pubDate>Wed, 20 May 2026 15:53:59 +0200</pubDate>
    <copyright></copyright>
    <docs>http://blogs.law.harvard.edu/tech/rss</docs>
    <generator>Dotclear</generator>
          <item>
        <title>SmartGwt Ant Build, compiler SmartGwt depuis les sources SVN sous Eclipse</title>
        <link>https://dotclear.placeoweb.com/post/SmartGwt-Ant-Build</link>
        <guid isPermaLink="false">urn:md5:c82588bae11b6dab5ff8cc77e21e2df6</guid>
        <pubDate>Sun, 21 Dec 2008 19:07:00 +0100</pubDate>
        <dc:creator>PlaceOweb</dc:creator>
                  <category>JAVA</category>
                          <category>ant</category>
                  <category>gwt</category>
                  <category>java</category>
                <description>&lt;p&gt;Comment compiler SmartGwt avec Ant sous Eclipse&amp;nbsp;?&lt;/p&gt; &lt;p&gt;SmartGwt


Le projet SmartGWT

smartgwt

Instructions de compilation de smartgwt depuis le dépôt SVN

Compilation automatique journalière de smartgwt.jar depuis le dépôt SVN de SmartGwt




En cas de traduction défectueuse bloquant la compilation


Ceci est le cas depuis la révision 568 de SmartGwt à cause des apostrophes : simples quotes '.

[txt]... &lt;a href=&quot;https://dotclear.placeoweb.com/post/SmartGwt-Ant-Build&quot;&gt;&lt;em&gt;Lire&lt;/em&gt; SmartGwt Ant Build, compiler SmartGwt depuis les sources SVN sous Eclipse&lt;/a&gt;&lt;/p&gt;
</description>
        
                  <comments>https://dotclear.placeoweb.com/post/SmartGwt-Ant-Build#comment-form</comments>
          <wfw:comment>https://dotclear.placeoweb.com/post/SmartGwt-Ant-Build#comment-form</wfw:comment>
          <wfw:commentRss>https://dotclear.placeoweb.com/feed/atom/comments/242</wfw:commentRss>
              </item>
          <item>
        <title>Publier automatiquement son projet GWT-Ext vers Jboss avec ANT</title>
        <link>https://dotclear.placeoweb.com/post/Publier-automatiquement-son-projet-GWT-Ext-vers-Jboss-avec-ANT</link>
        <guid isPermaLink="false">urn:md5:958ca393327ca568435e7887fd29e11b</guid>
        <pubDate>Tue, 11 Nov 2008 18:56:00 +0100</pubDate>
        <dc:creator>PlaceOweb</dc:creator>
                  <category>JAVA</category>
                          <category>ant</category>
                  <category>eclipse</category>
                  <category>gwt</category>
                  <category>gwt-ext</category>
                  <category>java</category>
                  <category>jboss</category>
                <description>&lt;p&gt;Déploiement automatique d'un projet GWT-Ext vers Jboss avec ANT (sous Eclipse)&lt;/p&gt; &lt;p&gt;Afin de déployer automatiquement mon projet compilé automatiquement, j'ai crée 2 fichiers ANT et 2 fichiers .properties que j'ai laissé dans un dossier &quot;ant&quot; de mon projet.


Les fichiers ANT et .properties


build.GwtExt.xml
&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
&lt;!-- 
Ant : http://ant.apache.org/manual/
--&gt;
&lt;project name=&quot;AntProjetGwt&quot;... &lt;a href=&quot;https://dotclear.placeoweb.com/post/Publier-automatiquement-son-projet-GWT-Ext-vers-Jboss-avec-ANT&quot;&gt;&lt;em&gt;Lire&lt;/em&gt; Publier automatiquement son projet GWT-Ext vers Jboss avec ANT&lt;/a&gt;&lt;/p&gt;
</description>
        
                  <comments>https://dotclear.placeoweb.com/post/Publier-automatiquement-son-projet-GWT-Ext-vers-Jboss-avec-ANT#comment-form</comments>
          <wfw:comment>https://dotclear.placeoweb.com/post/Publier-automatiquement-son-projet-GWT-Ext-vers-Jboss-avec-ANT#comment-form</wfw:comment>
          <wfw:commentRss>https://dotclear.placeoweb.com/feed/atom/comments/175</wfw:commentRss>
              </item>
          <item>
        <title>ANT ajouter une condition if, then ou une boucle for avec ANT Contrib</title>
        <link>https://dotclear.placeoweb.com/post/ANT-ajouter-une-condition-IF-THEN-ou-une-boucle-FOR-avec-ANT-Contrib</link>
        <guid isPermaLink="false">urn:md5:7a086b80c9a2236da3c600e43e1b660b</guid>
        <pubDate>Thu, 30 Oct 2008 00:37:00 +0000</pubDate>
        <dc:creator>PlaceOweb</dc:creator>
                  <category>JAVA</category>
                          <category>ant</category>
                  <category>java</category>
                <description>&lt;p&gt;Pour rajouter des condition telles que &quot;if&quot;, &quot;for&quot; pour ANT il faut rajouter le package &lt;a href=&quot;http://sourceforge.net/projects/ant-contrib/&quot; hreflang=&quot;en&quot;&gt;ANT Contrib&lt;/a&gt;.
Nous allons voir comment rajouter cela sur Eclipse.&lt;/p&gt; &lt;p&gt;Pour utiliser les conditions (if) et des boucles (for) avec ANT, téléchargez ANT Contrib.


ANT + Ant-contrib sous Eclipse


Décompressez le et lisez l'excellent tuto ant - Could not create task or type of type: for, dont voici l'essentiel : l'association de du package ant-contrib à ANT sous Eclipse :


Une fois les nouveaux paquets téléchargés,... &lt;a href=&quot;https://dotclear.placeoweb.com/post/ANT-ajouter-une-condition-IF-THEN-ou-une-boucle-FOR-avec-ANT-Contrib&quot;&gt;&lt;em&gt;Lire&lt;/em&gt; ANT ajouter une condition if, then ou une boucle for avec ANT Contrib&lt;/a&gt;&lt;/p&gt;
</description>
        
                  <comments>https://dotclear.placeoweb.com/post/ANT-ajouter-une-condition-IF-THEN-ou-une-boucle-FOR-avec-ANT-Contrib#comment-form</comments>
          <wfw:comment>https://dotclear.placeoweb.com/post/ANT-ajouter-une-condition-IF-THEN-ou-une-boucle-FOR-avec-ANT-Contrib#comment-form</wfw:comment>
          <wfw:commentRss>https://dotclear.placeoweb.com/feed/atom/comments/413</wfw:commentRss>
              </item>
          <item>
        <title>Ant</title>
        <link>https://dotclear.placeoweb.com/post/Ant</link>
        <guid isPermaLink="false">urn:md5:e73514aed773a4832e8852f4ad74e762</guid>
        <pubDate>Thu, 30 Oct 2008 00:36:00 +0100</pubDate>
        <dc:creator>PlaceOweb</dc:creator>
                  <category>JAVA</category>
                          <category>ant</category>
                  <category>java</category>
                <description>&lt;p&gt;Ant, tout comme Make pour le C, vise le développement d'un logiciel d'automatisation des opérations répétitives tout au long du cycle de développement logiciel Java.&lt;/p&gt; &lt;p&gt;Ant

Définition de Ant par

Wikipédia.
JM Doudoux et ses cours.
mediabox.fr : Tutoriaux java Ant

Le site officiel de Ant

Manuel de Ant

Core Tasks
War task permet de générer votre Web Application Archive


Des exemples d'utilisation d'Ant

How to start and stop Jetty from Ant
Ant target for running load-time instrumentation using specialized... &lt;a href=&quot;https://dotclear.placeoweb.com/post/Ant&quot;&gt;&lt;em&gt;Lire&lt;/em&gt; Ant&lt;/a&gt;&lt;/p&gt;
</description>
        
                  <comments>https://dotclear.placeoweb.com/post/Ant#comment-form</comments>
          <wfw:comment>https://dotclear.placeoweb.com/post/Ant#comment-form</wfw:comment>
          <wfw:commentRss>https://dotclear.placeoweb.com/feed/atom/comments/163</wfw:commentRss>
              </item>
          <item>
        <title>Compiler un projet GWT (et GWT-EXT) avec ANT sous Eclipse</title>
        <link>https://dotclear.placeoweb.com/post/Compiler-un-projet-gwt-et-gwt-ext-avec-ant-sous-eclipse</link>
        <guid isPermaLink="false">urn:md5:ff6600d66c66731478a76b5f1658ad89</guid>
        <pubDate>Mon, 10 Mar 2008 00:26:00 +0100</pubDate>
        <dc:creator>PlaceOweb</dc:creator>
                  <category>JAVA</category>
                          <category>ant</category>
                  <category>eclipse</category>
                  <category>gwt</category>
                  <category>gwt-ext</category>
                  <category>java</category>
                <description>&lt;p&gt;Bien que le module Cypal pour Eclipse permette de lancer le GWT Toolkit Development et son Hosted Browser permettant d'accéder à la compilation, il est plus simple d'avoir un script Ant qui compile et place directement les bon fichiers générés au bon endroit, prêts pour la publication sur votre serveur web ou j2ee.&lt;/p&gt; &lt;p&gt;Créer le fichier build.xml à la racine de votre projet Eclipse

&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
&lt;!--
Compilation du projet GWT, puis copie des fichiers générés vers WebContent
--&gt;
&lt;project name=&quot;GwtCompile&quot; basedir=&quot;.&quot; default=&quot;gwtCleanCompileAndPrepareForPublish&quot;&gt;

	&lt;property name=&quot;gwt.module&quot; value=&quot;com.placeoweb.monProjetGwt.MonModuleGwt&quot;... &lt;a href=&quot;https://dotclear.placeoweb.com/post/Compiler-un-projet-gwt-et-gwt-ext-avec-ant-sous-eclipse&quot;&gt;&lt;em&gt;Lire&lt;/em&gt; Compiler un projet GWT (et GWT-EXT) avec ANT sous Eclipse&lt;/a&gt;&lt;/p&gt;
</description>
        
                  <comments>https://dotclear.placeoweb.com/post/Compiler-un-projet-gwt-et-gwt-ext-avec-ant-sous-eclipse#comment-form</comments>
          <wfw:comment>https://dotclear.placeoweb.com/post/Compiler-un-projet-gwt-et-gwt-ext-avec-ant-sous-eclipse#comment-form</wfw:comment>
          <wfw:commentRss>https://dotclear.placeoweb.com/feed/atom/comments/96</wfw:commentRss>
              </item>
      </channel>
</rss>
