1 Reply Latest reply on Sep 26, 2007 4:36 AM by kconner

    Trailblazer in jbossesb-server-4.2GA

      Hello,
      Is the trailblazer included in the jbossesb-server-4.2GA.zip working right out of the box or am I doing something wrong?


      jarkko@azkaban:~/Desktop/Downloads/esb-server-4.2GA/jbossesb-server-4.2GA/samples/trailblazer$ ant
      Buildfile: build.xml

      BUILD FAILED
      Target "esb.samples.trailblazer.esb.compile" does not exist in the project "TRAILBLAZER".

      Total time: 0 seconds



      jarkko@azkaban:~/Desktop/Downloads/esb-server-4.2GA/jbossesb-server-4.2GA/samples/trailblazer$ ant deploy
      Buildfile: build.xml

      esb.built:
      [echo] Please build the ESB with "ant dist" in the ESB parent
      [echo] directory in order to run the Trailblazer application.

      BUILD FAILED
      /home/jarkko/Desktop/Downloads/esb-server-4.2GA/jbossesb-server-4.2GA/samples/trailblazer/build.xml:130: Please build ESB first.

      Total time: 0 seconds
      jarkko@azkaban:~/Desktop/Downloads/esb-server-4.2GA/jbossesb-server-4.2GA/samples/trailblazer$


      jarkko@azkaban:~/Desktop/Downloads/esb-server-4.2GA/jbossesb-server-4.2GA/samples/trailblazer$ ant -v
      Apache Ant version 1.7.0 compiled on December 13 2006
      Buildfile: build.xml
      Detected Java version: 1.6 in: /opt/jdk1.6.0_02/jre
      Detected OS: Linux
      parsing buildfile /home/jarkko/Desktop/Downloads/esb-server-4.2GA/jbossesb-server-4.2GA/samples/trailblazer/build.xml with URI = file:/home/jarkko/Desktop/Downloads/esb-server-4.2GA/jbossesb-server-4.2GA/samples/trailblazer/build.xml
      Project base dir set to: /home/jarkko/Desktop/Downloads/esb-server-4.2GA/jbossesb-server-4.2GA/samples/trailblazer
      [antlib:org.apache.tools.ant] Could not load definitions from resource org/apache/tools/ant/antlib.xml. It could not be found.
      [property] Loading /home/jarkko/Desktop/Downloads/esb-server-4.2GA/jbossesb-server-4.2GA/install/deployment.properties
      [property] Unable to find property file: /home/jarkko/Desktop/Downloads/esb-server-4.2GA/jbossesb-server-4.2GA/install/deployment.properties
      Override ignored for property "trailblazer.dir"
      [property] Loading Environment env.
      [available] Unable to find jbossesb-rosetta.jar to set property soa.esb.lib.dir
      [available] Unable to find jbossesb-rosetta.jar to set property soa.esb.lib.dir
      Property "soa.esb.lib.dir" has not been set
      Property "soa.esb.lib.dir" has not been set
      Property "soa.esb.lib.dir" has not been set
      Property "soa.esb.lib.dir" has not been set
      Property "soa.esb.lib.dir" has not been set
      dropping /home/jarkko/Desktop/Downloads/esb-server-4.2GA/jbossesb-server-4.2GA/lib/ext/activation.jar from path as it doesn't exist
      dropping /home/jarkko/Desktop/Downloads/esb-server-4.2GA/jbossesb-server-4.2GA/lib/ext/jbossall-client.jar from path as it doesn't exist
      dropping /home/jarkko/Desktop/Downloads/esb-server-4.2GA/jbossesb-server-4.2GA/lib/ext/mail.jar from path as it doesn't exist
      dropping /home/jarkko/Desktop/Downloads/esb-server-4.2GA/jbossesb-server-4.2GA/samples/trailblazer/client/build/classes from path as it doesn't exist

      BUILD FAILED
      Target "esb.samples.trailblazer.esb.compile" does not exist in the project "TRAILBLAZER".
      at org.apache.tools.ant.Project.tsort(Project.java:1821)
      at org.apache.tools.ant.Project.topoSort(Project.java:1729)
      at org.apache.tools.ant.Project.topoSort(Project.java:1692)
      at org.apache.tools.ant.Project.executeTarget(Project.java:1298)
      at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
      at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
      at org.apache.tools.ant.Main.runBuild(Main.java:698)
      at org.apache.tools.ant.Main.startAnt(Main.java:199)
      at org.apache.tools.ant.launch.Launcher.run(Launcher.java:257)
      at org.apache.tools.ant.launch.Launcher.main(Launcher.java:104)

      Total time: 0 seconds