Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Critical
-
Resolution: Won't Fix
-
Affects Version/s: 1.3 RC2
-
Component/s: Plugins, Project infrastructure
-
Labels:None
Description
Scripts like 'grails load-skin' of the Skin Loader plugin or 'grails install-searchable-config' overwrite changes made to Bootstrap.groovy, BuildConfig.groovy, Config.groovy, DataSource.groovy and UrlMappings.groovy resetting those files to their defaults.
I suppose this has something to do with a target these scripts depend on that as of Grails 1.3 has a somewhat different behaviour than expected. Here is the message yielded by both scripts:
Environment set to development
[copy] Copying 1 resource to GRAILS_APP_FOLDER
[unjar] Expanding: GRAILS_APP_FOLDER/grails-shared-files.jar into GRAILS_APP_FOLDER
[delete] Deleting: GRAILS_APP_FOLDER/grails-shared-files.jar
[copy] Copying 1 resource to GRAILS_APP_FOLDER
[unjar] Expanding: GRAILS_APP_FOLDER/grails-app-files.jar into GRAILS_APP_FOLDERw
[delete] Deleting: GRAILS_APP_FOLDER/grails-app-files.jar
The issue should be fixed in the plugins in question