Interfaces IDE
MPLAB IDE
A ToolchainGateway Bridge for the WSTDeployer does not support adding
RXF and generated files into a MPLAB IDE project file, but you can
implement this.
The
implementation of this bridge is available in source code under
Tools\WSTDeployer\src\de\willert\deployer. This directory contains
three files which integrate the IDE with the WSTDeployer:
- ToolchainGateway.java: Implements the actual changes done in the IDE project file.
- Deployment.java: Inplements the
selection of RXF and generated files, copies them and passes the file
list on to the ToolchainGateway for the MPLAB IDE.
- Constants.java: Defines which properties will be read from WSTDeployer.properties
- WSTDeployer.properties.
A standard ToolchainGateway only adds files to the MPLAB project, but does not
remove them, e.g. is a class was renamed or deleted. This has to be
done manually in the IDE.
Copyright (c) Willert
Software Tools GmbH. All rights reserved.