<?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: How to configure the development environment with Eclipse. in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/how-to-configure-the-development-environment-with-eclipse/m-p/80313#M24856</link>
    <description>&lt;P&gt;&lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/80230"&gt;@viperboys&lt;/A&gt;&amp;nbsp;which version of ACS you are using? 5.2.x or 6.x ?&lt;/P&gt;
&lt;P&gt;&lt;U&gt;For 6.x version see the steps here:&amp;nbsp;&lt;/U&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://hub.alfresco.com/t5/alfresco-content-services-forum/problem-when-creating-an-all-in-one-project-in-eclipse/m-p/296208/highlight/true#M17793" target="_blank" rel="noopener nofollow noreferrer"&gt;https://hub.alfresco.com/t5/alfresco-content-services-forum/problem-when-creating-an-all-in-one-project-in-eclipse/m-p/296208/highlight/true#M17793&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Planning to start with 6.x, see this post:&amp;nbsp;&lt;A href="https://hub.alfresco.com/t5/alfresco-content-services-forum/get-started-with-alfresco-6-and-alfresco-sdk-4/m-p/298694/highlight/true#M19227" target="_blank" rel="noopener nofollow noreferrer"&gt;https://hub.alfresco.com/t5/alfresco-content-services-forum/get-started-with-alfresco-6-and-alfresco-sdk-4/m-p/298694/highlight/true#M19227&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Debug in eclipse:&amp;nbsp;&lt;A href="https://github.com/Alfresco/alfresco-sdk/blob/master/docs/advanced-topics/debugging/debug-eclipse.md" target="_blank" rel="noopener nofollow noreferrer"&gt;https://github.com/Alfresco/alfresco-sdk/blob/master/docs/advanced-topics/debugging/debug-eclipse.md&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;U&gt;If using 5.2.x, see the instructions to get basic project:&lt;/U&gt;&lt;/P&gt;
&lt;P&gt;Generate the new project by following these steps:&lt;/P&gt;
&lt;P&gt;1- Open commond prompt and execute following maven command:&lt;/P&gt;
&lt;PRE&gt;&lt;U&gt;For windows cmd:
&lt;/U&gt;&lt;STRONG&gt;mvn archetype:generate -Dfilter=org.alfresco:
&lt;/STRONG&gt;
&lt;U&gt;For windows powershell:
&lt;/U&gt;&lt;STRONG&gt;mvn archetype:generate -Dfilter="org.alfresco:"
&lt;/STRONG&gt;
For mac/linux terminals, either can be used.&lt;/PRE&gt;
&lt;P&gt;2- You will be asked to choose the archetype. SELECT '2'&lt;/P&gt;
&lt;PRE&gt;Choose archetype:
1: remote -&amp;gt; org.alfresco.maven.archetype:activiti-jar-archetype (DEPRECATED - UNSUPPORTED - EXPERIMENTAL)
&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;2: remote -&amp;gt; org.alfresco.maven.archetype:alfresco-allinone-archetype (Sample multi-module project for All-in-One development on the Alfresco platform. Includes modules for Platform/Repository JAR and Share JAR)
&lt;/STRONG&gt;&lt;/FONT&gt;3: remote -&amp;gt; org.alfresco.maven.archetype:alfresco-amp-archetype (Sample project with full support for lifecycle and rapid development of Repository AMPs (Alfresco Module Packages))
4: remote -&amp;gt; org.alfresco.maven.archetype:alfresco-platform-jar-archetype (Sample project with full support for lifecycle and rapid development of Platform/Repository JARs and AMPs (Alfresco Module Packages))
5: remote -&amp;gt; org.alfresco.maven.archetype:alfresco-share-jar-archetype (Share project with full support for lifecycle and rapid development of JARs and AMPs (Alfresco Module
        Packages))
6: remote -&amp;gt; org.alfresco.maven.archetype:share-amp-archetype (Share project with full support for lifecycle and rapid development of AMPs (Alfresco Module
        Packages))&lt;/PRE&gt;
