Author: tfischer
Date: Mon Sep 10 00:20:34 2012
New Revision: 1382612
URL: http://svn.apache.org/viewvc?rev=1382612&view=rev
Log:
fix eclipse description and whitespaces therein
Modified:
db/torque/torque4/trunk/torque-site/src/site/xdoc/developer-info/developer-guide.xml
Modified:
db/torque/torque4/trunk/torque-site/src/site/xdoc/developer-info/developer-guide.xml
URL:
http://svn.apache.org/viewvc/db/torque/torque4/trunk/torque-site/src/site/xdoc/developer-info/developer-guide.xml?rev=1382612&r1=1382611&r2=1382612&view=diff
==============================================================================
---
db/torque/torque4/trunk/torque-site/src/site/xdoc/developer-info/developer-guide.xml
(original)
+++
db/torque/torque4/trunk/torque-site/src/site/xdoc/developer-info/developer-guide.xml
Mon Sep 10 00:20:34 2012
@@ -58,7 +58,9 @@
</p>
<ul>
<li>
- Install the svn eclipse plugin of your choice (if you have not
already done so) (the following description applies for subclipse)
+ Install the svn eclipse plugin of your choice
+ (if you have not already done so)
+ (the following description applies for subclipse)
</li>
<li>
Create the repository location https://svn.apache.org/repos/asf
@@ -67,36 +69,54 @@
Browse into the directory db/torque/torque4/trunk
</li>
<li>
- Right-click and "checkout...", choose "checkout as new project in
the workspace" and name the project "torque4".
+ Right-click and "checkout...",
+ choose "checkout as a project in the workspace"
+ and name the project "torque4".
</li>
<li>
- Right-click "delete" on the torque4 project in the package
explorer view but then do not check "delete project on disk".
- This step is needed because eclipse does not import projects
inside an existing project.
+ Right-click "delete" on the torque4 project
+ in the package explorer view but then do not check
+ "delete project on disk".
+ This step is needed because eclipse does not import projects
+ inside an existing project.
</li>
</ul>
- From here on, the steps are the same whether you checked out from
command line or from eclipse. If you check out from command line,
+ From here on, the steps are the same whether you checked out
+ from command line or from eclipse. If you check out from command
line,
the whole torque4 folder should be checked out in the future workspace.
<ul>
<li>
- In command line, change into the torque4 directory you just
checked out and run
- <code>mvn eclipse:configure-workspace install eclipse:clean
eclipse:eclipse</code>.
- then delete the .project file in this directory but not in the
subdirectories (otherwise the following import will not work).
+ In command line, change into the torque4 directory
+ you just checked out and run
+ <code>mvn -Ptest,derbyEmbedded eclipse:configure-workspace install
eclipse:clean eclipse:eclipse</code>.
</li>
<li>
- In eclipse again, click File -> Import... -> General -> Existing
projects into workspace and choose the torque4 folder as root directory.
- Then you should see the projects "torque-ant-tasks",
"torque-generator", "torque-maven-plugin", "torque-runtime",
"torque-templates", "torque-test".
+ In command line, delete the .project file in this directory
+ but not in the subdirectories
+ (otherwise the following import will not work).
</li>
<li>
- Click file -> New -> Project... -> General -> Project, enter
"torque-site" as project name,
- deselect the checkbox "use default project location" and choose
the torque4/torque-site folder as project location.
+ In eclipse again, click File -> Import... -> General ->
+ Existing projects into workspace -> next
+ and choose the torque4 folder as root directory.
+ Then you should see the projects "torque-ant-tasks",
+ "torque-generator", "torque-maven-plugin", "torque-runtime",
+ "torque-templates".
</li>
<li>
- In the shell again, run "mvn eclipse:eclipse" again to restore the
deleted .project file in the torque4 directory.
+ Click file -> New -> Project... -> General -> Project,
+ enter "torque-site" as project name,
+ deselect the checkbox "use default project location"
+ and choose the torque4/torque-site folder as project location.
</li>
<li>
In eclipse, Click file -> New -> Project... -> General -> Project,
enter "torque4" as project name and click "Finish".
- By now, you should see the projects "torque-ant-tasks",
"torque-generator", "torque-maven-plugin", "torque-runtime", "torque-site",
"torque-templates", "torque-test" and torque4 in your eclipse workspace, with
the torque4 project containing all the other projects.
+ By now, you should see the projects "torque-ant-tasks",
+ "torque-generator", "torque-maven-plugin", "torque-runtime",
+ "torque-site", "torque-templates", "torque-test" and "torque4"
+ in your eclipse workspace, with the torque4 project
+ containing all the other projects.
That's it.
</li>
</ul>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]