Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[pde-build-dev] Long file names on Windows.

Is this a known problem with a bug somewhere?

I am finding that long file names,
i.e I have a path like C:\projects\myproject, where my pde project is
in client-application\plugins\reverse\qualified\dns\package\JavaClass.java,
are built correctly and generate .class files
but when the pde build zips the files up anything long that a total of
255 characters gets truncated.

I will re-try this steup since Pascal mentioned using a directory
archive format instead of a zip, and see if the problem is with Ant
instead.

Just floating the question in case someone can give quick
links/solutions, as this is a pain to have to shorten the project
location since it is an easily forgotten step.


Back to the top