Panel | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||
|
How Do I Check Out an Eclipse Project from SVN?
Panel | ||||
---|---|---|---|---|
| ||||
In Eclipse, go to the SVN Repositories window and:
You will then need to configure the project's local site settings: | ||||
Wiki Markup | ||||
{panel:title=On This Page}
{toc:type=list\|style=none\|indent=2em\|separator=pipe}
{panel}
h1. How Do I Check Out an Eclipse Project from SVN?
{panel:borderStyle=none|bgColor=#ffffff}
In Eclipse, go to the SVN Repositories window and:
# Go to idd-svn > projectyouwant > trunk
# Right-click trunk and select *Check out*
You will then need to configure the project's local site settings:
# Create a new directory called site under the project's top level
# Copy the files in site-template into it
# Edit site/ApplicationLocal.properties
## Change the authentication.user to your kerbname
## Set sf2_passwd value to your cert public key string:
### In your browser, go to [
|
How Do I Use sap2java to Generate Proxies for an SAP RFC?
Panel | |||||||
---|---|---|---|---|---|---|---|
| |||||||
|
- target source code directory (wrapped in double-quotes),
...
- e.g.,
...
- "$
...
- {workspace_loc
...
- }/myproject/src"
...
- package
...
- into
...
- which
...
- the
...
- generated
...
- classes
...
- will
...
- be
...
- written,
...
- e.g.,
...
- edu.mit.myproject.proxy
...
- name
...
- of
...
- the
...
- RFC
...
- for
...
- which
...
- Java
...
- data
...
- object
...
- classes
...
- will
...
- be
...
- generated,
...
- e.g.,
...
- Z_UT_MY_RFC
...
Panel Wiki Markup {center}Example screen shot {center} !sap2java-run.gif|thumbnail,align=center,width=122px,height=106px!
...
# Click the "Run" button. The Java data object classes are generated. You may need to refresh your project to see the change.
Panel |
---|