Installing and running the local check projects in Eclipse

Slides:



Advertisements
Similar presentations
Introduction to Eclipse. Start Eclipse Click and then click Eclipse from the menu: Or open a shell and type eclipse after the prompt.
Advertisements

Java Testing Tools. junit is a testing harness for unit testing. emma is a code coverage tool. The tools can be used in concert to provide statement and.
Java Development Kit Installation Guide Sun Microsystems.
How to setup the system and import the source code
Developing in CAS. Why? As distributed you edit CAS 3 with Eclipse and build with Maven 2 – Best Practice for Release Engineering – Difficult edit-debug.
Using Eclipse. Getting Started There are three ways to create a Java project: 1:Select File > New > Project, 2 Select the arrow of the button in the upper.
Android: Hello World Frank Xu Gannon University. Steps Configuration ▫Android SDK ▫Android Development Tools (ADT)  Eclipse plug-in ▫Android SDK and.
Introduction to Java Lab CS110A – Lab Section 004 Instructor: Duo Wei.
Installing JDK Vijayan Sugumaran Department of DIS Oakland University.
Eclipse Introduction Dwight Deugo Nesa Matic
Tutorial 1 Introduction to Java Programming Bo Chen Department of Computer Science.
Writing Methods. Create the method Methods, like functions, do something They contain the code that performs the job Methods have two parts.
Chapter 3 Vector Class. Agenda Design and Implementation of Vector class – add, get, set remove, copy, equals, ensureCapacity Hangman using Vector class.
C OMP 401 E CLIPSE S ETUP Instructor: Robert Mills. John Hansen.
Plug-in Development Environment. Session Outline Tools Installation Configuration New Project Basic Debugging Remote Debugging.
GIT and JUnit Dr. Andrew Wallace PhD BEng(hons) EurIng
COP 3330 Notes 1/12. Today's topics Downloading Java and Eclipse Hello World Basic control structures Basic I/O Strings.
Introduction to Eclipse CSC 216 Lecture 3 Ed Gehringer Using (with permission) slides developed by— Dwight Deugo Nesa Matic
How to access the project from googlecode using GIT.
Android Development Environment Environment/tools Windows Eclipse IDE for Java Developers (v3.5 Galileo) Java Platform (JDK 6 Update 18) Android.
DEVS M&S Tutorial with eclipse IDE Chungman Seo
Installing Repast in the Eclipse IDE Charlie Gieseler 6/28/04.
Setting up Cygwin Computer Organization I 1 May 2010 ©2010 McQuain Cygwin: getting the setup tool Free, almost complete UNIX environment emulation.
Installing JDK Vijayan Sugumaran Department of DIS Oakland University.
Managed by UT-Battelle for the Department of Energy Kay Kasemir, Xihui Chen ORNL/SNS April Control System Studio Training - Development.
Tool Install How to download & install Java 6 & Eclipse updated version based on Dr. G. L. Ray’s slides.
Introduction to Eclipse Al-Zahra Univerisity Advanced Programming Arash N. Kia.
Page 1 | | ©2009 Installation of Selenium IDE and RC Amit Maheshwari 20 th Sep’10.
How to Install Eclipse Click hereClick here to download Eclipse.
Eclipse Project. Installing Visit to download a copy for your home computerhttp:// –Get Release version 3.0 (or.
Surya Bahadur Kathayat Outline  Ramses  Installing Ramses  Ramses Perspective (Views and Editors)  Importing/Exporting Example.
(1) Installing the Software ICU Philip Johnson Collaborative Software Development Laboratory Information and Computer Sciences University of Hawaii Honolulu.
Open project in Microsoft Visual Studio → build program in “Release” mode.
Loader Tutorial Set Up. Requirements Java 7 Eclipse IvyIDE plugin Git Optional: Ant Maven.
Time to apply stuff… Faculty of Mathematics and Physics Charles University in Prague 5 th October 2015 Workshop 1 – Java Wrestling.
Git with Eclipse (EGit) /article.html.
------TAO, MARKUS Project IT. JavaDoc ‣ JavaDoc is a standard method of commenting source code (interfaces, classes, methods, instances variables). ‣
Software Design– Unit Testing SIMPLE PRIMER ON Junit Junit is a free simple library that is added to Eclipse to all automated unit tests. The first step,
How to install JavaCV in Eclipse. Make sure to download and install all these before you proceed Eclipse for Java EE developers (current is Juno)
Computer Science I Lab 1 ISMAIL ABUMUHFOUZ | CS 180.
 CSC 215 : Procedural Programming with C C Compilers.
