|
From: <pe...@us...> - 2003-12-19 18:03:39
|
Update of /cvsroot/neuclear/neuclear-id
In directory sc8-pr-cvs1:/tmp/cvs-serv5310
Modified Files:
project.properties project.xml
Log Message:
Revamped a lot of exception handling throughout the framework, it has been simplified in most places:
- For most cases the main exception to worry about now is InvalidNamedObjectException.
- Most lowerlevel exception that cant be handled meaningful are now wrapped in the LowLevelException, a
runtime exception.
- Source and Store patterns each now have their own exceptions that generalizes the various physical
exceptions that can happen in that area.
Index: project.properties
===================================================================
RCS file: /cvsroot/neuclear/neuclear-id/project.properties,v
retrieving revision 1.26
retrieving revision 1.27
diff -C2 -d -r1.26 -r1.27
*** project.properties 19 Dec 2003 00:31:31 -0000 1.26
--- project.properties 19 Dec 2003 18:03:35 -0000 1.27
***************
*** 2,6 ****
# P R O J E C T P R O P E R T I E S
# -------------------------------------------------------------------
! maven.test.skip=true
maven.compile.debug = on
maven.compile.optimize = on
--- 2,6 ----
# P R O J E C T P R O P E R T I E S
# -------------------------------------------------------------------
! #maven.test.skip=true
maven.compile.debug = on
maven.compile.optimize = on
Index: project.xml
===================================================================
RCS file: /cvsroot/neuclear/neuclear-id/project.xml,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -d -r1.24 -r1.25
*** project.xml 16 Dec 2003 15:39:07 -0000 1.24
--- project.xml 19 Dec 2003 18:03:35 -0000 1.25
***************
*** 71,75 ****
<id>neuclear-xmlsig</id>
<name>neuclear-xmlsig</name>
! <version>0.11</version>
<properties>
<war.bundle>true</war.bundle>
--- 71,75 ----
<id>neuclear-xmlsig</id>
<name>neuclear-xmlsig</name>
! <version>0.11.1-SNAPSHOT</version>
<properties>
<war.bundle>true</war.bundle>
***************
*** 127,131 ****
<id>commons-cli</id>
<name>commons-cli</name>
! <version>1.0-beta-2</version>
</dependency>
<dependency>
--- 127,131 ----
<id>commons-cli</id>
<name>commons-cli</name>
! <version>1.0</version>
</dependency>
<dependency>
|