webtier@glassfish.java.net

Re: [webtier] Re: How to build jsf-api and jsf-ri

From: Jim Driscoll <Jim.Driscoll_at_Sun.COM>
Date: Mon, 18 May 2009 12:02:38 -0700

The problem seems to be that you're having problems downloading the
dependencies automatically. Are you having internet connection
problems? Probably, you are.

Given that bundling these dependencies would bloat our codebase by 100's
of MBs in size, that would just move the problem to a different place.
So that's not a solution, unfortunately.

So, with that as a constraint - right now, the problem looks like you've
had a problem downloading jakarta-cactus-13-1.7.1.zip

If you try to unzip it manually, it will fail. Because it's probably an
empty or truncated file.

If you delete it, and run the build again, it will try to download it
again. Provided that your internet connection works, it should succeed
this time.

There's not much we can do from here about your internet connection,
unfortunately.

On the plus side, once it works, it won't have to download stuff again
until we update the dependencies.

Sorry you're having such problems. I also had such problems once, but
it cleared once my connection cleared up.

Jim

On 5/18/09 3:49 AM, webtier_at_javadesktop.org wrote:
> I was working on building mojarra for the last two days, no success! Seems that it did not download the jar file successfully. I removed the zip file and tried again and again. no luck. It is possible to put all dependent jars into a zip file so we can download? Thanks.
>
> Buildfile: build.xml
>
> main:
>
> update:
> [get] Getting: http://archive.apache.org/dist/jakarta/cactus/binaries/jakarta-cactus-13-1.7.1.zip
> [get] To: E:\mojarra-1.2_12-source\mojarra-1.2_12-b01-FCS-sources\dependencies\downloads\jakarta-cactus-13-1.7.1.zip
> [unzip] Expanding: E:\mojarra-1.2_12-source\mojarra-1.2_12-b01-FCS-sources\dependencies\downloads\jakarta-cactus-13-1.7.1.zip into E:\mojarra-1.2_12-source\mojarra-1.2_
> 12-b01-FCS-sources\dependencies
>
> BUILD FAILED
> E:\mojarra-1.2_12-source\mojarra-1.2_12-b01-FCS-sources\build.xml:89: The following error occurred while executing this line:
> E:\mojarra-1.2_12-source\mojarra-1.2_12-b01-FCS-sources\build.xml:64: The following error occurred while executing this line:
> E:\mojarra-1.2_12-source\mojarra-1.2_12-b01-FCS-sources\common\ant\dependencies.xml:157: Error while expanding E:\mojarra-1.2_12-source\mojarra-1.2_12-b01-FCS-sources\dependencies\downloads\jakarta-cactus-13-1.7.1.zip
> [Message sent by forum member 'javaone9' (javaone9)]
>
> http://forums.java.net/jive/thread.jspa?messageID=346595
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: webtier-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: webtier-help_at_glassfish.dev.java.net
>