Hi Vaibhav,
There is an issue with copying the build from the build server to the eclipse download site. I don't
know when this will be solved. Hopefully soon, otherwise I will try to make this build available
somewhere else.
Btw, I am on holiday right now so it will take a few days before I can look at your other question.
gr. Martin
Vaibhav Kulkarni wrote:
> Hi Martin
> Download page only shows 20070712 build for down load. How can we
> download build on 20070721 ??
>
> Thanks
>
>
Hi Vaibhav,
The issue has been resolved, the build is available for download.
gr. Martin
Martin Taal wrote:
> Hi Vaibhav,
> There is an issue with copying the build from the build server to the
> eclipse download site. I don't know when this will be solved. Hopefully
> soon, otherwise I will try to make this build available somewhere else.
>
> Btw, I am on holiday right now so it will take a few days before I can
> look at your other question.
>
> gr. Martin
>
> Vaibhav Kulkarni wrote:
>> Hi Martin
>> Download page only shows 20070712 build for down load. How can we
>> download build on 20070721 ??
>>
>> Thanks
>>
>>
>
>
I have problems to unzip the examples zip. After some research it turned out
that it is a matter of file length. Windows has a length restriction of 260
chars. The worst file name length i found in the zip is 225:
eclipse\plugins\org.eclipse.emf.teneo.samples_0.8.0.v2007081 01732\org\eclipse\emf\teneo\samples\emf\detach\detachfeature map\presentation\DetachfeaturemapModelWizard$Detachfeaturema pModelWizardInitialObjectCreationPage$1.class
So, for the basename to which you want to extract, remain 35 chars. As
example, "C\java\eclipse-3.3\extension-teneo_I200708101732\" is to long.
Though i think that this basename is not that unusual.
Hi Olaf,
Thanks for reporting this. I am not that happy with the current deep structure of the sample models
packages anyway. So this issue is an extra reason to change that.
Can you enter a bugzilla for this?
gr. Martin
Olaf Groeger wrote:
> I have problems to unzip the examples zip. After some research it turned out
> that it is a matter of file length. Windows has a length restriction of 260
> chars. The worst file name length i found in the zip is 225:
> eclipse\plugins\org.eclipse.emf.teneo.samples_0.8.0.v2007081 01732\org\eclipse\emf\teneo\samples\emf\detach\detachfeature map\presentation\DetachfeaturemapModelWizard$Detachfeaturema pModelWizardInitialObjectCreationPage$1.class
>
> So, for the basename to which you want to extract, remain 35 chars. As
> example, "C\java\eclipse-3.3\extension-teneo_I200708101732\" is to long.
> Though i think that this basename is not that unusual.
>
> Olaf
>