Menu

A lack of UNIX build scripts

2003-05-09
2003-11-05
  • Nobody/Anonymous

    The documentation suggests that there's a run-ant.sh but I've been unable to find it.

    Where abouts are they?

     
    • Chris Merrill

      Chris Merrill - 2003-05-09

      I also noticed this...and my installation also has no unix scripts...It's ok for me, since I'm using Cygwin...the bat files will still run :)

       
    • Nobody/Anonymous

      1) to build
      run ant build-all
      from the root distribution directory.

      2) The startup scripts provided can be executed with the following changes
      i) remove all lines before the call to java
      ii) in the -cp option replace the ; with a :
      iii) sh start-jlense-workbench.bat

      I haven't tried to run jledger undex Linux yet.

      Some Notes on my System:
      sun java 1.4.2
      (all executables are on the search path)
      ant is installed and on the search path.

       
    • Konrad Zielinski

      Bash Build & execution Scripts have now been added to the CVS Repository

       

Log in to post a comment.