When using eclipse with pdflatex I want it to create the pstricks Images automatically. The classical way (without eclipse or texlipse) would be:
latex test.tex
dvips -o test-pics.ps test.dvi
ps2pdf test-pics.ps
and then one would use pdflatex. How can I make texlipse do this automatically for me?