Results 1 to 3 of 3

Thread: Problem with bundlr M5

  1. #1
    Join Date
    Sep 2009
    Posts
    2

    Default Problem with bundlr M5

    Hi guys,

    I have problem with bundlor M5 on building application in unix platform using hudson.

    There is module with dependency on some another module built using bundlor plugin. Dependent module built successful but root module build with compile error such this "import can not be resolved". Unfortunately with reproduced 8 times of 10. So 2 times build is successful 8 not. Maybe someone caught similar problem?

  2. #2
    Join Date
    Sep 2009
    Posts
    2

    Default AspectJ+Bundlor

    This problem resolved if module build without aspectJ compilation.

    ffff. Look like bundlor does not work for aspectj. ((

    Is anybody have some problem?
    Is any way to make bundlor+aspectj workable ?

  3. #3
    Join Date
    Oct 2008
    Posts
    493

    Default

    Sergey, I assume by using AspectJ, you mean that you're weaving your code with AspectJ at compile time? Bundlor should have no effect at all upon compilation: it runs after compilcation by analysing (among other things) the resulting byte code.

    We have a large number of modules in the dm Server build what are compiled with AspectJ and have the manifests generated with Bundlor so it's definitely possible for this to work.

    Can you provide some more details about your particular failure please?
    Andy Wilkinson
    SpringSource

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •