


 



<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://docwiki.cisco.com/w/skins/common/feed.css?270"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://docwiki.cisco.com/w/index.php?title=Application_Extension_Platform_1.x_--_Packaging_an_Application_using_the_SDK&amp;feed=atom&amp;action=history</id>
		<title>Application Extension Platform 1.x -- Packaging an Application using the SDK - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://docwiki.cisco.com/w/index.php?title=Application_Extension_Platform_1.x_--_Packaging_an_Application_using_the_SDK&amp;feed=atom&amp;action=history"/>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/w/index.php?title=Application_Extension_Platform_1.x_--_Packaging_an_Application_using_the_SDK&amp;action=history"/>
		<updated>2013-05-25T18:08:15Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.16.0</generator>

	<entry>
		<id>http://docwiki.cisco.com/w/index.php?title=Application_Extension_Platform_1.x_--_Packaging_an_Application_using_the_SDK&amp;diff=36067&amp;oldid=prev</id>
		<title>Jwithing: 1 revision</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/w/index.php?title=Application_Extension_Platform_1.x_--_Packaging_an_Application_using_the_SDK&amp;diff=36067&amp;oldid=prev"/>
				<updated>2010-12-02T20:30:57Z</updated>
		
		<summary type="html">&lt;p&gt;1 revision&lt;/p&gt;
&lt;table style=&quot;background-color: white; color:black;&quot;&gt;
		&lt;tr valign='top'&gt;
		&lt;td colspan='1' style=&quot;background-color: white; color:black;&quot;&gt;← Older revision&lt;/td&gt;
		&lt;td colspan='1' style=&quot;background-color: white; color:black;&quot;&gt;Revision as of 20:30, 2 December 2010&lt;/td&gt;
		&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Jwithing</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/w/index.php?title=Application_Extension_Platform_1.x_--_Packaging_an_Application_using_the_SDK&amp;diff=36066&amp;oldid=prev</id>
		<title>Jwithing at 04:28, 17 November 2010</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/w/index.php?title=Application_Extension_Platform_1.x_--_Packaging_an_Application_using_the_SDK&amp;diff=36066&amp;oldid=prev"/>
				<updated>2010-11-17T04:28:50Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Packaging an Application Using the SDK ==&lt;br /&gt;
&lt;br /&gt;
After your build environment is set up, package the application by performing the following steps.&lt;br /&gt;
&lt;br /&gt;
====Running the Packaging Tool====&lt;br /&gt;
To run the packaging tool in interactive mode, enter the following command from the SDK tools directory; for example, /opt/axp-sdk.1.6.1/tools : &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[root@centos tools]# ./pkg_build.sh &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
'''Refer to the Packaging Tool Parameters at: '''[[Application Extension Platform 1.x -- AXP Packaging Tool Parameters]]&lt;br /&gt;
&lt;br /&gt;
'''Running the Packaging Tool:Example'''&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Project Directory: /opt/output &lt;br /&gt;
&lt;br /&gt;
Development Authorization File: /opt/axp-sdk.1.6.1/keys/auth_bundle.sig&lt;br /&gt;
&lt;br /&gt;
Private Key for Signing Operations: /opt/axp-sdk.1.6.1/keys/private.key &lt;br /&gt;
&lt;br /&gt;
Application Name: tcpdump&lt;br /&gt;
&lt;br /&gt;
Version: 1.0 &lt;br /&gt;
&lt;br /&gt;
Description: This is my first Cisco AXP package &lt;br /&gt;
&lt;br /&gt;
Unique Identifier(optional): yourUUID &lt;br /&gt;
&lt;br /&gt;
Source Directory: /opt/tcpdump &lt;br /&gt;
&lt;br /&gt;
Protect List File: &lt;br /&gt;
&lt;br /&gt;
Dependency SSID's (optional):&lt;br /&gt;
&lt;br /&gt;
Disk Limit : 1000M &lt;br /&gt;
&lt;br /&gt;
Memory Limit: 256M &lt;br /&gt;
&lt;br /&gt;
CPU Limit : 3000&lt;br /&gt;
&lt;br /&gt;
post-install script path: bin/post-install.sh&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
'''Note: '''	The Source Directory entered above is &amp;quot;/opt/tcpdump&amp;quot; which indicates the relative path to the source directory.&lt;br /&gt;
The Unique Identifier entered above is &amp;quot;yourUUID&amp;quot;. You can choose what ID to use, or leave it blank to let the packaging tool specify an ID.&lt;br /&gt;
&lt;br /&gt;
A Cisco AXP package is created for application tcpdump.&lt;br /&gt;
&lt;br /&gt;
The two files for the package are in directory project-directory/pkg &lt;br /&gt;
&lt;br /&gt;
* package file: suffixed by .pkg&lt;br /&gt;
* installer payload file: suffixed by .prt1&lt;br /&gt;
&lt;br /&gt;
For example, if the project directory is specified as /opt/output/pkg, to view the various artifacts that the packaging tool has created in the directory: /opt/output , enter &amp;lt;code&amp;gt;ls&amp;lt;/code&amp;gt;&lt;br /&gt;
For example, the following two files are displayed on the screen:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
tcpdump.1.0.pkg&lt;br /&gt;
tcpdump.1.0.prt1&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
'''Note: ''' Later, the Cisco AXP installer in the Cisco AXP service module, expects these two package files to be in the same FTP directory.&lt;br /&gt;
&lt;br /&gt;
====Copy Package Files to FTP Directory====&lt;br /&gt;
Copy tcptrace.1.6.pkg and tcptrace.1.6.prt1 to the public FTP directory of the machine you are using for your Cisco AXP package.&lt;br /&gt;
&lt;br /&gt;
'''Return to: '''[[Application Extension Platform 1.x -- Packaging Applications on Cisco AXP]]&lt;br /&gt;
&lt;br /&gt;
'''Return to start of Getting Started Guide: '''[[Cisco AXP Getting Started Guide]]&lt;br /&gt;
[[Category:AXP Getting Started]]&lt;/div&gt;</summary>
		<author><name>Jwithing</name></author>	</entry>

	</feed>