&lt;P&gt;3- Select &lt;STRONG&gt;'11'&lt;/STRONG&gt; for the SDK version as &lt;STRONG&gt;3.1.0&lt;/STRONG&gt;&lt;/P&gt;
&lt;PRE&gt;Choose org.alfresco.maven.archetype:alfresco-allinone-archetype version:
1: 2.0.0-beta-1
2: 2.0.0-beta-2
3: 2.0.0-beta-3
4: 2.0.0-beta-4
5: 2.0.0
6: 2.1.0
7: 2.1.1
8: 2.2.0
9: 3.0.0
10: 3.0.1
&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;11: 3.1.0
&lt;/STRONG&gt;&lt;/FONT&gt;12: 4.0.0-beta-1
13: 4.0.0
&lt;FONT color="#000000"&gt;14: 4.1.0
&lt;/FONT&gt;Choose a number: 14:&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;11&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/PRE&gt;
&lt;P&gt;4- Provide 'groupId'&lt;/P&gt;
&lt;PRE&gt;&lt;FONT color="#000000"&gt;&lt;STRONG&gt;Define value for property 'groupId':&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;e.g. com.demo.aio.sdk3&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;5- Provide the 'artifactId' (name of your project)&lt;/P&gt;
&lt;PRE&gt;&lt;STRONG&gt;Define value for property 'artifactId':&lt;/STRONG&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;e.g.: sdk3-aio-project&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;6- Provide package:&lt;/P&gt;
&lt;PRE&gt;Define value for property 'package' com.demo.aio.sdk3: :&lt;/PRE&gt;
&lt;P&gt;Keep as is. Press enter.&lt;/P&gt;
&lt;P&gt;7- You will be asked to confirm the properties:&lt;/P&gt;
&lt;PRE&gt;Confirm properties configuration:
groupId: com.demo.aio.sdk3
artifactId: sdk3-aio-project
version: 1.0-SNAPSHOT
package: com.demo.aio.sdk3
&lt;FONT color="#FF0000"&gt;&lt;EM&gt;&lt;STRONG&gt; Y: :&lt;/STRONG&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;/PRE&gt;
&lt;P&gt;Press 'Y', if everything looks good. A sample project will be generated.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;8- Import them in eclipse and get started.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Note: JDK 1.8 is recommended for SDK3.1.0&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;To debug in eclipse (SDK3.1.0):&amp;nbsp;&lt;A href="http://javaworld-abhinav.blogspot.com/2015/07/debugging-alfresco-and-share-in-eclipse.html" target="_blank" rel="noopener nofollow noreferrer"&gt;http://javaworld-abhinav.blogspot.com/2015/07/debugging-alfresco-and-share-in-eclipse.html&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 28 May 2020 20:44:46 GMT</pubDate>
    <dc:creator>abhinavmishra14</dc:creator>
    <dc:date>2020-05-28T20:44:46Z</dc:date>
    <item>
      <title>How to configure the development environment with Eclipse.</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-configure-the-development-environment-with-eclipse/m-p/80312#M24855</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I want to start developing custom modules in Alfresco.&amp;nbsp;For this I have installed the following.&lt;/P&gt;&lt;P&gt;* Eclipse IDE for Java Developers version&amp;nbsp;2020-03 (4.15.0).&lt;/P&gt;&lt;P&gt;* Java (javac 14.0.1).&lt;/P&gt;&lt;P&gt;* Maven (Apache Maven 3.6.3.).&lt;/P&gt;&lt;P&gt;* JDK 14.0.1.&lt;/P&gt;&lt;P&gt;* Windows 10 64BIT&lt;/P&gt;&lt;P&gt;I followed these steps&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.alfresco.com/sdk2.1/concepts/alfresco-sdk-installing-prerequisite-software.html" target="_blank" rel="nofollow noopener noreferrer"&gt;https://docs.alfresco.com/sdk2.1/concepts/alfresco-sdk-installing-prerequisite-software.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.alfresco.com/5.2/tasks/sdk-develop-eclipse.html" target="_blank" rel="nofollow noopener noreferrer"&gt;https://docs.alfresco.com/5.2/tasks/sdk-develop-eclipse.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="eclipse-workspace - Eclipse IDE 2020-05-28 16.18.23.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image"&gt;&lt;img src="https://connect.hyland.com/t5/image/serverpage/image-id/676iF7B46E9D1C403209/image-size/large?v=v2&amp;amp;px=999" role="button" title="image" alt="image" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I want to do the following.&lt;/P&gt;&lt;P&gt;&lt;A href="https://hub.alfresco.com/t5/alfresco-content-services-forum/i-want-to-do-a-post-method-when-creating-a-file-in-a-folder/m-p/299157#M19538" target="_blank" rel="nofollow noopener noreferrer"&gt;https://hub.alfresco.com/t5/alfresco-content-services-forum/i-want-to-do-a-post-method-when-creating-a-file-in-a-folder/m-p/299157#M19538&lt;/A&gt;&lt;/P&gt;&lt;P&gt;My question is. How do I start doing this from everything I have.&lt;/P&gt;&lt;P&gt;How do I access from the browser?&lt;/P&gt;&lt;P&gt;How can I start developing what I want?&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Thu, 28 May 2020 20:21:19 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-configure-the-development-environment-with-eclipse/m-p/80312#M24855</guid>
      <dc:creator>viperboys</dc:creator>
      <dc:date>2020-05-28T20:21:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure the development environment with Eclipse.</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-configure-the-development-environment-with-eclipse/m-p/80313#M24856</link>
      <description>&lt;P&gt;&lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/80230"&gt;@viperboys&lt;/A&gt;&amp;nbsp;which version of ACS you are using? 5.2.x or 6.x ?&lt;/P&gt;
