Building Mobile Enterprise Applications : Using webMethods Mobile Designer : Project Properties Reference : Run-Time Code Compilation Properties
Run-Time Code Compilation Properties
The run-time code compilation properties customize how Mobile Designer compiles your project.
project.runtime.additional.classes.path
Specifies the Ant path to additional precompiled classes to include when building the project. This is not an Ant property. Use the following format to specify the Ant path:
<path id="project.runtime.additional.classes.path">
<pathelement path="path"/>
</path>
For example:
<path id="project.runtime.additional.classes.path">
<pathelement path="${basedir}/src/classes"/>
</path>
Platforms
All
Value
Path to the folder that contains the additional precompiled classes.
Default
None.
Note:  
If you use additional precompiled classes, you must specify this Ant path for a project.
project.runtime.additional.stubs.path
Specifies the Ant path to additional stubs that you want Mobile Designer to use when compiling the run-time source code. This is not an Ant property. Use the following format to specify the Ant path:
<path id="project.runtime.additional.stubs.path">
<pathelement path="path"/>
</path>
For example:
<path id="project.runtime.additional.stubs.path">
<pathelement path="${basedir}/stubs"/>
</path>
Important:  
This path is used in combination with default classpath entries that Mobile Designer defines. If you set this Ant path, be careful to avoid any duplicate class clashes.
Platforms
All
Value
Path to the folder that contains the stubs.
Default
None.
Note:  
If you want to use additional stubs, you must specify this Ant path for a project.
project.runtime.project.src.path
Specifies the Ant path to the run-time code to include in the build of the project. This is not an Ant property. Use the following format to specify the Ant path:
<path id="project.runtime.project.src.path">
<pathelement path="path"/>
</path>
For example:
<path id="project.runtime.project.src.path">
<pathelement path="${basedir}/src"/>
</path>
Platforms
All
Value
Path to the folder that contains the run-time code.
Default
None.
Note:  
You must specify this Ant path for a project.
Copyright © 2007-2017 Software AG, Darmstadt, Germany.

Product LogoContact Support   |   Community   |   Feedback