Difference between revisions of "Kopieren der Files von Datenträger"

From SIMA wiki
Jump to: navigation, search
(Programmcode in Eclipse Importieren)
Line 13: Line 13:
 
#set the workspace to “S:\ARSIN_V01”
 
#set the workspace to “S:\ARSIN_V01”
 
#File → Import …
 
#File → Import …
#Git → Projects from Git (Next)
+
#General Import existing Projects (Next)
 
#Add…
 
#Add…
#“S:\ARSIN_V01\.git”
+
#“S:\ARSIN_V01\
#Next
 
#“Import Existing Projects” + “Try to share …”
 
#Next
 
 
#Select All
 
#Select All
 
#Next/Finish
 
#Next/Finish

Revision as of 14:36, 17 October 2012

Laufwerk S: anlegen (Windows)

In der Eingabeaufforderung folgenden Befehl eingeben:

subst s: "<Pfad an dem der Code abgelegt werden soll>"

Anschließend den Befehl in einer .bat Datein speichern um im Windows Startup Ordner ablegen

Programmcode kopieren

ARS-Programmcode (Verzeichnis ARSIN_V01) in das oben angegeben Verzeichnis kopieren.

Programmcode in Eclipse Importieren

  1. start eclipse :)
  2. set the workspace to “S:\ARSIN_V01”
  3. File → Import …
  4. General → Import existing Projects (Next)
  5. Add…
  6. “S:\ARSIN_V01\”
  7. Select All
  8. Next/Finish