Changeset 3379 for trunk/bin


Ignore:
Timestamp:
May 24, 2007, 9:59:36 PM (16 years ago)
Author:
Nicklas Nordborg
Message:

Fixed classpath problems with Windows

Location:
trunk/bin
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/bin/jobagent.bat

    r2959 r3379  
    2626call set_classpath.bat
    2727
    28 # Add jobagent specific classes to the CP
     28REM Add jobagent specific classes to the CP
    2929SET CP=%CP%;jar/JobAgent.jar
    3030
  • trunk/bin/set_classpath.bat

    r3085 r3379  
    2626REM Set up the classpath
    2727SET WEBINF=../www/WEB-INF
     28
     29REM Current directory
     30SET CP=.
    2831
    2932REM Base2 configuration files
     
    7881
    7982REM JFreeChart
    80 SET CP=%CP%:%WEBINF%/lib/jfreechart-1.0.3.jar
    81 SET CP=%CP%:%WEBINF%/lib/jcommon-1.0.6.jar
     83SET CP=%CP%;%WEBINF%/lib/jfreechart-1.0.3.jar
     84SET CP=%CP%;%WEBINF%/lib/jcommon-1.0.6.jar
    8285
  • trunk/bin/set_classpath.sh

    r3085 r3379  
    2424
    2525WEBINF=../www/WEB-INF
     26
     27# Current directory
     28CP=.
    2629
    2730# Base2 configuration files
Note: See TracChangeset for help on using the changeset viewer.