Thomas Dudziak wrote:
Ilias Lazaridis wrote:

Is there any OJB quick-start download available?

  - binaries
  - ready to go configuration
  - sample application with integrated database

Yupp, there something of that sort. You can download the
[...]

http://db.apache.org/ojb/docu/getting-started.html
[...]

Many documentation, many manual steps.

Actually there are only few steps.
[...]

If you just want to run something, then drop in the source files and do

ant build
ant setup-db
cd build/resources
java -classpath "the;classpath" whatever.you.main.class.is

Some additional ant-targets would make the tutorials simpler:

  - "run" (running the app)
  - "run-jar" (runs the jar which is created by ant-target "jar")

  - "full-jar" (creates a jar including the relevant runtime-libs)
  - "run-full-jar" (runs the jar created by target "full-jar")

-

Some relevant information is within this thread, but I depend on the answers/contribution to complete them.

At this point, I cannot look deeper into "ant".

-

A tutorial with those additional targets would run within the command-line and within a NetBeans 4.0 free-form project (very easy teach-in due to the IDE view of all the files).

.

--
http://lazaridis.com


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to