<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: GNV bash and Ant in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/gnv-bash-and-ant/m-p/5350415#M36430</link>
    <description>&lt;P&gt;Still for those interested with !&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is my latest article. It is related to Maven and its Ant usage on OpenVMS. Everything is done under GNV bash. This is still in the goal of running a successful Axis-2 build on OpenVMS using Axis-2 designed tools in a user context which requires Web authentication.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You will find my technical paper at: &lt;A target="_blank" href="http://vouters.dyndns.org/tima/OpenVMS-Java-Maven-Ant-Invoking_Ant_from_within_Maven-Solution_when_running_custom_Ant_version.html"&gt;http://vouters.dyndns.org/tima/OpenVMS-Java-Maven-Ant-Invoking_Ant_from_within_Maven-Solution_when_running_custom_Ant_version.html&lt;/A&gt;﻿&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the hope this may also interest some of you.&lt;/P&gt;&lt;P&gt;Regards to everyone,&lt;/P&gt;&lt;P&gt;Philippe&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 01 Oct 2011 06:19:25 GMT</pubDate>
    <dc:creator>Ph Vouters</dc:creator>
    <dc:date>2011-10-01T06:19:25Z</dc:date>
    <item>
      <title>GNV bash and Ant</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/gnv-bash-and-ant/m-p/5335945#M36426</link>
      <description>&lt;P&gt;If interested with !&lt;/P&gt;&lt;P&gt;&lt;A href="http://vouters.dyndns.org/tima/OpenVMS-GNV-bash-ANT-Why_and_how_to_use_Apache-ANT_under_HP_GNV_bash.html" target="_blank"&gt;http://vouters.dyndns.org/tima/OpenVMS-GNV-bash-ANT-Why_and_how_to_use_Apache-ANT_under_HP_GNV_bash.html&lt;/A&gt;﻿&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Philippe&lt;/P&gt;</description>
      <pubDate>Mon, 19 Sep 2011 09:07:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/gnv-bash-and-ant/m-p/5335945#M36426</guid>
      <dc:creator>Ph Vouters</dc:creator>
      <dc:date>2011-09-19T09:07:55Z</dc:date>
    </item>
    <item>
      <title>Re: GNV bash and Ant</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/gnv-bash-and-ant/m-p/5336937#M36427</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;$ vi :== "edit/tpu"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I like that!&lt;/P&gt;</description>
      <pubDate>Mon, 19 Sep 2011 23:20:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/gnv-bash-and-ant/m-p/5336937#M36427</guid>
      <dc:creator>Phil.Howell</dc:creator>
      <dc:date>2011-09-19T23:20:05Z</dc:date>
    </item>
    <item>
      <title>Re: GNV bash and Ant</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/gnv-bash-and-ant/m-p/5336939#M36428</link>
      <description>&lt;P&gt;Philippe,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; If the issue is just the DCL 8 parameter limit, note that in V8.4 you can increase the limit to 16 by setting bit 3 in DCL_CTLFLAGS.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(No doubt many folk will avoid using the increased limit for fear of locking themselves on V8.4 or higher)&lt;/P&gt;</description>
      <pubDate>Mon, 19 Sep 2011 23:37:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/gnv-bash-and-ant/m-p/5336939#M36428</guid>
      <dc:creator>John Gillings</dc:creator>
      <dc:date>2011-09-19T23:37:49Z</dc:date>
    </item>
    <item>
      <title>Re: GNV bash and Ant</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/gnv-bash-and-ant/m-p/5343285#M36429</link>
      <description>&lt;P&gt;John,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The HP customer I wrote this article and accordingly modified Ant source code for has to run Maven from a Unix compatible shell as Maven forks lots of ls commands to get file attributes. Maven is used to rebuild Axis-2 which is svn checked out. One of the Axis-2 Maven tasks is to activate Ant.&amp;nbsp; Ant was NOT designed for a Unix compatible shell under OpenVMS (it is only designed to run under DCL and spawns DCL commands, some of them incompatible for an execution under GNV bash).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;All the above conditions explain you why I did modify Ant so that it runs under GNV bash the exact same way it&amp;nbsp; does under any Unix operating system. Hence my article I posted the URL link of.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Totally related to this Axis-2 rebuilding goal and in this HP customer work environment, I just entered these two new documents in my knowledge database:&lt;/P&gt;&lt;P&gt;&lt;A href="http://vouters.dyndns.org/tima/All-OS-Oracle-Java-Problem_attempting_to_go_through_Basic_authentication_required_company_Web_server_proxy.html" target="_blank"&gt;http://vouters.dyndns.org/tima/All-OS-Oracle-Java-Problem_attempting_to_go_through_Basic_authentication_required_company_Web_server_proxy.html&lt;/A&gt;﻿&lt;/P&gt;&lt;P&gt;&lt;A href="http://vouters.dyndns.org/tima/All-OS-ANT-ANT_and_URLs_authentication.html" target="_blank"&gt;http://vouters.dyndns.org/tima/All-OS-ANT-ANT_and_URLs_authentication.html&lt;/A&gt;﻿&lt;/P&gt;&lt;P&gt;As the html filename of these two papers indicates the problem is not specific to but includes OpenVMS.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Perhaps some other new articles to come related to Axis-2 building from sources.&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Philippe&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 25 Sep 2011 11:19:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/gnv-bash-and-ant/m-p/5343285#M36429</guid>
      <dc:creator>Ph Vouters</dc:creator>
      <dc:date>2011-09-25T11:19:04Z</dc:date>
    </item>
    <item>
      <title>Re: GNV bash and Ant</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/gnv-bash-and-ant/m-p/5350415#M36430</link>
      <description>&lt;P&gt;Still for those interested with !&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is my latest article. It is related to Maven and its Ant usage on OpenVMS. Everything is done under GNV bash. This is still in the goal of running a successful Axis-2 build on OpenVMS using Axis-2 designed tools in a user context which requires Web authentication.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You will find my technical paper at: &lt;A target="_blank" href="http://vouters.dyndns.org/tima/OpenVMS-Java-Maven-Ant-Invoking_Ant_from_within_Maven-Solution_when_running_custom_Ant_version.html"&gt;http://vouters.dyndns.org/tima/OpenVMS-Java-Maven-Ant-Invoking_Ant_from_within_Maven-Solution_when_running_custom_Ant_version.html&lt;/A&gt;﻿&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the hope this may also interest some of you.&lt;/P&gt;&lt;P&gt;Regards to everyone,&lt;/P&gt;&lt;P&gt;Philippe&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 01 Oct 2011 06:19:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/gnv-bash-and-ant/m-p/5350415#M36430</guid>
      <dc:creator>Ph Vouters</dc:creator>
      <dc:date>2011-10-01T06:19:25Z</dc:date>
    </item>
  </channel>
</rss>

