This one time, at band camp, [EMAIL PROTECTED] said:

 >can someone please explain what kind of configuration do I need to run the
 >examples that are given for Castor JDO?  I am kind of confused on how to
 >build the Castor.  I already have sybase database set-up and ready with the
 >database schema...
 >
 >However, I am unable to find build.bat file required to run the examples...
 >as explained... here
 >

Mehul,

Here are the steps necessary to run the examples:

1) Create the tables in your database using the src/examples/jdo/create.sql
   script.

2) Customize the src/examples/jdo/database.xml for connection to
   your database.

3) Compile Castor's main tree, the examples and the tests by
   executing build.[sh|bat] with the argument 'all' like so:

    build.sh all

4) Execute the example.[sh|bat] script with the argument jdo like so:

    example.sh jdo

--

perl -e 'print unpack("u30","<0G)U8V4\@4VYY9&5R\"F9E<G)E=\$\!F<FEI+F-O;0\`\`");'

----------------------------------------------------------- 
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
        unsubscribe castor-dev

Reply via email to