Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[pde-build-dev] pde build & jdt access rules

Hi all,

I've been using the ClasspathComputer that was posted on this list a
few months ago to help building with maven.I thought this was working
correctly, but it seems that the compiler is not really taking the
access rules into account.

To test this, I removed some of the Imported-Packages from one of my
plugins. In the UI, I got a lot of compile errors. Then I tried an
export via the export wizard, and the plugin compiled without any
trouble. Is this the correct behaviour ?


Something that might be related:. ClasspathComputer3_0 has a constant
EXCLUDE_ALL_RULE = "?**/*". If I look at the batch compiler help, only
+, - and ~are supported...

Tom

ps: I'm using 3.3M3


Back to the top