You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by "Bryan Pendleton (JIRA)" <ji...@apache.org> on 2010/01/07 01:02:54 UTC

[jira] Resolved: (DERBY-3518) Getting started guide: Incomplete instructions for compiling WwdEmbedded.java

     [ https://issues.apache.org/jira/browse/DERBY-3518?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bryan Pendleton resolved DERBY-3518.
------------------------------------

    Resolution: Fixed

(re-)resolved. The follow-on patch appears to be fine, and the docs build
to the master website seems to be OK.

> 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.