<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Ant on Michele Bologna</title>
    <link>https://www.michelebologna.net/tags/ant/</link>
    <description>Recent content in Ant on Michele Bologna</description>
    <generator>Hugo</generator>
    <language>en</language>
    <lastBuildDate>Tue, 31 Jan 2017 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://www.michelebologna.net/tags/ant/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Checkstyle and DetailAST</title>
      <link>https://www.michelebologna.net/2017/checkstyle-and-detailast/</link>
      <pubDate>Tue, 31 Jan 2017 00:00:00 +0000</pubDate>
      <guid>https://www.michelebologna.net/2017/checkstyle-and-detailast/</guid>
      <description>&lt;p&gt;If you are running &lt;a href=&#34;http://checkstyle.sourceforge.net/&#34;  class=&#34;external-link&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;Checkstyle&lt;/a&gt; (for checking Java style) and you are stuck with this error:&lt;/p&gt;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;checkstyle:&#xA;[checkstyle] Running Checkstyle 6.11.2 on 2324 files&#xA;[checkstyle] Can&amp;#39;t find/access AST Node typecom.puppycrawl.tools.checkstyle.api.DetailAST&#xA;&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;which is a cryptic error with no whatsoever Google result on how to fix it, stand back: I have the solution!&lt;/p&gt;</description>
    </item>
    <item>
      <title>Java: come scrivere un build.xml di ant per compilare e pacchettizzare (WAR/EAR)</title>
      <link>https://www.michelebologna.net/2011/java-come-scrivere-un-build-xml-di-ant-per-compilare-e-pacchettizzare-warear/</link>
      <pubDate>Tue, 19 Jul 2011 00:00:00 +0000</pubDate>
      <guid>https://www.michelebologna.net/2011/java-come-scrivere-un-build-xml-di-ant-per-compilare-e-pacchettizzare-warear/</guid>
      <description>&lt;p&gt;Come sapete, tutti i Java application server (come ad es. Tomcat) richiedono il deploy di un applicativo sottoforma di un pacchetto EAR. Ma come è composto un pacchetto EAR?&lt;/p&gt;&#xA;&lt;p&gt;Un pacchetto EAR non è altro che un file jar (che a sua volta è un file zip) che contiene al suo interno:&lt;/p&gt;</description>
    </item>
    <item>
      <title>Apache Ant: Unable to locate tools.jar</title>
      <link>https://www.michelebologna.net/2008/apache-ant-unable-to-locate-toolsjar/</link>
      <pubDate>Mon, 25 Feb 2008 00:00:00 +0000</pubDate>
      <guid>https://www.michelebologna.net/2008/apache-ant-unable-to-locate-toolsjar/</guid>
      <description>&lt;p&gt;Se Ant si rifiuta di eseguire uno script di compilazione restituendo l&amp;rsquo;errore &amp;ldquo;Unable to locate tools.jar.&amp;rdquo; procedete in questo modo:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;create la variabile d&amp;rsquo;ambiente JAVA_HOME (su Windows: Risorse del computer -&amp;gt; Proprietà -&amp;gt; Avanzate -&amp;gt; Variabili d&amp;rsquo;ambiente -&amp;gt; Nuovo)&lt;/li&gt;&#xA;&lt;li&gt;impostate il valore di tale variabile al PATH del JDK (dipende dal vostro sistema, nel mio caso: C:\Programmi\Java\jdk1.6.0_03)&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
    </item>
  </channel>
</rss>
