4 Replies Latest reply on Nov 23, 2007 4:44 AM by andrewjavaman

    jbossws-2.0.1.GA Install Problem

      I am getting the following when installing jboss ws with jboss as 42:

      ant deploy-jboss42
      Buildfile: build.xml

      prepare:

      undeploy-jboss42-endorsed:

      undeploy-jboss42:

      deploy-jboss42-endorsed:

      BUILD FAILED
      E:\download1\jboss\jbossws-native-2.0.1.GA\build\build-deploy.xml:53: required attribute stacklibs not set

      My ant.properties file:

      # Optional JBoss Home
      jboss50.home=/home/tdiesler/svn/jbossas/trunk/build/output/jboss-5.0.0.Beta3
      jboss42.home=E:/jboss-4.2.1.GA
      jboss40.home=/home/tdiesler/svn/jbossas/tags/JBoss_4_0_5_GA/build/output/jboss-4.0.5.GA-ejb3

      # The JBoss server under test. This can be [jboss50|jboss42|jboss40]
      jbossws.integration.target=jboss42

      # The JBoss settings
      jboss.server.instance=default
      jboss.bind.address=localhost

      # JBoss Repository
      #jboss.repository=file:/home/tdiesler/svn/jboss.local.repository
      jboss.repository=http://repository.jboss.org

      # JBoss JMX invoker authentication
      #jmx.authentication.username=admin
      #jmx.authentication.password=admin

      # Java Compiler options
      javac.debug=yes
      javac.deprecation=no
      javac.fail.onerror=yes
      javac.verbose=no

      Any clues?????

      Thanks