Sunday, December 8, 2024

Re: How to put output from GWT compile into my html directory?



On Sunday, December 8, 2024 at 5:33:41 PM UTC+1 ne...@propfinancing.com wrote:

I figured it out. I changed my configuration to this:

 

                                             <plugin>

                                               <groupId>net.ltgt.gwt.maven</groupId>

                                               <artifactId>gwt-maven-plugin</artifactId>

                                               <version>1.1.0</version>

                                               <extensions>true</extensions>

                                                            <configuration>

                                                              <moduleName>com._3dmathpuzzles.play.Play</moduleName>

                                                            <webappDirectory>${basedir}/html/play</webappDirectory>

                                                 <systemProperties>

                                                                <gwt.persistentunitcachedir>false</gwt.persistentunitcachedir>

                                                 </systemProperties>

                                             </configuration>                                      

                                             </plugin>   

 

I don't get the unit cache directory now.


That'd be <gwt.persistentunitcache>false</gwt.persistentunitcache> but I think you'd better (for performance) keep the persistent unit-cache dir but just relocate it; so gwt.persistentunitcachedir but with a path, e.g. <gwt.persistentunitcachedir>${project.build.directory}/gwt-unitCache</gwt.persistentunitcachedir>.

--
You received this message because you are subscribed to the Google Groups "GWT Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/google-web-toolkit/007e2bb4-6714-4070-b713-c37673b1e4ean%40googlegroups.com.

No comments:

Post a Comment