[Anthill-pro] CVS module paths in Anthill3

Varban vvv at urbancode.com
Tue Oct 17 09:59:03 CDT 2006


Byron,

one of the reasons for this behavior is to avoid collisions of files with the 
same name in different modules. For instance, if you checkout two modules 
called A and B and they both contain the a.java class then there is going to 
be a problem if we checked the modules out to the same location. Since 3.0 
supports multiple module checkout for the same build (which is not directly 
supported in 2.x) we need to make sure that we also create the directory 
structure for the modules and not just check the contents out.

Regards,
Varban

On Tuesday 17 October 2006 10:17, Byron Appelt wrote:
> In our build, we chack out "sub" modules from CVS for example, one of
> the projects checks out the module M2MPlatform/Base/sl_devicemodel.
> With anthill 2.x, this would get checked-out into a directory that
> started at that level. However, with Anthill3 it maintains the
> directory structure forcing me to specify the full path all over the
> place, for example, the buildfile must be specified as
> M2MPlatform/Base/sl_devicemodel/build.xml instead of just build.xml.
> THis is very annoying as it makes configuration more difficult and I
> can't just copy a project as a template and make one or two edits, I
> have to fix all the paths.
>
> Is there a way to change this behavior?
> _______________________________________________
> Anthill-pro mailing list
> Anthill-pro at lists.urbancode.com
> http://lists.urbancode.com/mailman/listinfo/anthill-pro


More information about the Anthill-pro mailing list