In my current google apps project I have set up two source folders, src for production code and test for junit tests and the like. Is there some way to specify that only the src folder is deployed, while the test folder is still available for local testing?
From the <resource-files> row in the Syntax table:
<exclude>Files and directories matching patterns will not be uploaded or available to your application code. However, these files and directories will still be accessible to your application when running on the local Development Server. For more information, see Including and excluding files.
Example:
<resource-files> <include path="/**.xml" /> <exclude path="/feeds/**.xml" /> </resource-files>This example demonstrates how to designate all .xml files as resource files except those in the feeds/ directory and all of its subdirectories.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With