windows - what gotchas using cygwin for java development? -
we're using windows, linux , solaris our development. currently, on windows, we're using windows shell , batch(.bat) scripts run build related scripts. use subversion our version control tool.
we want standardize on bash scripts work same on windows, linux , solaris. issues can expect if want move windows dev environment cmd.exe cygwin ?
also, we're using ant moving maven soon. eclipse our dev environment.
if helps @ all, we're developing multi-threaded servers -- product runs in production on solaris or linux(not on windows).
thank you,
it's easier not use shell scripts or batch files @ all. maven should able put in script, , it's cross-platform.
Comments
Post a Comment