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

Key: GRAILS-1652
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Blocker Blocker
Assignee: Graeme Rocher
Reporter: Haotian Sun
Votes: 1
Watchers: 1
Operations

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

Java classes in the plugins/someplugin-0.1/src/java can not be resolved.

Created: 26/Sep/07 07:38 AM   Updated: 13/Nov/07 04:40 AM
Component/s: None
Affects Version/s: None
Fix Version/s: 1.0-RC2

Time Tracking:
Not Specified

Environment: WinXP


 Description  « Hide
I tried to package my app as a grails plugin and it seemed working though I got a error message "error: error reading C:\grails\lib\readme.txt; error in opening zip file" while packaging it. Then I installed my packaged plugin into a fresh grails app, so good so far. However, when I tried to grails compile the new app, it failed and complained that the Java classes in the plugins/someplugin-0.1/src/java can not be resolved.

Please download the following app and run grails compile there to reproduce the errors.

http://www.dcs.shef.ac.uk/~hsun/downloads/CowDemo.zip



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Graeme Rocher - 02/Oct/07 10:20 AM
This seems to work fine in SVN head now

Graeme Rocher - 12/Oct/07 05:15 AM
I tried this morning against SVN head and it compiles with no issues

Haotian Sun - 22/Oct/07 08:15 AM
It happened again in 1.0. The temporary solution for me is to delete the readme.txt in grails/lib manually.
The problem seems not only on Windows as my colleague also got the same thing on Linux.

Graeme Rocher - 13/Nov/07 04:40 AM
moved readme.txt to dependencies.txt in project root (outside lib)