I figured that the problem was in plugin.jelly file, line 99. The issue is that I put a repository path as l:/bla-bla, and in Windows it's equivalent to L:/bla-bla, but plugin.jelly thinks it's different path.
argyn > -----Original Message----- > From: Kuketayev, Argyn (Contractor) > [mailto:[EMAIL PROTECTED] > Sent: Tuesday, April 25, 2006 10:24 AM > To: [email protected] > Subject: Trunk build failure: Case-sensitive issue > > I got this when building from the trunk: > > ======== > ear:ear: > ear:generate-ear-descriptor: > [echo] Generating > L:\work\geronimo\geronimo\applications\console-ear/target/ > application.xml > > [echo] Building EAR geronimo-console-1.2-SNAPSHOT with > appxml "L:\work\geron > imo\geronimo\applications\console-ear/target/application.xml" > > BUILD FAILED > File...... L:\work\geronimo\geronimo\maven.xml > Element... maven:reactor > Line...... 217 > Column.... 158 > Unable to obtain goal [multiproject:install-callback] -- > l:\work\.maven\cache\ma > ven-ear-plugin-1.6\plugin.jelly:99:24: <ant:fail> > Case-sensitive issue: > The depe > ndency geronimo:geronimo-console-framework has a case > problem. The dependency w as either retrieved in the past > with the wrong case or has been specified with t he wrong > case in your project.xml file. Fix your project.xml or > update your loc al repository with the properly-cased file > and try again. > Total time: 10 minutes 10 seconds > Finished at: Tue Apr 25 10:20:24 EDT 2006 ================ > > What is it? How to fix? > > argyn >
