Mikhail, I assume you have got it work yourself then.
John On 28 March 2012 23:09, Jeff MAURY <[email protected]> wrote: > On which platform are you running ? There is a limit of Windows file > systems (http://en.wikipedia.org/wiki/NTFS#Limitations) that you may have > reached which is not of Maven concern ? > > Jeff > > On Tue, Mar 27, 2012 at 1:59 PM, John Patrick <[email protected]>wrote: > >> Is this a Unix* or Windows filesystem? >> >> What plugin is doing the code generation? >> >> Have you executed the plugin with any debugging enabled, i.e. mvn -X ... >> >> If you move the project to say /tmp/ or c:/tmp/ and build their does >> the same error occur? I'm thinking is it filename or directory name, >> or directory depth. >> >> John >> >> On 13 March 2012 08:08, Mikhail Tsaplin <[email protected]> wrote: >> > Hi all. >> > I'm trying to compile source code with maven. It falls with an error: >> filename is too long ... However file system allows me to create the >> problem class file, and also this project was successful compiled with >> eclipse. Is there any configuration tweaks to avoid this problem. The code >> that I'm trying to compile is autogenerated and I can't modify it to reduce >> class'es names length. >> > >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> >> > > > -- > Jeff MAURY > > "Legacy code" often differs from its suggested alternative by actually > working and scaling. > - Bjarne Stroustrup > > http://www.jeffmaury.com > http://riadiscuss.jeffmaury.com > http://www.twitter.com/jeffmaury --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
