Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
J
JHotDraw Mirror
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Public Space of Research Group Software Construction
teaching
JHotDraw Mirror
Commits
e3ac8b5a
Commit
e3ac8b5a
authored
Jul 14, 2003
by
pmorch
Browse files
Options
Downloads
Patches
Plain Diff
New compile shell script for UNIX builds
parent
d1e57d0c
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
JHotDraw/compile.sh
+10
-0
10 additions, 0 deletions
JHotDraw/compile.sh
jhotdraw6/compile.sh
+10
-0
10 additions, 0 deletions
jhotdraw6/compile.sh
with
20 additions
and
0 deletions
JHotDraw/compile.sh
0 → 100644
+
10
−
0
View file @
e3ac8b5a
#!/bin/bash
# Set up JAVA_HOME and ANT_HOME as environment variables,
# or they will use these hard-coded defaults
export
JAVA_HOME
=
${
JAVA_HOME
:-
/usr/j2sdk1.4.1_01/
}
export
ANT_HOME
=
${
ANT_HOME
:-
/usr/apache-ant-1.5.2/
}
export
PATH
=
$PATH
:
$ANT_HOME
/bin
ant
-buildfile
build/BUILD.XML
"
$@
"
This diff is collapsed.
Click to expand it.
jhotdraw6/compile.sh
0 → 100644
+
10
−
0
View file @
e3ac8b5a
#!/bin/bash
# Set up JAVA_HOME and ANT_HOME as environment variables,
# or they will use these hard-coded defaults
export
JAVA_HOME
=
${
JAVA_HOME
:-
/usr/j2sdk1.4.1_01/
}
export
ANT_HOME
=
${
ANT_HOME
:-
/usr/apache-ant-1.5.2/
}
export
PATH
=
$PATH
:
$ANT_HOME
/bin
ant
-buildfile
build/BUILD.XML
"
$@
"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment