CVS update: sierra

From: cvs@openprivacy.org
Date: Thu Feb 08 2001 - 18:32:43 PST

  • Next message: cvs@openprivacy.org: "CVS update: sierra/src/java/org/openprivacy/sierra/rce"

    Date: Thursday February 8, 19101 @ 18:32
    Author: burton
    CVSWEB Options: -------------------

    Main CVSWeb: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi

    View this module: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/sierra

    -----------------------------------

    Update of /usr/local/cvs/public/sierra
    In directory giga:/tmp/cvs-serv21733

    Modified Files:
            prj.el
    Log Message:
    exceptions on every method within an RCE...

    *****************************************************************
    File: sierra/prj.el

    CVSWEB Options: -------------------

    CVSWeb: Annotate this file: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/sierra/prj.el?annotate=1.4

    CVSWeb: View this file: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/sierra/prj.el?rev=1.4&content-type=text/x-cvsweb-markup

    CVSWeb: Diff to previous version: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/sierra/prj.el.diff?r1=1.4&r2=1.3

    -----------------------------------

    Index: sierra/prj.el
    diff -u sierra/prj.el:1.3 sierra/prj.el:1.4
    --- sierra/prj.el:1.3 Wed Feb 7 19:30:32 2001
    +++ sierra/prj.el Thu Feb 8 18:32:43 2001
    @@ -1,6 +1,6 @@
     ;;; prj.el --- Emacs JDE project settings
     
    -;; $Id: prj.el,v 1.3 2001/02/08 03:30:32 burton Exp $
    +;; $Id: prj.el,v 1.4 2001/02/09 02:32:43 burton Exp $
     
     ;; Copyright (C) 1997-2000 Free Software Foundation, Inc.
     
    @@ -29,13 +29,28 @@
     
     ;;
     
    +;; ==============================================================================
    +;; GLOBAL SETTINGS
    +;; ==============================================================================
     
    -(setq jde-compile-option-command-line-args "-depend -nowarn +E +D")
    -
     
    -;===========================================================
    -; PROJECT SETTINGS FOR EMACS
    -;===========================================================
    +(setq jde-compile-option-command-line-args "-depend -nowarn +E +D")
    +(setq jde-bug-jdk-directory "/usr/local/jdk1.3/")
    +(setq jde-compile-option-directory "/tmp/classes")
    +(setq jde-db-source-directories java-open-source-path)
    +(setq jde-compiler "jikes")
    +(setq jde-db-debugger (quote ("JDEbug" "jdb" . "Executable")))
    +(setq jde-javadoc-gen-destination-directory "/tmp/javadoc")
    +(setq jde-run-classic-mode-vm t)
    +
    +;;=================
    +;;jsee options
    +
    +(setq jde-jsee-javadoc--d-directory "/tmp/javadoc")
    +
    +;; ==============================================================================
    +;; PROJECTS SPECIFIC SETTINGS
    +;; ==============================================================================
     
     (setq my-java-vm-args '())
     (setq my-java-application-args '("test"))
    @@ -48,6 +63,6 @@
     (setq jde-run-option-application-args my-java-application-args)
     (setq jde-db-option-application-args my-java-application-args)
     (setq jde-make-program "~/bin/quick-jikes-build.sh /projects/sierra/src/java")
    -(setq jde-bug-jdk-directory "/usr/local/jdk1.3/")
    -(setq jde-compile-option-sourcepath "/projects/sierra/src/java")
    +
    +(setq jde-compile-option-sourcepath '( "/projects/sierra/src/java" ))
     



    This archive was generated by hypermail 2b30 : Thu Feb 08 2001 - 18:32:45 PST