<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Ant build failed due to dependencies even though they're included. in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/ant-build-failed-due-to-dependencies-even-though-they-re/m-p/301143#M254273</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I think you have not added the following in your&amp;nbsp; &amp;lt;path id="class.path"&amp;gt; attribute.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;&amp;lt;fileset dir="${alfresco.work.home}/tomcat/webapps/alfresco/WEB-INF/lib" includes="*.jar" /&amp;gt;&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you add it and rebuild ?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 May 2014 11:01:00 GMT</pubDate>
    <dc:creator>sanket</dc:creator>
    <dc:date>2014-05-21T11:01:00Z</dc:date>
    <item>
      <title>Ant build failed due to dependencies even though they're included.</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/ant-build-failed-due-to-dependencies-even-though-they-re/m-p/301142#M254272</link>
      <description>I'm new to ant and working through putting together a build.xml for my alfresco extensions.&amp;nbsp;&amp;nbsp; The build is failing due to dependencies but I don't understand why..&amp;nbsp; I have included the required dependencies in the build.xml.I would appreciate another pair of eyes.&amp;nbsp; &amp;lt;project default="package-amp"&amp;amp;</description>
      <pubDate>Tue, 20 May 2014 13:09:11 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/ant-build-failed-due-to-dependencies-even-though-they-re/m-p/301142#M254272</guid>
      <dc:creator>vamirr</dc:creator>
      <dc:date>2014-05-20T13:09:11Z</dc:date>
    </item>
    <item>
      <title>Re: Ant build failed due to dependencies even though they're included.</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/ant-build-failed-due-to-dependencies-even-though-they-re/m-p/301143#M254273</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I think you have not added the following in your&amp;nbsp; &amp;lt;path id="class.path"&amp;gt; attribute.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;&amp;lt;fileset dir="${alfresco.work.home}/tomcat/webapps/alfresco/WEB-INF/lib" includes="*.jar" /&amp;gt;&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you add it and rebuild ?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 May 2014 11:01:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/ant-build-failed-due-to-dependencies-even-though-they-re/m-p/301143#M254273</guid>
      <dc:creator>sanket</dc:creator>
      <dc:date>2014-05-21T11:01:00Z</dc:date>
    </item>
    <item>
      <title>Re: Ant build failed due to dependencies even though they're included.</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/ant-build-failed-due-to-dependencies-even-though-they-re/m-p/301144#M254274</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It seems are referencing classes in repository ,but they are not there,please check to see if there are any classes below&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;/local/alfresco-src/4.2.1/alfresco/TAGS/ENTERPRISE/V4.2.1/root/projects/repository/build&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;And also make sure classes exists under&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;/local/alfresco-src/4.2.1/alfresco/TAGS/ENTERPRISE/V4.2.1/root/projects/core/build&lt;BR /&gt;/local/alfresco-src/4.2.1/alfresco/TAGS/ENTERPRISE/V4.2.1/root/projects/data-model/build&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 May 2014 15:27:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/ant-build-failed-due-to-dependencies-even-though-they-re/m-p/301144#M254274</guid>
      <dc:creator>kaynezhang</dc:creator>
      <dc:date>2014-05-21T15:27:20Z</dc:date>
    </item>
    <item>
      <title>Re: Ant build failed due to dependencies even though they're included.</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/ant-build-failed-due-to-dependencies-even-though-they-re/m-p/301145#M254275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="color: #555555; background-color: #ffffff; margin: 0px 0px 10px;"&gt;The&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG style="font-weight: bold;"&gt;"Cannot find symbol"&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;errors generally occur when you try to reference an undeclared variable in your code. A "Cannot find symbol" error means that the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG style="font-weight: bold;"&gt;compiler&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;cannot do this. Your code appears to be referring to something that the compiler doesn't understand.&lt;/P&gt;&lt;P style="color: #555555; background-color: #ffffff; margin: 0px 0px 10px;"&gt;When your code is compiled, the compiler needs to work out what each and every&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG style="font-weight: bold;"&gt;identifier&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;in your code means. As the compiler is going through the code it will find something and know what to do with it or not. Your&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG style="font-weight: bold;"&gt;Cannot find&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="http://net-informations.com/java/cjava/symbol.htm" style="color: #035177; background-color: transparent; text-decoration: none;" rel="nofollow noopener noreferrer"&gt;symbol error&lt;/A&gt;&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;relates to the identifiers and means that Java cannot figure out what the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG style="font-weight: bold;"&gt;"symbol"&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;means.&lt;/P&gt;&lt;P style="color: #555555; background-color: #ffffff; margin: 0px 0px 10px;"&gt;The general causes for a&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG style="font-weight: bold;"&gt;Cannot find symbol error&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;are things like:&lt;/P&gt;&lt;UL style="color: #222222; background-color: #ffffff;"&gt;&lt;LI&gt;Incorrect spelling.&lt;/LI&gt;&lt;LI&gt;Wrong case. Halo is different from halo.&lt;/LI&gt;&lt;LI&gt;Improper use of acceptable identifier values (letters, numbers, underscore, dollar sign), my-class is not the same as myclass.&lt;/LI&gt;&lt;LI&gt;No variable declaration or variable is outside of the scope you are referencing it in.&lt;/LI&gt;&lt;/UL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Apr 2019 07:00:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/ant-build-failed-due-to-dependencies-even-though-they-re/m-p/301145#M254275</guid>
      <dc:creator>patricblues</dc:creator>
      <dc:date>2019-04-03T07:00:23Z</dc:date>
    </item>
  </channel>
</rss>

