Giter VIP home page Giter VIP logo

myjavaparser's Introduction

202-kanban

This is the readme for the personal project for cmpe 202 sjsu , msse spring 2017. The idea is to create a uml parser which will take in the java code and outputs the uml diagrams for it.

We will be using Maven project in eclipse so that we can get the maven dependencies. For uml diagrams we wil be using plantuml, and the idea is to extract the notation from the files , put it in a text and then call plantuml method on it to generate the diagrams. We need an external software for the dot.exe for generating diagrams other than sequence diagrams in plantuml.

The following steps are for ubuntu machine.

PREREQS:

  1. java should be installed on your machine
  2. JAVA_HOME should be set in environment variables
  3. GRAPHVIZ to be installed prior, check for graphviz installation using graphViz -V command
  4. maven to be preinstalled

Steps:

  1. Download zip file from this repository to your local machine
  2. Extract the contents and 'cd' to the folder, at the location where POM.xml file is present
  3. run "mvn clean compile assembly:single install"
  4. build should be successful, otherwise check the errors to correct settings in your environment (system ), jar is created at target\umparser.jar
  5. run command "java -jar target\umlparser.jar folder", output file name will be displayed on terminal
  6. run "eog " to open the output png file.

myjavaparser's People

Contributors

rimpybharot avatar

Stargazers

mauricio gamarra avatar

Watchers

James Cloos avatar  avatar

myjavaparser's Issues

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.