Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 90171 invoked from network); 10 Mar 2008 09:19:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 10 Mar 2008 09:19:21 -0000 Received: (qmail 68591 invoked by uid 500); 10 Mar 2008 09:19:18 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 68556 invoked by uid 500); 10 Mar 2008 09:19:18 -0000 Mailing-List: contact derby-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 68547 invoked by uid 99); 10 Mar 2008 09:19:18 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Mar 2008 02:19:18 -0700 X-ASF-Spam-Status: No, hits=-1999.8 required=10.0 tests=ALL_TRUSTED,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Mar 2008 09:18:42 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id AA3BF234C08C for ; Mon, 10 Mar 2008 02:17:49 -0700 (PDT) Message-ID: <1720817905.1205140669696.JavaMail.jira@brutus> Date: Mon, 10 Mar 2008 02:17:49 -0700 (PDT) From: "John H. Embretsen (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Created: (DERBY-3518) Getting started guide: Incomplete instructions for compiling WwdEmbedded.java MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org 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 Priority: Minor 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: Compile the WwdEmbedded.java program. javac WwdEmbedded.java Since WwdEmbedded.java (available from /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.