Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ormf-dev] Guide to ORMF repository structure



Joel Rosi-Schwartz wrote:


B. should really reply to this one, but I have one question that is nagging at me. If the junit src is in the same plug-in, then do we not have a dependency on junit that has to be satisfied during deployment?

Good point.

The dependency to the org.junit plug-in is marked optional in the manifest. So if you build and deploy the classes from the "tests" source folder the target environment has to provide the junit plug-in.

Another possibility is to remove the reference to org.junit from the manifest during deployment.

This wasn't an issue with our projects since we used a custom ant build. I have to check how to disable the compilation of a source folder using PDE build.

Achim
begin:vcard
fn;quoted-printable:Achim L=C3=B6rke
n;quoted-printable:L=C3=B6rke;Achim
org:Bredex GmbH
adr;quoted-printable:;;Mauernstra=C3=9Fe 33;Braunschweig;;38100;Germany
email;internet:Achim.Loerke@xxxxxxxxx
tel;work:+49 (531) 24330-0
tel;fax:+49 (531) 24330-99
x-mozilla-html:TRUE
url:http://www.bredex.de/
version:2.1
end:vcard


Back to the top