You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by sa...@apache.org on 2005/12/05 08:41:05 UTC

svn commit: r354007 - in /webservices/axis2/trunk/c: COPYING build.sh test/xml/om/Makefile.am test/xml/om/Makefile.in test/xml/om/test_om.c

Author: samisa
Date: Sun Dec  4 23:40:54 2005
New Revision: 354007

URL: http://svn.apache.org/viewcvs?rev=354007&view=rev
Log:
Fixed test and also removed the wrong COPYING file

Removed:
    webservices/axis2/trunk/c/COPYING
Modified:
    webservices/axis2/trunk/c/build.sh
    webservices/axis2/trunk/c/test/xml/om/Makefile.am
    webservices/axis2/trunk/c/test/xml/om/Makefile.in
    webservices/axis2/trunk/c/test/xml/om/test_om.c

Modified: webservices/axis2/trunk/c/build.sh
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/build.sh?rev=354007&r1=354006&r2=354007&view=diff
==============================================================================
--- webservices/axis2/trunk/c/build.sh (original)
+++ webservices/axis2/trunk/c/build.sh Sun Dec  4 23:40:54 2005
@@ -1,5 +1,5 @@
 #!/bin/bash
-
-./configure --prefix=${AXIS2C_HOME}/install
-
+AXIS2C_HOME=`pwd`
+./configure --prefix=${AXIS2C_HOME}/install --with-pull-parser=libxml2
 make
+make install

Modified: webservices/axis2/trunk/c/test/xml/om/Makefile.am
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/test/xml/om/Makefile.am?rev=354007&r1=354006&r2=354007&view=diff
==============================================================================
--- webservices/axis2/trunk/c/test/xml/om/Makefile.am (original)
+++ webservices/axis2/trunk/c/test/xml/om/Makefile.am Sun Dec  4 23:40:54 2005
@@ -5,8 +5,7 @@
 test_om_SOURCES = test_om.c
 
 test_om_LDADD   =  $(LDFLAGS) -L$(top_builddir)/install/lib -laxis2_om \
-                    -L$(top_builddir)/install/lib -laxis2_guththila \
-                    -L$(top_builddir)/install/lib -lguththila \
+                    -L$(top_builddir)/install/lib -laxis2_libxml2 -lxml2 \
                     -L$(top_builddir)/install/lib -laxis2_util
                     
 INCLUDES = -I${CUTEST_HOME}/include -I$(top_builddir)/include \

Modified: webservices/axis2/trunk/c/test/xml/om/Makefile.in
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/test/xml/om/Makefile.in?rev=354007&r1=354006&r2=354007&view=diff
==============================================================================
--- webservices/axis2/trunk/c/test/xml/om/Makefile.in (original)
+++ webservices/axis2/trunk/c/test/xml/om/Makefile.in Sun Dec  4 23:40:54 2005
@@ -194,8 +194,7 @@
 AM_CPPFLAGS = $(CPPFLAGS) -g -O2 -pthread
 test_om_SOURCES = test_om.c
 test_om_LDADD = $(LDFLAGS) -L$(top_builddir)/install/lib -laxis2_om \
-                    -L$(top_builddir)/install/lib -laxis2_guththila \
-                    -L$(top_builddir)/install/lib -lguththila \
+                    -L$(top_builddir)/install/lib -laxis2_libxml2 -lxml2 \
                     -L$(top_builddir)/install/lib -laxis2_util
 
 INCLUDES = -I${CUTEST_HOME}/include -I$(top_builddir)/include \

Modified: webservices/axis2/trunk/c/test/xml/om/test_om.c
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/test/xml/om/test_om.c?rev=354007&r1=354006&r2=354007&view=diff
==============================================================================
--- webservices/axis2/trunk/c/test/xml/om/test_om.c (original)
+++ webservices/axis2/trunk/c/test/xml/om/test_om.c Sun Dec  4 23:40:54 2005
@@ -273,8 +273,7 @@
     test_om_build (file_name);
     test_om_serialize();
     axis2_env_free(environment); 
-    getchar();
     return 0;
  }
  
- 
\ No newline at end of file
+