Yes, Java works fine. I tried 1.6 and 1.7, but I am currently running 1.7
(Win-64)
I got the build error after using git to get head, then ran ant then got error.
It is very interesting that downgrading to 3.1.9 fixed it...
I wrote a Jython script to test it tells you the classes that can be
initialized. Just bychanging the jar, you get really different results:
import sys
sys.path.append("C:\jwt-3.1.9\dist\jwt-3.1.9.jar") # or use 3.3.0's
jwt-3.3.0.jar
sys.path.append("C:\jwt-3.1.9\dist\commons-io-1.4.jar") #this file is not part
of 3.3.0
import eu.webtoolkit.jwt
ok = []
notok = []
for x in dir(eu.webtoolkit.jwt):
try:
y = dir(eval('eu.webtoolkit.jwt.'+x))
ok.append(x)
except:
notok.append(x)
print "----------NOT OK-----------"
print notok
print "-------------OK------------"
print ok
________________________________
From: Koen Deforche <k...@emweb.be>
To: Jason H <scorp...@yahoo.com>
Sent: Monday, September 30, 2013 9:45 AM
Subject: Re: [Wt-interest] Can't buid with 'ant'
Hey Jason,
Can you reply to the mailinglist? So the discussion may be of use to other
users later (with similar problems)
2013/9/27 Jason H <scorp...@yahoo.com>
I have had many issues. I'll sum them up for you.
>1. Could not build HEAD
>2. Could build 3.3.0
>These were attempted because 3.3.0 didn't work within Jython. And, maybe Java.
>I did not try Java directly. But I can only speak to Jython.
Are we sure your Java installation works fine? What Java version do you use?
What platform are you on?
And to be clear: if you download a JWt package, you unzip it and run ant, you
already git this error?
What if you run 'ant clean' first and then 'ant'?
Regards,
koen
------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60133471&iu=/4140/ostg.clktrk
_______________________________________________
witty-interest mailing list
witty-interest@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/witty-interest