agora inbox for pljava-dev@postgresql.org
help / color / mirror / Atom feedSubject: [Pljava-dev] Deployment Descriptor Problem
Date: Tue, 10 Oct 2006 10:15:29 +0200
Message-ID: <452B56A1.7020102@tada.se> (raw)
In-Reply-To: <341b9b540610090818w1046f69ct664ca03d8c85dbab@mail.gmail.com>
References: <341b9b540610061244h263a4476rd192479c475645ad@mail.gmail.com>
<341b9b540610061248x222a42cg82fe7c15db14cb1b@mail.gmail.com>
<4529EE42.2090207@logix-tt.com>
<4529EFCC.3020309@logix-tt.com>
<341b9b540610090818w1046f69ct664ca03d8c85dbab@mail.gmail.com>
Joshua Ross wrote:
> What isn't very good here is that the order in which the Name and
> SQLJDeploymentDescriptor are listed. So I updated the manifest in the
> file to be like this(including blank line at the end of the file):
> ------------------------------------------------------------------------
> Manifest-Version: 1.0
> Created-By: 1.5.0_07 (Sun Microsystems Inc.)
> Main-Class: VinDecoderTest
> SQLJDeploymentDescriptor: TRUE
> Name: deployment/VinDecoder.ddr
>
The order of your entries is wrong. The 'Name' entry must come before the entries that
applies to that named entry (in this case the SQLJDeploymentDescriptor). The MANIFEST.MF
suggested by Markus is correct:
> > ----
> > Manifest-Version: 1.0
> >
> > Name: deployment/examples.ddr
> > SQLJDeploymentDescriptor: TRUE
> > ----
>
>
Kind Regards,
Thomas Hallgren
view thread (9+ messages) latest in thread
Message-ID: <452B56A1.7020102@tada.se>
Permalink: ../452B56A1.7020102@tada.se/
Also on: postgresql.org/message-id/452B56A1.7020102@tada.se
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: pljava-dev@postgresql.org
Subject: Re: [Pljava-dev] Deployment Descriptor Problem
In-Reply-To: <452B56A1.7020102@tada.se>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox