2 Replies Latest reply on Mar 12, 2007 5:29 PM by artofabhi

    Environment Variable from ANT build.xml

    artofabhi

      I have JBOSS_HOME as an env variable. In my build.xml

      In my build.xml I have done following:




      when I run ant deploy task, and try to copy ear file to deployment folder, it actually creates a directory like:

      /$(env.JBOSS_HOME}/server/default/deploy

      and copies file there.

      Please help me where I am wrong.

      Any help is much appreciated
      -artofabhi