You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xmlbeans.apache.org by da...@apache.org on 2004/08/21 02:42:49 UTC

cvs commit: xml-xmlbeans/v2/bin xstc xstc.cmd

daveremy    2004/08/20 17:42:49

  Modified:    v2/bin   xstc xstc.cmd
  Log:
  adding jar173_api.jar and resolver.jar to the xstc test harness scripts
  contributed by Kevin Krouse
  
  Revision  Changes    Path
  1.2       +7 -1      xml-xmlbeans/v2/bin/xstc
  
  Index: xstc
  ===================================================================
  RCS file: /home/cvs/xml-xmlbeans/v2/bin/xstc,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- xstc	11 Jun 2004 18:37:53 -0000	1.1
  +++ xstc	21 Aug 2004 00:42:48 -0000	1.2
  @@ -3,6 +3,12 @@
   # Invokes XSTC
   
   cp=
  -cp=$cp:$XMLBEANS_HOME/build/ar/xbean.jar:$XMLBEANS_HOME/build/lib/jsr173_api.jar
  +cp=$cp:$XMLBEANS_HOME/build/ar/xbean.jar:$XMLBEANS_HOME/build/lib/jsr173_api.jar:$XMLBEANS_HOME/build/lib/resolver.jar
  +
  +case "`uname`" in
  +    CYGWIN*)
  +        cp=`cygpath -w -p $cp`
  +        ;;
  +esac
   
   java -classpath $cp org.apache.xmlbeans.impl.tool.XSTCTester $*
  
  
  
  1.2       +2 -0      xml-xmlbeans/v2/bin/xstc.cmd
  
  Index: xstc.cmd
  ===================================================================
  RCS file: /home/cvs/xml-xmlbeans/v2/bin/xstc.cmd,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- xstc.cmd	26 Sep 2003 21:23:26 -0000	1.1
  +++ xstc.cmd	21 Aug 2004 00:42:48 -0000	1.2
  @@ -7,5 +7,7 @@
   
   set cp=
   set cp=%cp%;%XMLBEANS_HOME%\build\ar\xbean.jar
  +set cp=%cp%;%XMLBEANS_HOME%\build\lib\jsr173_api.jar
  +set cp=%cp%;%XMLBEANS_HOME%\build\lib\resolver.jar
   
   java -classpath %cp% org.apache.xmlbeans.impl.tool.XSTCTester %*
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xmlbeans-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xmlbeans-cvs-help@xml.apache.org