Details
-
Type:
Defect
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: Release 1.4
-
Fix Version/s: Release 1.5, Release 1.6
-
Component/s: None
-
Labels:None
-
Approval:Vetted
Description
I was trying to compile a project that has some native dependencies. I am using clojure-maven-plugin version 1.3.13 with Maven 2.0. I forgot to set java.library.path properly so that the native library could be found, and only got an error of
[INFO] ------------------------------------------------------------------------ [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] Clojure failed. [INFO] ------------------------------------------------------------------------
I traced this down to Compile.java, where it is flushing and closing
out
Activity
Stuart Halloway
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Approval | Triaged [ 10120 ] |
Rich Hickey
made changes -
| Approval | Triaged [ 10120 ] | Vetted [ 10003 ] |
Rich Hickey
made changes -
| Fix Version/s | Release 1.6 [ 10157 ] | |
| Fix Version/s | Release 1.5 [ 10150 ] |
I have encountered this problem as well. Did not verify the explanation, but sounds reasonable.