Browse Source

Removed awk script now that src copy does not occur.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268608 13f79535-47bb-0310-9956-ffa450edef68
master
Peter Donald 24 years ago
parent
commit
1b37338ca6
3 changed files with 3 additions and 9 deletions
  1. +2
    -4
      proposal/myrmidon/build.sh
  2. +1
    -1
      proposal/myrmidon/build.xml
  3. +0
    -4
      proposal/myrmidon/tools/bin/fixPath.awk

+ 2
- 4
proposal/myrmidon/build.sh View File

@@ -6,9 +6,7 @@ echo "----------------"


chmod u+x $PWD/bin/antRun chmod u+x $PWD/bin/antRun
chmod u+x $PWD/bin/ant chmod u+x $PWD/bin/ant
#export ANT_OPTS="-Djava.compiler="


ANT_HOME=.
export ANT_HOME
export ANT_HOME=.


$PWD/bin/ant -emacs $@ | awk -f $PWD/bin/fixPath.awk
$PWD/bin/ant -emacs $@

+ 1
- 1
proposal/myrmidon/build.xml View File

@@ -137,7 +137,7 @@ Legal:
<mkdir dir="${build.src}"/> <mkdir dir="${build.src}"/>
<copy todir="${build.src}"> <copy todir="${build.src}">
<fileset dir="${java.dir}"> <fileset dir="${java.dir}">
<include name="${constants.file}" />
<include name="${constants.file}" />
</fileset> </fileset>
</copy> </copy>


+ 0
- 4
proposal/myrmidon/tools/bin/fixPath.awk View File

@@ -1,4 +0,0 @@
{
gsub("build/src/","src/java/",$0)
print $0
}

Loading…
Cancel
Save