2ce1fd8d-d706-4afd-b9ef-9000ad21218d
Blog
About this blog
Welcome to the HATS HotSpot, your place for all things HATS. You will be able to connect with the HATS community to learn what’s new, share hints and tips, reach out when you’re stuck, and engage in dialogue with the HATS team.
Trending topics
Related posts
Updated
Likes 0
Comments 0
Updated
Likes 0
Comments 0
Updated
Likes 0
Comments 1
Updated
Likes 1
Comments 0
Updated
Likes 0
Comments 0
Creating projects with HATS V7.5 after applying RAD V7.5.5 fix pack may cause problems
If you have HATS V7.5.0.x installed and have upgraded to RAD V7.5.5 fix pack level, when you create a new project you will get a WebContent folder when you create a HATS Web project. This is in addition to the Web Content folder that the HATS Toolkit creates and uses. This problem occurs when you are using RAD V7.5.5 or later. This extra WebContent folder may cause problems, especially when using Integration Objects. To eliminate this extra WebContent folder in a HATS Web project:- Right click on your HATS project and choose Properties
- Select Java Build Path from the tree
- Select the Source tab in the Java Build Path settings editor
- (At the bottom you will see the Default output folder)
- Change WebContent to Web Content (add the blank space)
- Press OK to save your changes
- From the navigator view, delete the WebContent folder (not the Web Content folder)
- Rebuild your HATS project
To set your workspace preferences to avoid this problem when creating new projects:- From the RAD toolbar, select Window > Preferences
- Expand Java EE in the tree
- Under Java EE, select Project
- Find the Dynamic Web Project group in the Project settings editor (probably the third group from the top)
- Change the Output Folder to Web Content/WEB-INF/classes (add a blank space in WebContent)
- Change the Content Directory to Web Content (add a blank space in WebContent)
With this change, HATS Web projects will be created correctly. You must manually fix existing HATS Web projects that contain the extra WebContent folder even if you make this change. This change only affects the creation of HATS Web projects. It does not fix existing HATS Web projects.
Tags: 
hats
rad
content
webcontent
|
Login to access this feature