History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: GRAILS-905
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Blocker Blocker
Assignee: Graeme Rocher
Reporter: Marc Palmer
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Grails

Plugin libs not copied into webapp

Created: 05/Mar/07 12:24 PM   Updated: 10/Mar/07 04:12 PM
Component/s: None
Affects Version/s: 0.4.2
Fix Version/s: 0.5-RC1

Time Tracking:
Not Specified


 Description  « Hide
Index: C:/cygwin/local/sources/grails/scripts/Init.groovy
===================================================================
— C:/cygwin/local/sources/grails/scripts/Init.groovy (revision 3340)
+++ C:/cygwin/local/sources/grails/scripts/Init.groovy (working copy)
@@ -280,7 +280,8 @@
pathelement(location:"${basedir}/grails-tests")
pathelement(location:"${basedir}/web-app")
pathelement(location:"${basedir}/web-app/WEB-INF")
- pathelement(location:"${basedir}/web-app/WEB-INF/classes")
+ pathelement(location:"${basedir}/web-app/WEB-INF/classes")
+ fileset(dir:"${basedir}/web-app/WEB-INF/lib")
fileset(dir:"${grailsHome}/lib")
fileset(dir:"${grailsHome}/dist")
fileset(dir:"lib")

 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
There are no comments yet on this issue.