You can subscribe to this list here.
| 2007 |
Jan
(1) |
Feb
(10) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2008 |
Jan
|
Feb
|
Mar
|
Apr
(5) |
May
|
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
| 2009 |
Jan
|
Feb
|
Mar
|
Apr
(2) |
May
(1) |
Jun
(11) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2010 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
(2) |
Nov
|
Dec
|
| 2011 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: thanumalayan m. <mad...@gm...> - 2008-04-11 23:32:12
|
Hi Im beginning to work on a TM implementation that supports parallel transactions in X10. Anybody knows if someone has already done this before? Cheers, Thanumalayan S |
|
From: Nate N. <na...@na...> - 2007-02-23 17:17:28
|
FYI, I've created a mailing list for commit notifications for polyglot. If you want to subscribe, go to: https://mailman.gforge.cis.cornell.edu/mailman/listinfo/polyglot-commits Commit messages are also logged at: http://polyglot.gforge.cis.cornell.edu/commitlogs/polyglot (although it looks like some recent commits are missing...hmm) Cheers, Nate |
|
From: Robert M. F. <rf...@wa...> - 2007-02-16 15:03:37
|
Ganesh Bikshandi wrote: > Hi, > > I am unable to access CVS using SSH. I have an account on sourceforge. > Actually, I have two accounts (ganeshvb and vbganesh). Both of them > don't work and I get some authentication problem. Do I need to do > anything to get the SSH access? > "ganeshvb" is on the developer list for the X10 project, so that's the one you should be using. Have you tried uploading your SSH key(s) to sourceforge? That's almost always better than supplying a password. Cheers, - Bob |
|
From: Michael A. <ma...@us...> - 2007-02-14 15:29:00
|
I can't remember if SF.net does CVS/SSH with only passwords. If you have an SSH public/private key file, be sure the public (shared) one is uploaded to SF. See "My Page -> Preferences -> Host Access Information -> Number of SSH Shared Keys on File". Are you using Eclipse or command line (Cygwin?/Linux?/Other?)? If Eclipse, I've had best experience using :extssh: mode instead of :ext: which tells Eclipse to use it's own internal SSH implementation. If on command line, you can use ssh-keygen to generate a pair of SSH keys (the one named .ssh/*.pub is the one to upload to SF, the one named either .ssh/id_rsa or .ssh/id_dsa needs to be kept secret). If you need more detailed instructions, feel free to Sametime me (ma...@us...). Michael D. Adams "Ganesh Bikshandi" <ga...@gm... To m> x10...@li... Sent by: t x10-developers-bo cc un...@li... eforge.net Subject [X10-developers] cvs account 02/14/2007 04:59 AM Hi, sourceforge. them do Ganesh Take Surveys. Earn Cash. Influence the Future of IT Techsay panel and you'll get the chance to share your business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ list https://lists.sourceforge.net/lists/listinfo/x10-developers |
|
From: Ganesh B. <ga...@gm...> - 2007-02-14 09:59:39
|
Hi, I am unable to access CVS using SSH. I have an account on sourceforge. Actually, I have two accounts (ganeshvb and vbganesh). Both of them don't work and I get some authentication problem. Do I need to do anything to get the SSH access? Ganesh |
|
From: Ganesh B. <ga...@gm...> - 2007-02-09 08:03:25
|
The error was simple. I did not enable "Build Automatically" option. Now, I think it builds fine; I have not written a valid executable X10 class yet and hence couldn't check if it runs fine. For now, when I run my test class (which is an empty class), I get some runtime error which make sense. However, this works only for the new classes that I create in the X10DT. If I import the source files from my local file system (e.g. x10-1.0.44-src, which I downloaded from x10.sf.net), then I am unable to run them. I don't see the correspoing JAVA files for the x10 source files in the common/examples/ directories. BTW, is there a repository for the x10 source that is accessible from within the IBM firewall? I am unable to access the current repository at x10.cvs.sourceforge.net, as my firewall is blocking the access. Ganesh On 2/8/07, Robert M. Fuhrer <rf...@wa...> wrote: > Ganesh Bikshandi wrote: > > Hi All, > > > > I recently installed the X10CDT in Eclipse and I was successful in > > creating a new x10 class. But, when I try to RunAs x10 Application, I > > get the following error message: > > > > Generated JAVA application not found for X10 Application HelloWorld.x10; > > Perhaps there is a pending compilation error? > > > > What am I doing wrong? > > > As the message says, there is probably a compilation (or build) error in > the X10 application. > Does the Problems View show any "interesting" messages? Also, I'd look > at the Java Build > Path in the project's Properties dialog to make sure it can find the X10 > runtime and the Java > runtime. > > Please let us know what you find. > > Thanks! > > BTW, it's "the X10DT" (for X10 Development Toolkit), like "the JDT" or " > theCDT". > > Cheers, > - Bob > > |
|
From: Nate N. <ny...@us...> - 2007-02-09 02:57:50
|
Hi all, [Apologies if you receive multiple copies of this message; my first attempt to send it failed.] I've updated Polyglot to 2.1 and updated x10 to use it. The main change is that identifiers in the AST are represented with Id nodes rather than with Strings to provide better position information for error messages. X10 and polyglot must be updated simultaneously, if you update polyglot, you should update X10 as well. If you don't want to update x10 just yet, but accidentally updated polyglot, the previous version of polyglot2_latest.jar is available as at: http://www.cs.cornell.edu/Project/polyglot/eclipseUpdates/plugins/polyglot_2.0.2.jar Drop it into x10.common/lib/polyglot2.jar and touch it so it's modification time is later than the latest version on the web. Please, let me know of any problems. Cheers, Nate |
|
From: Igor P. <ig...@us...> - 2007-02-09 00:50:55
|
Hi, We now have the X10 Wiki at http://x10.sourceforge.net/wiki/ (powered by MediaWiki). There is no link from the main X10 page yet. Feel free to start populating the wiki. Please report any problems to ipe...@us... . Igor -- Igor Peshansky (note the spelling change!) IBM T.J. Watson Research Center XJ: No More Pain for XML's Gain (http://www.research.ibm.com/xj/) X10: Parallel Productivity and Performance (http://x10.sf.net/) |
|
From: Robert M. F. <rf...@wa...> - 2007-02-08 16:15:24
|
Ganesh Bikshandi wrote: > Hi All, > > I recently installed the X10CDT in Eclipse and I was successful in > creating a new x10 class. But, when I try to RunAs x10 Application, I > get the following error message: > > Generated JAVA application not found for X10 Application HelloWorld.x10; > Perhaps there is a pending compilation error? > > What am I doing wrong? > As the message says, there is probably a compilation (or build) error in the X10 application. Does the Problems View show any "interesting" messages? Also, I'd look at the Java Build Path in the project's Properties dialog to make sure it can find the X10 runtime and the Java runtime. Please let us know what you find. Thanks! BTW, it's "the X10DT" (for X10 Development Toolkit), like "the JDT" or " theCDT". Cheers, - Bob |
|
From: Ganesh B. <ga...@gm...> - 2007-02-08 14:36:34
|
Hi All, I recently installed the X10CDT in Eclipse and I was successful in creating a new x10 class. But, when I try to RunAs x10 Application, I get the following error message: Generated JAVA application not found for X10 Application HelloWorld.x10; Perhaps there is a pending compilation error? What am I doing wrong? --Ganesh |
|
From: Ganesh B. <ga...@gm...> - 2007-02-08 14:32:21
|
Hi, I recently tried to setup X10CDT in Eclipse and I was successful in that. I also created a new X10 class successfully. But when I try to run as X10 application, I get the following error message: Generated Java application not found for X10 Applicatoin HelloWorld.x10; Perhaps there is a pending compilation error? What is the message and how can I fix it? Ganesh |
|
From: Vijay S. <vi...@ma...> - 2007-01-09 17:54:47
|
--- ...but no-one can stop me from playing cricket. Playing cricket is the ultimate thing in my life. Sachin Ramesh Tendulkar October 1, 2004 ---------- Original Message ---------------------------------- From: "Vijay Saraswat" <vi...@ma...> Reply-To: <vi...@ma...> Date: Tue, 9 Jan 2007 12:50:53 -0500 Folks -- It is our pleasure to announce that the X10 1.0 open source release is now available on SourceForge. http://x10.sf.net Please check out the website. There are lots of sample X10 programs. There is a reference functional implementation of X10 via translation to Java 5.0. You may also download and use a binary Eclipse plugin (X10DT) as the development environment for X10. All source code is released under the Eclipse open source licence. (An open source release of X10DT is planned.) X10 continues to be in very active development (through the SourceForge CVS repository). We very much welcome new developers and users. -- X10 Team ________________________________________________________________ Sent via the WebMail system at mail.saraswat.org ________________________________________________________________ Sent via the WebMail system at mail.saraswat.org |