You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by di...@apache.org on 2003/01/07 18:02:47 UTC

cvs commit: jakarta-turbine-maven/src/plugins-build/latka/src/test/latka test.latka

dion        2003/01/07 09:02:47

  Modified:    src/plugins-build/latka/src/test/latka test.latka
  Log:
  Show using label= to get response
  
  Revision  Changes    Path
  1.2       +6 -4      jakarta-turbine-maven/src/plugins-build/latka/src/test/latka/test.latka
  
  Index: test.latka
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/plugins-build/latka/src/test/latka/test.latka,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- test.latka	8 Dec 2002 12:40:54 -0000	1.1
  +++ test.latka	7 Jan 2003 17:02:47 -0000	1.2
  @@ -1,7 +1,7 @@
   <?xml version="1.0"?>
  -<m:project xmlns:j="jelly:core"
  +<j:jelly xmlns:j="jelly:core"
     xmlns:test="jelly:junit" 
  -  xmlns:m="jelly:jeez"
  +  xmlns:a="jelly:ant"
     xmlns="jelly:org.apache.commons.latka.jelly.LatkaTagLibrary">
   
       
  @@ -21,13 +21,15 @@
   
           <reportMessage message="boo2"/>
   
  -        <request path="/">
  +        <request path="/" label="fred">
             <validate>
               <!-- <regexp pattern="These domain names are reserved"/> -->
               <regexp pattern="These domain names are reserved"/>
               <statusCode/>
             </validate>
           </request>
  +        
  +        <a:echo>fred=${fred.resource}</a:echo>
         
   
   </session>
  @@ -45,4 +47,4 @@
   
       </suite>        
       
  -</m:project>
  \ No newline at end of file
  +</j:jelly>
  \ No newline at end of file