Glen Daniels writes:
> -1 as is. I'm really sorry to do this at the 11th (12th? :)) hour, but I
> finally actually tried out the dist for real.
I'm rather disappointed that you didn't check out the release
candidates and waited until a vote was called to bring this
up. Nevertheless, problems are problems ..
> I just did an "ant dist" and got two errors building the samples. Looks
> like both com/client/addit.java and com/client/sum.java are the wrong case
> (files should perhaps be Addit.java and Sum.java to match the class
names -
> problem went away for me when I renamed them)... is anyone else seeing
this?
I just downloaded RC3 and don't see this problem. The case was changed
sometime ago .. could it be that your CVS repository is out of sync?
Also, are you doing ant dist on the 2.2RC3 tree? If so that's not
what's intended for the release .. we're not expecting people to build
distributions from our distribution! However, just to see what it does,
I did "ant dist" on the RC3 tree and it worked fine.
> I also wanted to really quickly update the JRun installation docs to take
> advantage of the soap.war file, which I did, but while doing so noticed
that
> the war file doesn't contain WEB-INF/lib/soap.jar!!
>
> This last bit is really broken. It means there's basically no point to
the
> war file at all - i.e. you can't just drop it into your servlet engine and
> expect things to work without futzing with your classpath.
The classes are in the WEB-INF/classes directory, which is a completely
acceptable alternate to putting the jar file. So what's the problem?
> I'm checking in a new build.xml, which you are welcome to do with as you
> will, but I think the last one is a show-stopper. I'm not sure what to do
> about the first one - who owns these files? Is it just my environment?
It is certainly an acceptable approach to put the jar file in the lib
dir of the WEB-INF directory. However, the approach in the current
build is also correct and works. I don't see any need to do a new
candidate just because there's a different way to do something.
> These changes aren't much, but I don't feel comfortable doing the release
> unless we can build the samples and generate a soap.war that works (I
> confirmed that it does in fact work with the new build.xml).
Can you please check your environment and see whether there are any
real problems? So far I haven't been able to verify any of the problems
you found ..
If there aren't any problems I urge you to lift your -1.
Thanks,
Sanjiva.