Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[Dltk-dev] Build Order

Hello,

 My project declares a builder participant like this:
  public class AntlrBuilder implements IBuildParticipant,
        IBuildParticipantExtension, IBuildParticipantExtension2 {
  }

Then I've two grammars A.g and B.g, where B.g depends on A.g.

How can I handle this case?

I tried with:

  public DependencyResponse getDependencies(int buildType, Set localElements,
            Set externalElements, Set oldExternalFolders, Set externalFolders) {
  }

but no luck.

Any ideas?

Thanks
--
edgar

Back to the top