Re: VSSGet Task and synchronization

2005-03-15 Thread Sébastien Annedouche
Thanks for your help, I'll take a look at it. Sebastien Ninju Bohra wrote: VSS does not give you an easy way to delete un-needed local files... When we used VSS with CruiseControl for our continous integration goal we were lucky because had already written a VSS Source Control compoent that would

Re: VSSGet Task and synchronization

2005-03-15 Thread Sébastien Annedouche
Vadim Kazakov wrote: We delete our code tree before doing a VSSGet. Is that an option for you? it could be an option but I don't like it, mainly because, if nothing has changed, you do a lot of job for nothing... Thanks for your answer! Sebastien --

VSSGet Task and synchronization

2005-03-15 Thread Sébastien Annedouche
Hi all, I use vssget task to retrieve files from a visual source safe database before compiling. It works fine but I don't know how to handle deleted source files ? Should I use vsshistory and parse the output for deleted files and delete them locally ? Does anyone know a way to do that ? Thank

Re: AW: AW: cannot resolve symbol when overriding method.

2005-03-10 Thread Sébastien Annedouche
Still failing... [javac] Compiling 1 source file to C:\tmp\java [javac] C:\tmp\java\Dummy.java:12: cannot resolve symbol [javac] symbol: class IOException [javac] protected void readStreamHeader() { [javac] ^ [javac] 1 error It works when I add the 2 i

Re: AW: cannot resolve symbol when overriding method.

2005-03-10 Thread Sébastien Annedouche
could you tell me how you've compiled the class, please. I still can't compile without adding the imports. It would be a great help for me! Thanks, Sebastien - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-ma

cannot resolve symbol when overriding method.

2005-03-07 Thread Sébastien Annedouche
Hi all, I'm new to Ant and I've found something I can't understand while trying to compile one of my projects. Take a look at the following Dummy class. It has a silly method 'foo' which returns an instance of an anonymous class extending ObjectInputStream and overriding one of its protected me