Skip to Content.
Sympa Menu

notify-dpml - svn commit: r1278 - in development/main/planet/facilities/http: examples/hangman impl/src/main/net/dpml/http/impl

notify-dpml AT lists.ibiblio.org

Subject: DPML Notify

List archive

Chronological Thread  
  • From: niclas AT netcompartner.com
  • To: notify-dpml AT lists.ibiblio.org
  • Subject: svn commit: r1278 - in development/main/planet/facilities/http: examples/hangman impl/src/main/net/dpml/http/impl
  • Date: Thu, 23 Dec 2004 20:49:47 +0100

Author: niclas
Date: Thu Dec 23 20:49:47 2004
New Revision: 1278

Modified:
development/main/planet/facilities/http/examples/hangman/build.xml

development/main/planet/facilities/http/impl/src/main/net/dpml/http/impl/JsseListener.java
Log:
More progress.

Modified: development/main/planet/facilities/http/examples/hangman/build.xml
==============================================================================
--- development/main/planet/facilities/http/examples/hangman/build.xml
(original)
+++ development/main/planet/facilities/http/examples/hangman/build.xml Thu
Dec 23 20:49:47 2004
@@ -23,10 +23,12 @@

<target name="build" depends="standard.build">
<mkdir dir="target/deliverables/wars/" />
-
+ <mkdir dir="target/lib" />
+ <x:replicate flatten="true" />
<war destfile="target/deliverables/wars/hangman.war"
webxml="etc/web.xml">
<fileset dir="src/web"/>
<classes dir="target/classes"/>
+ <lib dir="target/replicate"/>
</war>
</target>


Modified:
development/main/planet/facilities/http/impl/src/main/net/dpml/http/impl/JsseListener.java
==============================================================================
---
development/main/planet/facilities/http/impl/src/main/net/dpml/http/impl/JsseListener.java
(original)
+++
development/main/planet/facilities/http/impl/src/main/net/dpml/http/impl/JsseListener.java
Thu Dec 23 20:49:47 2004
@@ -15,6 +15,8 @@
*/
package net.dpml.http.impl;

+import java.io.IOException;
+
import net.dpml.activity.Startable;
import net.dpml.logging.LogEnabled;
import net.dpml.logging.Logger;
@@ -157,7 +159,7 @@
try
{
super.start();
- } catch( NullPointerException e )
+ } catch( IOException e )
{
// Seems to be thrown if the password can not be properly
// resolved. Let's log, but ignore it.



  • svn commit: r1278 - in development/main/planet/facilities/http: examples/hangman impl/src/main/net/dpml/http/impl, niclas, 12/23/2004

Archive powered by MHonArc 2.6.24.

Top of Page