Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Panel
titleOn This Page
Table of Contents
indent2em
stylenone
typelist
separatorpipe

How Do I Check Out an Eclipse Project from SVN?

In eclipse, go to the SVN Repositories window and:

  1. Go to idd-svn > projectyouwant > trunk
  2. Right-click trunk and select Check out

You will then need to configure the project's local site settings:

...

  1. Create a new directory called site under the project's top level
  2. Copy the files in site-template into it
  3. Edit site/ApplicationLocal.properties
    1. Change the authentication.user to your kerbname
    2. Set sf2_passwd value to your cert public key string:
      1. In your browser, go to
      1. https://mortar-dev-mit-edu.ezproxyberklee.flo.org/getcert.html

...

      1. Copy

...

      1. the

...

      1. text

...

      1. just

...

      1. after

...

      1. -

...

      1. -

...

      1. --BEGINCERTIFICATE-

...

      1. -

...

      1. -

...

      1. until

...

      1. you

...

      1. reach

...

      1. the

...

      1. last

...

      1. --

...

      1. -

...

      1. ENDCERTIFICATE-

...

      1. ---

...

      1. Paste

...

      1. this

...

      1. as

...

      1. the

...

      1. value

...

      1. for

...

      1. sf2_passwd

...

      1. (this

...

      1. is

...

      1. your

...

      1. cert

...

      1. public

...

      1. key)

...

    1. Change

...

    1. c:/dev

...

    1. in

...

    1. r3props

...

    1. to

...

    1. your

...

    1. workspace

...

    1. directory,

...

    1. e.g.

...

    1. c:/workspace/mortar/tools/GlobalResources.properties

...

  1. Edit

...

  1. site/log4j.properties;

...

  1. Log4j

...

  1. will

...

  1. output

...

  1. to

...

  1. your

...

  1. eclipse

...

  1. console

...

  1. and

...

  1. to

...

  1. a

...

  1. file

...

    1. Change

...

    1. the

...

    1. F1.File

...

    1. property

...

    1. to

...

    1. point

...

    1. to

...

    1. where

...

    1. you

...

    1. want

...

    1. your

...

    1. log

...

    1. file

...

    1. to

...

    1. go

...

How

...

Do

...

I

...

Use

...

sap2java

...

to

...

Generate

...

Proxies

...

for

...

an

...

SAP

...

RFC?

...

  1. Check

...

  1. out

...

  1. or

...

  1. update

...

  1. the

...

  1. sap2java

...

  1. Eclipse

...

  1. project.

...

  1.   If

...

  1. needed,

...

  1. refer

...

  1. to

...

  1. the

...

  1. iJAG

...

  1. FAQ

...

  1. for

...

  1. instructions

...

  1. on

...

  1. checking

...

  1. out

...

  1. an

...

  1. Eclipse

...

  1. project.

...

  1. In

...

  1. the

...

  1. sap2java

...

  1. project,

...

  1. open

...

  1. package

...

  1. src/com/sap/bapi/mapper.

...

  1. Right-click

...

  1. on

...

  1. class,

...

  1. testSAP2Java,

...

  1. and

...

  1. select

...

  1. "Run

...

  1. As..."

...

  1. from

...

  1. the

...

  1. context

...

  1. menu.

...

  1. Create

...

  1. a

...

  1. new

...

  1. Java

...

  1. Application

...

  1. run

...

  1. profile

...

  1. for

...

  1. testSAP2Java

...

  1. or

...

  1. open

...

  1. its

...

  1. previously

...

  1. created

...

  1. profile,

...

  1. then

...

  1. select

...

  1. the

...

  1. "Arguments"

...

  1. tab.

...

  1. In

...

  1. the

...

  1. "Program

...

  1. arguments"

...

  1. text

...

  1. area,

...

  1. add

...

  1. the

...

  1. following

...

  1. lines:

...

  1.  
    Code Block
    
    target source code directory (wrapped in double-quotes), e.g., "${workspace_loc}/myproject/src"

...

  1. 
    
    Code Block
    
    package into which the generated classes will be written, e.g., edu.mit.myproject.

...

  1. proxy
    
    Code Block
    
    name of the RFC for which Java data object classes will be generated, e.g., Z_UT_MY_

...

  1. RFC
    
  2. Click the "Run" button.  The requested Java data object classes are generated.  You may need to refresh your project to see the change.

Question n

answer n