Code Search for Developers
 
 
  

build.sh from GridBlocks at Krugle


Show build.sh syntax highlighted

#!/bin/sh

CWD=`pwd`
DIRNAME=`dirname $0`

BUILDER=../builder

CP=$BUILDER/buildlib/ant.jar\
:$BUILDER/buildlib/ant-launcher.jar\
:$BUILDER/buildlib/ant-junit.jar\
:$BUILDER/buildlib/junit.jar\
:$JAVA_HOME/lib/tools.jar

$JAVA_HOME/bin/java -classpath $CP org.apache.tools.ant.Main $1 $2 $3 $4 $5



See more files for this project here

GridBlocks

GridBlocks builds a grid application framework via easy-to-use building blocks in distributed environment. The framework offers components for Grid security, distributed storage, computing, and Portlet web interfaces.

Project homepage: http://sourceforge.net/projects/gridblocks
Programming language(s): Java,JSP,XML
License: other

  src/
    main/
      fi/
        hip/
          gb/
            module/
              Example.java
    test/
      fi/
        hip/
          gb/
            test/
              module/
                ExampleTest.java
              AllJUnitTests.java
  .classpath
  .project
  Build.bat
  build.sh
  build.xml
  module.properties