rleland     2003/08/11 21:37:58

  Modified:    .        build-all-clean.bat.sample
  Log:
  Update sample build to use ant for fileupload
  
  Revision  Changes    Path
  1.10      +7 -7      jakarta-struts/build-all-clean.bat.sample
  
  Index: build-all-clean.bat.sample
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/build-all-clean.bat.sample,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- build-all-clean.bat.sample        10 Aug 2003 06:00:49 -0000      1.9
  +++ build-all-clean.bat.sample        12 Aug 2003 04:37:57 -0000      1.10
  @@ -15,9 +15,9 @@
   rem         jakarta-struts-current
   rem are checked out of CVS in the same directory.
   rem Also assumes uses of 
  -rem           maven beta 7 or above,
  +rem           maven beta 10 or above,
   rem           ant 1.5.1
  -rem           cactus v 1.2 & v1.3
  +rem           cactus v 1.4.1 & v1.2
   rem              v 1.2 Because the commons (resources) use an old version
   rem                    of cactus for units test, that maven doesn't precompile 
   rem                    anymore. You'll need to copy the cactus.jar into the 
  @@ -33,8 +33,8 @@
   rm -rf */*/dist
   rm -rf */*/target
   rm -rf */*/build
  -rm -rf jakarta-struts-current/dist
  -rm -rf jakarta-struts-current/target
  +rm -rf jakarta-struts/dist
  +rm -rf jakarta-struts/target
   
   :manualbuild
   
  @@ -64,9 +64,9 @@
   call ant %CLEAN% dist
   
   cd ..\fileupload
  -call maven
  +call ant %CLEAN% dist
   
  -cd ..\..\
  +cd ..\..\jakarta-struts
   call ant %CLEAN% dist
   
   pause
  
  
  

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

Reply via email to