User: ara_e_w 
  Date: 02/05/23 15:25:05

  Modified:    bin      Tag: MODULE_REFACTORING_BRANCH ant ant.bat
  Log:
  Implemented <externalizer/> subtask. It generates (externalizes) a properties file 
by looking after some specified tags in code. We use it in core and modules for 
generating message bundle files. As an example two classes were modified to contain 
@msg:bundle tags. It was tricky for core, because of chicken/egg problem :-)
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.2   +1 -1      xdoclet/bin/Attic/ant
  
  Index: ant
  ===================================================================
  RCS file: /cvsroot/xdoclet/xdoclet/bin/Attic/ant,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -w -r1.1.2.1 -r1.1.2.2
  --- ant       13 May 2002 22:40:38 -0000      1.1.2.1
  +++ ant       23 May 2002 22:25:05 -0000      1.1.2.2
  @@ -177,4 +177,4 @@
     LOCALCLASSPATH=`cygpath --path --windows "$LOCALCLASSPATH"`
   fi
   
  -"$JAVACMD" -classpath "$LOCALCLASSPATH" -Dant.home="${ANT_HOME}" $ANT_OPTS 
org.apache.tools.ant.Main $ANT_ARGS "$@"
  +"$JAVACMD" -classpath "$LOCALCLASSPATH" -Dant.home="${ANT_HOME}" -Xmx256m $ANT_OPTS 
org.apache.tools.ant.Main $ANT_ARGS "$@"
  
  
  
  1.1.2.2   +1 -1      xdoclet/bin/Attic/ant.bat
  
  Index: ant.bat
  ===================================================================
  RCS file: /cvsroot/xdoclet/xdoclet/bin/Attic/ant.bat,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -w -r1.1.2.1 -r1.1.2.2
  --- ant.bat   13 May 2002 22:40:38 -0000      1.1.2.1
  +++ ant.bat   23 May 2002 22:25:05 -0000      1.1.2.2
  @@ -94,7 +94,7 @@
   if not "%JIKESPATH%" == "" goto runAntWithJikes
   
   :runAnt
  -"%_JAVACMD%" -classpath "%LOCALCLASSPATH%" -Dant.home="%ANT_HOME%" %ANT_OPTS% 
org.apache.tools.ant.Main %ANT_ARGS% %ANT_CMD_LINE_ARGS%
  +"%_JAVACMD%" -classpath "%LOCALCLASSPATH%" -Dant.home="%ANT_HOME%" -Xmx256m 
%ANT_OPTS% org.apache.tools.ant.Main %ANT_ARGS% %ANT_CMD_LINE_ARGS%
   goto end
   
   :runAntWithJikes
  
  
  

_______________________________________________________________

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm

_______________________________________________
Xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to