Re: [math] adding new classes

2010-12-09 Thread Luc Maisonobe
Le 09/12/2010 19:43, Patrick Meyer a écrit : > Thanks. I think my problem may be an IDE issue. In Eclipse, I had no luck > using New > Java Class, but I was able to use New > File. Is that normal? No, it should work. Note that if you want to have your Eclipse workspace in sync with the subversion

Re: [math] adding new classes

2010-12-09 Thread Patrick Meyer
Thanks. I think my problem may be an IDE issue. In Eclipse, I had no luck using New > Java Class, but I was able to use New > File. Is that normal? Sorry for the simple questions, but I really appreciate your help. On Thu, Dec 9, 2010 at 1:33 PM, Gilles Sadowski < gil...@harfang.homelinux.org> wro

Re: [math] adding new classes

2010-12-09 Thread Gilles Sadowski
Hi. > Excuse my typo, I meant to say if it is possible to add new classes via > SUBVERSION, not substance. As I am new to subversion it seems that only > patches for existing classes are possible. Try $ svn add SomeFile.java Regards, Gilles

Re: [math] adding new classes

2010-12-09 Thread Patrick Meyer
Excuse my typo, I meant to say if it is possible to add new classes via SUBVERSION, not substance. As I am new to subversion it seems that only patches for existing classes are possible. On Thu, Dec 9, 2010 at 11:45 AM, Patrick Meyer wrote: > Is it possible to add new classes via substance patch

[math] adding new classes

2010-12-09 Thread Patrick Meyer
Is it possible to add new classes via substance patches? I have a storeless covariance class and other classes I would like to contribute. Thanks, Patrick