&lt;P&gt;&lt;U&gt;For 6.x version see the steps here:&amp;nbsp;&lt;/U&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://hub.alfresco.com/t5/alfresco-content-services-forum/problem-when-creating-an-all-in-one-project-in-eclipse/m-p/296208/highlight/true#M17793" target="_blank" rel="noopener nofollow noreferrer"&gt;https://hub.alfresco.com/t5/alfresco-content-services-forum/problem-when-creating-an-all-in-one-project-in-eclipse/m-p/296208/highlight/true#M17793&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Planning to start with 6.x, see this post:&amp;nbsp;&lt;A href="https://hub.alfresco.com/t5/alfresco-content-services-forum/get-started-with-alfresco-6-and-alfresco-sdk-4/m-p/298694/highlight/true#M19227" target="_blank" rel="noopener nofollow noreferrer"&gt;https://hub.alfresco.com/t5/alfresco-content-services-forum/get-started-with-alfresco-6-and-alfresco-sdk-4/m-p/298694/highlight/true#M19227&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Debug in eclipse:&amp;nbsp;&lt;A href="https://github.com/Alfresco/alfresco-sdk/blob/master/docs/advanced-topics/debugging/debug-eclipse.md" target="_blank" rel="noopener nofollow noreferrer"&gt;https://github.com/Alfresco/alfresco-sdk/blob/master/docs/advanced-topics/debugging/debug-eclipse.md&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;U&gt;If using 5.2.x, see the instructions to get basic project:&lt;/U&gt;&lt;/P&gt;
&lt;P&gt;Generate the new project by following these steps:&lt;/P&gt;
&lt;P&gt;1- Open commond prompt and execute following maven command:&lt;/P&gt;
&lt;PRE&gt;&lt;U&gt;For windows cmd:
&lt;/U&gt;&lt;STRONG&gt;mvn archetype:generate -Dfilter=org.alfresco:
&lt;/STRONG&gt;
&lt;U&gt;For windows powershell:
&lt;/U&gt;&lt;STRONG&gt;mvn archetype:generate -Dfilter="org.alfresco:"
&lt;/STRONG&gt;
For mac/linux terminals, either can be used.&lt;/PRE&gt;
&lt;P&gt;2- You will be asked to choose the archetype. SELECT '2'&lt;/P&gt;
&lt;PRE&gt;Choose archetype:
1: remote -&amp;gt; org.alfresco.maven.archetype:activiti-jar-archetype (DEPRECATED - UNSUPPORTED - EXPERIMENTAL)
&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;2: remote -&amp;gt; org.alfresco.maven.archetype:alfresco-allinone-archetype (Sample multi-module project for All-in-One development on the Alfresco platform. Includes modules for Platform/Repository JAR and Share JAR)
&lt;/STRONG&gt;&lt;/FONT&gt;3: remote -&amp;gt; org.alfresco.maven.archetype:alfresco-amp-archetype (Sample project with full support for lifecycle and rapid development of Repository AMPs (Alfresco Module Packages))
4: remote -&amp;gt; org.alfresco.maven.archetype:alfresco-platform-jar-archetype (Sample project with full support for lifecycle and rapid development of Platform/Repository JARs and AMPs (Alfresco Module Packages))
5: remote -&amp;gt; org.alfresco.maven.archetype:alfresco-share-jar-archetype (Share project with full support for lifecycle and rapid development of JARs and AMPs (Alfresco Module
        Packages))
