GWT 1.6 M1 log.tld file not found error
Hi,
I was using GWT 1.5. Today I moved my application to GWT1.6M1 so as to
try the rich features. When I move the project I am getting below
error when I start my application.

Please note if I create some example application it works fine. Can
some one throw some light on the same.

Regards,
Allahbaksh

java.io.FileNotFoundException: C:\workspace\ProjectName\war\WEB-INF
\log.tld (The system cannot find the file specified)
        at java.io.FileInputStream.open(Native Method)
        at java.io.FileInputStream.<init>(Unknown Source)
        at java.io.FileInputStream.<init>(Unknown Source)
        at sun.net.www.protocol.file.FileURLConnection.connect(Unknown
Source)
        at sun.net.www.protocol.file.FileURLConnection.getInputStream
(Unknown
Source)
        at
com.sun.org.apache.xerces.internal.impl.XMLEntityManager.setupCurrentEntity
(Unknown Source)
        at
com.sun.org.apache.xerces.internal.impl.XMLVersionDetector.determineDocVersion
(Unknown Source)
        at
com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse
(Unknown Source)
        at
com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse
(Unknown Source)
        at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse
(Unknown
Source)
        at
com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse
(Unknown Source)
        at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl
$JAXPSAXParser.parse(Unknown Source)
        at javax.xml.parsers.SAXParser.parse(Unknown Source)
        at org.mortbay.xml.XmlParser.parse(XmlParser.java:188)
        at org.mortbay.xml.XmlParser.parse(XmlParser.java:204)
        at
org.mortbay.jetty.webapp.TagLibConfiguration.configureWebApp
(TagLibConfiguration.java:227)
        at org.mortbay.jetty.webapp.WebAppContext.startContext
(WebAppContext.java:1217)
        at org.mortbay.jetty.handler.ContextHandler.doStart
(ContextHandler.java:513)
        at org.mortbay.jetty.webapp.WebAppContext.doStart
(WebAppContext.java:
448)
        at com.google.gwt.dev.shell.jetty.JettyLauncher
$WebAppContextWithReload.doStart(JettyLauncher.java:236)
        at org.mortbay.component.AbstractLifeCycle.start
(AbstractLifeCycle.java:39)
        at org.mortbay.jetty.handler.HandlerWrapper.doStart
(HandlerWrapper.java:130)
        at org.mortbay.jetty.Server.doStart(Server.java:222)
        at org.mortbay.component.AbstractLifeCycle.start
(AbstractLifeCycle.java:39)
        at com.google.gwt.dev.shell.jetty.JettyLauncher.start
(JettyLauncher.java:283)
        at com.google.gwt.dev.HostedMode.doStartUpServer
(HostedMode.java:368)
        at com.google.gwt.dev.HostedModeBase.startUp
(HostedModeBase.java:587)
        at com.google.gwt.dev.HostedModeBase.run(HostedModeBase.java:
394)
        at com.google.gwt.dev.HostedMode.main(HostedMode.java:231)

On Feb 13, 8:26 pm, Scott Blum <[email protected]> wrote:
> Would people be happier if we called this the "official community-supported
> GWT/Maven integration"? :)
>
> On Fri, Feb 13, 2009 at 10:08 AM, Arthur Kalmenson 
> <[email protected]>wrote:
>
> > I think you'll note that GWT is in the central Maven repository
> > (http://repo1.maven.org/maven2/com/google/gwt/) and there are
> > currently at least two Maven plugins (being merged), the gwt-maven
> > plugin:http://code.google.com/p/gwt-maven/and the Codehaus GWT
> > plugin:http://mojo.codehaus.org/gwt-maven-plugin/. I and a number of
> > other people use Maven every day, and it works OK. I'm sure it could
> > be better, but it does work.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to