You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bo...@apache.org on 2008/11/10 17:44:39 UTC

svn commit: r712689 - in /ant/sandbox/javafront: taskexec.bat taskexec.sh

Author: bodewig
Date: Mon Nov 10 08:44:39 2008
New Revision: 712689

URL: http://svn.apache.org/viewvc?rev=712689&view=rev
Log:
There are no properties in src

Modified:
    ant/sandbox/javafront/taskexec.bat
    ant/sandbox/javafront/taskexec.sh

Modified: ant/sandbox/javafront/taskexec.bat
URL: http://svn.apache.org/viewvc/ant/sandbox/javafront/taskexec.bat?rev=712689&r1=712688&r2=712689&view=diff
==============================================================================
--- ant/sandbox/javafront/taskexec.bat (original)
+++ ant/sandbox/javafront/taskexec.bat Mon Nov 10 08:44:39 2008
@@ -89,11 +89,11 @@
 
 echo ===============================================================================================
 echo XML: ^<concat^>
-echo          ^<fileset dir="src" includes="*.properties"/^>
+echo          ^<fileset dir="." includes="*.properties"/^>
 echo          ^<header^>Ant Version ${ant.version}^</header^>
 echo          ^<footer^>End of text^</footer^>
 echo      ^</concat^>
-echo CMD: concat + fileset dir src includes *.properties - + header # Ant Version ${ant.version} - + footer # End of text
+echo CMD: concat + fileset dir . includes *.properties - + header # Ant Version ${ant.version} - + footer # End of text
 echo -----------------------------------------------------------------------------------------------
 %START% concat + fileset dir src includes *.properties - + header # Ant Version ${ant.version} - + footer # End of text
 

Modified: ant/sandbox/javafront/taskexec.sh
URL: http://svn.apache.org/viewvc/ant/sandbox/javafront/taskexec.sh?rev=712689&r1=712688&r2=712689&view=diff
==============================================================================
--- ant/sandbox/javafront/taskexec.sh (original)
+++ ant/sandbox/javafront/taskexec.sh Mon Nov 10 08:44:39 2008
@@ -90,11 +90,11 @@
 
 echo '==============================================================================================='
 echo XML: '<concat>'
-echo          '<fileset dir="src" includes="*.properties"/>'
+echo          '<fileset dir="." includes="*.properties"/>'
 echo          '<header>Ant Version \${ant.version}</header>'
 echo          '<footer>End of text</footer>'
 echo      '</concat>'
-echo CMD: concat + fileset dir src includes \\\*.properties - + header \\\# \'Ant Version \${ant.version}\' - + footer \\\# \'End of text\'
+echo CMD: concat + fileset dir . includes \\\*.properties - + header \\\# \'Ant Version \${ant.version}\' - + footer \\\# \'End of text\'
 echo '---------------------------------------------------------------------------------------------'
 StartAnt concat + fileset dir src includes \*.properties - + header \# 'Ant Version \${ant.version}' - + footer \# 'End of text'