6: remote -&amp;gt; org.alfresco.maven.archetype:share-amp-archetype (Share project with full support for lifecycle and rapid development of AMPs (Alfresco Module
        Packages))&lt;/PRE&gt;
&lt;P&gt;3- Select &lt;STRONG&gt;'11'&lt;/STRONG&gt; for the SDK version as &lt;STRONG&gt;3.1.0&lt;/STRONG&gt;&lt;/P&gt;
&lt;PRE&gt;Choose org.alfresco.maven.archetype:alfresco-allinone-archetype version:
1: 2.0.0-beta-1
2: 2.0.0-beta-2
3: 2.0.0-beta-3
4: 2.0.0-beta-4
5: 2.0.0
6: 2.1.0
7: 2.1.1
8: 2.2.0
9: 3.0.0
10: 3.0.1
&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;11: 3.1.0
&lt;/STRONG&gt;&lt;/FONT&gt;12: 4.0.0-beta-1
13: 4.0.0
&lt;FONT color="#000000"&gt;14: 4.1.0
&lt;/FONT&gt;Choose a number: 14:&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;11&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/PRE&gt;
&lt;P&gt;4- Provide 'groupId'&lt;/P&gt;
&lt;PRE&gt;&lt;FONT color="#000000"&gt;&lt;STRONG&gt;Define value for property 'groupId':&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;e.g. com.demo.aio.sdk3&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;5- Provide the 'artifactId' (name of your project)&lt;/P&gt;
&lt;PRE&gt;&lt;STRONG&gt;Define value for property 'artifactId':&lt;/STRONG&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;e.g.: sdk3-aio-project&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;6- Provide package:&lt;/P&gt;
&lt;PRE&gt;Define value for property 'package' com.demo.aio.sdk3: :&lt;/PRE&gt;
&lt;P&gt;Keep as is. Press enter.&lt;/P&gt;
&lt;P&gt;7- You will be asked to confirm the properties:&lt;/P&gt;
&lt;PRE&gt;Confirm properties configuration:
groupId: com.demo.aio.sdk3
artifactId: sdk3-aio-project
version: 1.0-SNAPSHOT
package: com.demo.aio.sdk3
&lt;FONT color="#FF0000"&gt;&lt;EM&gt;&lt;STRONG&gt; Y: :&lt;/STRONG&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;/PRE&gt;
&lt;P&gt;Press 'Y', if everything looks good. A sample project will be generated.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;8- Import them in eclipse and get started.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Note: JDK 1.8 is recommended for SDK3.1.0&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;To debug in eclipse (SDK3.1.0):&amp;nbsp;&lt;A href="http://javaworld-abhinav.blogspot.com/2015/07/debugging-alfresco-and-share-in-eclipse.html" target="_blank" rel="noopener nofollow noreferrer"&gt;http://javaworld-abhinav.blogspot.com/2015/07/debugging-alfresco-and-share-in-eclipse.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 28 May 2020 20:44:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-configure-the-development-environment-with-eclipse/m-p/80313#M24856</guid>
      <dc:creator>abhinavmishra14</dc:creator>
      <dc:date>2020-05-28T20:44:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure the development environment with Eclipse.</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-configure-the-development-environment-with-eclipse/m-p/80314#M24857</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/74498"&gt;@abhinavmishra14&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have followed all your steps and it worked well and without issue.&lt;/P&gt;&lt;P&gt;Now from Eclipse how can I start with something silly? Develop simple things.&amp;nbsp;Where they explain step by step how to do anything with an eclipse.&amp;nbsp;My goal is to get to this point. &lt;A href="https://hub.alfresco.com/t5/alfresco-content-services-forum/i-want-to-do-a-post-method-when-creating-a-file-in-a-folder/m-p/299157#M19538" target="_blank" rel="nofollow noopener noreferrer"&gt;https://hub.alfresco.com/t5/alfresco-content-services-forum/i-want-to-do-a-post-method-when-creating-a-file-in-a-folder/m-p/299157#M19538&lt;/A&gt; Because I am already in Eclipse but I could not do anything Haha. I think doing a practical exercise with Eclipse would help me a lot.&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Fri, 29 May 2020 20:26:12 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-configure-the-development-environment-with-eclipse/m-p/80314#M24857</guid>
      <dc:creator>viperboys</dc:creator>
      <dc:date>2020-05-29T20:26:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure the development environment with Eclipse.</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-configure-the-development-environment-with-eclipse/m-p/80315#M24858</link>
      <description>&lt;P&gt;If you have generated projects and able to start via docker, the next step would be to either add customizations in repo module or share module. In your case, you want to add a java based behavior. So you can go to repo module and add your custom behavior and then start the containers to test it.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For reference, clone this repository:&amp;nbsp;&lt;A href="https://github.com/jpotts/alfresco-developer-series.git" target="_blank" rel="nofollow noopener noreferrer"&gt;https://github.com/jpotts/alfresco-developer-series.git&lt;/A&gt;&lt;/P&gt;
&lt;PRE&gt;git clone https://github.com/jpotts/alfresco-developer-series.git&lt;/PRE&gt;
&lt;P&gt;and Import this project in eclipse:&amp;nbsp;&lt;A href="https://github.com/jpotts/alfresco-developer-series/tree/master/behaviors/behavior-tutorial" target="_blank" rel="nofollow noopener noreferrer"&gt;https://github.com/jpotts/alfresco-developer-series/tree/master/behaviors/behavior-tutorial&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Taking the reference from this tutorial add custom behavior in your project.&lt;/P&gt;</description>
      <pubDate>Fri, 29 May 2020 20:41:44 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-configure-the-development-environment-with-eclipse/m-p/80315#M24858</guid>
      <dc:creator>abhinavmishra14</dc:creator>
      <dc:date>2020-05-29T20:41:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure the development environment with Eclipse.</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-configure-the-development-environment-with-eclipse/m-p/80316#M24859</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi! &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Following the steps indicated in this post that I created my project, but I get the following error in the pom.xml file.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Plugin execution not covered by lifecycle configuration: org.zeroturnaround:jrebel-maven-plugin:1.1.8:generate (execution: generate-rebel-xml, phase: process-resources)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Captura.PNG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image"&gt;&lt;img src="https://connect.hyland.com/t5/image/serverpage/image-id/677i68248B803CEBF962/image-size/large?v=v2&amp;amp;px=999" role="button" title="image" alt="image" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;could you help me with this error? Thank you!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jun 2020 14:47:19 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-configure-the-development-environment-with-eclipse/m-p/80316#M24859</guid>
      <dc:creator>carloshc95</dc:creator>
      <dc:date>2020-06-03T14:47:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure the development environment with Eclipse.</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-configure-the-development-environment-with-eclipse/m-p/80317#M24860</link>
      <description>&lt;P&gt;You can ignore that warning. Try to run the project if using SDK3.x&lt;/P&gt;
