1 2 Previous Next 19 Replies Latest reply on Jul 4, 2006 10:39 AM by khanh2

    compilation problem in head

    tom.baeyens

      there will be a minor compilation problem in head till i can fetch the seam lib from the jboss repo.

      if you don't want the compilation problem, just delete the pageflow package.

        • 1. Re: compilation problem in head
          jimrigsbee

          Greetings,

          I cannot build from HEAD and the problem has spread to the mail and identity parts of the source tree.

          What do I need to do to work around?

          Thanks,
          Jim

          • 2. Re: compilation problem in head
            tom.baeyens

            the only problem i'm currently aware of is that you should remove the pageflow package (used only in SEAM)

            i'm going to move that back to SEAM asap.

            apart from that, everything should be fine. if not please specify what is wrong.

            • 3. Re: compilation problem in head
              jimrigsbee

              Excluding the known pageflow package errors:

              The method getGroupNamesByUserAndGroupType(String, String) is undefined for the type IdentitySession IdentityBean.java jbpm.3/console/src/main/java/org/jbpm/webapp/bean line 41 June 21, 2006 7:09:56 AM 6728
              
              The method getVariableResolver() is undefined for the type JbpmExpressionEvaluator Mail.java jbpm.3/jpdl/jar/src/main/java/org/jbpm/mail line 234 June 21, 2006 7:09:47 AM 6508
              
              The method evaluate(String, ExecutionContext) in the type JbpmExpressionEvaluator is not applicable for the arguments (String, ExecutionContext, VariableResolver) Mail.java jbpm.3/jpdl/jar/src/main/java/org/jbpm/mail line 238 June 21, 2006 7:09:47 AM 6509
              


              I get the same build errors on Mac OS X as I do on Windows (two different machines).

              • 4. Re: compilation problem in head
                tom.baeyens

                i can't seem to reproduce this problem locally. any extra hints would be great.

                • 5. Re: compilation problem in head
                  kukeltje

                  me neither, but I configured all jbpm project parts as individual eclipse projects. I'll try a fresh checkout this evening.

                  • 6. Re: compilation problem in head
                    jimrigsbee

                    Hmmmmmm....was hoping for any easy answer...I'll dig deeper and get back to you.

                    Jim

                    • 7. Re: compilation problem in head
                      kukeltje

                      I could reproduce it in another tree in a different workspace (yes stupid me) but this three was clean. On my other three there was an old version of a jbpm build library on the classpath.

                      In the latest release (1.2) of JbpmExpressionEvaluator the getVariableResolver() is just gone. It is in 1.1. Same is true for evaluate(String, ExecutionContext) and getGroupNamesByUserAndGroupType.

                      There is definately something wrong in CVS.

                      Ronald

                      • 8. Re: compilation problem in head
                        tom.baeyens

                        please check again. finally today i got to fixing things. it should be ok. if it is not yet resolved, please, ping me again.

                        • 9. Re: compilation problem in head
                          jimrigsbee

                          Tom,

                          The pageflow and identity errors are now gone. I'm still getting two compile errors in Mail.java, lines 234, 238 (same as above)

                          I did a fresh checkout again to be sure and all the steps in build/readme.html

                          Regards,
                          Jim

                          • 10. Re: compilation problem in head
                            jimrigsbee

                            One more thing...I do get a compile error with IdentityBean in Eclipse.

                            • 11. Re: compilation problem in head
                              kukeltje

                              hhmmm.. never thought I'd do this but....

                              same here ;-)

                              • 12. Re: compilation problem in head
                                tom.baeyens

                                i screwed up with my cvs synchronization somehow.

                                i just resynchronized (as i thought i had done before) and some changes showed up.

                                - i merged the execute and returnvalue method on the commands
                                - and a slightly refactoring of the expression evaluation methods.

                                please try to be less mean as i would be with you when you screw up like this :-)

                                • 13. Re: compilation problem in head
                                  jimrigsbee

                                  Tom,

                                  Please don't feel picked on. We've all made CVS check-in errors, it's easy to do!

                                  Thanks for looking into this. I can build in Eclipse now :) I'm having a little problem with the command line build at the very end (line 36), will research and get back to you...it's complaining that LogFactory is not there CNF but it is...

                                  Cheers,
                                  Jim

                                  • 14. Re: compilation problem in head
                                    tom.baeyens

                                     

                                    Please don't feel picked on.


                                    I feel i SHOULD be picked on !

                                    :-)


                                    btw, i now see the java.lang.NoClassDefFoundError: org/apache/commons/logging/LogFactory as well. I'll clean up...

                                    1 2 Previous Next