<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									package com.onenetwork.platform.data.model does not exist - Developer Network Q&amp;A				            </title>
            <link>https://community.onenetwork.com/sdk-forum/package-com-onenetwork-platform-data-model-does-not-exist/</link>
            <description>BY Network Community Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Wed, 22 Jul 2026 05:10:17 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>Answer to: package com.onenetwork.platform.data.model does not exist</title>
                        <link>https://community.onenetwork.com/sdk-forum/package-com-onenetwork-platform-data-model-does-not-exist/#post-5875</link>
                        <pubDate>Fri, 05 Feb 2021 15:24:20 +0000</pubDate>
                        <description><![CDATA[This happened because the developer had run Project -&gt; Clean from the main menu of Studio.
Instead, the developer should use the Ant target &quot;clean&quot; in order to clean the project. That ta...]]></description>
                        <content:encoded><![CDATA[<p>This happened because the developer had run Project -&gt; Clean from the main menu of Studio.</p>
<p>Instead, the developer should use the Ant target "clean" in order to clean the project. That target can be found in the Ant window after importing the build.xml file for the module.</p>
<p>"ant build" worked successfully after first running the "ant clean" target.</p>]]></content:encoded>
						                            <category domain="https://community.onenetwork.com/sdk-forum/">Developer Network Q&amp;A</category>                        <dc:creator>Matt Nutsch</dc:creator>
                        <guid isPermaLink="true">https://community.onenetwork.com/sdk-forum/package-com-onenetwork-platform-data-model-does-not-exist/#post-5875</guid>
                    </item>
				                    <item>
                        <title>package com.onenetwork.platform.data.model does not exist</title>
                        <link>https://community.onenetwork.com/sdk-forum/package-com-onenetwork-platform-data-model-does-not-exist/#post-5874</link>
                        <pubDate>Fri, 05 Feb 2021 15:24:13 +0000</pubDate>
                        <description><![CDATA[A developer is trying to run the Build target after adding Java code in the Writing Workflows section of the Bookstore Tutorials.
He gets the following error message:
    C:\OneSDK_...]]></description>
                        <content:encoded><![CDATA[<p>A developer is trying to run the Build target after adding Java code in the Writing Workflows section of the Bookstore Tutorials.</p>
<p>He gets the following error message:</p>
<pre>    <u>C:\OneSDK_NEO3.2\studio-workspace\Bookstore2\build\gen-src\com\mybooks\mpt\ZBKSBookConstants.java</u>:5: error: package com.onenetwork.platform.data.model does not exist<br /><br />     import com.onenetwork.platform.data.model.DefaultModelActions;<br /><br />                                              ^<br /><br />     <u>C:\OneSDK_NEO3.2\studio-workspace\Bookstore2\build\gen-src\com\mybooks\mpt\ZBKSBookConstants.java</u>:16: error: cannot find symbol<br /><br />       public class Actions extends DefaultModelActions {<br /><br />                                    ^<br /><br />       symbol:   class DefaultModelActions<br /><br />       location: class ZBKSBookConstants<br /><br />     <u>C:\OneSDK_NEO3.2\studio-workspace\Bookstore2\build\gen-src\com\mybooks\mpt\ZBKSConstants.java</u>:5: error: package com.onenetwork.platform.data.model does not exist<br /><br />     import com.onenetwork.platform.data.model.DefaultModelActions;</pre>
<p>What causes this and how do we resolve it?</p>]]></content:encoded>
						                            <category domain="https://community.onenetwork.com/sdk-forum/">Developer Network Q&amp;A</category>                        <dc:creator>Matt Nutsch</dc:creator>
                        <guid isPermaLink="true">https://community.onenetwork.com/sdk-forum/package-com-onenetwork-platform-data-model-does-not-exist/#post-5874</guid>
                    </item>
							        </channel>
        </rss>
		