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

From SIMA wiki
Jump to: navigation, search
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
== Aktuellen Code beziehen==
 +
Derzeit am Besten über euren Betreuer.
  
== Laufwerk S: anlegen (Windows)==
+
[[Code Download]]
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==
 
== Programmcode kopieren==
Line 13: Line 11:
 
#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
  
back to: [[Code repository and Eclipse]]
+
If there is any problem with the project path set the project path manually in GeneralTools/statictools/clsGetARSPath.

Latest revision as of 12:22, 2 October 2013

Aktuellen Code beziehen

Derzeit am Besten über euren Betreuer.

Code Download

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

If there is any problem with the project path set the project path manually in GeneralTools/statictools/clsGetARSPath.