-
Notifications
You must be signed in to change notification settings - Fork 13
Description
Was trying to build project from git and got:
Buildfile: build.xml
download-ivy:
load-ivy:
init-deps:
buildlist:
[ivy:buildlist] :: Ivy 2.1.0-rc1 - 20090319213629 :: http://ant.apache.org/ivy/ ::
:: loading settings :: file = d:\enclojure\enclojure\build-support\ivysettings.xml
build-all:
init-dirs:
init-props:
load-ivy:
load-flex-cup:
copy-resource-files:
init:
resolve:
:: loading settings :: file = d:\enclojure\enclojure\src\commons\ivysettings.xml
[ivy:retrieve] :: resolving dependencies :: org.enclojure#commons;working@Toshiba-PC
[ivy:retrieve] confs: [default]
[ivy:retrieve] found Clojure#clojure;1.1.0-new-SNAPSHOT in third-party-revision
[ivy:retrieve] found Clojure-contrib#clojure-contrib;1.1.0-new-SNAPSHOT in third-party-revision
[ivy:retrieve] found Apache#commons-exec;1.0.0 in third-party-revision
[ivy:retrieve] found Apache#commons-io;1.4 in third-party-revision
[ivy:retrieve] found Apache#commons-logging;1.1.1 in third-party-revision
[ivy:retrieve] found Apache#log4j;1.2.15 in third-party-revision
[ivy:retrieve] found slf4j#slf4j-api;1.5.8 in third-party-revision
[ivy:retrieve] found slf4j#slf4j-jdk14;1.5.8 in third-party-revision
[ivy:retrieve] :: resolution report :: resolve 207ms :: artifacts dl 8ms
---------------------------------------------------------------------
| | modules || artifacts |
| conf | number| search|dwnlded|evicted|| number|dwnlded|
---------------------------------------------------------------------
| default | 8 | 0 | 0 | 0 || 8 | 0 |
---------------------------------------------------------------------
[ivy:retrieve] :: retrieving :: org.enclojure#commons
[ivy:retrieve] confs: [default]
[ivy:retrieve] 0 artifacts copied, 8 already retrieved (0kB/8ms)
[ivy:resolve] :: resolving dependencies :: org.enclojure#commons;working@Toshiba-PC
[ivy:resolve] confs: [default]
[ivy:resolve] found Clojure#clojure;1.1.0-new-SNAPSHOT in third-party-revision
[ivy:resolve] found Clojure-contrib#clojure-contrib;1.1.0-new-SNAPSHOT in third-party-revision
[ivy:resolve] found Apache#commons-exec;1.0.0 in third-party-revision
[ivy:resolve] found Apache#commons-io;1.4 in third-party-revision
[ivy:resolve] found Apache#commons-logging;1.1.1 in third-party-revision
[ivy:resolve] found Apache#log4j;1.2.15 in third-party-revision
[ivy:resolve] found slf4j#slf4j-api;1.5.8 in third-party-revision
[ivy:resolve] found slf4j#slf4j-jdk14;1.5.8 in third-party-revision
[ivy:resolve] :: resolution report :: resolve 55ms :: artifacts dl 6ms
---------------------------------------------------------------------
| | modules || artifacts |
| conf | number| search|dwnlded|evicted|| number|dwnlded|
---------------------------------------------------------------------
| default | 8 | 0 | 0 | 0 || 8 | 0 |
---------------------------------------------------------------------
init-project-props:
compile-java:
copy-clojure-files:
copy-properties-files:
create-build-script:
[echo] d:\enclojure\enclojure\src\commons\src\org\enclojure\commons\c_slf4j.clj:d:\enclojure\enclojure\src\commons\src\org\enclojure\commons\meta_utils.clj:d:\enclojure\enclojure\src\commons\src\org\enclojure\commons\trace.clj:d:\enclojure\enclojure\src\commons\src\org\enclojure\commons\validation.clj
[replace] Replaced 4 occurrences in 1 files.
[replace] Replaced 12 occurrences in 1 files.
[replace] Replaced 3 occurrences in 1 files.
[replace] Replaced 1 occurrences in 1 files.
[replace] Replaced 1 occurrences in 1 files.
[replace] Replaced 4 occurrences in 1 files.
[replace] Replaced 0 occurrences in 0 files.
compile-clojure:
[java] Compiling --build-- to d:\enclojure\enclojure\src\commons\build-artifacts\classes
[delete] Deleting: d:\enclojure\enclojure\src\commons\build-artifacts\classes__build__.clj
[delete] Deleting: d:\enclojure\enclojure\src\commons\build-artifacts\classes__build____init.class
compile:
make-jar:
[jar] Building jar: d:\enclojure\enclojure\src\commons\dist-artifacts\org.enclojure.commons.jar
jar:
init-dirs:
init-props:
load-ivy:
load-flex-cup:
copy-resource-files:
init:
resolve:
:: loading settings :: file = d:\enclojure\enclojure\src\protocols\ivysettings.xml
[ivy:retrieve] :: resolving dependencies :: org.enclojure#protocols;working@Toshiba-PC
[ivy:retrieve] confs: [default]
[ivy:retrieve] found Clojure#clojure;1.1.0-new-SNAPSHOT in third-party-revision
[ivy:retrieve] found Clojure-contrib#clojure-contrib;1.1.0-new-SNAPSHOT in third-party-revision
[ivy:retrieve] :: resolution report :: resolve 49ms :: artifacts dl 1ms
---------------------------------------------------------------------
| | modules || artifacts |
| conf | number| search|dwnlded|evicted|| number|dwnlded|
---------------------------------------------------------------------
| default | 2 | 0 | 0 | 0 || 2 | 0 |
---------------------------------------------------------------------
[ivy:retrieve] :: retrieving :: org.enclojure#protocols
[ivy:retrieve] confs: [default]
[ivy:retrieve] 0 artifacts copied, 2 already retrieved (0kB/3ms)
[ivy:resolve] :: resolving dependencies :: org.enclojure#protocols;working@Toshiba-PC
[ivy:resolve] confs: [default]
[ivy:resolve] found Clojure#clojure;1.1.0-new-SNAPSHOT in third-party-revision
[ivy:resolve] found Clojure-contrib#clojure-contrib;1.1.0-new-SNAPSHOT in third-party-revision
[ivy:resolve] :: resolution report :: resolve 17ms :: artifacts dl 1ms
---------------------------------------------------------------------
| | modules || artifacts |
| conf | number| search|dwnlded|evicted|| number|dwnlded|
---------------------------------------------------------------------
| default | 2 | 0 | 0 | 0 || 2 | 0 |
---------------------------------------------------------------------
init-project-props:
compile-java:
copy-clojure-files:
copy-properties-files:
create-build-script:
[echo] d:\enclojure\enclojure\src\protocols\src\org\enclojure\protocols.clj:d:\enclojure\enclojure\src\protocols\src\org\enclojure\protocols\completion\settings.clj:d:\enclojure\enclojure\src\protocols\src\org\enclojure\protocols\debugging\settings.clj:d:\enclojure\enclojure\src\protocols\src\org\enclojure\protocols\editor\brace_matcher.clj:d:\enclojure\enclojure\src\protocols\src\org\enclojure\protocols\editor\code_folding.clj:d:\enclojure\enclojure\src\protocols\src\org\enclojure\protocols\editor\indentation.clj:d:\enclojure\enclojure\src\protocols\src\org\enclojure\protocols\editor\settings.clj:d:\enclojure\enclojure\src\protocols\src\org\enclojure\protocols\editor\syntax_highlighter.clj:d:\enclojure\enclojure\src\protocols\src\org\enclojure\protocols\files\file_types.clj:d:\enclojure\enclojure\src\protocols\src\org\enclojure\protocols\files\loader.clj:d:\enclojure\enclojure\src\protocols\src\org\enclojure\protocols\helpers.clj:d:\enclojure\enclojure\src\protocols\src\org\enclojure\protocols\ide\settings.clj:d:\enclojure\enclojure\src\protocols\src\org\enclojure\protocols\lexing\language.clj:d:\enclojure\enclojure\src\protocols\src\org\enclojure\protocols\lexing\lexer.clj:d:\enclojure\enclojure\src\protocols\src\org\enclojure\protocols\logger.clj:d:\enclojure\enclojure\src\protocols\src\org\enclojure\protocols\repl\repl_client.clj:d:\enclojure\enclojure\src\protocols\src\org\enclojure\protocols\repl\settings.clj:d:\enclojure\enclojure\src\protocols\src\org\enclojure\protocols\source\navigator.clj
[replace] Replaced 18 occurrences in 1 files.
[replace] Replaced 68 occurrences in 1 files.
[replace] Replaced 17 occurrences in 1 files.
[replace] Replaced 1 occurrences in 1 files.
[replace] Replaced 1 occurrences in 1 files.
[replace] Replaced 18 occurrences in 1 files.
[replace] Replaced 0 occurrences in 0 files.
compile-clojure:
[delete] Deleting: d:\enclojure\enclojure\src\protocols\build-artifacts\classes__build__.clj
[delete] Deleting: d:\enclojure\enclojure\src\protocols\build-artifacts\classes__build____init.class
compile:
make-jar:
[jar] Building jar: d:\enclojure\enclojure\src\protocols\dist-artifacts\org.enclojure.protocols.jar
jar:
init-dirs:
init-props:
load-ivy:
load-flex-cup:
copy-resource-files:
init:
cup:
[cup] This is CUP v0.11a beta 20060608
[cup] Authors : Scott E. Hudson, Frank Flannery, Andrea Flexeder, Michael Petter and C. Scott Ananian
[cup] Bugreports to [email protected]
[cup] anyway, this generation will be processed because of option force set to "true"
[cup] Parserfile and symbolfile are existing
[cup] Parserfile d:\enclojure\enclojure\src\ide-tools\src\Example\ClojureParser.java is actual
[cup] Symbolfiled:\enclojure\enclojure\src\ide-tools\src\Example\ClojureSym.java is actual
[cup] Warning : Terminal "RECUR" was declared but never used
[cup] Warning : Terminal "LETFN" was declared but never used
[cup] Warning : Terminal "NUM_INT_PART" was declared but never used
[cup] Warning : Terminal "NEWLINE" was declared but never used
[cup] Warning : Terminal "COMMA" was declared but never used
[cup] Warning : Terminal "NUM_BIG_DECIMAL" was declared but never used
[cup] Warning : Terminal "DISP_DISCARD_FORM" was declared but never used
[cup] Warning : Terminal "NUM_DOUBLE" was declared but never used
[cup] Warning : Terminal "FN" was declared but never used
[cup] Warning : Terminal "IMPLICIT_ARG" was declared but never used
[cup] Warning : Terminal "LOOP" was declared but never used
[cup] Warning : Terminal "FALSE" was declared but never used
[cup] Warning : Terminal "DEF" was declared but never used
[cup] Warning : Terminal "NIL" was declared but never used
[cup] Warning : Terminal "TILDA" was declared but never used
[cup] Warning : Terminal "ONE_NL" was declared but never used
[cup] Warning : Terminal "BAD_CHARACTER" was declared but never used
[cup] Warning : Terminal "OTHER_REDUCED" was declared but never used
[cup] Warning : Terminal "DISP_VAR" was declared but never used
[cup] Warning : Terminal "DISPATCH" was declared but never used
[cup] Warning : Terminal "OTHER" was declared but never used
[cup] Warning : Terminal "TRUE" was declared but never used
[cup] Warning : Terminal "NoDigit" was declared but never used
[cup] Warning : Terminal "DISP_UNREADABLE" was declared but never used
[cup] Warning : Terminal "FLOAT_SUFFIX" was declared but never used
[cup] Warning : Terminal "QUOTE" was declared but never used
[cup] Warning : Terminal "DISP_COMMENT" was declared but never used
[cup] Warning : Terminal "LINE_COMMENT" was declared but never used
[cup] Warning : Terminal "CHAR" was declared but never used
[cup] Warning : Terminal "NUM_BIG_INT" was declared but never used
[cup] Warning : Terminal "DO" was declared but never used
[cup] Warning : Terminal "BACKQUOTE" was declared but never used
[cup] Warning : Terminal "SLASH_LETTER" was declared but never used
[cup] Warning : Terminal "BIG_SUFFIX" was declared but never used
[cup] Warning : Terminal "DIGIT" was declared but never used
[cup] Warning : Terminal "HEX_DIGIT" was declared but never used
[cup] Warning : Terminal "NUM_FLOAT" was declared but never used
[cup] Warning : Terminal "DOUBLE_SUFFIX" was declared but never used
[cup] Warning : Terminal "INT_SUFFIX" was declared but never used
[cup] Warning : Terminal "WRONG_STRING" was declared but never used
[cup] Warning : Terminal "symIMPLICIT_ARG" was declared but never used
[cup] Warning : Terminal "NoDigit1" was declared but never used
[cup] Warning : Terminal "LETTER" was declared but never used
[cup] Warning : Terminal "HAT" was declared but never used
[cup] Warning : Terminal "IDENT" was declared but never used
[cup] Warning : Terminal "WHITESPACE" was declared but never used
[cup] Warning : Terminal "IF" was declared but never used
[cup] Warning : Terminal "LONG_SUFFIX" was declared but never used
[cup] Warning : Terminal "STRING_ESC" was declared but never used
[cup] Warning : Terminal "COLON" was declared but never used
[cup] Warning : Terminal "NUM_LONG" was declared but never used
[cup] Warning : Terminal "DEFN" was declared but never used
[cup] Warning : Terminal "DISP_EVAL" was declared but never used
[cup] Warning : Terminal "TILDAAT" was declared but never used
[cup] Warning : Terminal "SYMBOL" was declared but never used
[cup] Warning : Terminal "EXPONENT" was declared but never used
[cup] Warning : Terminal "DISP_REGEX" was declared but never used
[cup] Warning : Terminal "SHARP_HAT" was declared but never used
[cup] Warning : Terminal "LET_STAR" was declared but never used
[cup] Warning : Terminal "NS" was declared but never used
[cup] Warning : Terminal "STRING" was declared but never used
[cup] Warning : Terminal "DISP_FN" was declared but never used
[cup] Warning : Terminal "NUM_INT" was declared but never used
[cup] Warning : Terminal "LET" was declared but never used
[cup] Warning : Terminal "STRING_CONTENT" was declared but never used
[cup] Warning : Non terminal "empty_list" was declared but never used
[cup] Warning : Non terminal "expression" was declared but never used
[cup] Warning : *** Production "empty ::= " never reduced
[cup] ------- CUP v0.11a beta 20060608 Parser Generation Summary -------
[cup] 0 errors and 68 warnings
[cup] 91 terminals, 21 non-terminals, and 49 productions declared,
[cup] producing 64 unique parse states.
[cup] 67 terminals declared but not used.
[cup] 0 non-terminals declared but not used.
[cup] 0 productions never reduced.
[cup] 0 conflicts detected (0 expected).
[cup] Code written to "ClojureParser.java", and "ClojureSym.java".
[cup] ---------------------------------------------------- (v0.11a beta 20060608)
flex:
copy-properties-files:
resolve:
:: loading settings :: file = d:\enclojure\enclojure\src\ide-tools\ivysettings.xml
[ivy:retrieve] :: resolving dependencies :: org.enclojure#ide-tools;working@Toshiba-PC
[ivy:retrieve] confs: [default]
[ivy:retrieve] found org.enclojure#commons;working@projects in projects
[ivy:retrieve] [working@projects] org.enclojure#commons;latest.integration
[ivy:retrieve] found org.enclojure#protocols;working@projects in projects
[ivy:retrieve] [working@projects] org.enclojure#protocols;latest.integration
[ivy:retrieve] found Clojure#clojure;1.1.0-new-SNAPSHOT in third-party-revision
[ivy:retrieve] found Clojure-contrib#clojure-contrib;1.1.0-new-SNAPSHOT in third-party-revision
[ivy:retrieve] found slf4j#slf4j-api;1.5.8 in third-party-revision
[ivy:retrieve] found slf4j#slf4j-jdk14;1.5.8 in third-party-revision
[ivy:retrieve] found java-cup#java-cup;11a in third-party-revision
[ivy:retrieve] found jflex#jflex;1.4.3 in third-party-revision
[ivy:retrieve] :: resolution report :: resolve 138ms :: artifacts dl 7ms
---------------------------------------------------------------------
| | modules || artifacts |
| conf | number| search|dwnlded|evicted|| number|dwnlded|
---------------------------------------------------------------------
| default | 8 | 2 | 0 | 0 || 8 | 0 |
---------------------------------------------------------------------
[ivy:retrieve] :: retrieving :: org.enclojure#ide-tools
[ivy:retrieve] confs: [default]
[ivy:retrieve] 0 artifacts copied, 8 already retrieved (0kB/5ms)
[ivy:resolve] :: resolving dependencies :: org.enclojure#ide-tools;working@Toshiba-PC
[ivy:resolve] confs: [default]
[ivy:resolve] found org.enclojure#commons;working@projects in projects
[ivy:resolve] [working@projects] org.enclojure#commons;latest.integration
[ivy:resolve] found org.enclojure#protocols;working@projects in projects
[ivy:resolve] [working@projects] org.enclojure#protocols;latest.integration
[ivy:resolve] found Clojure#clojure;1.1.0-new-SNAPSHOT in third-party-revision
[ivy:resolve] found Clojure-contrib#clojure-contrib;1.1.0-new-SNAPSHOT in third-party-revision
[ivy:resolve] found slf4j#slf4j-api;1.5.8 in third-party-revision
[ivy:resolve] found slf4j#slf4j-jdk14;1.5.8 in third-party-revision
[ivy:resolve] found java-cup#java-cup;11a in third-party-revision
[ivy:resolve] found jflex#jflex;1.4.3 in third-party-revision
[ivy:resolve] :: resolution report :: resolve 71ms :: artifacts dl 6ms
---------------------------------------------------------------------
| | modules || artifacts |
| conf | number| search|dwnlded|evicted|| number|dwnlded|
---------------------------------------------------------------------
| default | 8 | 0 | 0 | 0 || 8 | 0 |
---------------------------------------------------------------------
pre-build-script:
[echo] prebuild
[echo] ${cljfiles}
[replace] Replaced 3 occurrences in 1 files.
[replace] Replaced 9 occurrences in 1 files.
[replace] Replaced 2 occurrences in 1 files.
[replace] Replaced 1 occurrences in 1 files.
[replace] Replaced 1 occurrences in 1 files.
[replace] Replaced 3 occurrences in 1 files.
[replace] Replaced 0 occurrences in 0 files.
pre-compile-clojure:
[javac] Compiling 1 source file to d:\enclojure\enclojure\src\ide-tools\build-artifacts\classes
[delete] Deleting: d:\enclojure\enclojure\src\ide-tools\build-artifacts\classes__build__.clj
[delete] Deleting: d:\enclojure\enclojure\src\ide-tools\build-artifacts\classes__build____init.class
init-project-props:
compile-java:
[javac] Compiling 1 source file to d:\enclojure\enclojure\src\ide-tools\build-artifacts\classes
copy-clojure-files:
create-build-script:
[echo] d:\enclojure\enclojure\src\ide-tools\src\org\enclojure\flex\CljSymbol.clj:d:\enclojure\enclojure\src\ide-tools\src\org\enclojure\flex\ClojureSymFactory.clj:d:\enclojure\enclojure\src\ide-tools\src\org\enclojure\idetools\CharCountingPushbackReader.clj:d:\enclojure\enclojure\src\ide-tools\src\org\enclojure\idetools\analyzer.clj:d:\enclojure\enclojure\src\ide-tools\src\org\enclojure\idetools\form_def.clj:d:\enclojure\enclojure\src\ide-tools\src\org\enclojure\idetools\language.clj:d:\enclojure\enclojure\src\ide-tools\src\org\enclojure\idetools\matchers.clj:d:\enclojure\enclojure\src\ide-tools\src\org\enclojure\idetools\token_set.clj:d:\enclojure\enclojure\src\ide-tools\src\org\enclojure\idetools\tokens.clj
[replace] Replaced 9 occurrences in 1 files.
[replace] Replaced 27 occurrences in 1 files.
[replace] Replaced 8 occurrences in 1 files.
[replace] Replaced 1 occurrences in 1 files.
[replace] Replaced 1 occurrences in 1 files.
[replace] Replaced 9 occurrences in 1 files.
[replace] Replaced 0 occurrences in 0 files.
compile-clojure:
[delete] Deleting: d:\enclojure\enclojure\src\ide-tools\build-artifacts\classes__build__.clj
[delete] Deleting: d:\enclojure\enclojure\src\ide-tools\build-artifacts\classes__build____init.class
compile:
make-jar:
[jar] Building jar: d:\enclojure\enclojure\src\ide-tools\dist-artifacts\org.enclojure.ide-tools.jar
common.jar:
jar:
init-dirs:
init-props:
load-ivy:
load-flex-cup:
copy-resource-files:
init:
resolve:
:: loading settings :: file = d:\enclojure\enclojure\src\repl-server\ivysettings.xml
[ivy:retrieve] :: resolving dependencies :: org.enclojure#repl-server;working@Toshiba-PC
[ivy:retrieve] confs: [default]
[ivy:retrieve] found Clojure#clojure;1.1.0-new-SNAPSHOT in third-party-revision
[ivy:retrieve] found Clojure-contrib#clojure-contrib;1.1.0-new-SNAPSHOT in third-party-revision
[ivy:retrieve] :: resolution report :: resolve 37ms :: artifacts dl 3ms
---------------------------------------------------------------------
| | modules || artifacts |
| conf | number| search|dwnlded|evicted|| number|dwnlded|
---------------------------------------------------------------------
| default | 2 | 0 | 0 | 0 || 2 | 0 |
---------------------------------------------------------------------
[ivy:retrieve] :: retrieving :: org.enclojure#repl-server
[ivy:retrieve] confs: [default]
[ivy:retrieve] 0 artifacts copied, 2 already retrieved (0kB/3ms)
[ivy:resolve] :: resolving dependencies :: org.enclojure#repl-server;working@Toshiba-PC
[ivy:resolve] confs: [default]
[ivy:resolve] found Clojure#clojure;1.1.0-new-SNAPSHOT in third-party-revision
[ivy:resolve] found Clojure-contrib#clojure-contrib;1.1.0-new-SNAPSHOT in third-party-revision
[ivy:resolve] :: resolution report :: resolve 27ms :: artifacts dl 3ms
---------------------------------------------------------------------
| | modules || artifacts |
| conf | number| search|dwnlded|evicted|| number|dwnlded|
---------------------------------------------------------------------
| default | 2 | 0 | 0 | 0 || 2 | 0 |
---------------------------------------------------------------------
init-project-props:
compile-java:
copy-clojure-files:
copy-properties-files:
create-build-script:
[echo] d:\enclojure\enclojure\src\repl-server\src\org\enclojure\repl\main.clj
[replace] Replaced 1 occurrences in 1 files.
[replace] Replaced 3 occurrences in 1 files.
[replace] Replaced 0 occurrences in 0 files.
[replace] Replaced 1 occurrences in 1 files.
[replace] Replaced 1 occurrences in 1 files.
[replace] Replaced 1 occurrences in 1 files.
[replace] Replaced 0 occurrences in 0 files.
compile-clojure:
compile:
make-jar:
[jar] Building jar: d:\enclojure\enclojure\src\repl-server\dist-artifacts\org.enclojure.repl-server.jar
jar:
init-dirs:
init-props:
load-ivy:
load-flex-cup:
copy-resource-files:
init:
resolve:
:: loading settings :: file = d:\enclojure\enclojure\src\repl-client\ivysettings.xml
[ivy:retrieve] :: resolving dependencies :: org.enclojure#repl-client;working@Toshiba-PC
[ivy:retrieve] confs: [default]
[ivy:retrieve] found org.enclojure#commons;working@projects in projects
[ivy:retrieve] [working@projects] org.enclojure#commons;latest.integration
[ivy:retrieve] found org.enclojure#repl-server;working@projects in projects
[ivy:retrieve] [working@projects] org.enclojure#repl-server;latest.integration
[ivy:retrieve] found Clojure#clojure;1.1.0-new-SNAPSHOT in third-party-revision
[ivy:retrieve] found Clojure-contrib#clojure-contrib;1.1.0-new-SNAPSHOT in third-party-revision
[ivy:retrieve] found Apache#commons-exec;1.0.0 in third-party-revision
[ivy:retrieve] found Apache#commons-io;1.4 in third-party-revision
[ivy:retrieve] found Apache#commons-logging;1.1.1 in third-party-revision
[ivy:retrieve] found Netbeans#swing-layout;1.0.3 in third-party-revision
[ivy:retrieve] found slf4j#slf4j-api;1.5.8 in third-party-revision
[ivy:retrieve] found slf4j#slf4j-jdk14;1.5.8 in third-party-revision
[ivy:retrieve] :: resolution report :: resolve 182ms :: artifacts dl 7ms
---------------------------------------------------------------------
| | modules || artifacts |
| conf | number| search|dwnlded|evicted|| number|dwnlded|
---------------------------------------------------------------------
| default | 10 | 1 | 0 | 0 || 10 | 0 |
---------------------------------------------------------------------
[ivy:retrieve] :: retrieving :: org.enclojure#repl-client
[ivy:retrieve] confs: [default]
[ivy:retrieve] 0 artifacts copied, 10 already retrieved (0kB/5ms)
[ivy:resolve] :: resolving dependencies :: org.enclojure#repl-client;working@Toshiba-PC
[ivy:resolve] confs: [default]
[ivy:resolve] found org.enclojure#commons;working@projects in projects
[ivy:resolve] [working@projects] org.enclojure#commons;latest.integration
[ivy:resolve] found org.enclojure#repl-server;working@projects in projects
[ivy:resolve] [working@projects] org.enclojure#repl-server;latest.integration
[ivy:resolve] found Clojure#clojure;1.1.0-new-SNAPSHOT in third-party-revision
[ivy:resolve] found Clojure-contrib#clojure-contrib;1.1.0-new-SNAPSHOT in third-party-revision
[ivy:resolve] found Apache#commons-exec;1.0.0 in third-party-revision
[ivy:resolve] found Apache#commons-io;1.4 in third-party-revision
[ivy:resolve] found Apache#commons-logging;1.1.1 in third-party-revision
[ivy:resolve] found Netbeans#swing-layout;1.0.3 in third-party-revision
[ivy:resolve] found slf4j#slf4j-api;1.5.8 in third-party-revision
[ivy:resolve] found slf4j#slf4j-jdk14;1.5.8 in third-party-revision
[ivy:resolve] :: resolution report :: resolve 69ms :: artifacts dl 7ms
---------------------------------------------------------------------
| | modules || artifacts |
| conf | number| search|dwnlded|evicted|| number|dwnlded|
---------------------------------------------------------------------
| default | 10 | 0 | 0 | 0 || 10 | 0 |
---------------------------------------------------------------------
init-project-props:
compile-java:
copy-clojure-files:
copy-properties-files:
create-build-script:
[echo] ${cljfiles}
[replace] Replaced 12 occurrences in 1 files.
[replace] Replaced 46 occurrences in 1 files.
[replace] Replaced 9 occurrences in 1 files.
[replace] Replaced 3 occurrences in 1 files.
[replace] Replaced 3 occurrences in 1 files.
[replace] Replaced 12 occurrences in 1 files.
[replace] Replaced 0 occurrences in 0 files.
compile-clojure:
[delete] Deleting: d:\enclojure\enclojure\src\repl-client\build-artifacts\classes__build__.clj
[delete] Deleting: d:\enclojure\enclojure\src\repl-client\build-artifacts\classes__build____init.class
compile:
make-jar:
[jar] Building jar: d:\enclojure\enclojure\src\repl-client\dist-artifacts\org.enclojure.repl-client.jar
jar:
init-dirs:
init-props:
load-ivy:
load-flex-cup:
copy-resource-files:
init:
resolve:
:: loading settings :: file = d:\enclojure\enclojure\src\ide\ivysettings.xml
[ivy:retrieve] :: resolving dependencies :: org.enclojure#ide;working@Toshiba-PC
[ivy:retrieve] confs: [default]
[ivy:retrieve] found org.enclojure#commons;working@projects in projects
[ivy:retrieve] [working@projects] org.enclojure#commons;latest.integration
[ivy:retrieve] found org.enclojure#repl-server;working@projects in projects
[ivy:retrieve] [working@projects] org.enclojure#repl-server;latest.integration
[ivy:retrieve] found org.enclojure#repl-client;working@projects in projects
[ivy:retrieve] [working@projects] org.enclojure#repl-client;latest.integration
[ivy:retrieve] found org.enclojure#ide-tools;working@projects in projects
[ivy:retrieve] [working@projects] org.enclojure#ide-tools;latest.integration
[ivy:retrieve] found Clojure#clojure;1.1.0-new-SNAPSHOT in third-party-revision
[ivy:retrieve] found Clojure-contrib#clojure-contrib;1.1.0-new-SNAPSHOT in third-party-revision
[ivy:retrieve] found Apache#commons-exec;1.0.0 in third-party-revision
[ivy:retrieve] found Apache#commons-io;1.4 in third-party-revision
[ivy:retrieve] found Apache#commons-logging;1.1.1 in third-party-revision
[ivy:retrieve] found Apache#log4j;1.2.15 in third-party-revision
[ivy:retrieve] found Netbeans#swing-layout;1.0.3 in third-party-revision
[ivy:retrieve] found Netbeans#org-netbeans-modules-lexer; in third-party
[ivy:retrieve] found slf4j#slf4j-api;1.5.8 in third-party-revision
[ivy:retrieve] found slf4j#slf4j-jdk14;1.5.8 in third-party-revision
[ivy:retrieve] found jflex#jflex;1.4.3 in third-party-revision
[ivy:retrieve] :: resolution report :: resolve 211ms :: artifacts dl 11ms
---------------------------------------------------------------------
| | modules || artifacts |
| conf | number| search|dwnlded|evicted|| number|dwnlded|
---------------------------------------------------------------------
| default | 15 | 3 | 0 | 0 || 15 | 0 |
---------------------------------------------------------------------
[ivy:retrieve] :: retrieving :: org.enclojure#ide
[ivy:retrieve] confs: [default]
[ivy:retrieve] 0 artifacts copied, 15 already retrieved (0kB/8ms)
[ivy:resolve] :: resolving dependencies :: org.enclojure#ide;working@Toshiba-PC
[ivy:resolve] confs: [default]
[ivy:resolve] found org.enclojure#commons;working@projects in projects
[ivy:resolve] [working@projects] org.enclojure#commons;latest.integration
[ivy:resolve] found org.enclojure#repl-server;working@projects in projects
[ivy:resolve] [working@projects] org.enclojure#repl-server;latest.integration
[ivy:resolve] found org.enclojure#repl-client;working@projects in projects
[ivy:resolve] [working@projects] org.enclojure#repl-client;latest.integration
[ivy:resolve] found org.enclojure#ide-tools;working@projects in projects
[ivy:resolve] [working@projects] org.enclojure#ide-tools;latest.integration
[ivy:resolve] found Clojure#clojure;1.1.0-new-SNAPSHOT in third-party-revision
[ivy:resolve] found Clojure-contrib#clojure-contrib;1.1.0-new-SNAPSHOT in third-party-revision
[ivy:resolve] found Apache#commons-exec;1.0.0 in third-party-revision
[ivy:resolve] found Apache#commons-io;1.4 in third-party-revision
[ivy:resolve] found Apache#commons-logging;1.1.1 in third-party-revision
[ivy:resolve] found Apache#log4j;1.2.15 in third-party-revision
[ivy:resolve] found Netbeans#swing-layout;1.0.3 in third-party-revision
[ivy:resolve] found Netbeans#org-netbeans-modules-lexer; in third-party
[ivy:resolve] found slf4j#slf4j-api;1.5.8 in third-party-revision
[ivy:resolve] found slf4j#slf4j-jdk14;1.5.8 in third-party-revision
[ivy:resolve] found jflex#jflex;1.4.3 in third-party-revision
[ivy:resolve] :: resolution report :: resolve 115ms :: artifacts dl 9ms
---------------------------------------------------------------------
| | modules || artifacts |
| conf | number| search|dwnlded|evicted|| number|dwnlded|
---------------------------------------------------------------------
| default | 15 | 0 | 0 | 0 || 15 | 0 |
---------------------------------------------------------------------
init-project-props:
compile-java:
copy-clojure-files:
copy-properties-files:
create-build-script:
[echo] d:\enclojure\enclojure\src\ide\src\org\enclojure\ide\ClojureLexer.clj:d:\enclojure\enclojure\src\ide\src\org\enclojure\ide\LexerInputReader.clj:d:\enclojure\enclojure\src\ide\src\org\enclojure\ide\analyze.clj:d:\enclojure\enclojure\src\ide\src\org\enclojure\ide\analyze\core.clj:d:\enclojure\enclojure\src\ide\src\org\enclojure\ide\analyze\files.clj:d:\enclojure\enclojure\src\ide\src\org\enclojure\ide\analyze\parser.clj:d:\enclojure\enclojure\src\ide\src\org\enclojure\ide\analyze\parser_comp.clj:d:\enclojure\enclojure\src\ide\src\org\enclojure\ide\analyze\symbol_meta.clj:d:\enclojure\enclojure\src\ide\src\org\enclojure\ide\analyze\symbol_nav.clj:d:\enclojure\enclojure\src\ide\src\org\enclojure\ide\lexer.clj:d:\enclojure\enclojure\src\ide\src\org\enclojure\ide\livecode\changes.clj:d:\enclojure\enclojure\src\ide\src\org\enclojure\ide\livecode\data.clj:d:\enclojure\enclojure\src\ide\src\org\enclojure\ide\navigator\CljClassVisitor.clj:d:\enclojure\enclojure\src\ide\src\org\enclojure\ide\navigator\parser.clj:d:\enclojure\enclojure\src\ide\src\org\enclojure\ide\navigator\token_nav.clj:d:\enclojure\enclojure\src\ide\src\org\enclojure\ide\navigator\views\navigator_panel.clj:d:\enclojure\enclojure\src\ide\src\org\enclojure\ide\repl_helper.clj:d:\enclojure\enclojure\src\ide\src\org\enclojure\ide\resources\icon_maps.clj:d:\enclojure\enclojure\src\ide\src\org\enclojure\ide\settings\utils.clj:d:\enclojure\enclojure\src\ide\src\org\enclojure\ui\controls.clj:d:\enclojure\enclojure\src\ide\src\org\enclojure\ui\property_editing.clj
[replace] Replaced 21 occurrences in 1 files.
[replace] Replaced 78 occurrences in 1 files.
[replace] Replaced 20 occurrences in 1 files.
[replace] Replaced 1 occurrences in 1 files.
[replace] Replaced 1 occurrences in 1 files.
[replace] Replaced 21 occurrences in 1 files.
[replace] Replaced 0 occurrences in 0 files.
compile-clojure:
[delete] Deleting: d:\enclojure\enclojure\src\ide\build-artifacts\classes__build__.clj
[delete] Deleting: d:\enclojure\enclojure\src\ide\build-artifacts\classes__build____init.class
compile:
make-jar:
[jar] Building jar: d:\enclojure\enclojure\src\ide\dist-artifacts\org.enclojure.ide.jar
jar:
copylibs:
[copy] Copying 1 file to d:\enclojure\enclojure\src\plugins\netbeans\enclojure.plugin.netbeans\release\modules\ext
[copy] Copying 1 file to d:\enclojure\enclojure\src\plugins\netbeans\enclojure.plugin.netbeans\release\modules\ext
[copy] Copying 1 file to d:\enclojure\enclojure\src\plugins\netbeans\enclojure.plugin.netbeans\release\modules\ext
[copy] Copying 1 file to d:\enclojure\enclojure\src\plugins\netbeans\enclojure.plugin.netbeans\release\modules\ext
zip.project.template:
zip.clojure.1.0.platform:
clojure-1.0.1-alpha-SNAPSHOT.platform:
zip.clojure.1.1.platform:
zip.clojure${clojure-version}.platform:
taskdefs:
-convert-old-project:
common-init:
[convertclusterpath] Warning: no numbered cluster matching bare name 'C:\Program Files\NetBeans 6.8\enterprise' found.
[convertclusterpath] Warning: no numbered cluster matching bare name 'C:\Program Files\NetBeans 6.8\ergonomics' found.
[convertclusterpath] Warning: no numbered cluster matching bare name 'C:\Program Files\NetBeans 6.8\groovy' found.
[convertclusterpath] Warning: no numbered cluster matching bare name 'C:\Program Files\NetBeans 6.8\identity' found.
[convertclusterpath] Warning: no numbered cluster matching bare name 'C:\Program Files\NetBeans 6.8\webcommon' found.
-jdk-pre-preinit:
-jdk-preinit:
-jdk-warn:
-jdk-presetdef-basic:
-jdk-default:
-jdk-init:
projectized-common.basic-init:
basic-init:
-release.dir:
-release.files:
files-init:
nbm-license-init:
build-init:
Scanning for modules in C:\Program Files\NetBeans 6.8\apisupport1
Scanning for modules in C:\Program Files\NetBeans 6.8\harness
Scanning for modules in C:\Program Files\NetBeans 6.8\ide12
Scanning for modules in C:\Program Files\NetBeans 6.8\java3
Scanning for modules in C:\Program Files\NetBeans 6.8\nb6.8
Scanning for modules in C:\Program Files\NetBeans 6.8\platform11
Scanning for modules in C:\Program Files\NetBeans 6.8\profiler3
Scanning for modules in C:\Program Files\NetBeans 6.8\websvccommon1
[parseprojectxml] Warning: org.enclojure.ide.nb.editor lacks a unit test dependency on org.netbeans.libs.junit4; using default dependencies for compatibility
-javac-init:
harness.init:
init:
up-to-date:
compile:
[nb-javac] Compiling 94 source files to d:\enclojure\enclojure\src\plugins\netbeans\enclojure.plugin.netbeans\build\classes
[nb-javac] d:\enclojure\enclojure\src\plugins\netbeans\enclojure.plugin.netbeans\src\org\enclojure\ide\debugger\CljSourcePath.java:51: package com.sun.jdi does not exist
[nb-javac] import com.sun.jdi.AbsentInformationException;
[nb-javac] ^
[nb-javac] d:\enclojure\enclojure\src\plugins\netbeans\enclojure.plugin.netbeans\src\org\enclojure\ide\debugger\CljSourcePath.java:52: package com.sun.jdi does not exist
[nb-javac] import com.sun.jdi.StackFrame;
[nb-javac] ^
[nb-javac] d:\enclojure\enclojure\src\plugins\netbeans\enclojure.plugin.netbeans\src\org\enclojure\ide\debugger\CljSourcePath.java:148: cannot find symbol
[nb-javac] symbol : class StackFrame
[nb-javac] location: class org.enclojure.ide.debugger.CljSourcePath
[nb-javac] StackFrame sf,
[nb-javac] ^
[nb-javac] d:\enclojure\enclojure\src\plugins\netbeans\enclojure.plugin.netbeans\src\org\enclojure\ide\debugger\breakpoints\ClojureLineBreakpoint.java:51: package com.sun.tools.doclets.internal.toolkit.util does not exist
[nb-javac] import com.sun.tools.doclets.internal.toolkit.util.SourcePath;
[nb-javac] ^
[nb-javac] d:\enclojure\enclojure\src\plugins\netbeans\enclojure.plugin.netbeans\src\org\enclojure\ide\debugger\breakpoints\ClojureLineBreakpoint.java:90: cannot find symbol
[nb-javac] symbol : class SourcePath
[nb-javac] location: class org.enclojure.ide.debugger.breakpoints.ClojureLineBreakpoint
[nb-javac] , SourcePath engineContext
[nb-javac] ^
[nb-javac] d:\enclojure\enclojure\src\plugins\netbeans\enclojure.plugin.netbeans\src\org\enclojure\ide\debugger\breakpoints\ClojureLineBreakpoint.java:128: cannot find symbol
[nb-javac] symbol : class SourcePath
[nb-javac] location: class org.enclojure.ide.debugger.breakpoints.ClojureLineBreakpoint
[nb-javac] , SourcePath engineContext
[nb-javac] ^
[nb-javac] d:\enclojure\enclojure\src\plugins\netbeans\enclojure.plugin.netbeans\src\org\enclojure\ide\debugger\ClojureSourcePath.java:52: package com.sun.jdi does not exist
[nb-javac] import com.sun.jdi.AbsentInformationException;
[nb-javac] ^
[nb-javac] d:\enclojure\enclojure\src\plugins\netbeans\enclojure.plugin.netbeans\src\org\enclojure\ide\debugger\ClojureSourcePath.java:53: package com.sun.jdi does not exist
[nb-javac] import com.sun.jdi.Location;
[nb-javac] ^
[nb-javac] d:\enclojure\enclojure\src\plugins\netbeans\enclojure.plugin.netbeans\src\org\enclojure\ide\debugger\ClojureSourcePath.java:54: package com.sun.jdi does not exist
[nb-javac] import com.sun.jdi.StackFrame;
[nb-javac] ^
[nb-javac] d:\enclojure\enclojure\src\plugins\netbeans\enclojure.plugin.netbeans\src\org\enclojure\ide\debugger\ClojureSourcePath.java:143: cannot find symbol
[nb-javac] symbol : class StackFrame
[nb-javac] location: class org.enclojure.ide.debugger.ClojureSourcePath
[nb-javac] StackFrame sf,
[nb-javac] ^
[nb-javac] d:\enclojure\enclojure\src\plugins\netbeans\enclojure.plugin.netbeans\src\org\enclojure\ide\debugger\ClojureSourcePath.java:162: cannot find symbol
[nb-javac] symbol : class Location
[nb-javac] location: class org.enclojure.ide.debugger.ClojureSourcePath
[nb-javac] Location loc,
[nb-javac] ^
[nb-javac] d:\enclojure\enclojure\src\plugins\netbeans\enclojure.plugin.netbeans\src\org\enclojure\ide\debugger\SourcePath.java:52: package com.sun.jdi does not exist
[nb-javac] import com.sun.jdi.Location;
[nb-javac] ^
[nb-javac] d:\enclojure\enclojure\src\plugins\netbeans\enclojure.plugin.netbeans\src\org\enclojure\ide\debugger\SourcePath.java:53: package com.sun.jdi does not exist
[nb-javac] import com.sun.jdi.StackFrame;
[nb-javac] ^
[nb-javac] d:\enclojure\enclojure\src\plugins\netbeans\enclojure.plugin.netbeans\src\org\enclojure\ide\debugger\SourcePath.java:154: cannot find symbol
[nb-javac] symbol : class StackFrame
[nb-javac] location: class org.enclojure.ide.debugger.SourcePath
[nb-javac] StackFrame sf,
[nb-javac] ^
[nb-javac] d:\enclojure\enclojure\src\plugins\netbeans\enclojure.plugin.netbeans\src\org\enclojure\ide\debugger\SourcePath.java:173: cannot find symbol
[nb-javac] symbol : class Location
[nb-javac] location: class org.enclojure.ide.debugger.SourcePath
[nb-javac] Location loc,
[nb-javac] ^
[nb-javac] d:\enclojure\enclojure\src\plugins\netbeans\enclojure.plugin.netbeans\src\org\enclojure\ide\debugger\actions\ClojureToggleBreakpointActionProvider.java:51: package com.sun.tools.doclets.internal.toolkit.util does not exist
[nb-javac] import com.sun.tools.doclets.internal.toolkit.util.SourcePath;
[nb-javac] ^
[nb-javac] d:\enclojure\enclojure\src\plugins\netbeans\enclojure.plugin.netbeans\src\org\enclojure\ide\debugger\actions\ClojureToggleBreakpointActionProvider.java:70: cannot find symbol
[nb-javac] symbol : class SourcePath
[nb-javac] location: class org.enclojure.ide.debugger.actions.ClojureToggleBreakpointActionProvider
[nb-javac] private SourcePath engineContext;
[nb-javac] ^
[nb-javac] d:\enclojure\enclojure\src\plugins\netbeans\enclojure.plugin.netbeans\src\org\enclojure\ide\debugger\CljSourcePath.java:51: package com.sun.jdi does not exist
[nb-javac] import com.sun.jdi.AbsentInformationException;
[nb-javac] ^
[nb-javac] d:\enclojure\enclojure\src\plugins\netbeans\enclojure.plugin.netbeans\src\org\enclojure\ide\debugger\CljSourcePath.java:52: package com.sun.jdi does not exist
[nb-javac] import com.sun.jdi.StackFrame;
[nb-javac] ^
[nb-javac] d:\enclojure\enclojure\src\plugins\netbeans\enclojure.plugin.netbeans\src\org\enclojure\ide\debugger\CljSourcePath.java:148: cannot find symbol
[nb-javac] symbol : class StackFrame
[nb-javac] location: class org.enclojure.ide.debugger.CljSourcePath
[nb-javac] StackFrame sf,
[nb-javac] ^
[nb-javac] d:\enclojure\enclojure\src\plugins\netbeans\enclojure.plugin.netbeans\src\org\enclojure\ide\debugger\breakpoints\ClojureLineBreakpoint.java:51: package com.sun.tools.doclets.internal.toolkit.util does not exist
[nb-javac] import com.sun.tools.doclets.internal.toolkit.util.SourcePath;
[nb-javac] ^
[nb-javac] d:\enclojure\enclojure\src\plugins\netbeans\enclojure.plugin.netbeans\src\org\enclojure\ide\debugger\breakpoints\ClojureLineBreakpoint.java:90: cannot find symbol
[nb-javac] symbol : class SourcePath
[nb-javac] location: class org.enclojure.ide.debugger.breakpoints.ClojureLineBreakpoint
[nb-javac] , SourcePath engineContext
[nb-javac] ^
[nb-javac] d:\enclojure\enclojure\src\plugins\netbeans\enclojure.plugin.netbeans\src\org\enclojure\ide\debugger\breakpoints\ClojureLineBreakpoint.java:128: cannot find symbol
[nb-javac] symbol : class SourcePath
[nb-javac] location: class org.enclojure.ide.debugger.breakpoints.ClojureLineBreakpoint
[nb-javac] , SourcePath engineContext
[nb-javac] ^
[nb-javac] d:\enclojure\enclojure\src\plugins\netbeans\enclojure.plugin.netbeans\src\org\enclojure\ide\debugger\ClojureSourcePath.java:52: package com.sun.jdi does not exist
[nb-javac] import com.sun.jdi.AbsentInformationException;
[nb-javac] ^
[nb-javac] d:\enclojure\enclojure\src\plugins\netbeans\enclojure.plugin.netbeans\src\org\enclojure\ide\debugger\ClojureSourcePath.java:53: package com.sun.jdi does not exist
[nb-javac] import com.sun.jdi.Location;
[nb-javac] ^
[nb-javac] d:\enclojure\enclojure\src\plugins\netbeans\enclojure.plugin.netbeans\src\org\enclojure\ide\debugger\ClojureSourcePath.java:54: package com.sun.jdi does not exist
[nb-javac] import com.sun.jdi.StackFrame;
[nb-javac] ^
[nb-javac] d:\enclojure\enclojure\src\plugins\netbeans\enclojure.plugin.netbeans\src\org\enclojure\ide\debugger\ClojureSourcePath.java:143: cannot find symbol
[nb-javac] symbol : class StackFrame
[nb-javac] location: class org.enclojure.ide.debugger.ClojureSourcePath
[nb-javac] StackFrame sf,
[nb-javac] ^
[nb-javac] d:\enclojure\enclojure\src\plugins\netbeans\enclojure.plugin.netbeans\src\org\enclojure\ide\debugger\ClojureSourcePath.java:162: cannot find symbol
[nb-javac] symbol : class Location
[nb-javac] location: class org.enclojure.ide.debugger.ClojureSourcePath
[nb-javac] Location loc,
[nb-javac] ^
[nb-javac] d:\enclojure\enclojure\src\plugins\netbeans\enclojure.plugin.netbeans\src\org\enclojure\ide\debugger\SourcePath.java:52: package com.sun.jdi does not exist
[nb-javac] import com.sun.jdi.Location;
[nb-javac] ^
[nb-javac] d:\enclojure\enclojure\src\plugins\netbeans\enclojure.plugin.netbeans\src\org\enclojure\ide\debugger\SourcePath.java:53: package com.sun.jdi does not exist
[nb-javac] import com.sun.jdi.StackFrame;
[nb-javac] ^
[nb-javac] d:\enclojure\enclojure\src\plugins\netbeans\enclojure.plugin.netbeans\src\org\enclojure\ide\debugger\SourcePath.java:154: cannot find symbol
[nb-javac] symbol : class StackFrame
[nb-javac] location: class org.enclojure.ide.debugger.SourcePath
[nb-javac] StackFrame sf,
[nb-javac] ^
[nb-javac] d:\enclojure\enclojure\src\plugins\netbeans\enclojure.plugin.netbeans\src\org\enclojure\ide\debugger\SourcePath.java:173: cannot find symbol
[nb-javac] symbol : class Location
[nb-javac] location: class org.enclojure.ide.debugger.SourcePath
[nb-javac] Location loc,
[nb-javac] ^
[nb-javac] d:\enclojure\enclojure\src\plugins\netbeans\enclojure.plugin.netbeans\src\org\enclojure\ide\debugger\actions\ClojureToggleBreakpointActionProvider.java:51: package com.sun.tools.doclets.internal.toolkit.util does not exist
[nb-javac] import com.sun.tools.doclets.internal.toolkit.util.SourcePath;
[nb-javac] ^
[nb-javac] d:\enclojure\enclojure\src\plugins\netbeans\enclojure.plugin.netbeans\src\org\enclojure\ide\debugger\actions\ClojureToggleBreakpointActionProvider.java:70: cannot find symbol
[nb-javac] symbol : class SourcePath
[nb-javac] location: class org.enclojure.ide.debugger.actions.ClojureToggleBreakpointActionProvider
[nb-javac] private SourcePath engineContext;
[nb-javac] ^
[nb-javac] d:\enclojure\enclojure\src\plugins\netbeans\enclojure.plugin.netbeans\src\org\enclojure\ide\debugger\CljSourcePath.java:154: cannot find symbol
[nb-javac] symbol : class AbsentInformationException
[nb-javac] location: class org.enclojure.ide.debugger.CljSourcePath
[nb-javac] } catch (AbsentInformationException e) {
[nb-javac] ^
[nb-javac] d:\enclojure\enclojure\src\plugins\netbeans\enclojure.plugin.netbeans\src\org\enclojure\ide\debugger\CljSourcePath.java:220: cannot find symbol
[nb-javac] symbol : class AbsentInformationException
[nb-javac] location: class org.enclojure.ide.debugger.CljSourcePath
[nb-javac] } catch (AbsentInformationException e) {
[nb-javac] ^
[nb-javac] d:\enclojure\enclojure\src\plugins\netbeans\enclojure.plugin.netbeans\src\org\enclojure\ide\debugger\CljSourcePath.java:238: cannot find symbol
[nb-javac] symbol : class AbsentInformationException
[nb-javac] location: class org.enclojure.ide.debugger.CljSourcePath
[nb-javac] } catch (AbsentInformationException e) {
[nb-javac] ^
[nb-javac] d:\enclojure\enclojure\src\plugins\netbeans\enclojure.plugin.netbeans\src\org\enclojure\ide\debugger\CljSourcePath.java:249: cannot find symbol
[nb-javac] symbol : class AbsentInformationException
[nb-javac] location: class org.enclojure.ide.debugger.CljSourcePath
[nb-javac] } catch (AbsentInformationException e) {
[nb-javac] ^
[nb-javac] d:\enclojure\enclojure\src\plugins\netbeans\enclojure.plugin.netbeans\src\org\enclojure\ide\debugger\CljSourcePath.java:267: cannot find symbol
[nb-javac] symbol : class AbsentInformationException
[nb-javac] location: class org.enclojure.ide.debugger.CljSourcePath
[nb-javac] } catch (AbsentInformationException e) {
[nb-javac] ^
[nb-javac] d:\enclojure\enclojure\src\plugins\netbeans\enclojure.plugin.netbeans\src\org\enclojure\ide\debugger\CljSourcePath.java:299: cannot find symbol
[nb-javac] symbol : class AbsentInformationException
[nb-javac] location: class org.enclojure.ide.debugger.CljSourcePath
[nb-javac] } catch (AbsentInformationException e) {
[nb-javac] ^
[nb-javac] d:\enclojure\enclojure\src\plugins\netbeans\enclojure.plugin.netbeans\src\org\enclojure\ide\debugger\CljSourcePath.java:359: cannot find symbol
[nb-javac] symbol : class AbsentInformationException
[nb-javac] location: class org.enclojure.ide.debugger.CljSourcePath
[nb-javac] } catch (AbsentInformationException e) {
[nb-javac] ^
[nb-javac] d:\enclojure\enclojure\src\plugins\netbeans\enclojure.plugin.netbeans\src\org\enclojure\ide\debugger\CljSourcePath.java:416: cannot find symbol
[nb-javac] symbol : class AbsentInformationException
[nb-javac] location: class org.enclojure.ide.debugger.CljSourcePath
[nb-javac] } catch (AbsentInformationException e) {
[nb-javac] ^
[nb-javac] d:\enclojure\enclojure\src\plugins\netbeans\enclojure.plugin.netbeans\src\org\enclojure\ide\debugger\breakpoints\ClojureLineBreakpoint.java:97: warning: [deprecation] replaceString(java.lang.String,java.lang.String,java.lang.String) in org.openide.util.Utilities has been deprecated
[nb-javac] this.printText = org.openide.util.Utilities.replaceString(pt, "{jspName}", Utils.getClojureName(url));
[nb-javac] ^
[nb-javac] d:\enclojure\enclojure\src\plugins\netbeans\enclojure.plugin.netbeans\src\org\enclojure\ide\debugger\ClojureSourcePath.java:151: cannot find symbol
[nb-javac] symbol : class AbsentInformationException
[nb-javac] location: class org.enclojure.ide.debugger.ClojureSourcePath
[nb-javac] } catch (AbsentInformationException e) {
[nb-javac] ^
[nb-javac] d:\enclojure\enclojure\src\plugins\netbeans\enclojure.plugin.netbeans\src\org\enclojure\ide\debugger\ClojureSourcePath.java:170: cannot find symbol
[nb-javac] symbol : class AbsentInformationException
[nb-javac] location: class org.enclojure.ide.debugger.ClojureSourcePath
[nb-javac] } catch (AbsentInformationException e) {
[nb-javac] ^
[nb-javac] d:\enclojure\enclojure\src\plugins\netbeans\enclojure.plugin.netbeans\src\org\enclojure\ide\debugger\ClojureSourcePath.java:258: cannot find symbol
[nb-javac] symbol : class AbsentInformationException
[nb-javac] location: class org.enclojure.ide.debugger.ClojureSourcePath
[nb-javac] } catch (AbsentInformationException e) {
[nb-javac] ^
[nb-javac] d:\enclojure\enclojure\src\plugins\netbeans\enclojure.plugin.netbeans\src\org\enclojure\ide\debugger\ClojureSourcePath.java:276: cannot find symbol
[nb-javac] symbol : class AbsentInformationException
[nb-javac] location: class org.enclojure.ide.debugger.ClojureSourcePath
[nb-javac] } catch (AbsentInformationException e) {
[nb-javac] ^
[nb-javac] d:\enclojure\enclojure\src\plugins\netbeans\enclojure.plugin.netbeans\src\org\enclojure\ide\debugger\ClojureSourcePath.java:287: cannot find symbol
[nb-javac] symbol : class AbsentInformationException
[nb-javac] location: class org.enclojure.ide.debugger.ClojureSourcePath
[nb-javac] } catch (AbsentInformationException e) {
[nb-javac] ^
[nb-javac] d:\enclojure\enclojure\src\plugins\netbeans\enclojure.plugin.netbeans\src\org\enclojure\ide\debugger\ClojureSourcePath.java:307: cannot find symbol
[nb-javac] symbol : class AbsentInformationException
[nb-javac] location: class org.enclojure.ide.debugger.ClojureSourcePath
[nb-javac] } catch (AbsentInformationException e) {
[nb-javac] ^
[nb-javac] d:\enclojure\enclojure\src\plugins\netbeans\enclojure.plugin.netbeans\src\org\enclojure\ide\debugger\ClojureSourcePath.java:366: cannot find symbol
[nb-javac] symbol : class AbsentInformationException
[nb-javac] location: class org.enclojure.ide.debugger.ClojureSourcePath
[nb-javac] } catch (AbsentInformationException e) {
[nb-javac] ^
[nb-javac] d:\enclojure\enclojure\src\plugins\netbeans\enclojure.plugin.netbeans\src\org\enclojure\ide\debugger\ClojureSourcePath.java:391: cannot find symbol
[nb-javac] symbol : class AbsentInformationException
[nb-javac] location: class org.enclojure.ide.debugger.ClojureSourcePath
[nb-javac] } catch (AbsentInformationException e) {
[nb-javac] ^
[nb-javac] d:\enclojure\enclojure\src\plugins\netbeans\enclojure.plugin.netbeans\src\org\enclojure\ide\debugger\ClojureTableModel.java:61: warning: [deprecation] BREAKPOINT_ENABLED_COLUMN_ID in org.netbeans.spi.debugger.ui.Constants has been deprecated
[nb-javac] if (columnID.equals (BREAKPOINT_ENABLED_COLUMN_ID))
[nb-javac] ^
[nb-javac] d:\enclojure\enclojure\src\plugins\netbeans\enclojure.plugin.netbeans\src\org\enclojure\ide\debugger\ClojureTableModel.java:73: warning: [deprecation] BREAKPOINT_ENABLED_COLUMN_ID in org.netbeans.spi.debugger.ui.Constants has been deprecated
[nb-javac] if (columnID.equals (BREAKPOINT_ENABLED_COLUMN_ID))
[nb-javac] ^
[nb-javac] d:\enclojure\enclojure\src\plugins\netbeans\enclojure.plugin.netbeans\src\org\enclojure\ide\debugger\ClojureToolTipAnnotation.java:134: warning: [deprecation] replaceString(java.lang.String,java.lang.String,java.lang.String) in org.openide.util.Utilities has been deprecated
[nb-javac] String textEscaped = org.openide.util.Utilities.replaceString(text, """, "\"");
[nb-javac] ^
[nb-javac] d:\enclojure\enclojure\src\plugins\netbeans\enclojure.plugin.netbeans\src\org\enclojure\ide\debugger\EditorContextBridge.java:122: cannot find symbol
[nb-javac] symbol : class AbsentInformationException
[nb-javac] location: class org.enclojure.ide.debugger.EditorContextBridge
[nb-javac] } catch (AbsentInformationException e) {
[nb-javac] ^
[nb-javac] d:\enclojure\enclojure\src\plugins\netbeans\enclojure.plugin.netbeans\src\org\enclojure\ide\debugger\EditorContextBridge.java:133: cannot find symbol
[nb-javac] symbol : class AbsentInformationException
[nb-javac] location: class org.enclojure.ide.debugger.EditorContextBridge
[nb-javac] } catch (AbsentInformationException e) {
[nb-javac] ^
[nb-javac] d:\enclojure\enclojure\src\plugins\netbeans\enclojure.plugin.netbeans\src\org\enclojure\ide\debugger\SourcePath.java:162: cannot find symbol
[nb-javac] symbol : class AbsentInformationException
[nb-javac] location: class org.enclojure.ide.debugger.SourcePath
[nb-javac] } catch (AbsentInformationException e) {
[nb-javac] ^
[nb-javac] d:\enclojure\enclojure\src\plugins\netbeans\enclojure.plugin.netbeans\src\org\enclojure\ide\debugger\SourcePath.java:181: cannot find symbol
[nb-javac] symbol : class AbsentInformationException
[nb-javac] location: class org.enclojure.ide.debugger.SourcePath
[nb-javac] } catch (AbsentInformationException e) {
[nb-javac] ^
[nb-javac] d:\enclojure\enclojure\src\plugins\netbeans\enclojure.plugin.netbeans\src\org\enclojure\ide\debugger\SourcePath.java:267: cannot find symbol
[nb-javac] symbol : class AbsentInformationException
[nb-javac] location: class org.enclojure.ide.debugger.SourcePath
[nb-javac] } catch (AbsentInformationException e) {
[nb-javac] ^
[nb-javac] d:\enclojure\enclojure\src\plugins\netbeans\enclojure.plugin.netbeans\src\org\enclojure\ide\debugger\SourcePath.java:285: cannot find symbol
[nb-javac] symbol : class AbsentInformationException
[nb-javac] location: class org.enclojure.ide.debugger.SourcePath
[nb-javac] } catch (AbsentInformationException e) {
[nb-javac] ^
[nb-javac] d:\enclojure\enclojure\src\plugins\netbeans\enclojure.plugin.netbeans\src\org\enclojure\ide\debugger\SourcePath.java:296: cannot find symbol
[nb-javac] symbol : class AbsentInformationException
[nb-javac] location: class org.enclojure.ide.debugger.SourcePath
[nb-javac] } catch (AbsentInformationException e) {
[nb-javac] ^
[nb-javac] d:\enclojure\enclojure\src\plugins\netbeans\enclojure.plugin.netbeans\src\org\enclojure\ide\debugger\SourcePath.java:316: cannot find symbol
[nb-javac] symbol : class AbsentInformationException
[nb-javac] location: class org.enclojure.ide.debugger.SourcePath
[nb-javac] } catch (AbsentInformationException e) {
[nb-javac] ^
[nb-javac] d:\enclojure\enclojure\src\plugins\netbeans\enclojure.plugin.netbeans\src\org\enclojure\ide\debugger\SourcePath.java:375: cannot find symbol
[nb-javac] symbol : class AbsentInformationException
[nb-javac] location: class org.enclojure.ide.debugger.SourcePath
[nb-javac] } catch (AbsentInformationException e) {
[nb-javac] ^
[nb-javac] d:\enclojure\enclojure\src\plugins\netbeans\enclojure.plugin.netbeans\src\org\enclojure\ide\debugger\SourcePath.java:400: cannot find symbol
[nb-javac] symbol : class AbsentInformationException
[nb-javac] location: class org.enclojure.ide.debugger.SourcePath
[nb-javac] } catch (AbsentInformationException e) {
[nb-javac] ^
[nb-javac] d:\enclojure\enclojure\src\plugins\netbeans\enclojure.plugin.netbeans\src\org\enclojure\ide\debugger\SourcePathProviderImpl.java:247: warning: [deprecation] toURL() in java.io.File has been deprecated
[nb-javac] return f.toURL().toString();
[nb-javac] ^
[nb-javac] d:\enclojure\enclojure\src\plugins\netbeans\enclojure.plugin.netbeans\src\org\enclojure\ide\debugger\actions\ClojureToggleBreakpointActionProvider.java:82: cannot find symbol
[nb-javac] symbol : class SourcePath
[nb-javac] location: class org.enclojure.ide.debugger.actions.ClojureToggleBreakpointActionProvider
[nb-javac] engineContext = (SourcePath) contextProvider.
[nb-javac] ^
[nb-javac] d:\enclojure\enclojure\src\plugins\netbeans\enclojure.plugin.netbeans\src\org\enclojure\ide\debugger\actions\ClojureToggleBreakpointActionProvider.java:83: cannot find symbol
[nb-javac] symbol : class SourcePath
[nb-javac] location: class org.enclojure.ide.debugger.actions.ClojureToggleBreakpointActionProvider
[nb-javac] lookupFirst (null, SourcePath.class);
[nb-javac] ^
[nb-javac] d:\enclojure\enclojure\src\plugins\netbeans\enclojure.plugin.netbeans\src\org\enclojure\ide\debugger\watchesFiltering\ClojureElWatch.java:110: warning: [deprecation] replaceString(java.lang.String,java.lang.String,java.lang.String) in org.openide.util.Utilities has been deprecated
[nb-javac] text = org.openide.util.Utilities.replaceString(text, """, "\"");
[nb-javac] ^
[nb-javac] d:\enclojure\enclojure\src\plugins\netbeans\enclojure.plugin.netbeans\src\org\enclojure\ide\preferences\EnclojurePreferencesPanel.java:141: warning: [deprecation] setLabel(java.lang.String) in javax.swing.AbstractButton has been deprecated
[nb-javac] printStackTraceCheckBox.setLabel("print-stack-trace-on-error");
[nb-javac] ^
[nb-javac] d:\enclojure\enclojure\src\plugins\netbeans\enclojure.plugin.netbeans\src\org\enclojure\ide\preferences\EnclojurePreferencesPanel.java:145: warning: [deprecation] setLabel(java.lang.String) in javax.swing.AbstractButton has been deprecated
[nb-javac] usePrettyPrintCheckBox.setLabel("Use Pretty Print");
[nb-javac] ^
[nb-javac] d:\enclojure\enclojure\src\plugins\netbeans\enclojure.plugin.netbeans\src\org\enclojure\ide\preferences\EnclojurePreferencesPanel.java:148: warning: [deprecation] setLabel(java.lang.String) in javax.swing.AbstractButton has been deprecated
[nb-javac] printCircleCheckBox.setLabel("print-circle");
[nb-javac] ^
[nb-javac] d:\enclojure\enclojure\src\plugins\netbeans\enclojure.plugin.netbeans\src\org\enclojure\ide\preferences\EnclojurePreferencesPanel.java:157: warning: [deprecation] setLabel(java.lang.String) in javax.swing.AbstractButton has been deprecated
[nb-javac] printSharedCheckBox.setLabel("print-shared");
[nb-javac] ^
[nb-javac] d:\enclojure\enclojure\src\plugins\netbeans\enclojure.plugin.netbeans\src\org\enclojure\ide\preferences\EnclojurePreferencesPanel.java:160: warning: [deprecation] setLabel(java.lang.String) in javax.swing.AbstractButton has been deprecated
[nb-javac] printSuppressNamespaceCheckBox.setLabel("print-suppress-namespace");
[nb-javac] ^
[nb-javac] 45 errors
[nb-javac] 11 warnings
JAVA_HOME is set properly. I know that com.sun.jdi is in the tools.jar.