Raible, Matt wrote:
That's a good idea. I am using Ant currently, but hadn't thought of doing this. The only problem is that I use NetBeans, which requires that the source code be stored in the proper package directory structures.Use Ant to build everything - and tell it where you want your compiled classes to end up.
But, now that I think of it, I can use Ant to rearrange the source files to the appropriate directory structure upon checkout, so that I can work with them. In other words, a target that builds the package directory structure and copies the files to their appropriate places.
Can Ant read the package declarations of the source files to determine where they should be placed, or will I have to hard code the paths into the <Copy> tasks?
Erik
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
