From 4283e8972ddd9e3e84e8c6626dfe63547bf9954b Mon Sep 17 00:00:00 2001 From: Musachy Barroso Date: Fri, 28 Sep 2007 14:33:13 +0000 Subject: [PATCH] It seems like the building project was fixed on 0.4.3 git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@580369 13f79535-47bb-0310-9956-ffa450edef68 --- plugins/dojo/src/profile/README | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/plugins/dojo/src/profile/README b/plugins/dojo/src/profile/README index 86bb3ee57..9af5beade 100644 --- a/plugins/dojo/src/profile/README +++ b/plugins/dojo/src/profile/README @@ -7,12 +7,7 @@ To build the Struts Dojo profile: 3. Copy /plugins/dojo/src/main/resources/org/apache/struts2/static/dojo/struts/ComboBox.css to ${dojo}/struts (Dojo build system doesn't resolve the relative paths that well in 0.4.2) -4. In ${dojo}/buildscripts/build.xml comment the call to the target "-preload-resources" in the "compress" - target. The problem with this is that the locales fail to load on our profile. This has got to be - a dojo bug, as the locales loading should be handled by the generated javascript files. (the default dojo - profile doesn't include the locales) - -5. Inside ${dojo}/buildscripts run: +4. Inside ${dojo}/buildscripts run: $ ant -Dversion=0.4.2 -Dprofile=struts clean release intern-strings $ cp ../release/dojo/dojo.js ${struts}/plugins/dojo/src/main/resources/org/apache/struts2/static/dojo/struts_dojo.js $ cp ../release/dojo/dojo.js.uncompressed.js ${struts}/plugins/dojo/src/main/resources/org/apache/struts2/static/dojo/struts_dojo.js.uncompressed.js