Difference between revisions of "Importing Posit into Eclipse"
Jump to navigation
Jump to search
(→Cross-Platform) |
|||
(6 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
− | + | #[http://wiki.cs.earlham.edu/index.php/Downloading_Source Download the Posit source code from Mercurial] to somewhere you'll remember. | |
+ | #Remember to [http://wiki.cs.earlham.edu/index.php/Downloading_Source change the branch] | ||
#Open Eclipse | #Open Eclipse | ||
#Go to File -> Import | #Go to File -> Import | ||
Line 7: | Line 8: | ||
#Check the "Copy projects into workspace" box | #Check the "Copy projects into workspace" box | ||
#Click Finish | #Click Finish | ||
− | + | #You may have to wait a while. There is a status animation in the lower right of Eclipse - '''wait until it is done!''' | |
− | |||
− | # | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
'''Please Note''': If you have issues running the program try: | '''Please Note''': If you have issues running the program try: | ||
− | *Restarting Eclipse a couple of times | + | *'''Restarting Eclipse a couple of times''' |
*Deleting any other projects from the "Package Explorer" toolbar (they will not delete from the workspace directory) | *Deleting any other projects from the "Package Explorer" toolbar (they will not delete from the workspace directory) | ||
'''Please keep posting solutions if you run into any other problems''' | '''Please keep posting solutions if you run into any other problems''' |
Latest revision as of 14:57, 23 March 2012
- Download the Posit source code from Mercurial to somewhere you'll remember.
- Remember to change the branch
- Open Eclipse
- Go to File -> Import
- Under "General", click on "Existing Projects into Workspace"
- Hit Next
- Browse your workspace directory and find the Posit project folder you downloaded with Mercurial
- Check the "Copy projects into workspace" box
- Click Finish
- You may have to wait a while. There is a status animation in the lower right of Eclipse - wait until it is done!
Please Note: If you have issues running the program try:
- Restarting Eclipse a couple of times
- Deleting any other projects from the "Package Explorer" toolbar (they will not delete from the workspace directory)
Please keep posting solutions if you run into any other problems