Re: Filename too long while compiling a project

2012-04-01 Thread John Patrick
Mikhail,

I assume you have got it work yourself then.

John

On 28 March 2012 23:09, Jeff MAURY  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 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  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: users-unsubscr...@maven.apache.org
>> For additional commands, e-mail: users-h...@maven.apache.org
>>
>>
>
>
> --
> 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: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Re: Filename too long while compiling a project

2012-03-28 Thread Jeff MAURY
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 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  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: users-unsubscr...@maven.apache.org
> For additional commands, e-mail: users-h...@maven.apache.org
>
>


-- 
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


Re: Filename too long while compiling a project

2012-03-27 Thread John Patrick
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  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: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org