2 May 2006 00:31
4 May 2006 11:10
photoshop e AutoCAD
Corso di photoshop il corso di Photoshop inizia 4/05/2006 posti disponibili 4 http://www.associazioneadac.com/photoshop.html corso di AutoCAD inizio 9/05/2006 2D posti disponibili 4 http://www.associazioneadac.com/cad2d.html corsi di inglese 1° e 2° Livello http://www.associazioneadac.com/inglese.html corso di Arabo inizia il 15/05/2006 http://www.associazioneadac.com/arabo.html cordiali saluti per informazioni ed iscrizioni dal lunedì al giovedì ore 17.30 - 21.45 041/5241422 info@... C/O ESU DI VENEZIA, CALLE LARGA FOSCARI, PALAZZO DEI POMPIERI, 1° PIANO PRESSO IL CENTRO POLIVALENTE AGOSTINO NARDOCCI www.associazioneadac.com
4 May 2006 11:11
photoshop e AutoCAD
Corso di photoshop il corso di Photoshop inizia 4/05/2006 posti disponibili 4 http://www.associazioneadac.com/photoshop.html corso di AutoCAD inizio 9/05/2006 2D posti disponibili 4 http://www.associazioneadac.com/cad2d.html corsi di inglese 1° e 2° Livello http://www.associazioneadac.com/inglese.html corso di Arabo inizia il 15/05/2006 http://www.associazioneadac.com/arabo.html al piu presto saranno comunicate le Date dei corsi estivi cordiali saluti per informazioni ed iscrizioni dal lunedì al giovedì ore 17.30 - 21.45 041/5241422 info@... C/O ESU DI VENEZIA, CALLE LARGA FOSCARI, PALAZZO DEI POMPIERI, 1° PIANO PRESSO IL CENTRO POLIVALENTE AGOSTINO NARDOCCI www.associazioneadac.com
17 May 2006 22:39
18 May 2006 13:40
Re: SecurityException throwpoint audit
Olli Vertanen wrote: > I just joined the list. I was browsing the archieves and found a > short discussion about SecurityException throwpoint audit. Anybody > working on that? Hi Olli, Yeah, I'm working on it, slowly but surely. Currently the only information online is the automatic status page at http://people.redhat.com/gbenson/throwpoint-report.html. I have some stuff I wrote the other day for Tom Tromey and Anthony Green which I'm tidying up for the wiki but I've attached it below in case you're interested. Cheers, Gary ----- Forwarded message from Gary Benson ----- Date: Mon, 15 May 2006 16:51:31 +0100 From: Gary Benson <gbenson@...> To: Tom Tromey <tromey@...> Cc: Anthony Green <green@...> Subject: Re: question about security stuff... Hi Tom, Anthony, Most of the security work I've been doing is driven by writing throwpoint tests for Mauve. There's a list of every throwpoint at http://tinyurl.com/o2ttz and what I do is pick a class and write a Mauve test for it. Sometimes it's easy, other times(Continue reading)
18 May 2006 18:11
Re: about Jacks' functioning
>>>>> "Toni" == Toni Masse <toni.masse@...> writes: Sorry about the big delay in my reply. Toni> My team and me would like to use Jacks to test our own java compiler, Toni> however I'm not very experienced with Tcl; Toni> so I'd like to know how Jacks determines the compilation result (I've Toni> looked in jacks.tcl but I'm not sure about the exact behavior of Toni> Jacks), The proc named _exec_impl is used to actually invoke the compiler. This chunk invokes it: set cmd "exec $prog $prog_flags $prog_args > exec.out 2> exec.err" if {[info exists ::env(JACKS_EXEC_DEBUG)]} { puts stderr "JACKS_EXEC_DEBUG: $cmd" } eval $cmd This is wrapped in a 'catch' clause; Tcl's exec command throws an exception if the exec "fails", which in Tcl means that either it really fails (command not found or something) or that the command returns a non-zero exit status. I'm not sure how this works on other platforms. Toni> and why is a cvs client needed to generate the change file (with Toni> "jacks loggen" command)? Could I deactivate it?(Continue reading)
24 May 2006 14:48
Re: SecurityException throwpoint audit
Gary, Thanks for your reply! So throwpoint checks are in these security.java testlets under various directories? Do you have a driver that could run just the security tests and nothing else? If not, what would be best strategy to implement one? I can try to write some tests, but your report list seems to be a bit broken right now. I'm interested in the security manager and the access controller. You seem to check unexpected exceptions (I looked at FileInputStream/security.java) but what about checking that expected exceptions are thrown? Olli > Hi Olli, > > Yeah, I'm working on it, slowly but surely. Currently the > only information online is the automatic status page at > http://people.redhat.com/gbenson/throwpoint-report.html. > I have some stuff I wrote the other day for Tom Tromey > and Anthony Green which I'm tidying up for the wiki but > I've attached it below in case you're interested. > > Cheers,(Continue reading)
RSS Feed