[
https://issues.apache.org/jira/browse/DERBY-3518?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12787267#action_12787267
]
Bryan Pendleton commented on DERBY-3518:
----------------------------------------
I confirmed that Kim's patch removes the [Error] from the build in my
environment,
and committed the patch to the docs trunk as revision 888233.
I'll leave this issue open until we confirm that the docs can be built
successfully to the web site.
> Getting started guide: Incomplete instructions for compiling WwdEmbedded.java
> -----------------------------------------------------------------------------
>
> Key: DERBY-3518
> URL: https://issues.apache.org/jira/browse/DERBY-3518
> Project: Derby
> Issue Type: Bug
> Components: Documentation
> Affects Versions: 10.3.2.1
> Reporter: John H. Embretsen
> Assignee: Bryan Pendleton
> Priority: Minor
> Fix For: 10.6.0.0
>
> Attachments: derby3518-correction.diff, docs.diff, docs2.diff,
> twwdactivity3_Setup.html, twwdactivity3_Setup.html, twwdactivity4.html
>
>
> In the Getting Started with Derby manual's Self-study tutorial for users new
> to Derby, there is an Activity 3 which describes how to run a JDBC program
> using the embedded driver:
> http://db.apache.org/derby/docs/dev/getstart/twwdactivity3_Setup.html .
> In step 2, the guide says:
> <quote>
> Compile the WwdEmbedded.java program.
> javac WwdEmbedded.java
> </quote>
> Since WwdEmbedded.java (available from
> <bin-installation>/demo/programs/workingwithderby/) references the WwdUtils
> class, WwdUtils.java needs to be copied and compiled as well. Otherwise,
> compiling will fail with:
> WwdEmbedded.java:80: cannot resolve symbol
> symbol : variable WwdUtils
> location: class WwdEmbedded
> if (! WwdUtils.wwdChk4Table(conn))
> ^
> WwdEmbedded.java:92: cannot resolve symbol
> symbol : variable WwdUtils
> location: class WwdEmbedded
> answer = WwdUtils.getWishItem();
> ^
> 2 errors
> The manual should be updated to reflect this requirement.
> This issue was first reported on the derby-user mailing list 2008-03-06 by
> Tosca Lahiri, see http://www.nabble.com/javac-WwdEmbedded.java-td15924527.html
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.