Difference between revisions of "Using Eclipse"
From Toolsverse Knowledge Base
								
												
				 (Created page with "ETL Framework comes with an Eclipse project so you can start playing with a code right away.   To use Eclipse project:  # Open Eclipse # Select Import->Import->Existing Projec...")  | 
				|||
| Line 10: | Line 10: | ||
'''Folders:'''  | '''Folders:'''  | ||
| + | <pre>  | ||
src - source code  | src - source code  | ||
src-test - source code for tests  | src-test - source code for tests  | ||
| Line 19: | Line 20: | ||
data - data files  | data - data files  | ||
data/scenario/Examples - examples of the ETL scenarios  | data/scenario/Examples - examples of the ETL scenarios  | ||
| + | </pre>  | ||
Latest revision as of 15:54, 3 August 2014
ETL Framework comes with an Eclipse project so you can start playing with a code right away.
To use Eclipse project:
- Open Eclipse
 - Select Import->Import->Existing Projects into Workspace. Select Next
 - Use "Select root directory" and choose ETL_FRAMEWORK_HOME, for example C:\Toolsverse\ETL Framework
 - Click Finish
 
Folders:
src - source code src-test - source code for tests src-examples - source code for examples lib - libraries plugin - plugins license - licenses config - configuration files data - data files data/scenario/Examples - examples of the ETL scenarios