Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [wtp-releng] SDK build issue on Windows XP


It is partially a path length problem (and the effect of path lenght is partially imposed by windows, and partially imposed by how unzip applications interpret and handle the windows rules).

But, we should strive to really minimize this sort of problem,  so ... suggesitons welcome. It would appear the only thing we have control over is our directory names could be made shorter,
such as
DevTimeSupport\HeadParsers\HTMLHeadTokenizer\
to
dev\parsers\html
but, that doesn't seem like much savings.

I suppose we could just leave out of sdk build, and leave a note there on where to get directly from the repository?
Anyone mind? (its very seldom needed, if ever)







Cameron Bateman <cameron.bateman@xxxxxxxxxx>
Sent by: wtp-releng-bounces@xxxxxxxxxxx

09/08/2006 01:24 PM

Please respond to
Webtools releng discussion list <wtp-releng@xxxxxxxxxxx>

To
Webtools releng discussion list <wtp-releng@xxxxxxxxxxx>
cc
Subject
Re: [wtp-releng] SDK build issue on Windows XP





Do you run on a Windows OS?  My suspicions is that there may be a path
length problem here.

--Cam

Amy Wu wrote:

>
> I unzipped the same build, and I didn't notice any errors.  But I
> don't use WinZip.  I did notice that in my unzipped build, I couldn't
> find HTMLHeadTokenizerGenJava.cmd though.  I found the other *.cmd
> files though.
>
> ______________________________
> Amy Wu
> Structured Source Editor
> 919.254.0299, T/L 444.0299
> amywu@xxxxxxxxxx
>
>
>
> *Cameron Bateman <cameron.bateman@xxxxxxxxxx>*
> Sent by: wtp-releng-bounces@xxxxxxxxxxx
>
> 09/07/2006 05:33 PM
> Please respond to
> Webtools releng discussion list <wtp-releng@xxxxxxxxxxx>
>
>
>                  
> To
>                  Webtools releng discussion list <wtp-releng@xxxxxxxxxxx>
> cc
>                  
> Subject
>                  [wtp-releng] SDK build issue on Windows XP
>
>
>
>                  
>
>
>
>
>
> FYI:
>
> On Windows XP, I got the following WinZip errors while unziping
> wtp-sdk-M-1.5.1-200609071217 for smoke testing:
>
> Error:  The system cannot find the path specified.
> Cannot create
> C:\dev\buildtest\drivers\M-1.5.1-200609071217\eclipse\plugins\org.eclipse.wst.xml_core.feature.source_1.5.1.v200608082030--3YIAAYAgHHGFEK\src\org.eclipse.wst.sse.core_1.1.100.v200608202111\DevTimeSupport\HeadParsers\CSSHeadTokenizer\CSSHeadTokenizerGenJava.cmd
>
> skipping file:  unable to create a sensible filename out of
> C:\dev\buildtest\drivers\M-1.5.1-200609071217\eclipse\plugins\org.eclipse.wst.xml_core.feature.source_1.5.1.v200608082030--3YIAAYAgHHGFEK\src\org.eclipse.wst.sse.core_1.1.100.v200608202111\DevTimeSupport\HeadParsers\HTMLHeadTokenizer\HTMLHeadTokenizerGenJava.cmd
>
> Error:  The system cannot find the path specified.
> Cannot create
> C:\dev\buildtest\drivers\M-1.5.1-200609071217\eclipse\plugins\org.eclipse.wst.xml_core.feature.source_1.5.1.v200608082030--3YIAAYAgHHGFEK\src\org.eclipse.wst.sse.core_1.1.100.v200608202111\DevTimeSupport\HeadParsers\XMLHeadTokenizer\XMLHeadTokenizerGenJava.cmd
>
>
> --Cam
> _______________________________________________
> wtp-releng mailing list
> wtp-releng@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/wtp-releng
>
>------------------------------------------------------------------------
>
>_______________________________________________
>wtp-releng mailing list
>wtp-releng@xxxxxxxxxxx
>https://dev.eclipse.org/mailman/listinfo/wtp-releng
>  
>

_______________________________________________
wtp-releng mailing list
wtp-releng@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/wtp-releng


Back to the top