Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 36672 invoked from network); 28 Jan 2005 09:02:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 28 Jan 2005 09:02:43 -0000 Received: (qmail 74870 invoked by uid 500); 28 Jan 2005 09:02:39 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 74841 invoked by uid 500); 28 Jan 2005 09:02:38 -0000 Mailing-List: contact axis-cvs-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Delivered-To: mailing list axis-cvs@ws.apache.org Received: (qmail 74824 invoked by uid 99); 28 Jan 2005 09:02:38 -0000 X-ASF-Spam-Status: No, hits=-9.8 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from minotaur.apache.org (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.28) with SMTP; Fri, 28 Jan 2005 01:02:38 -0800 Received: (qmail 36523 invoked by uid 65534); 28 Jan 2005 09:02:37 -0000 Date: 28 Jan 2005 09:02:37 -0000 Message-ID: <20050128090237.36520.qmail@minotaur.apache.org> From: deepal@apache.org To: axis-cvs@ws.apache.org Subject: svn commit: r148863 - /webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/deployment/server.xml /webservices/axis/trunk/java/dev/scratch/prototype2/src/test/org/apache/axis/deployment/DeploymentotalTest.java MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Author: deepal Date: Fri Jan 28 01:02:36 2005 New Revision: 148863 URL: http://svn.apache.org/viewcvs?view=rev&rev=148863 Log: fixed the build failed problem. Modified: webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/deployment/server.xml webservices/axis/trunk/java/dev/scratch/prototype2/src/test/org/apache/axis/deployment/DeploymentotalTest.java Modified: webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/deployment/server.xml Url: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/deployment/server.xml?view=diff&rev=148863&p1=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/deployment/server.xml&r1=148862&p2=webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/deployment/server.xml&r2=148863 ============================================================================== --- webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/deployment/server.xml (original) +++ webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/deployment/server.xml Fri Jan 28 01:02:36 2005 @@ -1,7 +1,11 @@ - + + + + + Modified: webservices/axis/trunk/java/dev/scratch/prototype2/src/test/org/apache/axis/deployment/DeploymentotalTest.java Url: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/dev/scratch/prototype2/src/test/org/apache/axis/deployment/DeploymentotalTest.java?view=diff&rev=148863&p1=webservices/axis/trunk/java/dev/scratch/prototype2/src/test/org/apache/axis/deployment/DeploymentotalTest.java&r1=148862&p2=webservices/axis/trunk/java/dev/scratch/prototype2/src/test/org/apache/axis/deployment/DeploymentotalTest.java&r2=148863 ============================================================================== --- webservices/axis/trunk/java/dev/scratch/prototype2/src/test/org/apache/axis/deployment/DeploymentotalTest.java (original) +++ webservices/axis/trunk/java/dev/scratch/prototype2/src/test/org/apache/axis/deployment/DeploymentotalTest.java Fri Jan 28 01:02:36 2005 @@ -26,7 +26,7 @@ public class DeploymentotalTest extends TestCase { EngineRegistry er = null; public void testparseService1() throws PhaseException ,DeploymentException, AxisFault, XMLStreamException{ - String filename = "C:/deployment" ; + String filename = "./target/test-resources/deployment" ; DeploymentEngine deploymentEngine = new DeploymentEngine(filename); er = deploymentEngine.start(); // try {