I am currently manually copying SmartGWT libs into my war/lib folder for deployment. I am using eclipse and the google eclipse plugin.
I know there are better ways to do this:
1) Create an ant build that copies the jar files. Manually update the ant build when needed.
2) Use the eclipse WTP assembly feature. I'm curious to know if I can use this in the standard eclipse (non-J2EE) version.
How do you assemble your deployments?
I know there are better ways to do this:
1) Create an ant build that copies the jar files. Manually update the ant build when needed.
2) Use the eclipse WTP assembly feature. I'm curious to know if I can use this in the standard eclipse (non-J2EE) version.
How do you assemble your deployments?
Comment