编译DataNucleus Tutorial for JDO using Ant成功

来源:互联网 发布:大数据平台开发面试 编辑:程序博客网 时间:2024/05/22 08:11

拷贝文件E:\eclipse\plugins\com.google.appengine.eclipse.sdkbundle_1.7.6\appengine-java-sdk-1.7.6\lib\opt\tools\datanucleus\v2



DataNucleus Tutorial for JDO using Ant
======================================


1. Set the database configuration in the "datanucleus.properties" file.


2. Copy the required jar files to the folder /lib
   /lib/jdo-api.jar (version 3.x)
   /lib/datanucleus-core.jar
   /lib/datanucleus-api-jdo.jar
   /lib/datanucleus-enhancer.jar
   /lib/log4j.jar (version 1.2.*)
   /lib/asm.jar (version 3.x)
   /lib/datanucleus-{store}.jar
   /lib/Your database driver jar file(s).


3. run the commands
   a). "ant compile" - compiles the source code
   b). "ant enhance" - enhances the classes
   c). "ant createschema" - creates the tables in the datastore
   d). "ant runtutorial" - run the tutorial
   e). "ant deleteschema" - deletes the tables in the datastore (if reqd)




(c) Copyright 2008-2012 DataNucleus


原创粉丝点击