You can subscribe to this list here.
| 2002 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(4) |
Nov
|
Dec
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2003 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2016 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: Dave M. <dm...@cs...> - 2003-02-13 15:55:26
|
Hi: Has anyone considered creating an IContract plugin for eclipse? Eclipse already has Ant 1.5.1 included.. and I am sure it is easy to include iDoclet support and iContract right into the editor. Please advise. DM |
|
From: <asl...@ne...> - 2002-10-16 10:34:09
|
Hi folks, I wrote the icPlus tools. Reto Kramer seems to have left the iContract boat. I saw his name on a Sun JSR somewhere some time ago, and IIRC he works for them doing something else (I might be wrong on this). I won't continue any work on icPlus, but I would be happy to hand over ownership of the SF project to anybody interested. I suggest you take a look at http://www.parasoft.com/jsp/products/home.jsp?product=Jcontract I haven't tried it myself, but Parasoft is known for making good stuff. What would be awesome would be if someone with an open source mind would sit down and write a new DBC tool for java. XDoclet combined with BCEL could be a way to achieve it: Write an XDoclet (http://xdoclet.sf.net/) module that reads the assertion tags and stores them in a database (some file format). Then inject assertion checking code (reading info from the database) in the compiled classes with BCEL (http://jakarta.apache.org/bcel) as a post-compile step. What do you think? Anyone up for this? Cheers, Aslak http://www.freeroller.net/page/rinkrank > -----Original Message----- > From: icp...@li... > [mailto:icp...@li...]On Behalf Of Blake > Flaming > Sent: 16. oktober 2002 06:00 > To: 'Brian Wallis'; icp...@li... > Cc: in...@re...; rin...@us... > Subject: RE: [Icplus-users] iContract and iContractPlus status > > > Brian, > > Sadly, iContract seems to be totally dead. I've been on the mailing list > for maybe 6 months now and yours is literally the first message I've > seen. > > There is an RFE on Sun's Bug Parade that you could vote for. I think > it's around the 5th most voted for request. I hate to admit it, but I > don't think DBC will ever be a big part of Java. I can't believe such a > useful feature hasn't found its way into more languages! > > Regards, > Blake Flaming > > -----Original Message----- > From: icp...@li... > [mailto:icp...@li...] On Behalf Of Brian > Wallis > Sent: Tuesday, October 15, 2002 5:39 PM > To: icp...@li... > Cc: in...@re...; rin...@us... > Subject: [Icplus-users] iContract and iContractPlus status > > > G'day, > Being an Eiffel user for many years (off and on) and also more > recently a > java fan I am very interested in using iContract and the tools that go > with > it. > > Unfortunatly it seems to be all but dead from what I can see. Is this > true? > > Since the iContract tool itself seems to be a closed source tool I would > > suppose that it can die if not actively supported by the owner. That > would be > very sad. > > Design by Contract is probably one of the most under appreciated tools > we have > that would enable the production of high quality, reliable and reusable > software. > > If anyone can enlighten me on the status of iContract I would be most > appreciative. > > regards, > brian wallis... > > > > ------------------------------------------------------- > This sf.net email is sponsored by: viaVerio will pay you up to > $1,000 for every account that you consolidate with us. > http://ad.doubleclick.net/clk;4749864;7604308;v? > http://www.viaverio.com/consolidator/osdn.cfm > _______________________________________________ > Icplus-users mailing list > Icp...@li... > https://lists.sourceforge.net/lists/listinfo/icplus-users > > > > ------------------------------------------------------- > This sf.net email is sponsored by: viaVerio will pay you up to > $1,000 for every account that you consolidate with us. > http://ad.doubleclick.net/clk;4749864;7604308;v? > http://www.viaverio.com/consolidator/osdn.cfm > _______________________________________________ > Icplus-users mailing list > Icp...@li... > https://lists.sourceforge.net/lists/listinfo/icplus-users |
|
From: Jaanek <ja...@re...> - 2002-10-16 06:19:31
|
Hi Brian, Look at this site http://barter.sourceforge.net/ for an alternative for iContract. I haven't time to try it out but it seems to be promising. br, Jaanek Brian Wallis wrote: >G'day, > Being an Eiffel user for many years (off and on) and also more recently a >java fan I am very interested in using iContract and the tools that go with >it. > >Unfortunatly it seems to be all but dead from what I can see. Is this true? > >Since the iContract tool itself seems to be a closed source tool I would >suppose that it can die if not actively supported by the owner. That would be >very sad. > >Design by Contract is probably one of the most under appreciated tools we have >that would enable the production of high quality, reliable and reusable >software. > >If anyone can enlighten me on the status of iContract I would be most >appreciative. > >regards, >brian wallis... > > > >------------------------------------------------------- >This sf.net email is sponsored by: viaVerio will pay you up to >$1,000 for every account that you consolidate with us. >http://ad.doubleclick.net/clk;4749864;7604308;v? >http://www.viaverio.com/consolidator/osdn.cfm >_______________________________________________ >Icplus-users mailing list >Icp...@li... >https://lists.sourceforge.net/lists/listinfo/icplus-users > > |
|
From: Blake F. <bfl...@pa...> - 2002-10-16 04:00:12
|
Brian, Sadly, iContract seems to be totally dead. I've been on the mailing list for maybe 6 months now and yours is literally the first message I've seen. There is an RFE on Sun's Bug Parade that you could vote for. I think it's around the 5th most voted for request. I hate to admit it, but I don't think DBC will ever be a big part of Java. I can't believe such a useful feature hasn't found its way into more languages! Regards, Blake Flaming -----Original Message----- From: icp...@li... [mailto:icp...@li...] On Behalf Of Brian Wallis Sent: Tuesday, October 15, 2002 5:39 PM To: icp...@li... Cc: in...@re...; rin...@us... Subject: [Icplus-users] iContract and iContractPlus status G'day, Being an Eiffel user for many years (off and on) and also more recently a java fan I am very interested in using iContract and the tools that go with it. Unfortunatly it seems to be all but dead from what I can see. Is this true? Since the iContract tool itself seems to be a closed source tool I would suppose that it can die if not actively supported by the owner. That would be very sad. Design by Contract is probably one of the most under appreciated tools we have that would enable the production of high quality, reliable and reusable software. If anyone can enlighten me on the status of iContract I would be most appreciative. regards, brian wallis... ------------------------------------------------------- This sf.net email is sponsored by: viaVerio will pay you up to $1,000 for every account that you consolidate with us. http://ad.doubleclick.net/clk;4749864;7604308;v? http://www.viaverio.com/consolidator/osdn.cfm _______________________________________________ Icplus-users mailing list Icp...@li... https://lists.sourceforge.net/lists/listinfo/icplus-users |
|
From: Brian W. <bri...@ot...> - 2002-10-16 00:42:21
|
G'day, =09Being an Eiffel user for many years (off and on) and also more recentl= y a=20 java fan I am very interested in using iContract and the tools that go wi= th=20 it. Unfortunatly it seems to be all but dead from what I can see. Is this tru= e?=20 Since the iContract tool itself seems to be a closed source tool I would=20 suppose that it can die if not actively supported by the owner. That woul= d be=20 very sad.=20 Design by Contract is probably one of the most under appreciated tools we= have=20 that would enable the production of high quality, reliable and reusable=20 software. If anyone can enlighten me on the status of iContract I would be most=20 appreciative. regards, brian wallis... |
|
From: Olivier LEVILLAIN<lev...@fr...> - 2002-02-28 16:32:33
|
Hi all, I'm new to this list and I wondered if iContract (and its "plus" tools) were alive or not... I sent a message to the iContract site at reliable- systems and never received an answer. Furthermore, when I look at this list's archive, I can't find a more recent mail than, hu... 07/2001 ! So what? =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Olivier LEVILLAIN Senior IT consultant mailto:oli...@so... SOFTEAM --------Think Object 144 avenue des Champs Elys=E9es - 75008 PARIS Tel (33 1) 53 96 84 00 - Fax (33 1) 53 96 84 01 Get for FREE a highly professional UML case tool at www.objecteering.com =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D -------------- Profitez de l'offre sp=E9ciale Tiscali Liberty Surf ! 50% de temps en plus pendant 3 mois sur tous les forfaits Internet. http://register.libertysurf.fr/subscribe_fr/signup.php3 |