Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
mohawk-t-conversion-tool
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jon Shahen
mohawk-t-conversion-tool
Commits
bfb92d0b
Commit
bfb92d0b
authored
Dec 09, 2015
by
Jonathan Shahen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Creating the log folder to the ANT build file
parent
2e44b1d1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
build.xml
build.xml
+3
-0
No files found.
build.xml
View file @
bfb92d0b
...
@@ -9,6 +9,7 @@
...
@@ -9,6 +9,7 @@
<property
name=
"lib"
location=
"lib"
/>
<property
name=
"lib"
location=
"lib"
/>
<property
name=
"bin"
location=
"bin"
/>
<property
name=
"bin"
location=
"bin"
/>
<property
name=
"data"
location=
"data"
/>
<property
name=
"data"
location=
"data"
/>
<property
name=
"logs"
location=
"logs"
/>
<property
name=
"build"
location=
"${bin}/build"
/>
<property
name=
"build"
location=
"${bin}/build"
/>
<property
name=
"dist"
location=
"${bin}/dist"
/>
<property
name=
"dist"
location=
"${bin}/dist"
/>
<property
name=
"antlr"
location=
"${lib}/antlr-4.4-complete.jar"
/>
<property
name=
"antlr"
location=
"${lib}/antlr-4.4-complete.jar"
/>
...
@@ -33,6 +34,8 @@
...
@@ -33,6 +34,8 @@
<mkdir
dir=
"${build}"
/>
<mkdir
dir=
"${build}"
/>
<!-- create the distribution directory -->
<!-- create the distribution directory -->
<mkdir
dir=
"${dist}"
/>
<mkdir
dir=
"${dist}"
/>
<!-- create the logs directory -->
<mkdir
dir=
"${logs}"
/>
</target>
</target>
<target
name=
"compile"
depends=
"init"
description=
"compile the source "
>
<target
name=
"compile"
depends=
"init"
description=
"compile the source "
>
...
...
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