&lt;DIV&gt;&lt;SPAN&gt;1- Right click the&amp;nbsp;&lt;STRONG&gt;pom&amp;nbsp;&lt;/STRONG&gt;file of the project which you want to debug.&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;2- Select&amp;nbsp;&lt;STRONG&gt;Run &amp;gt; Debug Configuration&amp;nbsp;&lt;/STRONG&gt;from main menu.&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;3- C&lt;/SPAN&gt;&lt;SPAN&gt;lick the&amp;nbsp;&lt;STRONG&gt;New Launch Configuration&lt;/STRONG&gt;&amp;nbsp;icon on the top left of the dialog.&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;4-&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;Give the Debug Configuration a suitable name.&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;5-&amp;nbsp;For Goals enter- goal as "&lt;STRONG&gt;&lt;I&gt;alfresco:run&lt;/I&gt;&lt;/STRONG&gt;"&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&lt;SPAN&gt;6-&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp;On the&amp;nbsp;&lt;STRONG&gt;JRE&amp;nbsp;&lt;/STRONG&gt;tab add the following VM arguments:&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;
&lt;PRE&gt;-Xms1024m -Xmx4096m -XX:PermSize=1024m&lt;/PRE&gt;
&lt;SPAN&gt;&amp;nbsp;to avoid PermGenexceptions.&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;7- Click apply and then click debug.&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;&lt;A href="http://javaworld-abhinav.blogspot.com/2015/07/debugging-alfresco-and-share-in-eclipse.html" target="_blank" rel="noopener nofollow noreferrer"&gt;http://javaworld-abhinav.blogspot.com/2015/07/debugging-alfresco-and-share-in-eclipse.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;For SDK 4.X&amp;nbsp; use the run.bat/run.sh. Look at the README file available in the generated project&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jun 2020 17:47:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-configure-the-development-environment-with-eclipse/m-p/80317#M24860</guid>
      <dc:creator>abhinavmishra14</dc:creator>
      <dc:date>2020-06-03T17:47:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure the development environment with Eclipse.</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-configure-the-development-environment-with-eclipse/m-p/80318#M24861</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/74498"&gt;@abhinavmishra14&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I managed to install the repository from an official tutorial on the Alfresco page.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Alfresco » Reglas de carpeta - Google Chrome 2020-05-13 12.08.28.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image"&gt;&lt;img src="https://connect.hyland.com/t5/image/serverpage/image-id/680i332E27945F1807BD/image-size/large?v=v2&amp;amp;px=999" role="button" title="image" alt="image" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Now how do I start to study all this? Why is this so difficult? Hahaha&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jun 2020 17:50:56 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-configure-the-development-environment-with-eclipse/m-p/80318#M24861</guid>
      <dc:creator>viperboys</dc:creator>
      <dc:date>2020-06-03T17:50:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure the development environment with Eclipse.</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-configure-the-development-environment-with-eclipse/m-p/80319#M24862</link>
      <description>&lt;P&gt;Its not as difficult as you are thinking. Follow the steps by step process as explained in the tutorials.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have a look at the README file. Since your current project structure is as per SDK4.1.0, you need to make sure that you have docker installed on your environment.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jun 2020 18:22:28 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-configure-the-development-environment-with-eclipse/m-p/80319#M24862</guid>
      <dc:creator>abhinavmishra14</dc:creator>
      <dc:date>2020-06-03T18:22:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure the development environment with Eclipse.</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-configure-the-development-environment-with-eclipse/m-p/80320#M24863</link>
      <description>&lt;P&gt;Hello! I have created my outdoor project (SDK 4.x) following the indicated steps and when I run "run.bat build_start" from my cmd I get the following error.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;During handling of the above exception, another exception occurred:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Traceback (most recent call last):&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;File "docker-compose", line 6, in &amp;lt;module&amp;gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;File "compose\cli\main.py", line 72, in main&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;File "compose\cli\main.py", line 128, in perform_command&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;File "compose\cli\main.py", line 1077, in up&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;File "compose\cli\main.py", line 1073, in up&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;File "compose\project.py", line 548, in up&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;File "compose\service.py", line 351, in ensure_image_exists&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;File "compose\service.py", line 1106, in build&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;File "site-packages\docker\api\build.py", line 261, in build&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;File "site-packages\docker\api\build.py", line 308, in _set_auth_headers&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;File "site-packages\docker\auth.py", line 302, in get_all_credentials&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;File "site-packages\docker\credentials\store.py", line 71, in list&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;File "site-packages\docker\credentials\store.py", line 93, in _execute&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;docker.credentials.errors.StoreError: Credentials store docker-credential-desktop exited with "error listing credentials - err: exit status 1, out: `No se ha encontrado el elemento.`".&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;[9680] Failed to execute script docker-compose&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Attaching to&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Why does this error occur? How can I solve it?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;And another question, What would be the url with which I can access the outdoor shared resource of this project? &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you very much in advance for your reply, as I can't find much information about alfresco 6.x and sdk 4.x &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://connect.hyland.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jun 2020 11:07:22 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-configure-the-development-environment-with-eclipse/m-p/80320#M24863</guid>
      <dc:creator>carloshc95</dc:creator>
      <dc:date>2020-06-04T11:07:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure the development environment with Eclipse.</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-configure-the-development-environment-with-eclipse/m-p/80321#M24864</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/81875"&gt;@carloshc95&lt;/A&gt;,&lt;/P&gt;
