Changeset 2959 for trunk/bin


Ignore:
Timestamp:
Nov 27, 2006, 12:36:37 PM (17 years ago)
Author:
Nicklas Nordborg
Message:

References #412: Fix build.xml to make it more developer-friendly

Location:
trunk/bin
Files:
2 added
14 moved

Legend:

Unmodified
Added
Removed
  • trunk/bin/dbinfo.sh

    r2941 r2959  
    2424
    2525# Import CLASSPATH($CP)
    26 . ./includes
     26. ./set_classpath.sh
    2727
    2828# Execute install class
  • trunk/bin/dropindexes.sh

    r2941 r2959  
    2424
    2525# Import CLASSPATH($CP)
    26 . ./includes
     26. ./set_classpath.sh
    2727
    2828# Execute install class
  • trunk/bin/initdb.sh

    r2941 r2959  
    2525
    2626# Import CLASSPATH($CP)
    27 . ./includes
     27. ./set_classpath.sh
    2828
    2929# Execute install class
  • trunk/bin/jobagent.bat

    r2941 r2959  
    2727
    2828# Add jobagent specific classes to the CP
    29 SET CP=%CP%;JobAgent.jar
     29SET CP=%CP%;jar/JobAgent.jar
    3030
    3131REM Execute install class
  • trunk/bin/jobagent.sh

    r2941 r2959  
    2424
    2525# Import CLASSPATH($CP)
    26 . ./includes
     26. ./set_classpath.sh
    2727
    2828# Add jobagent specific classes to the CP
    29 CP=$CP:./JobAgent.jar
     29CP=$CP:jar/JobAgent.jar
    3030
    3131# Execute JobAgent
  • trunk/bin/migrate_from_1.2.sh

    r2941 r2959  
    2424
    2525# Import CLASSPATH($CP)
    26 . ./includes
     26. ./set_classpath.sh
    2727
    2828# Add migration specific classes to the CP
    29 CP=$CP:./Migrate.jar
     29CP=$CP:jar/Migrate.jar
    3030
    3131# Execute Migration
  • trunk/bin/set_classpath.bat

    r2941 r2959  
    2626REM Set up the classpath
    2727SET WEBINF=../www/WEB-INF
    28 SET CP=.
    2928
    30 REM Base2 configuration
     29REM Base2 configuration files
    3130SET CP=%CP%;%WEBINF%/classes
    3231
     32REM Additional data files
     33SET CP=%CP%;../data
     34
    3335REM Base2 core & installation
    34 SET CP=%CP%;BASE2Install.jar
     36SET CP=%CP%;jar/BASE2Install.jar
    3537SET CP=%CP%;%WEBINF%/lib/BASE2Core.jar
    3638SET CP=%CP%;%WEBINF%/lib/BASE2CorePlugins.jar
  • trunk/bin/updatedb.sh

    r2941 r2959  
    2525
    2626# Import CLASSPATH($CP)
    27 . ./includes
     27. ./set_classpath.sh
    2828
    2929# Execute install class
  • trunk/bin/updateindexes.sh

    r2941 r2959  
    2424
    2525# Import CLASSPATH($CP)
    26 . ./includes
     26. ./set_classpath.sh
    2727
    2828# Execute install class
Note: See TracChangeset for help on using the changeset viewer.