Giter VIP home page Giter VIP logo

se-1-test's Introduction

Project Template - Prova Finale (Ingegneria del Software)

Project Setup

In order to set up your project, follow these steps

Clone and push the template to your repo

Using the git command line client for your OS, type the following commands:

 # clone the repo on your current folder, naming the remote as 'template'
 git clone https://github.com/franco-maroni/test-project-template --origin template
 # move to the cloned repo
 cd test-project-template/
 # add your repository as 'origin' (default) remote
 git remote add origin https://github.com/YOUR_USERNAME/YOUR_REPO_NAME
 # push the template project to your github repository, setting 
 git push --set-upstream origin master
 # alternatively, if you already have some content in your repo (e.g., a README)
 # and YOU WANT TO OVERWRITE IT, force the push
 git push --force --set-upstream origin master
 

then, you can safely remove the 'template' remote by typing git remote rm template.

Customize your project files and Import them in Eclipse

  • Open the pom.xml file in a text editor and substitute the two occurrences of pcXX with your assigned team_code.
  • Import it in Eclipse as Maven Project:
    • from Eclipse, select File > Import... > Existing Maven Project
    • click Browse... and select the directory where you cloned the project
    • make sure the project is listed and selected under Projects
    • select Finish
    • you should now see the project team_code listed in the Package Explorer view of Eclipse
  • from the Package Explorer view, rename packages under src/main/java and src/test/java substituting pcXX with your assigned team_code
  • customize the README.md
  • in order to check that everything worked fine, try to build with Maven:
    • from Eclipse (Package Explorer view):
      • right-click on the project
      • select Run as > Maven build...
      • type clean package into the Goal field
      • click Run
    • from command line:
      • move to your project directory (you should be in the same folder as pom.xml file)
      • type mvn clean package
    • wait for the build to complete and make sure you have a build success

Commit and push your changes:

git commit -am "customize project"
git push origin master

se-1-test's People

Contributors

franco-maroni avatar gioenn avatar

Watchers

James Cloos avatar Fabrizio Frasca avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.