[go: up one dir, main page]

Menu

Tree [0d024d] 0.4 /
 History

HTTPS access


File Date Author Commit
 build 2015-09-24 JBanana JBanana [fd9054] FTree: allow regex for search in files
 examples 2015-12-21 JBanana JBanana [0d024d] FTree: show script names on menu
 mac 2011-03-18 JBanana JBanana [5a24b1] Initial import of old Xing into new Compositor
 notmac 2011-03-18 JBanana JBanana [5a24b1] Initial import of old Xing into new Compositor
 playarea 2011-03-20 JBanana JBanana [4d147f] Ignore generated dirs; include playarea
 resources 2015-11-15 JBanana JBanana [74b240] FTree: tidied up splash screen
 src 2015-12-21 JBanana JBanana [8a7fe2] ActionDelayer: better toString
 test 2015-12-19 JBanana JBanana [66caaa] AppTest: fixed commonAttributes to commonattrib...
 .gitignore 2015-09-09 JBanana JBanana [e34858] Ignore classes dir
 compositor.html 2011-03-18 JBanana JBanana [5a24b1] Initial import of old Xing into new Compositor
 history.txt 2015-12-19 JBanana JBanana [329702] More history info about grid layout
 index.html 2015-12-19 JBanana JBanana [4cebb4] Fixed grid layout for Info; commonAttributes no...
 layout.html 2014-06-11 JBanana JBanana [1fbbd7] Layout doc: tweaks
 licence.txt 2015-03-23 JBanana JBanana [324236] Licence: updated for included source from elsew...
 readme 2014-11-29 JBanana JBanana [bceeec] Readme - updated required Java version
 todo.txt 2015-11-03 JBanana JBanana [f1d509] Updated todo and wishlist
 wishlist.txt 2015-11-03 JBanana JBanana [f1d509] Updated todo and wishlist

Read Me

This is the source tree for the Compositor project on SourceForge.
http://compositor.sourceforge.net/
http://sourceforge.net/projects/compositor/


Building
========

To build, you need:
 - Java 1.7 or above
 - an internet connection
 - and Ant - see http://ant.apache.org/

Then:

cd build
ant all


If you connect to the internet through a proxy and the build fails when using
Ivy (which fetches dependencies for the example apps), try:

ant -autoproxy all


The Ant target "all" does everything you need to be able to use Compositor,
but it does not build a jar. You can list the alternatives to "all" by
doing:

ant -p


After building:
 - look at index.html
 - and try:
	java -classpath examples;classes;resources Examples

   (Unix/Linux users use : instead of ; obvs)