Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
ant
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
certo
ant
Commits
c0007989
Commit
c0007989
authored
Jan 19, 2020
by
Vladimir Bashkirtsev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Initial commit
parents
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
20 additions
and
0 deletions
+20
-0
Makefile
Makefile
+20
-0
apache-ant-1.10.7-src.tar.xz
apache-ant-1.10.7-src.tar.xz
+0
-0
apache-ant-1.9.14-bin.tar.bz2
apache-ant-1.9.14-bin.tar.bz2
+0
-0
apache-ant-1.9.14-src.tar.bz2
apache-ant-1.9.14-src.tar.bz2
+0
-0
No files found.
Makefile
0 → 100644
View file @
c0007989
all
:
10
temporary
:
tar
xf apache-ant-1.9.14-bin.tar.bz2
mkdir
-p
/build/usr/bin
cp
apache-ant-1.9.14/bin/
*
/build/usr/bin
mkdir
-p
/build/usr/lib
cp
apache-ant-1.9.14/lib/
*
/build/usr/lib
9
:
tar
xf apache-ant-1.9.14-src.tar.bz2
cd
apache-ant-1.9.14
&&
JAVA_HOME
=
/opt/icedtea sh build.sh
-Ddist
.dir
=
/opt/ant dist
cd
apache-ant-1.9.14
&&
JAVA_HOME
=
/opt/icedtea
ANT_HOME
=
/opt/ant sh build.sh install-lite
rm
-rf
apache-ant-1.9.14
10
:
tar
xf apache-ant-1.10.7-src.tar.bz2
cd
apache-ant-1.10.7
&&
JAVA_HOME
=
/opt/icedtea sh build.sh
-Ddist
.dir
=
/opt/ant dist
cd
apache-ant-1.10.7
&&
JAVA_HOME
=
/opt/icedtea
ANT_HOME
=
/opt/ant sh build.sh install-lite
rm
-rf
apache-ant-1.10.7
apache-ant-1.10.7-src.tar.xz
0 → 100644
View file @
c0007989
File added
apache-ant-1.9.14-bin.tar.bz2
0 → 100644
View file @
c0007989
File added
apache-ant-1.9.14-src.tar.bz2
0 → 100644
View file @
c0007989
File added
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment