Re: T5: javascript assets

2009-10-26 Thread cordenier christophe
digileping org.apache.tapestry5.TapestryFilter So your class must be called DigilepingModule... 2009/10/26 Argo Vilberg > i dont no. here is my web.xml > > > PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" >"http://java.sun.com/dtd/web-app_2_3.dtd";> > > Dig

Re: T5: javascript assets

2009-10-26 Thread Argo Vilberg
i dont no. here is my web.xml http://java.sun.com/dtd/web-app_2_3.dtd";> Digileping tapestry.app-package ee.softpro tapestry.combine-scripts false digileping org.apache.tapestry5.TapestryFilter digileping /* 10 2009/10/26 cordenier christophe > Hi > > What name have you given to t

Re: T5: javascript assets

2009-10-26 Thread cordenier christophe
Hi What name have you given to the TapestryFilter in you web.xml ? 'App' prefix (in 'AppModule') is the name of the filter. Regards Christophe. 2009/10/26 Argo Vilberg > Thanks, seems taht web.xml variants works. > > But AppModule.java is no use :) > > > Argo > > 2009/10/26 cordenier christoph

Re: T5: javascript assets

2009-10-26 Thread Argo Vilberg
How i can see java system properties (-D) ? web.xml are set tapestry.combine-scripts false And here are my AppModule.java combine-script are true in this appmodule. But in working server combine-script are trule false as in web.xml file // Copyright 2007, 2008 The Apache Software Foundation /

Re: T5: javascript assets

2009-10-26 Thread Inge Solvoll
All of this works for me. Are you sure there aren't any JVM params set in your app server? And other configuration points? On Mon, Oct 26, 2009 at 2:13 PM, Argo Vilberg wrote: > Thanks, seems taht web.xml variants works. > > But AppModule.java is no use :) > > > Argo > > 2009/10/26 cordenier ch

Re: T5: javascript assets

2009-10-26 Thread Argo Vilberg
Thanks, seems taht web.xml variants works. But AppModule.java is no use :) Argo 2009/10/26 cordenier christophe > Hello > > Actually, it is possible to configure Tapestry with (in priority order) > > 1. java system properties (-D) > 2. web.xml context parameters > 3 contributeApplicationDefa

Re: T5: javascript assets

2009-10-26 Thread cordenier christophe
Hello Actually, it is possible to configure Tapestry with (in priority order) 1. java system properties (-D) 2. web.xml context parameters 3 contributeApplicationDefaults 4. contribteFactoryDefaults Check your environment to verify the configuration symbol is not duplicated with a wrong value

Re: T5: javascript assets

2009-10-26 Thread Argo Vilberg
I tried configuration.add(SymbolConstants.COMBINE_SCRIPTS, "true"); and also configuration.add(SymbolConstants.COMBINE_SCRIPTS, "false"); But in bot cases there are my localhost always every javascript its own notation. And in production server always are javascript combained to

Re: T5: javascript assets

2009-10-26 Thread Argo Vilberg
I put this line in AppModule.java public static void contributeApplicationDefaults( MappedConfiguration configuration) { configuration.add(SymbolConstants.PRODUCTION_MODE, "false"); configuration.add(SymbolConstants.COMBINE_SCRIPTS, "false"); } But no suc

Re: T5: javascript assets

2009-10-26 Thread Argo Vilberg
In my environment are development mode but if i put some war to production server, there are production mode. Some time in AppModule.java is configuration.add(SymbolConstants.PRODUCTION_MODE, "false"); Argo 2009/10/26 Argo Vilberg > Secondly, how to tell tapestry production or devel

Re: T5: javascript assets

2009-10-26 Thread Argo Vilberg
Secondly, how to tell tapestry production or development mode? 2009/10/26 Carl Crowder > There's a configuration variable you can set: "tapestry.combine-scripts" > > See http://tapestry.apache.org/tapestry5.1/guide/conf.html > > Argo Vilberg wrote: > >> hi, >> >> In tapestry 5.1.0.5 javascript

Re: T5: javascript assets

2009-10-26 Thread Carl Crowder
There's a configuration variable you can set: "tapestry.combine-scripts" See http://tapestry.apache.org/tapestry5.1/guide/conf.html Argo Vilberg wrote: hi, In tapestry 5.1.0.5 javascript are combained together in one file: src=" /digileping/assets/virtual/H4sIAJXQUWrDMAyAYTPY065RyhjUT