You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by pi...@apache.org on 2007/11/22 06:52:20 UTC

svn commit: r597305 - in /webservices/axis2/trunk/c: Makefile.am tools/codegen/javatool/WSDL2C.sh

Author: pini
Date: Wed Nov 21 21:52:17 2007
New Revision: 597305

URL: http://svn.apache.org/viewvc?rev=597305&view=rev
Log:
Installing WSDL2C.sh to $(prefix)/bin.

Added:
    webservices/axis2/trunk/c/tools/codegen/javatool/WSDL2C.sh   (with props)
Modified:
    webservices/axis2/trunk/c/Makefile.am

Modified: webservices/axis2/trunk/c/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/Makefile.am?rev=597305&r1=597304&r2=597305&view=diff
==============================================================================
--- webservices/axis2/trunk/c/Makefile.am (original)
+++ webservices/axis2/trunk/c/Makefile.am Wed Nov 21 21:52:17 2007
@@ -1,8 +1,10 @@
 datadir=$(prefix)
+scriptsdir=$(prefix)/bin
 logsdir=$(prefix)/logs
 docsdir=$(prefix)/docs/axis2c
 includedir=$(prefix)/include/axis2-1.1
 
+
 pkgconfigdir = $(libdir)/pkgconfig
 pkgconfig_DATA = axis2c.pc
 
@@ -10,7 +12,7 @@
 include_HEADERS=$(top_builddir)/include/*.h
 data_DATA= samples/server/axis2.xml README \
 	INSTALL CREDITS COPYING NEWS NOTICE 
-
+scripts_DATA=tools/codegen/javatool/WSDL2C.sh
 logs_DATA=
 docs_DATA=
 EXTRA_DIST = CREDITS LICENSE build axis2c_build.sh guththila tools AUTHORS NOTICE 

Added: webservices/axis2/trunk/c/tools/codegen/javatool/WSDL2C.sh
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/tools/codegen/javatool/WSDL2C.sh?rev=597305&view=auto
==============================================================================
--- webservices/axis2/trunk/c/tools/codegen/javatool/WSDL2C.sh (added)
+++ webservices/axis2/trunk/c/tools/codegen/javatool/WSDL2C.sh Wed Nov 21 21:52:17 2007
@@ -0,0 +1,11 @@
+#!/bin/sh
+
+#export AXIS2_HOME=/home/axis2java
+for f in $AXIS2_HOME/lib/*.jar
+do
+  AXIS2_CLASSPATH=$AXIS2_CLASSPATH:$f
+done
+export AXIS2_CLASSPATH
+
+echo the classpath $AXIS2_CLASSPATH
+java -classpath $AXIS2_CLASSPATH org.apache.axis2.wsdl.WSDL2C $*

Propchange: webservices/axis2/trunk/c/tools/codegen/javatool/WSDL2C.sh
------------------------------------------------------------------------------
    svn:executable = *



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org