taylor      2004/04/08 13:49:28

  Modified:    tutorial maven.xml
  Log:
  remainder of tutorial goals

  

  PR:

  Obtained from:

  Submitted by: 

  Reviewed by:  

  CVS: ----------------------------------------------------------------------

  CVS: PR:

  CVS:   If this change addresses a PR in the problem report tracking

  CVS:   database, then enter the PR number(s) here.

  CVS: Obtained from:

  CVS:   If this change has been taken from another system, such as NCSA,

  CVS:   then name the system in this line, otherwise delete it.

  CVS: Submitted by:

  CVS:   If this code has been contributed to Apache by someone else; i.e.,

  CVS:   they sent us a patch or a new module, then include their name/email

  CVS:   address here. If this is your work then delete this line.

  CVS: Reviewed by:

  CVS:   If we are doing pre-commit code reviews and someone else has

  CVS:   reviewed your changes, include their name(s) here.

  CVS:   If you have not had it reviewed then delete this line.

  
  Revision  Changes    Path
  1.3       +220 -0    jakarta-jetspeed/tutorial/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed/tutorial/maven.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- maven.xml 8 Apr 2004 20:44:20 -0000       1.2
  +++ maven.xml 8 Apr 2004 20:49:28 -0000       1.3
  @@ -67,5 +67,225 @@
    </copy>
   </goal>
   
  +<goal name="tutorial-2" 
  +        description="Localisation">
  +<!-- <antcall goal="tutorial-1"/> -->
  + <copy overwrite="true" todir="${maven.build.dir}/WEB-INF/conf">
  +   <fileset dir="tutorials/2">
  +       <include name="**/*.properties"/>    
  +       <include name="**/*.xreg"/>    
  +   </fileset>
  + </copy>
  + <copy overwrite="true" 
todir="${maven.build.dir}/WEB-INF/templates/vm/navigations/html">
  +   <fileset dir="tutorials/2/templates/vm/navigations/html">
  +       <include name="**/*.vm"/>     
  +   </fileset>
  + </copy>
  +
  +</goal>
  +
  +<goal name="tutorial-3" 
  +        description="Site Map">
  +<!-- <antcall goal="tutorial-1"/> -->
  +<!-- <antcall goal="tutorial-2"/> -->
  + <copy overwrite="true" todir="${maven.build.dir}/WEB-INF/conf">
  +   <fileset dir="tutorials/3">
  +       <include name="**/*.properties"/>    
  +       <include name="**/*.xreg"/>    
  +   </fileset>
  + </copy>
  + <copy overwrite="true" todir="${maven.build.dir}/WEB-INF/psml/user/anon/html">
  +   <fileset dir="tutorials/3/anon/html">
  +       <include name="**/*.psml"/>    
  +   </fileset>
  + </copy>
  + <copy overwrite="true" todir="${maven.build.dir}/WEB-INF/psml/user/turbine/html">
  +   <fileset dir="tutorials/3/turbine/html">
  +       <include name="**/*.psml"/>    
  +   </fileset>
  + </copy>
  +</goal>
  +
  +<goal name="tutorial-4" 
  +        description="Site Security">
  +<!-- <antcall goal="tutorial-1"/> -->
  +<!-- <antcall goal="tutorial-2"/> -->
  +<!-- <antcall goal="tutorial-3"/> -->
  + <copy overwrite="true" todir="${maven.build.dir}/WEB-INF/conf">
  +   <fileset dir="tutorials/4">
  +       <include name="**/*.properties"/>    
  +       <include name="**/*.xreg"/>    
  +   </fileset>
  + </copy>
  + <copy overwrite="true" todir="${maven.build.dir}/WEB-INF/psml/user/anon/html">
  +   <fileset dir="tutorials/4/anon/html">
  +       <include name="**/*.psml"/>    
  +   </fileset>
  + </copy>
  + <copy overwrite="true" todir="${maven.build.dir}/WEB-INF/psml/user/turbine/html">
  +   <fileset dir="tutorials/4/turbine/html">
  +       <include name="**/*.psml"/>    
  +   </fileset>
  + </copy>
  + <copy overwrite="true" 
todir="${maven.build.dir}/WEB-INF/templates/vm/portlets/html">
  +   <fileset dir="tutorials/4/templates/vm/portlets/html">
  +       <include name="**/*.vm"/>     
  +   </fileset>
  + </copy>
  +</goal>
  +
  +<goal name="tutorial-5" 
  +        description="Portlet 101">
  +<!-- <antcall goal="tutorial-1"/> -->
  +<!-- <antcall goal="tutorial-2"/> -->
  +<!-- <antcall goal="tutorial-3"/> -->
  +<!-- <antcall goal="tutorial-4"/> -->
  + <copy overwrite="true" todir="${maven.build.dir}/WEB-INF/conf">
  +   <fileset dir="tutorials/5">
  +       <include name="**/*.properties"/>    
  +       <include name="**/*.xreg"/>    
  +   </fileset>
  + </copy>
  + <copy overwrite="true" todir="${maven.build.dir}/WEB-INF/psml/user/anon/html">
  +   <fileset dir="tutorials/5/anon/html">
  +       <include name="**/*.psml"/>    
  +   </fileset>
  + </copy>
  + <copy overwrite="true" todir="${maven.build.dir}/WEB-INF/psml/user/turbine/html">
  +   <fileset dir="tutorials/5/turbine/html">
  +       <include name="**/*.psml"/>    
  +   </fileset>
  + </copy>
  +</goal>
  +
  +<goal name="tutorial-6" 
  +        description="Portlet Interface">
  + <copy overwrite="true" todir="${maven.build.dir}/WEB-INF/conf">
  +   <fileset dir="tutorials/6">
  +       <include name="**/*.properties"/>    
  +       <include name="**/*.xreg"/>    
  +   </fileset>
  + </copy>
  + <copy overwrite="true" todir="${maven.build.dir}/WEB-INF/psml/user/anon/html">
  +   <fileset dir="tutorials/6/anon/html">
  +       <include name="**/*.psml"/>    
  +   </fileset>
  + </copy>
  + <copy overwrite="true" todir="${maven.build.dir}/WEB-INF/psml/user/turbine/html">
  +   <fileset dir="tutorials/6/turbine/html">
  +       <include name="**/*.psml"/>    
  +   </fileset>
  + </copy>
  +</goal>
  +
  +<goal name="tutorial-7" 
  +        description="Velocity Portlet">
  + <copy overwrite="true" todir="${maven.build.dir}/WEB-INF/conf">
  +   <fileset dir="tutorials/7">
  +       <include name="**/*.properties"/>    
  +       <include name="**/*.xreg"/>    
  +   </fileset>
  + </copy>
  + <copy overwrite="true" todir="${maven.build.dir}/WEB-INF/psml/user/anon/html">
  +   <fileset dir="tutorials/7/anon/html">
  +       <include name="**/*.psml"/>    
  +   </fileset>
  + </copy>
  + <copy overwrite="true" todir="${maven.build.dir}/WEB-INF/psml/user/turbine/html">
  +   <fileset dir="tutorials/7/turbine/html">
  +       <include name="**/*.psml"/>    
  +   </fileset>
  + </copy>
  + <copy overwrite="true" 
