Git Product home page Git Product logo

pathvisio's Introduction

IMPORTING SVN REPO TO GITHUB - WORK IN PROGRESS!! 


*********************
* PROJECT STRUCTURE *
*********************

apidoc/ (autogenerated)  - contains autogenerated documentation
build/ (autogenerated)   - contains generated class files
release/ (autogenerated) - output: windows installer and zip package.
lib/                     - contains the external libraries that PathVisio needs.
example-data/            - mapp and gpml files for quick testing
modules/                 - the java source code for each of the different modules
pathvisio.sh             - shortcut for running PathVisio from the command line (Linux/MacOSX).
pathvisio.bat            - shortcut for running PathVisio from the command line (Windows).
readme.txt               - this file
build.xml                - ant build file (see below)
pathvisio.iss            - inno-setup script, to generate installer

****************************
* HOW TO IMPORT IN ECLIPSE *
****************************

For up-to-date instructions, please see: http://pathvisio.org/wiki/EclipseSetup

*************************
* HOW TO BUILD WITH ANT *
*************************

Using the ant build file, you can build the project
from the command line. You can also use ant to generate
the apidocs and to create an executable jar.

It is also possible to set up eclipse to build ant targets.

First make sure ant is set up properly. It comes with eclipse, but you'll have
to check if the path is set correctly if you want to run it from the 
command line.

The ant build file provides the following targets, which you can invoke
it from the directory which contains build.xml with 
	ant <target>

where <target> is one of:

compile:   just compile all classes
docs:      generate all apidocs
exe:       generate executable jar file
clean:     remove all generated files
dist:      generate zip package and windows installer. 
           The zip package only includes files needed to *run* not compile.
all:       clean, then compile, jar, dist and docs.

********************************
* HOW TO RUN FROM THE TERMINAL *
********************************

If you have managed to build the classes with ant or with eclipse, you 
can use pathvisio.bat to start java from the command line.

pathvisio's People

Contributors

amarillion avatar thomaskelder avatar mkutmon avatar alexanderpico avatar khanspers avatar pennatula avatar egonw avatar markwoon avatar andrawaag avatar jonathanmelius avatar nunogit avatar

Watchers

James Cloos 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.