Importing a github repository Dong Nie. Example used: JavaTeaching If you have already loaded JavaTeahcing from zip file, you should delete it before.
Upgrade on Windows 7. DownloadSoftware Download Software from link provided in Webliography: e/
Installing git In Linux: sudo apt-get install git In Windows: download it from run the setuphttp://git-scm.com/download/win.
CS 201 Lecture 1 (b) Using an IDE Tarik Booker CS 201: Introduction to Programming California State University, Los Angeles.
IBM Worklight environment setup 1. Eclipse IDE Multi-purpose integrated development environment (IDE) Open source Supported for Windows, Mac OS X, Linux.
DT249-Information Systems Research Practice Programming Revision Lecture 3 Lecturer: Patrick Browne.
Cygwin: getting the setup tool
CSC 215 : Procedural Programming with C
CLOUD
Installing and running the local check and grader projects in Eclipse
Outline Introduction Programming in eclipse Debugging in eclipse
Outline Introduction Programming in eclipse Debugging in eclipse
Version Control overview
How to Download and Install Windows Live Messenger
Android 基礎.
Executing Runtime Checks (For Comp401 and Comp410)
Resolving QuickBooks Error when downloading payroll or QuickBooks Desktop Update One of the common QuickBooks Error is which users often get.
How to Run a Java Program
JavaTeaching and Importing a github repository
Beans and object editor
Setting up an Eclipse project from a repository on GitHub
Recitation 2 September 2, 2011 Ben Newton.
Java External Libraries & Case Study
Introduction to Git and GitHub
Installing and running the local check and grader projects in Eclipse
Cygwin: getting the setup tool
The beginning of media computation Followed by a demo
Using GitHub for Papyrus Models Jessie Jewitt – OAM Technology Consulting/ ARM Inc. January 29th, 2018.
Presentation transcript:

Installing and running the local check projects in Eclipse

Setup projects

Download projects from Github Quick overview, in depth follows File->Import… Git->Projects from git Clone URI https://github.com/pdewan/Comp401LocalChecks.git https://github.com/pdewan/GraderBasics.git

Download projects from Github Import project

Download projects from Github Select “Projects from Git”

Download projects from Github Clone URI Comp401LocalChecks https://github.com/pdewan/ Comp401LocalChecks.git GraderBasics https://github.com/pde wan/GraderBasics.git

Download projects from Github Set the URI for the project from GitHub Eclipse autocompletes the rest

Download projects from Github Choose the “master” branch

Download projects from Github Choose a directory to save the git project

Download projects from Github All projects are existing Eclipse projects

Download projects from Github There may be other projects in the git repository, only import the relevant ones (not Assignments)

Correct dependencies Projects Libraries DemoCourseLocalBasicsChecks = Comp401LocalChecks Libraries oeall22.jar from course website ObjectEditor Version 22 (latest, use this unless it fails on you) oeall22

Classpath jars Need to put these in the system classpath: UNChecks_6.5.0.jar is on course page Checkstyle-6.5-all.jar is in shared google drive Comp401Instructors UNCChecks_6.5.0.jar

Setup Checkstyle/UNC Checks (Windows) Open “System” from “System and Security” in the Control Panel Select “Advanced system settings”

Setup Checkstyle/UNC Checks (Windows) Select Environment Variables…

Setup Checkstyle/UNC Checks (Windows) Create a new environment variable called “CLASSPATH” and set it to contain 3 paths separated by semicolons . Path to checkstyle-6.5.0- all.jar Path to UNC_Checks6.5.0.jar .;C:\Users\Andrew\Documents\G itHub\Grader\checkstyle- classpath\checkstyle-6.5- all.jar;C:\Users\Andrew\Docume nts\GitHub\Grader\checkstyle- classpath\UNCChecks_6.5.0.jar

Run local checks

Setup assignment for local checks Open assignment with eclipse Add local checks dependencies Projects Comp401LocalChecks GraderBasics Add new main class to call local check suite

Sample test class package main; import gradingTools.comp401f17.assignment1.testcases.Assignment1Suite; public class A1LocalChecks { public static void main(String[] args) { Assignment1Suite.main(args); }

Run local checks Select test main class Right click  Debug As  Java Application AGradeableJUnitTopLevelSuite  Test All