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 Sam Ruby <ru...@us.ibm.com> on 2001/08/18 00:43:32 UTC

WSDL4J build instructions

If you want to build wsdl4j yourselves, it is actually a very easy thing to
do.  Complete instructions can be found at:

   http://oss.software.ibm.com/developerworks/projects/wsdl4j

For the impatient:  checkout out wsdl4j into a directory parallel to your
xml-axis directory.  CVSROOT
=:pserver:anoncvs@oss.software.ibm.com:/usr/cvs/wsdl4j.  All you need to
build is ant and a JAXP compliant parser.

By making the directory parallel to your xml-axis directory, the results
will automatically get picked up in the build.  If this is not to your
liking, create a build.properties file in your home directory with the line
"wsdl4j.jar=/path/to/wsdl4j.jar".

- Sam Ruby


RE: WSDL4J build instructions

Posted by Frederic Desjarlais <fr...@enjiva.com>.
Is anyone else having problems logging into their CVS repository:

D:\opensrc\wsdl4j>cvs -d
:pserver:anoncvs@oss.software.ibm.com:/usr/cvs/wsdl4j login
(Logging in to anoncvs@oss.software.ibm.com)
CVS password:
cvs login: authorization failed: server oss.software.ibm.com rejected access
to /usr/cvs/wsdl4j for user anoncvs

I'm using 'anoncvs' as the password.  It's been like this for the past 2
hours.  Is it temporary down?

- Frederic


-----Original Message-----
From: Sam Ruby [mailto:rubys@us.ibm.com]
Sent: Friday, August 17, 2001 5:44 PM
To: axis-dev@xml.apache.org
Subject: WSDL4J build instructions


If you want to build wsdl4j yourselves, it is actually a very easy thing to
do.  Complete instructions can be found at:

   http://oss.software.ibm.com/developerworks/projects/wsdl4j

For the impatient:  checkout out wsdl4j into a directory parallel to your
xml-axis directory.  CVSROOT
=:pserver:anoncvs@oss.software.ibm.com:/usr/cvs/wsdl4j.  All you need to
build is ant and a JAXP compliant parser.

By making the directory parallel to your xml-axis directory, the results
will automatically get picked up in the build.  If this is not to your
liking, create a build.properties file in your home directory with the line
"wsdl4j.jar=/path/to/wsdl4j.jar".

- Sam Ruby