(1) X10 is not released with lpg and polyglot, two separate open source 
projects.

(2) The ant script will go out and try get lpg and polyglot. The URL 
does exist -- I just downloaded from it. Perhaps you faced a transient 
problem?

I believe you can separately download polyglot.jar and lpg.jar and add 
them to x10.common/lib.

Best,
Vijay

Graham Keir wrote:
> Hi,
>
> I'm trying to build and install X10 under cygwin using x10-1.5-source.zip. I
> first of all cd into the x10.common directory, and type ant. There are some
> warnings about expressing ./build-user.xml compliantly, but then comes the
> error:
>       [get] Error opening connection java.io.IOException: Server returned
> HTTP response code: 403 for URL:
> http://easynews.dl.sourceforge.net/sourceforge/lpg/lpg2.jar
>
> Should I edit the build.xml file? I have installed the prerequisites.
>
> I also tried using the prebuilt release, x10-1.5, but have had no luck here
> either, as shown below:
>
> $ cd x10-1.5/examples/Constructs/Import
> $ x10c -v ImportTest.x10
> "/cygdrive/c/Program Files/Java/jdk1.6.0_03/bin/java" -Xmx128m   -classpath
> "d:\apps\x10\x10-1.5\lib\x10c.jar;d:\apps\x10\x10-1.5\lib\x10.jar
> ;d:\apps\x10\x10-1.5\lib\polyglot2.jar;d:\apps\x10\x10-1.5\lib\lpg.jar"
> polyglot.main.Main -ext x10 -assert -noserial  'ImportTest.x10'
> Exception in thread "main" java.lang.NoClassDefFoundError:
> polyglot/main/Main
>
> I tried re-typing the above 'x10c' line using cygwin style directory paths,
> but got the same error. I note also that polyglot2.jar and lpg.jar is
> missing. I'm sure this is all something simple, but can anyone offer some
> advice?
>
> Many thanks,
> Graham
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems?  Stop.
> Now Search log events and configuration files using AJAX and a browser.
> Download your FREE copy of Splunk now >> http://get.splunk.com/
> _______________________________________________
> X10-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/x10-users
>
>
>   


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
X10-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/x10-users

Reply via email to