Hi,
We are importing 19 projects into WSAD (Eclipse). This takes alot of
clicks. Can I save this off but allow others to change the source
directory? I cannot get the tool to select more than one project to
import at a time. Can I get it to import everything beneath a certain
directory? Maybe can I let each developer install WASD and then just do
copy of my WSAD directory assumign same dirs for WSAD and for src?
Thansk,
TimJowers
Dirk Höpfner - 10 Sep 2005 09:51 GMT
timjowers@gmail.com schrieb:
> Hi,
>
> We are importing 19 projects into WSAD (Eclipse). This takes alot of
> clicks.
[snip]
Hi Tim,
in a bigger Project with WSAD 4.0.3 wie used an ANT-Script to do this
task.
It was developed using a technical arcticle from IBM developer works:
http://www-128.ibm.com/developerworks/websphere/library/techarticles/0203_searle
/searle1.html
There was the one ant build project which fetches the other projects
from CVS and made a initial build.
Hope that helps
DIrk