2 Replies Latest reply on Mar 8, 2011 11:35 AM by mjustin

    2.2 trunk build error - ${org.slf4j.lib} not found

    mjustin

      Hello,

       

      the build on Windows Vista fails with this message:

       

      BUILD FAILED

      C:\Users\mj\Desktop\Development\HornetQ-2.2\build.xml:211: The following error o

      ccurred while executing this line:

      C:\Users\mj\Desktop\Development\HornetQ-2.2\build-hornetq.xml:1230: C:\Users\mj\

      Desktop\Development\HornetQ-2.2\${org.slf4j.lib} not found.

       

      Regards

      Michael Justin

        • 1. 2.2 trunk build error - ${org.slf4j.lib} not found
          mjustin

          Update: it is not the main build but the distro build, also appears on Linux:

           

          bin-distro:

              [mkdir] Created dir: /home/michael/hornetq/build/hornetq-2.2.0.CR1

              [mkdir] Created dir: /home/michael/hornetq/build/hornetq-2.2.0.CR1/lib

              [mkdir] Created dir: /home/michael/hornetq/build/hornetq-2.2.0.CR1/config

              [mkdir] Created dir: /home/michael/hornetq/build/hornetq-2.2.0.CR1/bin

              [mkdir] Created dir: /home/michael/hornetq/build/hornetq-2.2.0.CR1/docs/api

              [mkdir] Created dir: /home/michael/hornetq/build/hornetq-2.2.0.CR1/licenses

           

           

          BUILD FAILED

          /home/michael/hornetq/build.xml:211: The following error occurred while executing this line:

          /home/michael/hornetq/build-hornetq.xml:1230: /home/michael/hornetq/${org.slf4j.lib} not found.

           

          Cheers

          • 2. 2.2 trunk build error - ${org.slf4j.lib} not found
            mjustin

            Fixed by uncommenting lines 1243 to 1245:

             

                <!-- fileset dir="${org.slf4j.lib}">

                  <include name="*.jar"/>

                </fileset -->

             

            then build distro runs without problems