Author: helenxu
Date: Tue Nov 20 19:56:23 2012
New Revision: 1411828
URL: http://svn.apache.org/viewvc?rev=1411828&view=rev
Log:
wiki convertion
Modified:
openjpa/site/trunk/content/enhancement-with-eclipse.mdtext
Modified: openjpa/site/trunk/content/enhancement-with-eclipse.mdtext
URL:
http://svn.apache.org/viewvc/openjpa/site/trunk/content/enhancement-with-eclipse.mdtext?rev=1411828&r1=1411827&r2=1411828&view=diff
==============================================================================
--- openjpa/site/trunk/content/enhancement-with-eclipse.mdtext (original)
+++ openjpa/site/trunk/content/enhancement-with-eclipse.mdtext Tue Nov 20
19:56:23 2012
@@ -3,7 +3,7 @@ Title: Enhancement with Eclipse
# Enhancing Entities with Eclipse
If you are using Eclipse to write and deploy your application, then you
-have two choices for *build time* enhancement of your entities. But, if
+have two choices for **build time** enhancement of your entities. But, if
you're using orm.xml to map the Entities, then you can only use the Custom
ANT Builder method below, as the OpenJPA Plugin for Eclipse currently does
not handle that scenario.
@@ -21,8 +21,7 @@ to be enhanced.
enhance.xml <- the OpenJPA builder....
/bin <- Compile directory
/src <- Source directory
- /jpa_lib <- OpenJPA binary and all jars from the lib dir of the binary
-download
+ /jpa_lib <- OpenJPA binary and all jars from the lib dir of the binary
download
commons-collections-3.2.jar
commons-lang-2.1.jar
commons-pool-1.3.jar
@@ -34,7 +33,7 @@ download
/lib <- other libs
-1. After you add the [^enhance.xml](^enhance.xml.html)
+1. After you add the [enhance.xml](enhance.xml.html)
file to your file system, make sure to refresh your Eclipse workspace so
it knows about the newly added file. Make sure that the enhance.xml file is
listed in the Navigator view (screenshot #1 below.)
@@ -49,7 +48,7 @@ Eclipse detects your enhance.xml file.
build_project. This should refer to the root of your project. In the
directory structure above, it refers to "builder_project".
1. In the "Arguments" box you need to add the following properties
-*-Dopenjpa.libs* and *-Dbuild.dir* (see screenshot #2 below.) The
+**-Dopenjpa.libs** and **-Dbuild.dir** (see screenshot #2 below.) The
-Dopenjpa.libs is the path to the OpenJPA libs, relative to the root of the
project. The -Dbuild.dir is the path to the build directory, relative to
the root of the project. In the directory structure above, openjpa.libs
@@ -60,11 +59,11 @@ should be set to jpa_lib and build.dir s
-!navigator.png!
+
-!main.png!
+
-!targets.png!
+
<a name="EnhancementwithEclipse-OpenJPAPluginforEclipse"></a>
## OpenJPA Plugin for Eclipse
@@ -72,15 +71,11 @@ should be set to jpa_lib and build.dir s
The OpenJPA Eclipse Tooling is a sub-project of the OpenJPA project. It
develops IDE tooling for OpenJPA as an Eclipse feature with plug-ins.
-{warning:title=Status}
-The OpenJPA Eclipse Tooling does not have an official release as some known
-work-items still need to be addressed in -
-https://issues.apache.org/jira/browse/OPENJPA-1412.
-There are also some known bugs with the bytecode produced by the eclipse
-plugin (e.g. [OPENJPA-1879](http://issues.apache.org/jira/browse/OPENJPA-1879)
-, [OPENJPA-1887|https://issues.apache.org/jira/browse/OPENJPA-1887]
-).
-{warning}
+
+<span class="note">
+The OpenJPA Eclipse Tooling does not have an official release as some known
work-items still need to be addressed in
[OPENJPA-1412](https://issues.apache.org/jira/browse/OPENJPA-1412).</span>
+
+<span class="note">There are also some known bugs with the bytecode produced
by the eclipse plugin (e.g.
[OPENJPA-1879](http://issues.apache.org/jira/browse/OPENJPA-1879),
[OPENJPA-1887](https://issues.apache.org/jira/browse/OPENJPA-1887)).</span>
Currently it provides an Eclipse Builder for OpenJPA Enhancement.