You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sis.apache.org by Travis L Pinney <tr...@gmail.com> on 2013/06/20 02:22:09 UTC

instructions for getting sis to work in eclipse

svn co https://svn.apache.org/repos/asf/sis/trunk/ sis
cd sis
mvn test   # this will deploy the test resources and download and build
necessary libraries
mvn eclipse:eclipse

# Open eclipse in a new workspace
# Go to Eclipse->Preferences->General->Workspace
# Change Text file encoding to Other: UTF-8
# Apply
# Ok


# File-> Import -> General -> Existing Projects in Workspace
# Choose the sis directory and import



Thanks,
Travis