&lt;P&gt;What's your dev environment? It might be a permissions issue on your machine - see this &lt;A title="Opens in a new window" href="https://github.com/docker/docker-credential-helpers/issues/60" target="_blank" rel="noopener nofollow noreferrer"&gt;thread&lt;/A&gt;&amp;nbsp;- or other &lt;A title="Opens in a new window" href="https://stackoverflow.com/questions/50151833/cannot-login-to-docker-account" target="_blank" rel="noopener nofollow noreferrer"&gt;authentication&lt;/A&gt; issues if you're trying with &lt;A href="https://docs.alfresco.com/6.1/tasks/deploy-docker-compose.html" target="_self" rel="nofollow noopener noreferrer"&gt;Enterprise&lt;/A&gt;.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;HTH,&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jun 2020 11:24:08 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-configure-the-development-environment-with-eclipse/m-p/80321#M24864</guid>
      <dc:creator>EddieMay</dc:creator>
      <dc:date>2020-06-04T11:24:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure the development environment with Eclipse.</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-configure-the-development-environment-with-eclipse/m-p/80322#M24865</link>
      <description>&lt;P&gt;Hi! &lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/76783"&gt;@EddieMay&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;Windows 10 and Eclipse (Eclipse IDE for Java and DSL Developers – 200- 03).&lt;/P&gt;&lt;P&gt;I have run with my admin account and it still produces the error.&lt;/P&gt;&lt;P&gt;Try testing if it is a permission problema on my machine. Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jun 2020 12:54:12 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-configure-the-development-environment-with-eclipse/m-p/80322#M24865</guid>
      <dc:creator>carloshc95</dc:creator>
      <dc:date>2020-06-04T12:54:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure the development environment with Eclipse.</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-configure-the-development-environment-with-eclipse/m-p/80323#M24866</link>
      <description>&lt;P&gt;&lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/81875"&gt;@carloshc95&lt;/A&gt;&amp;nbsp; looking at your error it seems you are using windows and i assume you have already installed Docker Desktop for windows (&lt;A href="https://docs.docker.com/docker-for-windows/release-notes/" target="_blank" rel="noopener nofollow noreferrer"&gt;https://docs.docker.com/docker-for-windows/release-notes/&lt;/A&gt;)&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Latest version can be downloaded from here just in case: &lt;A href="https://download.docker.com/win/stable/Docker%20Desktop%20Installer.exe" target="_blank" rel="noopener nofollow noreferrer"&gt;https://download.docker.com/win/stable/Docker%20Desktop%20Installer.exe&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Open poweshell and check following:&lt;/P&gt;
&lt;PRE&gt;docker --version

docker-compose -version&lt;/PRE&gt;
&lt;P&gt;Both should return version successfuly, which idicates installation was proper.&lt;/P&gt;

