[
https://issues.apache.org/jira/browse/DERBY-4153?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12787079#action_12787079
]
Kristian Waagan commented on DERBY-4153:
----------------------------------------
Kim> There's also an error for cadminconfig86869.dita, which was committed for
a JIRA issue that I can't find -- I must have deleted the commit message. It
was somewhere around 11/23, though.
I think the issue is DERBY- 1194 (revision 882792, 2009-11-21).
Regarding the errors, I'll check the logs of the Hudson doc job. These docs are
still only published in a non-public location, as Myrna is publishing new docs
every day (I think?). I'll make it simply overwrite the published docs, such
that if one process fails the other will take over. The Hudson job will only
publish the docs if something has changed, and this is checked two times a week.
I'll see if I can get the Hudson-job to fail if some of the output files are
missing or if there are errors in the build log.
As a side note, I observe that the build date of the docs built by Hudson is
December 7, 2009, 12:22:30 AM (GMT+00:00). Not sure why this build process has
worked, but not the other one.
FYI, you can find the build here:
http://db.apache.org/derby/docs/dev_test/adminguide/adminguide-single.html
("dev" becomes "dev_test")
> Document that starting with 10.5 network server will attempt to create the
> trace directory if it does not exist
> ---------------------------------------------------------------------------------------------------------------
>
> Key: DERBY-4153
> URL: https://issues.apache.org/jira/browse/DERBY-4153
> Project: Derby
> Issue Type: Improvement
> Components: Documentation
> Affects Versions: 10.6.0.0
> Reporter: Kathey Marsden
> Assignee: Bryan Pendleton
> Priority: Minor
> Fix For: 10.6.0.0
>
> Attachments: ditacorrections.diff, docs.diff, docs.diff, docs.diff,
> radminconfigdb2jdrdatracedirectory.html,
> radminconfigdb2jdrdatracedirectory.html,
> radminconfigdb2jdrdatracedirectory.html, tadminadv804410.html,
> tadminadv804410.html, tadminadv804410.html
>
>
> Starting with 10.5, Network server will attempt to create the trace directory
> (and any parent directories) if they do not exist. This will require that
> the derbynet.jar permit verification of the existence of the named trace
> directory and all necessary parent directories. For each directory created,
> the policy will require
> permission java.io.FilePermission "<directory>", "read,write"
> and the trace directory will require
> permission java.io.FilePermission "<trace directory>${/}/-", "write"
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.