Dear all: I am trying to get geant to delete all .svn directories in a project. ... <delete> <directoryset directory="." include="@(**/.svn)"/> </delete> ... ...
Hi Andreas, If I remember correctly I created <directoryset> when this functionality was needed for <delete> but I did not properly document it since it is not...
... Hi Sven, thanks for the quick reply. It seems the problem is already happening with the root .svn. Here is the output of 'geant -v -d delivery' (which ...
... I had the same problem when I built the last delivery of Gobo. I think that the problem is that the .svn directories are read-only. The CVS directories...
... Riiight, now I do remember. Didn't know then what it was for, well that explains it. Thanks for the explanation. ... I don't have any problems with it. It...
... Ha ha! No, because: (a) I don't think ETH will host an alternative mailing list for you. (b) I seem to receive all gobo emails, unlike the eiffelsoftware...
... The alternative for me is not ETH but SourceForge. I think that it is currently much better to be at SourceForge than at Origo to spread the word about...
This is a question for Eric Bezault regarding a post that you made to es-devel regarding the difficulty of porting Gobo to SmartEiffel. I was asked to post...
... It has always been a big effort to try to maintain and develop the Gobo library classes with the various Eiffel compilers when these compilers agreed that...
... I guess you have to make sure that the environment variable ISE_EIFFEL is set in your DOS console. Likewise for your back-end C compiler. ... -- Eric...
I wish to thank you Eric for your reply, I know it was a little bothersome and I appreciate your effort to satisfy my curiosity. Regards Chris Saunders ...
... The clusters of your project, the clusters with your test cases, the TESTGEN cluster and the clusters of the test library. ... Yes, put 'ec' with its...
... Hash: SHA1 Hi All, I'm trying to compile an se project with gec, but get a couple of catcall warnings. Some are easy to follow, but others leave me quite ...
... Most of the time CAT-call errors are the result of the usage of `is_equal' whose signature is CAT-call error prone. If this equality tester is the key...
... Hash: SHA1 ... Eric> In fact it does. If you use the --cat option, it will give Eric> you for each CAT-call error all the paths in the code that Eric> lead...
Hello, A new release of Gobo is available from the usual location: https://sourceforge.net/projects/gobo-eiffel/ This version should work with the forthcoming...
... Thank you. It's now available from the Gobo project download page on SourceForge. If other people want to share their binary files generated on other ...
... You can write: posix_difftime (time_end, time_start: INTEGER): DOUBLE is external "C signature (EIF_INTEGER, EIF_INTEGER): EIF_DOUBLE" end But I don't...
... Eric> When you wrote 'posix_difftime', you should have written a Eric> prototype for it in some header file as well. So what you have Eric> to do is: Eric>...
... It is probably not hard to add. It's just that I'm not sure this is the right thing to do. If you don't want to write a header file, then I think that it...
... Eric> It is probably not hard to add. It's just that I'm not sure Eric> this is the right thing to do. If you don't want to write a Eric> header file, then...
... The luck is that it's not specified anywhere in the standard and you might have no prototype if you specify a header file that does not contain such...
... Eric> The luck is that it's not specified anywhere in the standard Eric> and you might have no prototype if you specify a header file Eric> that does not...
... Yes. One thing to note is that gec only supports finalized/boost mode for the moment. Therefore there is not code generated yet for assertions or debug...
... In fact you can specify several header files. This means that not all of them will introduce a prototype for the routine. Some may specify a C type for...
... Eric> One thing to note is that gec only supports finalized/boost Eric> mode for the moment. Therefore there is not code generated yet Eric> for assertions...
Hi,
Here is a potential patch to add local variable support to geant.
Any comment ?
Jocelyn
On 1/31/2008 18:33 PM, Jocelyn wrote:
> Hi Gobo team
>
> Would...