[
https://issues.apache.org/jira/browse/DERBY-6916?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15649571#comment-15649571
]
ASF subversion and git services commented on DERBY-6916:
--------------------------------------------------------
Commit 1768818 from [~bryanpendleton] in branch 'docs/trunk'
[ https://svn.apache.org/r1768818 ]
DERBY-6916: Docs should provide complete list of derbyrun.jar referenced jars
This change modifies the description of using derbyrun.jar in both the
Getting Started and Server Administrator guides to provide some more
clarity about the various ways you can use derbyrun.jar, and to provide
a more complete and precise list of the other Derby jar files that are
auto-referenced by derbyrun.jar.
The derbyrun.jar file is a bit of a swiss army knife, and so the docs
are a bit of the same, but I feel like they are a bit more accurate now.
> Doc of derbyrun.jar should describe complete list of referenced jars
> --------------------------------------------------------------------
>
> Key: DERBY-6916
> URL: https://issues.apache.org/jira/browse/DERBY-6916
> Project: Derby
> Issue Type: Improvement
> Components: Documentation
> Affects Versions: 10.14.0.0
> Reporter: Bryan Pendleton
> Priority: Minor
> Attachments: adminguide.diff, docs.diff, rgsderbyrunjarsyntax.html,
> tadminappschangingyourclasspath.html, tadminappschangingyourclasspath.html
>
>
> As I read our build.xml file:
> {quote}
> <manifest file="$
> Unknown macro: {derby.jar.dir}
> /lists/smfcmd.mf">
> <attribute name="Main-Class" value="org.apache.derby.iapi.tools.run"/>
> <attribute name="Class-Path" value="derby.jar derbyclient.jar derbytools.j
> ar derbynet.jar derbyoptionaltools.jar"/>
> </manifest>
> {quote}
> the derbyrun.jar filepulls both derbytools.jar and derbyoptionaltools.jar
> into my classpath.
> This means that both regular tools and optional tools can be run using only
> derbyrun.jar in the classpath.
> I think this indicates that this documentation is incorrect:
> https://builds.apache.org/job/Derby-docs/lastSuccessfulBuild/artifact/trunk/out/adminguide/tadminappschangingyourclasspath.html
> because it seemed to me to quite explicitly say that derbyrun.jar includes
> *ONLY* derby.jar, derbynet.jar, and derbyclient.jar.
> We should review that doc, and also any other doc that references
> derbyrun.jar, to make sure it is clear what it references and how to use it.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)