todir="${maven.build.dir}/WEB-INF/templates/vm/portlets/html">
  +   <fileset dir="tutorials/7/templates/vm/portlets/html">
  +       <include name="**/*.vm"/>     
  +   </fileset>
  + </copy>
  +</goal>
  +
  +<goal name="tutorial-8" 
  +        description="Parameter Styles">
  + <copy overwrite="true" todir="${maven.build.dir}/WEB-INF/conf">
  +   <fileset dir="tutorials/8">
  +       <include name="**/*.xreg"/>    
  +   </fileset>
  + </copy>
  + <copy overwrite="true" 
todir="${maven.build.dir}/WEB-INF/templates/jsp/portlets/html">
  +   <fileset dir="tutorials/8/templates/jsp/portlets/html">
  +       <include name="**/*.jsp"/>     
  +   </fileset>
  + </copy>   
  +  <copy overwrite="true" todir="${maven.build.dir}/WEB-INF/psml/user/anon/html">
  +   <fileset dir="tutorials/8/anon/html">
  +       <include name="**/*.psml"/>    
  +   </fileset>
  + </copy>
  + <copy overwrite="true" todir="${maven.build.dir}/WEB-INF/psml/user/turbine/html">
  +   <fileset dir="tutorials/8/turbine/html">
  +       <include name="**/*.psml"/>    
  +   </fileset>
  + </copy>
  +</goal>
  +
  +<goal name="tutorial-9" 
  +        description="DatabaseBrowser Portlet">
  + <copy overwrite="true" todir="${maven.build.dir}/WEB-INF/conf">
  +   <fileset dir="tutorials/9">
  +       <include name="**/*.xreg"/>    
  +   </fileset>
  + </copy>
  + <copy overwrite="true" todir="${maven.build.dir}/WEB-INF/psml/user/anon/html">
  +   <fileset dir="tutorials/9/anon/html">
  +       <include name="**/*.psml"/>    
  +   </fileset>
  + </copy>
  + <copy overwrite="true" todir="${maven.build.dir}/WEB-INF/psml/user/turbine/html">
  +   <fileset dir="tutorials/9/turbine/html">
  +       <include name="**/*.psml"/>    
  +   </fileset>
  + </copy>
  + <copy overwrite="true" 
todir="${maven.build.dir}/WEB-INF/templates/vm/portlets/html">
  +   <fileset dir="tutorials/9/templates/vm/portlets/html">
  +       <include name="**/*.vm"/>     
  +   </fileset>
  + </copy>
  +</goal>
  +
  +<goal name="tutorial-12" 
  +        description="Parameter Styles">
  + <copy overwrite="true" todir="${maven.build.dir}/WEB-INF/conf">
  +   <fileset dir="tutorials/12">
  +       <include name="**/*.xreg"/>    
  +   </fileset>
  + </copy>
  + <copy overwrite="true" 
todir="${maven.build.dir}/WEB-INF/templates/vm/parameters/html">
  +   <fileset dir="tutorials/12/templates/vm/parameters/html">
  +       <include name="**/*.vm"/>     
  +   </fileset>
  + </copy>   
  + <copy overwrite="true" 
todir="${maven.build.dir}/WEB-INF/templates/vm/portlets/html">
  +   <fileset dir="tutorials/12/templates/vm/portlets/html">
  +       <include name="**/*.vm"/>     
  +   </fileset>
  + </copy>   
  +</goal>
  +
  +<goal name="tutorial-all" 
  +        description="Build the complete tutorial">
  +    <antcall goal="tutorial-0"/>
  +    <antcall goal="tutorial-1"/>
  +    <antcall goal="tutorial-2"/>
  +    <antcall goal="tutorial-3"/>
  +    <antcall goal="tutorial-4"/>
  +    <antcall goal="tutorial-5"/>
  +    <antcall goal="tutorial-6"/>
  +    <antcall goal="tutorial-7"/> 
  +    <antcall goal="tutorial-8"/> 
  +    <antcall goal="tutorial-9"/> 
  +<!--    <antcall goal="tutorial-10"/> -->
  +<!--    <antcall goal="tutorial-12"/>  -->
  +</goal>
  +
  +
   
   </project>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to