<?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: Code completion in eclipse: this compilation unit is not on the build path of a java project in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/code-completion-in-eclipse-this-compilation-unit-is-not-on-the/m-p/164952#M118669</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This here answered my question: &lt;/SPAN&gt;&lt;A href="http://stackoverflow.com/questions/2206572/eclipse-this-compilation-unit-is-not-on-the-build-path-of-a-java-project" rel="nofollow noopener noreferrer"&gt;http://stackoverflow.com/questions/2206572/eclipse-this-compilation-unit-is-not-on-the-build-path-of-a-java-project&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There you can read: When using maven with multiproject and a parent project make sure you're not editing the file in the maven parent project.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 27 Feb 2014 08:01:07 GMT</pubDate>
    <dc:creator>b_schnarr</dc:creator>
    <dc:date>2014-02-27T08:01:07Z</dc:date>
    <item>
      <title>Code completion in eclipse: this compilation unit is not on the build path of a java project</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/code-completion-in-eclipse-this-compilation-unit-is-not-on-the/m-p/164951#M118668</link>
      <description>Hello at all,I imported the activiti project from git into my eclipse workspace using the git import function. After that, I converted the project into a maven project. But when I try to use the code completion, I get the following error in eclipse: this compilation unit is not on the build path of</description>
      <pubDate>Tue, 25 Feb 2014 16:19:07 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/code-completion-in-eclipse-this-compilation-unit-is-not-on-the/m-p/164951#M118668</guid>
      <dc:creator>b_schnarr</dc:creator>
      <dc:date>2014-02-25T16:19:07Z</dc:date>
    </item>
    <item>
      <title>Re: Code completion in eclipse: this compilation unit is not on the build path of a java project</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/code-completion-in-eclipse-this-compilation-unit-is-not-on-the/m-p/164952#M118669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This here answered my question: &lt;/SPAN&gt;&lt;A href="http://stackoverflow.com/questions/2206572/eclipse-this-compilation-unit-is-not-on-the-build-path-of-a-java-project" rel="nofollow noopener noreferrer"&gt;http://stackoverflow.com/questions/2206572/eclipse-this-compilation-unit-is-not-on-the-build-path-of-a-java-project&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There you can read: When using maven with multiproject and a parent project make sure you're not editing the file in the maven parent project.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Feb 2014 08:01:07 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/code-completion-in-eclipse-this-compilation-unit-is-not-on-the/m-p/164952#M118669</guid>
      <dc:creator>b_schnarr</dc:creator>
      <dc:date>2014-02-27T08:01:07Z</dc:date>
    </item>
    <item>
      <title>Re: Code completion in eclipse: this compilation unit is not on the build path of a java project</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/code-completion-in-eclipse-this-compilation-unit-is-not-on-the/m-p/164953#M118670</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes - indeed.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The way I always do it is simply import it in Eclipse using the maven plugin.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Point it to the root POM, and it will include the root + all modules.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Mar 2014 09:36:08 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/code-completion-in-eclipse-this-compilation-unit-is-not-on-the/m-p/164953#M118670</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2014-03-10T09:36:08Z</dc:date>
    </item>
    <item>
      <title>Re: Code completion in eclipse: this compilation unit is not on the build path of a java project</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/code-completion-in-eclipse-this-compilation-unit-is-not-on-the/m-p/164954#M118671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I downloaded the zip-file from github. When I try to import the whole project using the eclipse maven plugin, eclipse hangs on the step "Validating activiti-engine /activiti-engine/src/test/resources/org/activiti/engine/test/api/repository/BpmnWithUnsafeContentXmlContent.bpmn20.xml (see this picture: &lt;/SPAN&gt;&lt;A href="https://www.dropbox.com/s/g2uucprtbl0fc1c/validation.PNG" rel="nofollow noopener noreferrer"&gt;https://www.dropbox.com/s/g2uucprtbl0fc1c/validation.PNG&lt;/A&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I simply did File –&amp;gt; Import –&amp;gt; Existing Maven Projects&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Therefore, eclipse can not build the project. Did I something wrong?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Mar 2014 12:19:16 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/code-completion-in-eclipse-this-compilation-unit-is-not-on-the/m-p/164954#M118671</guid>
      <dc:creator>b_schnarr</dc:creator>
      <dc:date>2014-03-28T12:19:16Z</dc:date>
    </item>
    <item>
      <title>Re: Code completion in eclipse: this compilation unit is not on the build path of a java project</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/code-completion-in-eclipse-this-compilation-unit-is-not-on-the/m-p/164955#M118672</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I tried to build the project with mvn clean compile deploy -e&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Maven tried to fetch files from &lt;/SPAN&gt;&lt;A href="https://oss.sonatype.org/service/local/staging/deploy/maven2/" rel="nofollow noopener noreferrer"&gt;https://oss.sonatype.org/service/local/staging/deploy/maven2/&lt;/A&gt;&lt;SPAN&gt; which is password protected. I tried to build the official 5.15-Tag.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Could anyone help me?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks and best regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Ben&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Mar 2014 13:11:28 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/code-completion-in-eclipse-this-compilation-unit-is-not-on-the/m-p/164955#M118672</guid>
      <dc:creator>b_schnarr</dc:creator>
      <dc:date>2014-03-28T13:11:28Z</dc:date>
    </item>
    <item>
      <title>Re: Code completion in eclipse: this compilation unit is not on the build path of a java project</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/code-completion-in-eclipse-this-compilation-unit-is-not-on-the/m-p/164956#M118673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;After installing "tycho project configurators" and after disabling the xml validations in eclipse, everything worked fine. &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Mar 2014 15:47:31 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/code-completion-in-eclipse-this-compilation-unit-is-not-on-the/m-p/164956#M118673</guid>
      <dc:creator>b_schnarr</dc:creator>
      <dc:date>2014-03-28T15:47:31Z</dc:date>
    </item>
    <item>
      <title>Re: Code completion in eclipse: this compilation unit is not on the build path of a java project</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/code-completion-in-eclipse-this-compilation-unit-is-not-on-the/m-p/164957#M118674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The xml validation error is due to &lt;/SPAN&gt;&lt;A href="http://www.jorambarrez.be/blog/2013/02/19/uploading-a-funny-xml-can-bring-down-your-server/" rel="nofollow noopener noreferrer"&gt;http://www.jorambarrez.be/blog/2013/02/19/uploading-a-funny-xml-can-bring-down-your-server/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Indeed, if you're using Eclipse EE edition, xml validation is enabled by default.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Apr 2014 19:37:04 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/code-completion-in-eclipse-this-compilation-unit-is-not-on-the/m-p/164957#M118674</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2014-04-01T19:37:04Z</dc:date>
    </item>
  </channel>
</rss>

