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 "Thomas Nielsen (JIRA)" <ji...@apache.org> on 2007/10/19 11:12:51 UTC

[jira] Updated: (DERBY-223) Change programs under demo directory use consistent package names so IDEs do not report errors

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

Thomas Nielsen updated DERBY-223:
---------------------------------

    Attachment:     (was: d223.stat)

> Change programs under demo directory use consistent package names so IDEs do not report errors
> ----------------------------------------------------------------------------------------------
>
>                 Key: DERBY-223
>                 URL: https://issues.apache.org/jira/browse/DERBY-223
>             Project: Derby
>          Issue Type: Improvement
>          Components: Demos/Scripts, Newcomer
>            Reporter: John Sisson
>            Assignee: Thomas Nielsen
>            Priority: Trivial
>
> Currently if you build the demos under eclipse, it gives the following errors:
> Severity	Description	Resource	In Folder	Location	Creation Time
> 2	The declared package does not match the expected package nserverdemo	SimpleNetworkClientSample.java	derby-trunk/java/demo/nserverdemo	line 1	April 14, 2005 9:32:35 AM
> 2	The declared package does not match the expected package nserverdemo	SimpleNetworkServerSample.java	derby-trunk/java/demo/nserverdemo	line 1	April 14, 2005 9:32:35 AM
> 2	The declared package does not match the expected package simple	SimpleApp.java	derby-trunk/java/demo/simple	line 1	April 14, 2005 9:32:35 AM
> The following demo src files (and their associated documentation for running them) should be changed so that they specify the package "nserverdemo" so they are consistent with the other java source files in the same directory:
> java/demo/nserverdemo/SimpleNetworkClientSample.java
> java/demo/nserverdemo/SimpleNetworkServerSample.java
> The following demo src files (and their associated documentation for running them) should be changed so that they specify the package "simple" so they are consistent with the other java source files in the nserverdemo directory:
> java/demo/simple/SimpleApp.java

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.