Many plug-ins acquire a working directory with code similar to the
sample attached below. This is mostly safe but when running more than
one BASE server on a host there is a potential clash. A plugin running
in the different BASEs may allocate the same temporary directory (since
jobids may matc
The demo server is now running 2.5.0.
Maybe we should finalize 2.5.1 and not forget to upgrade the demo server?
Jari
Carl Mäsak wrote:
> Nicklas (>), Carl (>>), Nicklas (>>>):
All examples are included in the source download (is this what you
downloaded?). To build the examples you ne
Nicklas (>), Carl (>>), Nicklas (>>>):
> >> All examples are included in the source download (is this what you
> >> downloaded?). To build the examples you need to do (from the root
> >> directory of the source download):
> >>
> >> ant package.examples
> >>
> >> This will build the examples, and pu
Carl Mäsak wrote:
> Since I last had my problems getting a web service client to work in
> mid-December, I've slowly come to the realisation that (1) I should be
> starting from the web service client examples provided on the home
> page, and (2) I should really use Java 1.6 and not Java 1.5, as I
Since I last had my problems getting a web service client to work in
mid-December, I've slowly come to the realisation that (1) I should be
starting from the web service client examples provided on the home
page, and (2) I should really use Java 1.6 and not Java 1.5, as I am
now.
Even so, I'm stil