lksudha / gravl

Automatically exported from code.google.com/p/gravl
0 stars 0 forks source link

Duplicate groovy class TagCloudTagLib #1

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. clean svn checkout of gravl
2. exec grails run-app

What is the expected output? What do you see instead?
  [groovyc] Compiling 161 source files to /Users/domix/.grails/1.0-RC3/projects/gravl/classes
Compilation error: 
org.codehaus.groovy.control.MultipleCompilationErrorsException: startup 
failed, /Users/domix/proyectos/gravl/plugins/richui-0.1/grails-
app/taglib/TagCloudTagLib.groovy: 7: Invalid duplicate class definition of 
class TagCloudTagLib 
: The sources /Users/domix/proyectos/gravl/plugins/richui-0.1/grails-
app/taglib/TagCloudTagLib.groovy and /Users/domix/proyectos/gravl/grails-
app/taglib/TagCloudTagLib.groovy are containing both a class of the name 
TagCloudTagLib.
 @ line 7, column 1.
   class TagCloudTagLib {
   ^

1 error

What version of the product are you using? On what operating system?
gravl SVN Revision 98 on MacOSX Leopard

Please provide any additional information below.

Original issue reported on code.google.com by domingo....@gmail.com on 25 Jan 2008 at 6:49

GoogleCodeExporter commented 9 years ago
I delete the file TagCloudTagLib from the richUI plugin (because 
TagCloudTagLib2), and now I get this error:

2008-01-25 00:56:21.180:/gravel:INFO:  Initializing Spring root 
WebApplicationContext
2008-01-25 00:56:21.285::WARN:  Failed startup of context 
org.mortbay.jetty.webapp.WebAppContext@97a01{/gravel,/Users/domix/proyectos/grav
l/web-app}
org.springframework.beans.factory.BeanDefinitionStoreException: IOException 
parsing XML document from 
ServletContext resource [/WEB-INF/applicationContext.xml]; nested exception is 
java.io.FileNotFoundException: 
Could not open ServletContext resource [/WEB-INF/applicationContext.xml]

Original comment by domingo....@gmail.com on 25 Jan 2008 at 7:00