| [GRADLE-676] metaInf errors give messges that don't describe the real problem Created: 04/Oct/09 Updated: 04/Jan/13 Resolved: 24/Nov/10 | |
| Status: | Resolved | 
| Project: | Gradle | 
| Affects Version/s: | 0.8 | 
| Fix Version/s: | 0.9-rc-1 | 
| Type: | Bug | ||
| Reporter: | Russel Winder | Assignee: | Hans Dockter | 
| Resolution: | Fixed | Votes: | 0 | 
| Description | 
| Trying to populate the META-INF directory of a jar, I added: metaInf << files ( 'LICENCE.txt' )
this is however an error since the file is actually in '..' not '.'. The error message is: 
 which is not correct and very misleading. The full stack trace for this is: 
 | 
| Comments | 
| Comment by Hans Dockter [ 19/Apr/10 ] | 
| We have completely reimplemented our archive layer. The 0.8 notation is no longer valid and the problem should have disappeared. |