2 Replies Latest reply on Oct 8, 2009 9:55 PM by gaohoward

    FilterParser.jj

      I am just reading the new JMS server source code, inside eclipse

      org.jboss.messaging.core.filter.impl.FilterImpl.java references the

      FilterParse.jj which is not a java file (well strickly speaking) thus it
      does not pass eclipse compile time check, so does anyone of you
      have any ideas to get around of this problem?

      thx
      Mike

        • 1. Re: FilterParser.jj
          clebert.suconic

           

          I am just reading the new JMS server source code, inside eclipse


          Do you mean hornetQ? www.hornetq.org?


          jboss-messaging/trunk has been discontinued. We are now developing under hornetq. JBM 1.4 (Branch_1_4) is in maintenance mode.

          • 2. Re: FilterParser.jj
            gaohoward

            Probably you need to compile the source code from command line first. The .jj is generated by javacc.