I am trying to build the .NET direct_listener client example - I checked out
the code from
https://svn.apache.org/repos/asf/qpid/branches/0.5-release/qpid/dotnet/, I
have installed ant, and have the JDK loaded as well. When I run ant in the
gentools directory - I get the following errors; 

C:\Documents and Settings\Larry\My
Documents\development\dotnet\client-010\gento
ol>ant
Buildfile: build.xml

check_jython_deps:

build:
     [java] java.lang.NoClassDefFoundError: org/python/util/jython
     [java] Caused by: java.lang.ClassNotFoundException:
org.python.util.jython
     [java]     at java.net.URLClassLoader$1.run(Unknown Source)
     [java]     at java.security.AccessController.doPrivileged(Native
Method)
     [java]     at java.net.URLClassLoader.findClass(Unknown Source)
     [java]     at java.lang.ClassLoader.loadClass(Unknown Source)
     [java]     at sun.misc.Launcher$AppClassLoader.loadClass(Unknown
Source)
     [java]     at java.lang.ClassLoader.loadClass(Unknown Source)
     [java]     at java.lang.ClassLoader.loadClassInternal(Unknown Source)
     [java] Could not find the main class: org.python.util.jython.  Program
will
 exit.
     [java] Exception in thread "main"

BUILD FAILED
C:\Documents and Settings\Larry\My
Documents\development\dotnet\client-010\gento
ol\build.xml:38: Java returned: 1

Total time: 0 seconds

Apparently jython is needed as well, I have downloaded it, but I still get
the error. I am unable to figure out what I am missing - any help would be
appreciated. 
-- 
View this message in context: 
http://n2.nabble.com/NET-build-on-XP-jython-tp3810152p3810152.html
Sent from the Apache Qpid users mailing list archive at Nabble.com.

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:users-subscr...@qpid.apache.org

Reply via email to