You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by Apache Wiki <wi...@apache.org> on 2007/02/28 14:44:46 UTC

[Db-derby Wiki] Trivial Update of "BuildingDerby" by JohnHEmbretsen

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Db-derby Wiki" for change notification.

The following page has been changed by JohnHEmbretsen:
http://wiki.apache.org/db-derby/BuildingDerby

The comment on the change is:
missing "s" in "settings"

------------------------------------------------------------------------------
  
    1. Build the Derby jars (optional)
  
-     Right-click your Derby project and select the label you created in Step 5. Depending on the setting in your ant.properties file, the Derby jars will end up in the jars/sane/ or the jars/insane/ directory.
+     Right-click your Derby project and select the label you created in Step 5. Depending on the settings in your ant.properties file, the Derby jars will end up in the jars/sane/ or the jars/insane/ directory.
  
    1. Congratulations, you have now built Derby! Now it's time to update the "Output" and "Java Sources Classpath" properties of your Derby project if needed for code completion, debugging, etc. and start hacking some Derby code (or create tests, or review code, or...)!