How to force disable Fastdev

EddieW
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
March 9, 2013

A great idea, but fastdev has been the bane of my atlassian developing experience.

It engages when I least want it to, hangs indefinitely, and doesn't even seem to reload non-java resources without some issue.

The doc here, https://developer.atlassian.com/display/PLUGINFRAMEWORK/AMPS+Build+Configuration+Reference#AMPSBuildConfigurationReference-enableFastdev says I can disable it.

But using on my confluence plugin it seems to be ignored, and fastdev is showing up, and randomly engaging when i just try to reload a page (Not even using F5! but jus hitting enter on the URL)

Any ideas?

<plugin>
				<groupId>com.atlassian.maven.plugins</groupId>
				<artifactId>maven-confluence-plugin</artifactId>
				<version>${amps.version}</version>
				<extensions>true</extensions>
				<configuration>
					<productVersion>${confluence.version}</productVersion>
					<productDataVersion>${confluence.data.version}</productDataVersion>
					<!-- see https://answers.atlassian.com/questions/3576/how-can-i-disable-the-yui-compressor-when-building-a-jira-plugin -->
					<!-- Required to prevent syntax errors in the svg-edit libraries -->
					<compressResources>false</compressResources>
					<!--more of a pain, just use atlas-cli instead-->
					<enableFastdev>false</enableFastdev>
				</configuration>
			</plugin>

1 answer

1 vote
codelab expert
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
March 10, 2013

Please try

atlas-clean
atlas-run

Also look at https://developer.atlassian.com/display/DOCS/Automatic+Plugin+Reinstallation+with+FastDev#AutomaticPluginReinstallationwithFastDev-DisablingFastDev

It seems that you can add file types and non-java resources for reloading.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events