<?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: How do you deploy a QVW using a build server such as CruiseControl with NAnt in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-do-you-deploy-a-QVW-using-a-build-server-such-as/m-p/419429#M1304215</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've been thinking about this myself. What I'm thinking of doing is using the publisher to rebuild it, triggered by an EDX command.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 22 Feb 2013 21:03:23 GMT</pubDate>
    <dc:creator>mellerbeck</dc:creator>
    <dc:date>2013-02-22T21:03:23Z</dc:date>
    <item>
      <title>How do you deploy a QVW using a build server such as CruiseControl with NAnt</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-you-deploy-a-QVW-using-a-build-server-such-as/m-p/419428#M1304213</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can't find anything on the web for what I thought would be a common problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We currently deploy builds of .NET code, etc. to our environments (System Test, UAT, Production) using NAnt Build scripts to compile the code and copy the dlls, etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there anyway to 'compile' QV project folders into their respective QVWs at the command line?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, I have a folder called InvestmentGradeReport-prj checked in under SVN but not the QVW as Qlikview Developer doesn't check this in by default. I now want to generate or build the QVW from this folder from command line (e.g. qv.exe /build InvestmentGradeReport-prj InvestmentGradeReport.qvw)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I do this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-you-deploy-a-QVW-using-a-build-server-such-as/m-p/419428#M1304213</guid>
      <dc:creator />
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: How do you deploy a QVW using a build server such as CruiseControl with NAnt</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-you-deploy-a-QVW-using-a-build-server-such-as/m-p/419429#M1304215</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've been thinking about this myself. What I'm thinking of doing is using the publisher to rebuild it, triggered by an EDX command.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Feb 2013 21:03:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-you-deploy-a-QVW-using-a-build-server-such-as/m-p/419429#M1304215</guid>
      <dc:creator>mellerbeck</dc:creator>
      <dc:date>2013-02-22T21:03:23Z</dc:date>
    </item>
    <item>
      <title>Re: How do you deploy a QVW using a build server such as CruiseControl with NAnt</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-you-deploy-a-QVW-using-a-build-server-such-as/m-p/419430#M1304218</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When a qvw is opened, it's design is rebuilt using the contents of the -prj directory if present. So a typical build strategy would be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Checkout or update the &lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;InvestmentGradeReport-prj&lt;/SPAN&gt; to your target location. &lt;/P&gt;&lt;P&gt;2. Copy in to the target dir InvestmentGradeReport.qvw. This is a dummy &amp;amp; empty qvw that you have stored somewhere and will rename on the copy. It must be a real qvw, not just some file that you name with a *.qvw extenstion. &lt;/P&gt;&lt;P&gt;3. Reload the doc using Publisher or command line. That will populate the design and the data. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you don't want prj files in your production folder, a variation of step 3 is to just open and save the file. That will populate the design. Then a step 4 copies the qvw to the production source folder. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://robwunderlich.com"&gt;http://robwunderlich.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Feb 2013 00:02:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-you-deploy-a-QVW-using-a-build-server-such-as/m-p/419430#M1304218</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2013-02-23T00:02:44Z</dc:date>
    </item>
    <item>
      <title>Re: How do you deploy a QVW using a build server such as CruiseControl with NAnt</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-you-deploy-a-QVW-using-a-build-server-such-as/m-p/419431#M1304221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok thanks. That sounds sensible. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'll give it a go&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Feb 2013 08:10:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-you-deploy-a-QVW-using-a-build-server-such-as/m-p/419431#M1304221</guid>
      <dc:creator />
      <dc:date>2013-02-26T08:10:16Z</dc:date>
    </item>
  </channel>
</rss>

