Menu

#46 Lauch failure on OS X

PIPEv4.3.0
closed
nobody
5
2013-10-12
2013-10-12
Benjamin
No

Hello,

I just downloaded PIPE2 and I found a problem with the launch script launch.sh. If I just open it with the Terminal it says it can't find the folder Pipe.

I post a solution to launch this script when you're not in the script directory :

!/bin/bash

DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
cd $DIR/Pipe
java -classpath .:./lib/jpowergraph-0.2-common.jar:./lib/jpowergraph-0.2-swing.jar:./lib/powerswing-0.3.jar:./lib/drmaa.jar:./lib/hadoop-0.13.1-dev-core.jar:./lib/jcommon-1.0.10.jar:./lib/jfreechart-1.0.6.jar:./lib/jfreechart-1.0.6-swt.jar:./lib/tools.jar:.lib/jeval.jar Pipe

Hope it can help and maybe could be added to the next release

Discussion

  • Sarah Tattersall

    Hi Benjamin,

    PIPE development has moved to GitHub and now uses the Maven build system.
    https://github.com/sarahtattersall/PIPE

    The latest releases can be found here too, although I will make an effort to upload these on Sourceforge too.
    https://github.com/sarahtattersall/PIPE/releases

    At present there's a little bit of setup involved (running a Python script for some old dependencies) as documented in the README. Once you've done this you can launch PIPE with the following command:

    $ mvn exec:java

    I'm closing this ticket but if you have any more issues, please report them on GitHub.
    If you have any problems please post an issue on GitHub.

     
  • Sarah Tattersall

    • status: open --> closed
     

Log in to post a comment.

Auth0 Logo