Re: default build problems
Thomas Duff <[email protected]>
| Newsgroups | gmane.comp.java.keel.devel |
|---|---|
| Message-ID | <[email protected]> |
There didn't seem to be any jsps that included the string "tiles".
Here are the
non-binary files which contain the string "tiles":
(~/keel/keel-build/example-projects/default)
[Silver] (duff): find . -type f | xargs grep -I -i -l tiles
./build.log
./src/webapp/WEB-INF/classes/META-INF/tlds/struts-tiles.tld
./src/webapp/WEB-INF/classes/org/apache/struts/resources/tiles-
config_1_1.dtd
./src/webapp/WEB-INF/struts-config.xml
./src/webapp/WEB-INF/struts-tiles.tld
./src/webapp/WEB-INF/web.xml
./target/default/WEB-INF/classes/META-INF/tlds/struts-tiles.tld
./target/default/WEB-INF/classes/org/apache/struts/resources/tiles-
config_1_1.dtd
./target/default/WEB-INF/struts-config.xml
./target/default/WEB-INF/struts-tiles.tld
./target/default/WEB-INF/web.xml
./temp/lib/keel-clnt-struts/conf/client/snippets/struts-config3.xml
./temp/lib/keel-clnt-struts/conf/client/snippets/tiles-defs1.xml
./temp/lib/keel-clnt-struts/conf/client/snippets/tiles-defs2.xml
./temp/lib/keel-clnt-struts/conf/client/snippets/tiles-defs3.xml
/temp/lib/keel-clnt-struts/conf/client/webapp/web-taglib.xml
./temp/lib/struts/META-INF/tlds/struts-tiles-1.1.tld
./temp/lib/struts/META-INF/tlds/struts-tiles.tld
./temp/lib/struts/org/apache/struts/resources/tiles-config_1_1.dtd
./temp/newjar/org/apache/struts/resources/tiles-config_1_1.dtd
./temp/webapp/conf/client/snippets/struts-config3.xml
./temp/webapp/conf/client/snippets/tiles-defs1.xml
./temp/webapp/conf/client/snippets/tiles-defs2.xml
./temp/webapp/conf/client/snippets/tiles-defs3.xml
./temp/webapp/conf/client/webapp/web-taglib.xml
I'll also attach the output which includes the matching lines. Let me
know if there
is ANYTHING else I can do to help with this. Thanks!
t
On Feb 24, 2005, at 1:33 PM, Michael Nash wrote:
> Thomas:
>
> On Thu, 2005-02-24 at 13:34, Thomas Duff wrote:
>> Nope, same problem. As a matter of fact, I also experienced the
>> "incomplete
>> war file on first build" thing again too. I'll attach complete logs
>> of
>> the first and
>> second ``maven war'' attempts including the contents of the resulting
>> war
>> file.
>
> Much appreciated! I'm working on the build system again today, and will
> track this down definitely.
>
>> Is there an easy way for me to remove the tiles dependency?
>
> Yes - look for JSP files in "temp" directory that reference tiles -
> this
> will tell us the app-* jar that needs to be re-reployed. I thought I
> had
> removed all references, and maybe I have - but I apparently haven't
> deployed the resulting jars to the repository!
>
> Still getting used to the "maven way" :-)
>
> Thanks again for sending this along...
>
> Mike
>
>> Thanks!
>>
>> t
>>
>>
>> ______________________________________________________________________
>> On Feb 24, 2005, at 7:32 AM, Michael Nash wrote:
>>
>>> Thomas:
>>>
>>> Hmm - also odd - all the depenencies on Tiles should have been
>>> removed,
>>> as it's not a default in the latest Struts. You might try removing
>>> your
>>> keel directory from the local repository, so it will get fresh jars
>>> for
>>> everything, in case you got something before an update.
>>>
>>> I'm also working on the plugin to make sure this "first time"
>>> situation
>>> doesn't happen any more - thanks for reporting it!
>>>
>>> Mike
>>>
>>> On Wed, 2005-02-23 at 20:17, Thomas Duff wrote:
>>>> Weird. This time it built. Maybe it is only the first time that it
>>>> fails, and I've been reproducing it because I keep wiping it
>>>> out to make sure I start clean. *shrug*
>>>>
>>>> However, now when I startup the default application (under
>>>> resin 3.0) I get the following:
>>>>
>>>> [20:14:11.009] http listening to *:8080
>>>> [20:14:11.012] ServletServer[] starting
>>>> [20:14:11.822] Host[] starting
>>>> [20:14:12.857] expanding /usr/local/resin/webapps/default.war to
>>>> /usr/local/resin/webapps/default
>>>> [20:14:17.667] Application[http://localhost:8080/default] starting
>>>> [20:14:21.338] action: init
>>>> [20:14:22.554] null : Can't find file '/WEB-INF/tiles-defs.xml'
>>>> [20:14:22.558] Can't create Tiles definition factory for module ''.
>>>> [20:14:22.574] javax.servlet.ServletException:
>>>> org.apache.struts.tiles.FactoryNotFoundException: null : Can't find
>>>> file '/WEB-INF/tiles-defs.xml'
>>>> [20:14:22.574] at
>>>> org.apache.struts.tiles.TilesPlugin.initDefinitionsFactory(TilesPlug
>>>> in
>>>> .j
>>>> ava:235)
>>>> [20:14:22.574] at
>>>> org.apache.struts.tiles.TilesPlugin.init(TilesPlugin.java:139)
>>>> ...
>>>>
>>>> I ran into this before... I'm not sure what should be in that file
>>>> but
>>>> I previously
>>>> cobbled it together by combining the files tiles-defs[123].xml that
>>>> I
>>>> found
>>>> elsewhere in the hierarchy.
>>>>
>>>> t
>>>>
>>>> On Feb 23, 2005, at 7:50 PM, Michael Nash wrote:
>>>>
>>>>> Thomas:
>>>>>
>>>>> Ok, that's not it. Can you send a log of maven war? Maybe I can
>>>>> tell
>>>>> where the wheels are coming off from that....
>>>>>
>>>>> Thanks!
>>>>>
>>>>> Mike
>>>>>
>>>>> On Wed, 2005-02-23 at 19:33, Thomas Duff wrote:
>>>>>> (~/keel/keel-build/example-projects/default-sqlserver)
>>>>>> [Silver] (duff): maven -i
>>>>>> __ __
>>>>>> | \/ |__ _Apache__ ___
>>>>>> | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~
>>>>>> |_| |_\__,_|\_/\___|_||_| v. 1.0.2
>>>>>>
>>>>>> #---- BEGIN: Which report
>>>>>> Which.version=Which.java:($Revision: 1.2 $)
>>>>>> WhichJar.java:($Revision:
>>>>>> 1.2 $)
>>>>>> java.version=1.4.2_05
>>>>>> file.encoding=MacRoman
>>>>>> java.ext.dirs=/Library/Java/Extensions:/System/Library/Java/
>>>>>> Extensions:
>>>>>> /System/Library/Frameworks/JavaVM.framework/Versions/1.4.2/Home/
>>>>>> lib/
>>>>>> ext
>>>>>> java.class.path=/usr/local/maven-1.0.2/lib/forehead-1.0-beta-5.jar
>>>>>> os.name=Mac OS X
>>>>>> java.vendor=Apple Computer, Inc.
>>>>>> sun.boot.class.path=/usr/local/maven-1.0.2/lib/endorsed/xerces
>>>>>> -2.4.0.jar:/usr/local/maven-1.0.2/lib/endorsed/xml-apis
>>>>>> -1.0.b2.jar:/
>>>>>> System/Library/Frameworks/JavaVM.framework/Versions/1.4.2/Classes/
>>>>>> classes.jar:/System/Library/Frameworks/JavaVM.framework/Versions/
>>>>>> 1.4.2/
>>>>>> Classes/ui.jar:/System/Library/Frameworks/JavaVM.framework/
>>>>>> Versions/
>>>>>> 1.4.2/Classes/laf.jar:/System/Library/Frameworks/JavaVM.framework/
>>>>>> Versions/1.4.2/Classes/sunrsasign.jar:/System/Library/Frameworks/
>>>>>> JavaVM.framework/Versions/1.4.2/Classes/jsse.jar:/System/Library/
>>>>>> Frameworks/JavaVM.framework/Versions/1.4.2/Classes/jce.jar:/
>>>>>> System/
>>>>>> Library/Frameworks/JavaVM.framework/Versions/1.4.2/Classes/
>>>>>> charsets.jar
>>>>>> java.runtime.name=Java(TM) 2 Runtime Environment, Standard Edition
>>>>>> #---- END: Which report
>>>>>>
>>>>>> Installed plugins:
>>>>>> maven-abbot-plugin-1.1
>>>>>> <snip>
>>>>>> maven-jxr-plugin-1.4.2
>>>>>> maven-keel-plugin-1.2.2
>>>>>> maven-latex-plugin-1.4.1
>>>>>> <snip>
>>>>>> Home Build properties:
>>>>>> {maven.repo.remote=http://ibiblio.org/maven,http://
>>>>>> keelframework.org/
>>>>>> maven, maven.repo.local=/Users/duff/keel/keel-build/repository}
>>>>>>
>>>>>>
>>>>>> On Feb 23, 2005, at 7:27 PM, Thomas Duff wrote:
>>>>>>
>>>>>>> I know that I installed 1.2.2 but I'll do it again in case it
>>>>>>> failed
>>>>>>> and
>>>>>>> I didn't notice.
>>>>>>>
>>>>>>> t
>>>>>>>
>>>>>>> On Feb 23, 2005, at 7:12 PM, Michael Nash wrote:
>>>>>>>
>>>>>>>> Thomas:
>>>>>>>>
>>>>>>>> Maybe you've done this already, but make sure you have the
>>>>>>>> latest
>>>>>>>> keel
>>>>>>>> plugin: version 1.2.2
>>>>>>>>
>>>>>>>> You can do a maven plugin:download, then tell it artifactId
>>>>>>>> maven-keel-plugin, groupId keel, version 1.2.2
>>>>>>>>
>>>>>>>> I just did a maven war here, and my war has a bunch more than it
>>>>>>>> shows
>>>>>>>> below - however, if I uninstall the Keel plugin, then my war
>>>>>>>> looks
>>>>>>>> *exactly* like yours, hence my suspicion :-)
>>>>>>>>
>>>>>>>> Mike
>>>>>>>>
>>>>>>>> On Wed, 2005-02-23 at 18:52, Thomas Duff wrote:
>>>>>>>>> I'm probably doing something stupid, but I can't figure it
>>>>>>>>> out.
>>>>>>>>> I
>>>>>>>>> started
>>>>>>>>> with a clean slate when I switched to maven. Everything seemed
>>>>>>>>> to
>>>>>>>>> go fine. I did the maven keel:install, no errors. Then I
>>>>>>>>> changed
>>>>>>>>> directories
>>>>>>>>> to keel-build/example-projects/default and did maven war.
>>>>>>>>> After
>>>>>>>>> much
>>>>>>>>> downloading and what not, it succeeded but when I checked the
>>>>>>>>> war
>>>>>>>>> file,
>>>>>>>>> this is all I have in it:
>>>>>>>>>
>>>>>>>>> (~/keel/keel-build/example-projects/default)
>>>>>>>>> [Silver] (duff): jar tf target/default.war
>>>>>>>>> META-INF/
>>>>>>>>> META-INF/MANIFEST.MF
>>>>>>>>> WEB-INF/
>>>>>>>>> WEB-INF/classes/
>>>>>>>>> WEB-INF/lib/
>>>>>>>>> WEB-INF/tld/
>>>>>>>>> WEB-INF/lib/cli-1.0.jar
>>>>>>>>> WEB-INF/lib/comm-direct-1.0.jar
>>>>>>>>> WEB-INF/lib/commons-beanutils-1.6.1.jar
>>>>>>>>> WEB-INF/lib/commons-collections-3.0.jar
>>>>>>>>> WEB-INF/lib/commons-fileupload-1.0.jar
>>>>>>>>> WEB-INF/lib/commons-logging-1.0.4.jar
>>>>>>>>> WEB-INF/lib/commons-validator-1.1.3.jar
>>>>>>>>> WEB-INF/lib/concurrent-1.3.1.jar
>>>>>>>>> WEB-INF/lib/keel-client-2.1.jar
>>>>>>>>> WEB-INF/lib/keel-clnt-cli-1.1.jar
>>>>>>>>> WEB-INF/lib/keel-clnt-struts-3.0.jar
>>>>>>>>> WEB-INF/lib/keel-common-2.0.jar
>>>>>>>>> WEB-INF/lib/oro-2.0.8.jar
>>>>>>>>> WEB-INF/lib/struts-1.2.4.jar
>>>>>>>>> WEB-INF/lib/xercesImpl-2.6.2.jar
>>>>>>>>> WEB-INF/lib/xml-apis-2.0.2.jar
>>>>>>>>> WEB-INF/lib/xmlParserAPIs-2.0.2.jar
>>>>>>>>>
>>>>>>>>> I got the same results yesterday, but thought it might be
>>>>>>>>> because
>>>>>>>>> things
>>>>>>>>> were still in flux. So today I wiped it out completely and
>>>>>>>>> started
>>>>>>>>> all
>>>>>>>>> over
>>>>>>>>> but got the same results. At one point I accidently used a
>>>>>>>>> window
>>>>>>>>> that
>>>>>>>>> still had my old KEEL_HOME variable and it built a more
>>>>>>>>> complete
>>>>>>>>> war file. Also, I'm not sure if this is supposed to be the
>>>>>>>>> case,
>>>>>>>>> but
>>>>>>>>> the only
>>>>>>>>> top-level directory created in $KEEL_HOME is keel-build. None
>>>>>>>>> of
>>>>>>>>> the
>>>>>>>>> other directories are there. I assume that is because it is
>>>>>>>>> doing
>>>>>>>>> a
>>>>>>>>> binary build rather than from sources....
>>>>>>>>>
>>>>>>>>> Any help would be greatly appreciated. Thanks!
>>>>>>>>>
>>>>>>>>> tom
>>>>>>>>> --
>>>>>>>>> Thomas Duff / [email protected]
>>>>>>>>> Principal Software Engineer / Global Crossing
>>>>>>>>>
>>>>>>>>> http://keelframework.org/documentation.shtml
>>>>>>>>> Keelgroup mailing list
>>>>>>>>> [email protected]
>>>>>>>>> http://lists.keelframework.com/listinfo.cgi/keelgroup-
>>>>>>>>> keelframework.com
>>>>>>>>
>>>>>>>> http://keelframework.org/documentation.shtml
>>>>>>>> Keelgroup mailing list
>>>>>>>> [email protected]
>>>>>>>> http://lists.keelframework.com/listinfo.cgi/keelgroup-
>>>>>>>> keelframework.com
>>>>>>>
>>>>>>> http://keelframework.org/documentation.shtml
>>>>>>> Keelgroup mailing list
>>>>>>> [email protected]
>>>>>>> http://lists.keelframework.com/listinfo.cgi/keelgroup-
>>>>>>> keelframework.com
>>>>>>
>>>>>> http://keelframework.org/documentation.shtml
>>>>>> Keelgroup mailing list
>>>>>> [email protected]
>>>>>> http://lists.keelframework.com/listinfo.cgi/keelgroup-
>>>>>> keelframework.com
>>>>>
>>>>> http://keelframework.org/documentation.shtml
>>>>> Keelgroup mailing list
>>>>> [email protected]
>>>>> http://lists.keelframework.com/listinfo.cgi/keelgroup-
>>>>> keelframework.com
>>>>
>>>> http://keelframework.org/documentation.shtml
>>>> Keelgroup mailing list
>>>> [email protected]
>>>> http://lists.keelframework.com/listinfo.cgi/keelgroup-
>>>> keelframework.com
>>>
>>> http://keelframework.org/documentation.shtml
>>> Keelgroup mailing list
>>> [email protected]
>>> http://lists.keelframework.com/listinfo.cgi/keelgroup-
>>> keelframework.com
>
> http://keelframework.org/documentation.shtml
> Keelgroup mailing list
> [email protected]
> http://lists.keelframework.com/listinfo.cgi/keelgroup-keelframework.com
tiles.log
(application/octet-stream, 27.4 KB)
./build.log:WEB-INF/classes/org/apache/struts/taglib/tiles/ ./build.log:WEB-INF/classes/org/apache/struts/taglib/tiles/util/ /build.log:WEB-INF/classes/org/apache/struts/tiles/ ./build.log:WEB-INF/classes/org/apache/struts/tiles/actions/ ./build.log:WEB-INF/classes/org/apache/struts/tiles/beans/ ./build.log:WEB-INF/classes/org/apache/struts/tiles/definition/ ./build.log:WEB-INF/classes/org/apache/struts/tiles/xmlDefinition/ ./build.log:WEB-INF/classes/META-INF/tlds/struts-tiles.tld ./build.log:WEB-INF/classes/org/apache/struts/resources/tiles-config_1_1.dtd ./build.log:WEB-INF/classes/org/apache/struts/taglib/tiles/AddTag.class ./build.log:WEB-INF/classes/org/apache/struts/taglib/tiles/AddTagParent.class ./build.log:WEB-INF/classes/org/apache/struts/taglib/tiles/AttributeToScopeTag.class ./build.log:WEB-INF/classes/org/apache/struts/taglib/tiles/ComponentConstants.class ./build.log:WEB-INF/classes/org/apache/struts/taglib/tiles/DefinitionTag.class ./build.log:WEB-INF/classes/org/apache/struts/taglib/tiles/DefinitionTagSupport.class /build.log:WEB-INF/classes/org/apache/struts/taglib/tiles/GetAttributeTag.class ./build.log:WEB-INF/classes/org/apache/struts/taglib/tiles/GetTag.class ./build.log:WEB-INF/classes/org/apache/struts/taglib/tiles/ImportAttributeTag.class ./build.log:WEB-INF/classes/org/apache/struts/taglib/tiles/InitDefinitionsTag.class ./build.log:WEB-INF/classes/org/apache/struts/taglib/tiles/InsertTag.class ./build.log:WEB-INF/classes/org/apache/struts/taglib/tiles/InsertTag.class ./build.log:WEB-INF/classes/org/apache/struts/taglib/tiles/InsertTag.class ./build.log:WEB-INF/classes/org/apache/struts/taglib/tiles/InsertTag.class ./build.log:WEB-INF/classes/org/apache/struts/taglib/tiles/PutListTag.class ./build.log:WEB-INF/classes/org/apache/struts/taglib/tiles/PutListTagParent.class ./build.log:WEB-INF/classes/org/apache/struts/taglib/tiles/PutTag.class ./build.log:WEB-INF/classes/org/apache/struts/taglib/tiles/PutTagParent.class /build.log:WEB-INF/classes/org/apache/struts/taglib/tiles/UseAttributeTag.class ./build.log:WEB-INF/classes/org/apache/struts/taglib/tiles/UseAttributeTei.class ./build.log:WEB-INF/classes/org/apache/struts/taglib/tiles/util/TagUtils.class ./build.log:WEB-INF/classes/org/apache/struts/tiles/ActionController.class ./build.log:WEB-INF/classes/org/apache/struts/tiles/actions/DefinitionDispatcherAction.class ./build.log:WEB-INF/classes/org/apache/struts/tiles/actions/ReloadDefinitionsAction.class ./build.log:WEB-INF/classes/org/apache/struts/tiles/actions/TilesAction.class ./build.log:WEB-INF/classes/org/apache/struts/tiles/actions/ViewDefinitionsAction.class ./build.log:WEB-INF/classes/org/apache/struts/tiles/AttributeDefinition.class ./build.log:WEB-INF/classes/org/apache/struts/tiles/beans/MenuItem.class ./build.log:WEB-INF/classes/org/apache/struts/tiles/beans/SimpleMenuItem.class /build.log:WEB-INF/classes/org/apache/struts/tiles/ComponentContext.class ./build.log:WEB-INF/classes/org/apache/struts/tiles/ComponentDefinition.class ./build.log:WEB-INF/classes/org/apache/struts/tiles/ComponentDefinitionsFactory.class ./build.log:WEB-INF/classes/org/apache/struts/tiles/Controller.class ./build.log:WEB-INF/classes/org/apache/struts/tiles/ControllerSupport.class ./build.log:WEB-INF/classes/org/apache/struts/tiles/definition/ComponentDefinitionsFactoryWrapper.class ./build.log:WEB-INF/classes/org/apache/struts/tiles/definition/ReloadableDefinitionsFactory.class ./build.log:WEB-INF/classes/org/apache/struts/tiles/definition/ReloadableDefinitionsFactory.class ./build.log:WEB-INF/classes/org/apache/struts/tiles/DefinitionAttribute.class ./build.log:WEB-INF/classes/org/apache/struts/tiles/DefinitionNameAttribute.class ./build.log:WEB-INF/classes/org/apache/struts/tiles/DefinitionsFactory.class /build.log:WEB-INF/classes/org/apache/struts/tiles/DefinitionsFactoryConfig.class ./build.log:WEB-INF/classes/org/apache/struts/tiles/DefinitionsFactoryException.class ./build.log:WEB-INF/classes/org/apache/struts/tiles/DefinitionsUtil.class ./build.log:WEB-INF/classes/org/apache/struts/tiles/DefinitionsUtil.class ./build.log:WEB-INF/classes/org/apache/struts/tiles/DirectStringAttribute.class ./build.log:WEB-INF/classes/org/apache/struts/tiles/FactoryNotFoundException.class ./build.log:WEB-INF/classes/org/apache/struts/tiles/NoSuchDefinitionException.class ./build.log:WEB-INF/classes/org/apache/struts/tiles/PathAttribute.class ./build.log:WEB-INF/classes/org/apache/struts/tiles/TilesException.class ./build.log:WEB-INF/classes/org/apache/struts/tiles/TilesPlugin.class ./build.log:WEB-INF/classes/org/apache/struts/tiles/TilesRequestProcessor.class ./build.log:WEB-INF/classes/org/apache/struts/tiles/TilesUtil.class /build.log:WEB-INF/classes/org/apache/struts/tiles/TilesUtilImpl.class ./build.log:WEB-INF/classes/org/apache/struts/tiles/TilesUtilStrutsImpl.class ./build.log:WEB-INF/classes/org/apache/struts/tiles/TilesUtilStrutsModulesImpl.class ./build.log:WEB-INF/classes/org/apache/struts/tiles/UntypedAttribute.class ./build.log:WEB-INF/classes/org/apache/struts/tiles/UrlController.class ./build.log:WEB-INF/classes/org/apache/struts/tiles/xmlDefinition/DefinitionsFactory.class ./build.log:WEB-INF/classes/org/apache/struts/tiles/xmlDefinition/FactorySet.class ./build.log:WEB-INF/classes/org/apache/struts/tiles/xmlDefinition/I18nFactorySet.class ./build.log:WEB-INF/classes/org/apache/struts/tiles/xmlDefinition/XmlAttribute.class ./build.log:WEB-INF/classes/org/apache/struts/tiles/xmlDefinition/XmlDefinition.class ./build.log:WEB-INF/classes/org/apache/struts/tiles/xmlDefinition/XmlDefinitionsSet.class ./build.log:WEB-INF/classes/org/apache/struts/tiles/xmlDefinition/XmlListAttribute.class /build.log:WEB-INF/classes/org/apache/struts/tiles/xmlDefinition/XmlParser.class ./build.log:WEB-INF/struts-tiles.tld ./src/webapp/WEB-INF/classes/META-INF/tlds/struts-tiles.tld:<shortname>tiles</shortname> ./src/webapp/WEB-INF/classes/META-INF/tlds/struts-tiles.tld:<uri>http://struts.apache.org/tags-tiles</uri> ./src/webapp/WEB-INF/classes/META-INF/tlds/struts-tiles.tld:<tagclass>org.apache.struts.taglib.tiles.InsertTag</tagclass> ./src/webapp/WEB-INF/classes/META-INF/tlds/struts-tiles.tld:<tagclass>org.apache.struts.taglib.tiles.DefinitionTag</tagclass> ./src/webapp/WEB-INF/classes/META-INF/tlds/struts-tiles.tld:<tagclass>org.apache.struts.taglib.tiles.PutTag</tagclass> ./src/webapp/WEB-INF/classes/META-INF/tlds/struts-tiles.tld:<tagclass>org.apache.struts.taglib.tiles.PutListTag</tagclass> ./src/webapp/WEB-INF/classes/META-INF/tlds/struts-tiles.tld:<tagclass>org.apache.struts.taglib.tiles.AddTag</tagclass> /src/webapp/WEB-INF/classes/META-INF/tlds/struts-tiles.tld:<tagclass>org.apache.struts.taglib.tiles.GetTag</tagclass> ./src/webapp/WEB-INF/classes/META-INF/tlds/struts-tiles.tld:<tagclass>org.apache.struts.taglib.tiles.GetAttributeTag</tagclass> ./src/webapp/WEB-INF/classes/META-INF/tlds/struts-tiles.tld:<tagclass>org.apache.struts.taglib.tiles.UseAttributeTag</tagclass> ./src/webapp/WEB-INF/classes/META-INF/tlds/struts-tiles.tld:<teiclass>org.apache.struts.taglib.tiles.UseAttributeTei</teiclass> ./src/webapp/WEB-INF/classes/META-INF/tlds/struts-tiles.tld:<tagclass>org.apache.struts.taglib.tiles.ImportAttributeTag</tagclass> ./src/webapp/WEB-INF/classes/META-INF/tlds/struts-tiles.tld:<tagclass>org.apache.struts.taglib.tiles.InitDefinitionsTag</tagclass> ./src/webapp/WEB-INF/classes/org/apache/struts/resources/tiles-config_1_1.dtd: <!DOCTYPE tiles-definitions PUBLIC ./src/webapp/WEB-INF/classes/org/apache/struts/resources/tiles-config_1_1.dtd: "-//Apache Software Foundation//DTD Tiles Configuration 1.1//EN" ./src/webapp/WEB-INF/classes/org/apache/struts/resources/tiles-config_1_1.dtd: "http://struts.apache.org/dtds/tiles-config_1_1.dtd"> ./src/webapp/WEB-INF/classes/org/apache/struts/resources/tiles-config_1_1.dtd: $Id: tiles-config_1_1.dtd,v 1.8 2004/09/01 10:41:11 niallp Exp $ ./src/webapp/WEB-INF/classes/org/apache/struts/resources/tiles-config_1_1.dtd: <!-- deprecated: use tiles-definitions instead.--> ./src/webapp/WEB-INF/classes/org/apache/struts/resources/tiles-config_1_1.dtd:<!-- The "tiles-definitions" element is the root of the configuration file ./src/webapp/WEB-INF/classes/org/apache/struts/resources/tiles-config_1_1.dtd:<!ELEMENT tiles-definitions (definition+)> ./src/webapp/WEB-INF/classes/org/apache/struts/resources/tiles-config_1_1.dtd: subclass to call immediately before the tiles is inserted. ./src/webapp/WEB-INF/classes/org/apache/struts/resources/tiles-config_1_1.dtd: called immediately before the tiles is inserted. ./src/webapp/WEB-INF/classes/org/apache/struts/resources/tiles-config_1_1.dtd: path The context-relative path to the resource used as tiles to ./src/webapp/WEB-INF/classes/org/apache/struts/resources/tiles-config_1_1.dtd: insert. This tiles will be inserted and a tiles context ./src/webapp/WEB-INF/classes/org/apache/struts/resources/tiles-config_1_1.dtd: specify the tiles attribute name and its value. The tiles value can be ./src/webapp/WEB-INF/classes/org/apache/struts/resources/tiles-config_1_1.dtd: when the attribute will be used in the inserted tiles. ./src/webapp/WEB-INF/classes/org/apache/struts/resources/tiles-config_1_1.dtd: value The value associated to this tiles attribute. The value should ./src/webapp/WEB-INF/classes/org/apache/struts/resources/tiles-config_1_1.dtd: when the attribute will be used in the inserted tiles. ./src/webapp/WEB-INF/classes/org/apache/struts/resources/tiles-config_1_1.dtd: value The value associated to this tiles attribute. The value should ./src/webapp/WEB-INF/classes/org/apache/struts/resources/tiles-config_1_1.dtd: "org.apache.struts.tiles.beans.SimpleMenuItem". This bean is useful to /src/webapp/WEB-INF/classes/org/apache/struts/resources/tiles-config_1_1.dtd: "org.apache.struts.tiles.beans.MenuItem". ./src/webapp/WEB-INF/struts-config.xml: <plug-in className="org.apache.struts.tiles.TilesPlugin" > ./src/webapp/WEB-INF/struts-config.xml: value="/WEB-INF/tiles-defs.xml" /> ./src/webapp/WEB-INF/struts-tiles.tld:<shortname>tiles</shortname> ./src/webapp/WEB-INF/struts-tiles.tld:<uri>http://struts.apache.org/tags-tiles</uri> ./src/webapp/WEB-INF/struts-tiles.tld:<tagclass>org.apache.struts.taglib.tiles.InsertTag</tagclass> ./src/webapp/WEB-INF/struts-tiles.tld:<tagclass>org.apache.struts.taglib.tiles.DefinitionTag</tagclass> ./src/webapp/WEB-INF/struts-tiles.tld:<tagclass>org.apache.struts.taglib.tiles.PutTag</tagclass> ./src/webapp/WEB-INF/struts-tiles.tld:<tagclass>org.apache.struts.taglib.tiles.PutListTag</tagclass> ./src/webapp/WEB-INF/struts-tiles.tld:<tagclass>org.apache.struts.taglib.tiles.AddTag</tagclass> ./src/webapp/WEB-INF/struts-tiles.tld:<tagclass>org.apache.struts.taglib.tiles.GetTag</tagclass> ./src/webapp/WEB-INF/struts-tiles.tld:<tagclass>org.apache.struts.taglib.tiles.GetAttributeTag</tagclass> ./src/webapp/WEB-INF/struts-tiles.tld:<tagclass>org.apache.struts.taglib.tiles.UseAttributeTag</tagclass> ./src/webapp/WEB-INF/struts-tiles.tld:<teiclass>org.apache.struts.taglib.tiles.UseAttributeTei</teiclass> ./src/webapp/WEB-INF/struts-tiles.tld:<tagclass>org.apache.struts.taglib.tiles.ImportAttributeTag</tagclass> ./src/webapp/WEB-INF/struts-tiles.tld:<tagclass>org.apache.struts.taglib.tiles.InitDefinitionsTag</tagclass> ./src/webapp/WEB-INF/web.xml: <taglib-uri>/tags/struts-tiles</taglib-uri> ./src/webapp/WEB-INF/web.xml: <taglib-location>/WEB-INF/struts-tiles.tld</taglib-location> ./target/default/WEB-INF/classes/META-INF/tlds/struts-tiles.tld:<shortname>tiles</shortname> ./target/default/WEB-INF/classes/META-INF/tlds/struts-tiles.tld:<uri>http://struts.apache.org/tags-tiles</uri> ./target/default/WEB-INF/classes/META-INF/tlds/struts-tiles.tld:<tagclass>org.apache.struts.taglib.tiles.InsertTag</tagclass> ./target/default/WEB-INF/classes/META-INF/tlds/struts-tiles.tld:<tagclass>org.apache.struts.taglib.tiles.DefinitionTag</tagclass> ./target/default/WEB-INF/classes/META-INF/tlds/struts-tiles.tld:<tagclass>org.apache.struts.taglib.tiles.PutTag</tagclass> ./target/default/WEB-INF/classes/META-INF/tlds/struts-tiles.tld:<tagclass>org.apache.struts.taglib.tiles.PutListTag</tagclass> ./target/default/WEB-INF/classes/META-INF/tlds/struts-tiles.tld:<tagclass>org.apache.struts.taglib.tiles.AddTag</tagclass> ./target/default/WEB-INF/classes/META-INF/tlds/struts-tiles.tld:<tagclass>org.apache.struts.taglib.tiles.GetTag</tagclass> ./target/default/WEB-INF/classes/META-INF/tlds/struts-tiles.tld:<tagclass>org.apache.struts.taglib.tiles.GetAttributeTag</tagclass> ./target/default/WEB-INF/classes/META-INF/tlds/struts-tiles.tld:<tagclass>org.apache.struts.taglib.tiles.UseAttributeTag</tagclass> ./target/default/WEB-INF/classes/META-INF/tlds/struts-tiles.tld:<teiclass>org.apache.struts.taglib.tiles.UseAttributeTei</teiclass> ./target/default/WEB-INF/classes/META-INF/tlds/struts-tiles.tld:<tagclass>org.apache.struts.taglib.tiles.ImportAttributeTag</tagclass> ./target/default/WEB-INF/classes/META-INF/tlds/struts-tiles.tld:<tagclass>org.apache.struts.taglib.tiles.InitDefinitionsTag</tagclass> ./target/default/WEB-INF/classes/org/apache/struts/resources/tiles-config_1_1.dtd: <!DOCTYPE tiles-definitions PUBLIC ./target/default/WEB-INF/classes/org/apache/struts/resources/tiles-config_1_1.dtd: "-//Apache Software Foundation//DTD Tiles Configuration 1.1//EN" ./target/default/WEB-INF/classes/org/apache/struts/resources/tiles-config_1_1.dtd: "http://struts.apache.org/dtds/tiles-config_1_1.dtd"> ./target/default/WEB-INF/classes/org/apache/struts/resources/tiles-config_1_1.dtd: $Id: tiles-config_1_1.dtd,v 1.8 2004/09/01 10:41:11 niallp Exp $ ./target/default/WEB-INF/classes/org/apache/struts/resources/tiles-config_1_1.dtd: <!-- deprecated: use tiles-definitions instead.--> ./target/default/WEB-INF/classes/org/apache/struts/resources/tiles-config_1_1.dtd:<!-- The "tiles-definitions" element is the root of the configuration file ./target/default/WEB-INF/classes/org/apache/struts/resources/tiles-config_1_1.dtd:<!ELEMENT tiles-definitions (definition+)> ./target/default/WEB-INF/classes/org/apache/struts/resources/tiles-config_1_1.dtd: subclass to call immediately before the tiles is inserted. ./target/default/WEB-INF/classes/org/apache/struts/resources/tiles-config_1_1.dtd: called immediately before the tiles is inserted. ./target/default/WEB-INF/classes/org/apache/struts/resources/tiles-config_1_1.dtd: path The context-relative path to the resource used as tiles to ./target/default/WEB-INF/classes/org/apache/struts/resources/tiles-config_1_1.dtd: insert. This tiles will be inserted and a tiles context ./target/default/WEB-INF/classes/org/apache/struts/resources/tiles-config_1_1.dtd: specify the tiles attribute name and its value. The tiles value can be ./target/default/WEB-INF/classes/org/apache/struts/resources/tiles-config_1_1.dtd: when the attribute will be used in the inserted tiles. ./target/default/WEB-INF/classes/org/apache/struts/resources/tiles-config_1_1.dtd: value The value associated to this tiles attribute. The value should ./target/default/WEB-INF/classes/org/apache/struts/resources/tiles-config_1_1.dtd: when the attribute will be used in the inserted tiles. ./target/default/WEB-INF/classes/org/apache/struts/resources/tiles-config_1_1.dtd: value The value associated to this tiles attribute. The value should ./target/default/WEB-INF/classes/org/apache/struts/resources/tiles-config_1_1.dtd: "org.apache.struts.tiles.beans.SimpleMenuItem". This bean is useful to /target/default/WEB-INF/classes/org/apache/struts/resources/tiles-config_1_1.dtd: "org.apache.struts.tiles.beans.MenuItem". ./target/default/WEB-INF/struts-config.xml: <plug-in className="org.apache.struts.tiles.TilesPlugin" > ./target/default/WEB-INF/struts-config.xml: value="/WEB-INF/tiles-defs.xml" /> ./target/default/WEB-INF/struts-tiles.tld:<shortname>tiles</shortname> ./target/default/WEB-INF/struts-tiles.tld:<uri>http://struts.apache.org/tags-tiles</uri> ./target/default/WEB-INF/struts-tiles.tld:<tagclass>org.apache.struts.taglib.tiles.InsertTag</tagclass> ./target/default/WEB-INF/struts-tiles.tld:<tagclass>org.apache.struts.taglib.tiles.DefinitionTag</tagclass> ./target/default/WEB-INF/struts-tiles.tld:<tagclass>org.apache.struts.taglib.tiles.PutTag</tagclass> /target/default/WEB-INF/struts-tiles.tld:<tagclass>org.apache.struts.taglib.tiles.PutListTag</tagclass> ./target/default/WEB-INF/struts-tiles.tld:<tagclass>org.apache.struts.taglib.tiles.AddTag</tagclass> ./target/default/WEB-INF/struts-tiles.tld:<tagclass>org.apache.struts.taglib.tiles.GetTag</tagclass> ./target/default/WEB-INF/struts-tiles.tld:<tagclass>org.apache.struts.taglib.tiles.GetAttributeTag</tagclass> ./target/default/WEB-INF/struts-tiles.tld:<tagclass>org.apache.struts.taglib.tiles.UseAttributeTag</tagclass> ./target/default/WEB-INF/struts-tiles.tld:<teiclass>org.apache.struts.taglib.tiles.UseAttributeTei</teiclass> ./target/default/WEB-INF/struts-tiles.tld:<tagclass>org.apache.struts.taglib.tiles.ImportAttributeTag</tagclass> ./target/default/WEB-INF/struts-tiles.tld:<tagclass>org.apache.struts.taglib.tiles.InitDefinitionsTag</tagclass> ./target/default/WEB-INF/web.xml: <taglib-uri>/tags/struts-tiles</taglib-uri> /target/default/WEB-INF/web.xml: <taglib-location>/WEB-INF/struts-tiles.tld</taglib-location> ./temp/lib/keel-clnt-struts/conf/client/snippets/struts-config3.xml: <plug-in className="org.apache.struts.tiles.TilesPlugin" > ./temp/lib/keel-clnt-struts/conf/client/snippets/struts-config3.xml: value="/WEB-INF/tiles-defs.xml" /> ./temp/lib/keel-clnt-struts/conf/client/snippets/tiles-defs1.xml:<!DOCTYPE tiles-definitions PUBLIC ./temp/lib/keel-clnt-struts/conf/client/snippets/tiles-defs1.xml: "-//Apache Software Foundation//DTD Tiles Configuration 1.1//EN" ./temp/lib/keel-clnt-struts/conf/client/snippets/tiles-defs1.xml: "http://jakarta.apache.org/struts/dtds/tiles-config_1_1.dtd"> ./temp/lib/keel-clnt-struts/conf/client/snippets/tiles-defs1.xml:<tiles-definitions> ./temp/lib/keel-clnt-struts/conf/client/snippets/tiles-defs2.xml: <put name="header" value="/tiles/header.jsp"/> ./temp/lib/keel-clnt-struts/conf/client/snippets/tiles-defs2.xml: <put name="footer" value="/tiles/footer.jsp"/> ./temp/lib/keel-clnt-struts/conf/client/snippets/tiles-defs2.xml: <put name="message" value="/tiles/message.jsp"/> ./temp/lib/keel-clnt-struts/conf/client/snippets/tiles-defs3.xml:</tiles-definitions> ./temp/lib/keel-clnt-struts/conf/client/webapp/web-taglib.xml: <taglib-uri>/tags/struts-tiles</taglib-uri> ./temp/lib/keel-clnt-struts/conf/client/webapp/web-taglib.xml: <taglib-location>/WEB-INF/struts-tiles.tld</taglib-location> ./temp/lib/struts/META-INF/tlds/struts-tiles-1.1.tld:<shortname>tiles</shortname> ./temp/lib/struts/META-INF/tlds/struts-tiles-1.1.tld:<uri>http://jakarta.apache.org/struts/tags-tiles</uri> ./temp/lib/struts/META-INF/tlds/struts-tiles-1.1.tld:<tagclass>org.apache.struts.taglib.tiles.InsertTag</tagclass> ./temp/lib/struts/META-INF/tlds/struts-tiles-1.1.tld:<tagclass>org.apache.struts.taglib.tiles.DefinitionTag</tagclass> ./temp/lib/struts/META-INF/tlds/struts-tiles-1.1.tld:<tagclass>org.apache.struts.taglib.tiles.PutTag</tagclass> ./temp/lib/struts/META-INF/tlds/struts-tiles-1.1.tld:<tagclass>org.apache.struts.taglib.tiles.PutListTag</tagclass> ./temp/lib/struts/META-INF/tlds/struts-tiles-1.1.tld:<tagclass>org.apache.struts.taglib.tiles.AddTag</tagclass> ./temp/lib/struts/META-INF/tlds/struts-tiles-1.1.tld:<tagclass>org.apache.struts.taglib.tiles.GetTag</tagclass> ./temp/lib/struts/META-INF/tlds/struts-tiles-1.1.tld:<tagclass>org.apache.struts.taglib.tiles.GetAttributeTag</tagclass> ./temp/lib/struts/META-INF/tlds/struts-tiles-1.1.tld:<tagclass>org.apache.struts.taglib.tiles.UseAttributeTag</tagclass> ./temp/lib/struts/META-INF/tlds/struts-tiles-1.1.tld:<teiclass>org.apache.struts.taglib.tiles.UseAttributeTei</teiclass> ./temp/lib/struts/META-INF/tlds/struts-tiles-1.1.tld:<tagclass>org.apache.struts.taglib.tiles.ImportAttributeTag</tagclass> ./temp/lib/struts/META-INF/tlds/struts-tiles-1.1.tld:<tagclass>org.apache.struts.taglib.tiles.InitDefinitionsTag</tagclass> ./temp/lib/struts/META-INF/tlds/struts-tiles.tld:<shortname>tiles</shortname> ./temp/lib/struts/META-INF/tlds/struts-tiles.tld:<uri>http://struts.apache.org/tags-tiles</uri> ./temp/lib/struts/META-INF/tlds/struts-tiles.tld:<tagclass>org.apache.struts.taglib.tiles.InsertTag</tagclass> ./temp/lib/struts/META-INF/tlds/struts-tiles.tld:<tagclass>org.apache.struts.taglib.tiles.DefinitionTag</tagclass> ./temp/lib/struts/META-INF/tlds/struts-tiles.tld:<tagclass>org.apache.struts.taglib.tiles.PutTag</tagclass> ./temp/lib/struts/META-INF/tlds/struts-tiles.tld:<tagclass>org.apache.struts.taglib.tiles.PutListTag</tagclass> ./temp/lib/struts/META-INF/tlds/struts-tiles.tld:<tagclass>org.apache.struts.taglib.tiles.AddTag</tagclass> ./temp/lib/struts/META-INF/tlds/struts-tiles.tld:<tagclass>org.apache.struts.taglib.tiles.GetTag</tagclass> ./temp/lib/struts/META-INF/tlds/struts-tiles.tld:<tagclass>org.apache.struts.taglib.tiles.GetAttributeTag</tagclass> ./temp/lib/struts/META-INF/tlds/struts-tiles.tld:<tagclass>org.apache.struts.taglib.tiles.UseAttributeTag</tagclass> ./temp/lib/struts/META-INF/tlds/struts-tiles.tld:<teiclass>org.apache.struts.taglib.tiles.UseAttributeTei</teiclass> ./temp/lib/struts/META-INF/tlds/struts-tiles.tld:<tagclass>org.apache.struts.taglib.tiles.ImportAttributeTag</tagclass> ./temp/lib/struts/META-INF/tlds/struts-tiles.tld:<tagclass>org.apache.struts.taglib.tiles.InitDefinitionsTag</tagclass> ./temp/lib/struts/org/apache/struts/resources/tiles-config_1_1.dtd: <!DOCTYPE tiles-definitions PUBLIC ./temp/lib/struts/org/apache/struts/resources/tiles-config_1_1.dtd: "-//Apache Software Foundation//DTD Tiles Configuration 1.1//EN" /temp/lib/struts/org/apache/struts/resources/tiles-config_1_1.dtd: "http://struts.apache.org/dtds/tiles-config_1_1.dtd"> ./temp/lib/struts/org/apache/struts/resources/tiles-config_1_1.dtd: $Id: tiles-config_1_1.dtd,v 1.8 2004/09/01 10:41:11 niallp Exp $ ./temp/lib/struts/org/apache/struts/resources/tiles-config_1_1.dtd: <!-- deprecated: use tiles-definitions instead.--> ./temp/lib/struts/org/apache/struts/resources/tiles-config_1_1.dtd:<!-- The "tiles-definitions" element is the root of the configuration file ./temp/lib/struts/org/apache/struts/resources/tiles-config_1_1.dtd:<!ELEMENT tiles-definitions (definition+)> ./temp/lib/struts/org/apache/struts/resources/tiles-config_1_1.dtd: subclass to call immediately before the tiles is inserted. ./temp/lib/struts/org/apache/struts/resources/tiles-config_1_1.dtd: called immediately before the tiles is inserted. ./temp/lib/struts/org/apache/struts/resources/tiles-config_1_1.dtd: path The context-relative path to the resource used as tiles to ./temp/lib/struts/org/apache/struts/resources/tiles-config_1_1.dtd: insert. This tiles will be inserted and a tiles context ./temp/lib/struts/org/apache/struts/resources/tiles-config_1_1.dtd: specify the tiles attribute name and its value. The tiles value can be ./temp/lib/struts/org/apache/struts/resources/tiles-config_1_1.dtd: when the attribute will be used in the inserted tiles. ./temp/lib/struts/org/apache/struts/resources/tiles-config_1_1.dtd: value The value associated to this tiles attribute. The value should ./temp/lib/struts/org/apache/struts/resources/tiles-config_1_1.dtd: when the attribute will be used in the inserted tiles. ./temp/lib/struts/org/apache/struts/resources/tiles-config_1_1.dtd: value The value associated to this tiles attribute. The value should ./temp/lib/struts/org/apache/struts/resources/tiles-config_1_1.dtd: "org.apache.struts.tiles.beans.SimpleMenuItem". This bean is useful to ./temp/lib/struts/org/apache/struts/resources/tiles-config_1_1.dtd: "org.apache.struts.tiles.beans.MenuItem". ./temp/newjar/org/apache/struts/resources/tiles-config_1_1.dtd: <!DOCTYPE tiles-definitions PUBLIC /temp/newjar/org/apache/struts/resources/tiles-config_1_1.dtd: "-//Apache Software Foundation//DTD Tiles Configuration 1.1//EN" ./temp/newjar/org/apache/struts/resources/tiles-config_1_1.dtd: "http://struts.apache.org/dtds/tiles-config_1_1.dtd"> ./temp/newjar/org/apache/struts/resources/tiles-config_1_1.dtd: $Id: tiles-config_1_1.dtd,v 1.8 2004/09/01 10:41:11 niallp Exp $ ./temp/newjar/org/apache/struts/resources/tiles-config_1_1.dtd: <!-- deprecated: use tiles-definitions instead.--> ./temp/newjar/org/apache/struts/resources/tiles-config_1_1.dtd:<!-- The "tiles-definitions" element is the root of the configuration file ./temp/newjar/org/apache/struts/resources/tiles-config_1_1.dtd:<!ELEMENT tiles-definitions (definition+)> ./temp/newjar/org/apache/struts/resources/tiles-config_1_1.dtd: subclass to call immediately before the tiles is inserted. ./temp/newjar/org/apache/struts/resources/tiles-config_1_1.dtd: called immediately before the tiles is inserted. ./temp/newjar/org/apache/struts/resources/tiles-config_1_1.dtd: path The context-relative path to the resource used as tiles to ./temp/newjar/org/apache/struts/resources/tiles-config_1_1.dtd: insert. This tiles will be inserted and a tiles context ./temp/newjar/org/apache/struts/resources/tiles-config_1_1.dtd: specify the tiles attribute name and its value. The tiles value can be ./temp/newjar/org/apache/struts/resources/tiles-config_1_1.dtd: when the attribute will be used in the inserted tiles. ./temp/newjar/org/apache/struts/resources/tiles-config_1_1.dtd: value The value associated to this tiles attribute. The value should ./temp/newjar/org/apache/struts/resources/tiles-config_1_1.dtd: when the attribute will be used in the inserted tiles. ./temp/newjar/org/apache/struts/resources/tiles-config_1_1.dtd: value The value associated to this tiles attribute. The value should ./temp/newjar/org/apache/struts/resources/tiles-config_1_1.dtd: "org.apache.struts.tiles.beans.SimpleMenuItem". This bean is useful to ./temp/newjar/org/apache/struts/resources/tiles-config_1_1.dtd: "org.apache.struts.tiles.beans.MenuItem". /temp/webapp/conf/client/snippets/struts-config3.xml: <plug-in className="org.apache.struts.tiles.TilesPlugin" > ./temp/webapp/conf/client/snippets/struts-config3.xml: value="/WEB-INF/tiles-defs.xml" /> ./temp/webapp/conf/client/snippets/tiles-defs1.xml:<!DOCTYPE tiles-definitions PUBLIC ./temp/webapp/conf/client/snippets/tiles-defs1.xml: "-//Apache Software Foundation//DTD Tiles Configuration 1.1//EN" ./temp/webapp/conf/client/snippets/tiles-defs1.xml: "http://jakarta.apache.org/struts/dtds/tiles-config_1_1.dtd"> ./temp/webapp/conf/client/snippets/tiles-defs1.xml:<tiles-definitions> ./temp/webapp/conf/client/snippets/tiles-defs2.xml: <put name="header" value="/tiles/header.jsp"/> ./temp/webapp/conf/client/snippets/tiles-defs2.xml: <put name="footer" value="/tiles/footer.jsp"/> ./temp/webapp/conf/client/snippets/tiles-defs2.xml: <put name="message" value="/tiles/message.jsp"/> ./temp/webapp/conf/client/snippets/tiles-defs3.xml:</tiles-definitions> ./temp/webapp/conf/client/webapp/web-taglib.xml: <taglib-uri>/tags/struts-tiles</taglib-uri> ./temp/webapp/conf/client/webapp/web-taglib.xml: <taglib-location>/WEB-INF/struts-tiles.tld</taglib-location>