Hi, I'm using B7.
I have defined a pre goal which checks out code from VSS before compiling. However
when I run the Site goal the pre goal is run before & after generating the site see
below. Any ideas why?
/c
<preGoal name="java:compile">
<vssget localPath="${java.src.local}"
recursive="true"
login="${config.vss.uid},${config.vss.pwd}"
serverPath="${vss.server.path}"
vsspath="${vss.project.client}"
writable="true">
</vssget>
</preGoal>
</project>
