<?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 Build Activiti Userguide in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/build-activiti-userguide/m-p/200831#M153961</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;How do I build the user guide present in activiti git repo for local usage?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 Jul 2014 10:03:25 GMT</pubDate>
    <dc:creator>vickysirwani</dc:creator>
    <dc:date>2014-07-23T10:03:25Z</dc:date>
    <item>
      <title>Build Activiti Userguide</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/build-activiti-userguide/m-p/200831#M153961</link>
      <description>How do I build the user guide present in activiti git repo for local usage?</description>
      <pubDate>Wed, 23 Jul 2014 10:03:25 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/build-activiti-userguide/m-p/200831#M153961</guid>
      <dc:creator>vickysirwani</dc:creator>
      <dc:date>2014-07-23T10:03:25Z</dc:date>
    </item>
    <item>
      <title>Re: Build Activiti Userguide</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/build-activiti-userguide/m-p/200832#M153962</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;That is still an ant script.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;in the distro folder: 'ant clean build.docs'&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Note that this will fail the first time, a message in the logs will indicate what you have to install first to fix it.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jul 2014 08:06:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/build-activiti-userguide/m-p/200832#M153962</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2014-07-25T08:06:15Z</dc:date>
    </item>
    <item>
      <title>Re: Build Activiti Userguide</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/build-activiti-userguide/m-p/200833#M153963</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have not been able to successfully build the user guide either. I installed asciidocs as per the readme:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Tooling&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;——-&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Install Asciidoctor: &lt;/SPAN&gt;&lt;A href="http://asciidoct./generate-html" rel="nofollow noopener noreferrer"&gt;http://asciidoct./generate-html&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;or.org/&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We're using the 'pygments' library for syntax highlighting. This needs to be installed: gem install pygments.rb&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When I tried to install pygments, I get the following error:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ERROR:&amp;nbsp; Error installing pygments.rb:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ERROR: Failed to build gem native extension.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; C:/jruby-1.7.18/bin/jruby.exe extconf.rb&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;C:/jruby-1.7.18/lib/ruby/shared/mkmf.rb:14: Use RbConfig instead of obsolete and deprecated Config.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;mkmf.rb can't find header files for ruby at C:/jruby-1.7.18/lib/native/include/ruby/ruby.h&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Gem files will remain installed in C:/jruby-1.7.18/lib/ruby/gems/shared/gems/yajl-ruby-1.2.1 for inspection.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Results logged to C:/jruby-1.7.18/lib/ruby/gems/shared/gems/yajl-ruby-1.2.1/ext/yajl/gem_make.out&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have googled and tried multiple versions of ruby/jruby, etc. with no luck. When I attempt to build the user guide, I still get this error:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;C:\Users\lsmall\git\Activiti\distro\build.xml:148: The following error occurred while executing this line:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;C:\Users\lsmall\git\Activiti\userguide\build.xml:12: Execute failed: java.io.IOException: Cannot run program "asciidoctor" (in directory "C:\Users\lsmall\git\Activiti\userguide\src\en"): CreateProcess error=2, The system cannot find the file specified&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at java.lang.ProcessBuilder.start(ProcessBuilder.java:470)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you please advise? I hope to contribute to the User Guide in the future and would like to be able to test my changes prior to generating pull requests.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2015 17:40:01 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/build-activiti-userguide/m-p/200833#M153963</guid>
      <dc:creator>lsmall</dc:creator>
      <dc:date>2015-03-30T17:40:01Z</dc:date>
    </item>
    <item>
      <title>Re: Build Activiti Userguide</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/build-activiti-userguide/m-p/200834#M153964</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I updated the user guide build.xml file to reference the asciidoctor.bat file on line 12 and was able to proceed beyond the IOException, but still could not find the pygments.rb componennt:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;build.html:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [exec] asciidoctor: FAILED: required gem 'pygments.rb' is not installed. Processing aborted. (RuntimeError)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [exec]&amp;nbsp;&amp;nbsp; Use –trace for backtrace&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [exec] Result: 1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [copy] Copying 194 files to C:\Users\lsmall\git\Activiti\userguide\target\html\en&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;build.userguide:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [mkdir] Created dir: C:\Users\lsmall\git\Activiti\distro\target\zip\activiti-5.17.1-SNAPSHOT\docs\userguide&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [copy] Copying 194 files to C:\Users\lsmall\git\Activiti\distro\target\zip\activiti-5.17.1-SNAPSHOT\docs\userguide&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2015 17:55:07 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/build-activiti-userguide/m-p/200834#M153964</guid>
      <dc:creator>lsmall</dc:creator>
      <dc:date>2015-03-30T17:55:07Z</dc:date>
    </item>
    <item>
      <title>Re: Build Activiti Userguide</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/build-activiti-userguide/m-p/200835#M153965</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Lori,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;See the docs at &lt;/SPAN&gt;&lt;A href="https://github.com/Activiti/Activiti/tree/master/userguide/src/en" rel="nofollow noopener noreferrer"&gt;https://github.com/Activiti/Activiti/tree/master/userguide/src/en&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Mar 2015 09:06:43 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/build-activiti-userguide/m-p/200835#M153965</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2015-03-31T09:06:43Z</dc:date>
    </item>
    <item>
      <title>Re: Build Activiti Userguide</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/build-activiti-userguide/m-p/200836#M153966</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Can you be more specific? I have seen the readme and attempted to install asciidocs and pyments. What did I miss? Has anyone successfully built in a Windows 7 Enterprise environment?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Mar 2015 12:49:47 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/build-activiti-userguide/m-p/200836#M153966</guid>
      <dc:creator>lsmall</dc:creator>
      <dc:date>2015-03-31T12:49:47Z</dc:date>
    </item>
    <item>
      <title>Re: Build Activiti Userguide</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/build-activiti-userguide/m-p/200837#M153967</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Lori,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Did you install Python? When I search for the error message it shows that as part of the solution.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;We all use macbooks, so not really familiar with the specifics to build it on Windows, I'm afraid.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Apr 2015 12:15:01 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/build-activiti-userguide/m-p/200837#M153967</guid>
      <dc:creator>trademak</dc:creator>
      <dc:date>2015-04-01T12:15:01Z</dc:date>
    </item>
    <item>
      <title>Re: Build Activiti Userguide</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/build-activiti-userguide/m-p/200838#M153968</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes, I did, but I will keep trying to find the combination that works on Windows. I tried both Python 2.7 and 3.4. Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Apr 2015 12:45:32 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/build-activiti-userguide/m-p/200838#M153968</guid>
      <dc:creator>lsmall</dc:creator>
      <dc:date>2015-04-01T12:45:32Z</dc:date>
    </item>
  </channel>
</rss>