&lt;P&gt;Have you created user account on docker hub?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You must create a user account on docker hub and when you start Docker Desktop, you must login using the credentials you created. It will allow downloading alfresco/share and other images from docker hub (for community versions).&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Go to: &lt;A href="https://hub.docker.com/signup?next=%2F%3Foverlay%3Donboarding" target="_blank" rel="noopener nofollow noreferrer"&gt;https://hub.docker.com/signup?next=%2F%3Foverlay%3Donboarding&lt;/A&gt; to create an account.&lt;/P&gt;
&lt;P&gt;To login, use powersehll or docker desktop signin option after user account creation. Posweshell login command shown below.&lt;/P&gt;
&lt;PRE&gt;PS: docker login
		Authenticating with existing credentials...
		Stored credentials invalid or expired
		Username (xyz@gmail.com): xyz
		Password:
		Login Succeeded&lt;/PRE&gt;
&lt;P&gt;&lt;A href="https://docs.docker.com/engine/reference/commandline/login/" target="_blank" rel="nofollow noopener noreferrer"&gt;https://docs.docker.com/engine/reference/commandline/login/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Using docker desktop:&amp;nbsp;&lt;A href="https://www.docker.com/blog/using-docker-desktop-and-docker-hub-together-part-1/" target="_blank" rel="nofollow noopener noreferrer"&gt;https://www.docker.com/blog/using-docker-desktop-and-docker-hub-together-part-1/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Before starting with SDK4.x and docker based project, Installation of docker engine on your development environment and user account creation is pre-requisite.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;U&gt;Understand the concept:&lt;/U&gt;&lt;BR /&gt;&lt;A href="https://docs.alfresco.com/6.2/concepts/deploy-concepts.html" target="_blank" rel="noopener nofollow noreferrer"&gt;https://docs.alfresco.com/6.2/concepts/deploy-concepts.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Visit here for more details: &lt;A href="https://docs.alfresco.com/6.2/concepts/deploy-prereqs.html" target="_blank" rel="noopener nofollow noreferrer"&gt;https://docs.alfresco.com/6.2/concepts/deploy-prereqs.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;If problem stil persists, then create a separate thread with the logs and steps you have followed.&lt;/P&gt;
&lt;P&gt;Note that, java11 is mandatory to run the sdk based projects. See details on&amp;nbsp;&lt;A href="https://docs.alfresco.com/6.2/concepts/deploy-prereqs.html" target="_blank" rel="noopener nofollow noreferrer"&gt;deploy-prereqs&lt;/A&gt;&amp;nbsp;shared above.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jun 2020 13:06:48 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-configure-the-development-environment-with-eclipse/m-p/80323#M24866</guid>
      <dc:creator>abhinavmishra14</dc:creator>
      <dc:date>2020-06-04T13:06:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure the development environment with Eclipse.</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-configure-the-development-environment-with-eclipse/m-p/80324#M24867</link>
      <description>&lt;P&gt;&lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/80230"&gt;@viperboys&lt;/A&gt;&amp;nbsp;&lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/81875"&gt;@carloshc95&lt;/A&gt;&amp;nbsp;were you able to resolve the issue ?&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jun 2020 13:21:58 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-configure-the-development-environment-with-eclipse/m-p/80324#M24867</guid>
      <dc:creator>abhinavmishra14</dc:creator>
      <dc:date>2020-06-10T13:21:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure the development environment with Eclipse.</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-configure-the-development-environment-with-eclipse/m-p/80325#M24868</link>
      <description>&lt;P&gt;yes! thanks&amp;nbsp;&lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/74498"&gt;@abhinavmishra14&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;I managed to properly configure my Docker and I already have my Alfresco project. Now to develop my customizations&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jun 2020 08:00:21 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-configure-the-development-environment-with-eclipse/m-p/80325#M24868</guid>
      <dc:creator>carloshc95</dc:creator>
      <dc:date>2020-06-11T08:00:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure the development environment with Eclipse.</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-configure-the-development-environment-with-eclipse/m-p/80326#M24869</link>
      <description>&lt;P&gt;thanks&amp;nbsp;&lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/81875"&gt;@carloshc95&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jun 2020 11:23:09 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-configure-the-development-environment-with-eclipse/m-p/80326#M24869</guid>
      <dc:creator>abhinavmishra14</dc:creator>
      <dc:date>2020-06-11T11:23:09Z</dc:date>
    </item>
  </channel>
</rss>

