[Soot-list] soot Eclipse plug-in getting errors on old output

Ondrej Lhotak olhotak at uwaterloo.ca
Fri Oct 6 11:14:07 EDT 2006


I don't know much about the Eclipse plugin, but I remember there being
some advice somewhere about always making a src and bin directory
whenever using Eclipse, especially with the plugin, otherwise Eclipse
does something weird. (Eclipse might offer to make the bin directory
automatically when you make the src directory.)

If you do that, the sootOutput directory should appear outside the bin
directory, so the classes in it will not get picked up.

Ondrej

On Fri, Oct 06, 2006 at 04:56:39PM +0200, Niko Matsakis wrote:
> Another question:
> 
> When I run Soot from w/in Eclipse, I get errors after running it once  
> because the classes in "sootOutput" are parsed, and then soot is  
> unhappy that (for example) sootOutput/foo/bar.class contains  
> "foo.bar" and not "sootOutput.foo.bar".
> 
> Is there any way to make it ignore the .class files in the  
> "sootOutput" directory w/o deleting the sootOutput directory manually?
> 
> 
> Niko
> _______________________________________________
> Soot-list mailing list
> Soot-list at sable.mcgill.ca
> http://mailman.cs.mcgill.ca/mailman/listinfo/soot-list
> 


More information about the Soot-list mailing list