Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
openbis
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
sispub
openbis
14d472db2d57d46db3834e9ddbda7fb777069749
openbis
datamover
build
antrun.sh
Find file
Normal view
Permalink
antrun.sh
95 B
Newer
Older
add: script antrun.sh that contains necessary -lib parameter to ant
brinn
committed
17 years ago
1
2
3
4
5
6
#! /bin/bash
ME
=
"
$0
"
MYDIR
=
${
ME
%/*
}
cd
$MYDIR
ant
-lib
../../build_resources/lib/ecj.jar
"
$@
"