You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@db.apache.org by bp...@apache.org on 2016/10/02 23:06:00 UTC

svn commit: r998759 - /websites/production/db/content/derby/manuals/dita.html

Author: bpendleton
Date: Sun Oct  2 23:06:00 2016
New Revision: 998759

Log:
DERBY-6898: Improve developer documentation for docs

Modified:
    websites/production/db/content/derby/manuals/dita.html

Modified: websites/production/db/content/derby/manuals/dita.html
==============================================================================
--- websites/production/db/content/derby/manuals/dita.html (original)
+++ websites/production/db/content/derby/manuals/dita.html Sun Oct  2 23:06:00 2016
@@ -257,6 +257,18 @@ be committing changes.
 
 </li>
 
+<li>If you are working on Fedora, or on another platform where the
+system 'svn' executable uses LIBMAGIC, then you need to specify an
+alternate subversion/config file in your home directory to ensure that
+the svn eol style is correct when you are adding new files to subversion
+with svn add. On my Fedora system, this worked:
+<pre class="code">
+*.dita = svn:mime-type=text/xml;svn:eol-style=native
+*.ditamap = svn:mime-type=text/xml;svn:eol-style=native
+</pre>
+
+</li>
+
 </ul>
 <p>To set up your environment for creating output from DITA-source:
 </p>
@@ -280,7 +292,7 @@ set the
 </li>
 
 <li>
-<p>For PDF output: Make sure to include the <span class="codefrag">fop.jar</span>, <span class="codefrag">avalon-framework-cvs-20020806.jar</span>, and <span class="codefrag">batik.jar</span> files located in <span class="codefrag">%DOC_ROOT%/trunk/lib/</span> in your <span class="codefrag">CLASSPATH</span> environment variable.</p>
+<p>Modify your CLASSPATH to include the <span class="codefrag">fop.jar</span>, <span class="codefrag">avalon-framework-cvs-20020806.jar</span>, and <span class="codefrag">batik.jar</span> files located in <span class="codefrag">%DOC_ROOT%/trunk/lib/</span> in your <span class="codefrag">CLASSPATH</span> environment variable.</p>
 </li>
 
 </ol>



Re: svn commit: r998759 - /websites/production/db/content/derby/manuals/dita.html

Posted by Bryan Pendleton <bp...@gmail.com>.
On 10/2/2016 4:11 PM, Jim Kroger wrote:
> please stop sending all this crap from apache. It's been filling my mailbox for days! Stop!
>

Sorry about that!

Perhaps you accidentally subscribed to one of the Derby mailing lists?

Unsubscribe instructions are at:

	http://db.apache.org/derby/derby_mail.html

bryan


Re: svn commit: r998759 - /websites/production/db/content/derby/manuals/dita.html

Posted by Jim Kroger <jk...@gmail.com>.
please stop sending all this crap from apache. It's been filling my mailbox
for days! Stop!



On Sun, Oct 2, 2016 at 5:06 PM, <bp...@apache.org> wrote:

> Author: bpendleton
> Date: Sun Oct  2 23:06:00 2016
> New Revision: 998759
>
> Log:
> DERBY-6898: Improve developer documentation for docs
>
> Modified:
>     websites/production/db/content/derby/manuals/dita.html
>
> Modified: websites/production/db/content/derby/manuals/dita.html
> ============================================================
> ==================
> --- websites/production/db/content/derby/manuals/dita.html (original)
> +++ websites/production/db/content/derby/manuals/dita.html Sun Oct  2
> 23:06:00 2016
> @@ -257,6 +257,18 @@ be committing changes.
>
>  </li>
>
> +<li>If you are working on Fedora, or on another platform where the
> +system 'svn' executable uses LIBMAGIC, then you need to specify an
> +alternate subversion/config file in your home directory to ensure that
> +the svn eol style is correct when you are adding new files to subversion
> +with svn add. On my Fedora system, this worked:
> +<pre class="code">
> +*.dita = svn:mime-type=text/xml;svn:eol-style=native
> +*.ditamap = svn:mime-type=text/xml;svn:eol-style=native
> +</pre>
> +
> +</li>
> +
>  </ul>
>  <p>To set up your environment for creating output from DITA-source:
>  </p>
> @@ -280,7 +292,7 @@ set the
>  </li>
>
>  <li>
> -<p>For PDF output: Make sure to include the <span
> class="codefrag">fop.jar</span>, <span class="codefrag">avalon-
> framework-cvs-20020806.jar</span>, and <span class="codefrag">batik.jar</span>
> files located in <span class="codefrag">%DOC_ROOT%/trunk/lib/</span> in
> your <span class="codefrag">CLASSPATH</span> environment variable.</p>
> +<p>Modify your CLASSPATH to include the <span class="codefrag">fop.jar</span>,
> <span class="codefrag">avalon-framework-cvs-20020806.jar</span>, and
> <span class="codefrag">batik.jar</span> files located in <span
> class="codefrag">%DOC_ROOT%/trunk/lib/</span> in your <span
> class="codefrag">CLASSPATH</span> environment variable.</p>
>  </li>
>
>  </ol>
>
>
>