[Anthill-pro] Re: [Anthill-dev] AnthillPro interface different than
web interface
Eric Minick
etm at urbancode.com
Fri Jul 7 12:06:37 CDT 2006
Jerónimo,
There isn't anything currently in place that would do this.
Your best bet is probably a custom module, which we can provide some
pointers on. Another common approach is to set up a template project
that has no schedule and whose security restraints keep anyone but
administrators from using it. Then you copy that project around and
tweak settings to configure a new project.
One could imagine this being done via scripting as well. You would set
up a 'generate project' Anthill project which would have a
FileSystemRepository driver and would point at the location where you
dump your configuration xml files. A script could be triggered that
would read the xml file and do it's thing. But if you're going to be
fooling around with that much in depth work in the UI, you probably want
to be working with compiled code in a module.
Support for importing projects via xml is present in Anthill3 though.
There's also export functionality. That makes setting up a project
template pretty straightforward there as well as sharing project
patterns between organizations.
Regards,
Eric
Jerónimo Córdoba Majuelo wrote:
>
>
> Hi all,
>
>
>
> I am currently evaluating AnthillPro 2.6.1 and I am wondering if it is
> possible to create projects, repository configurations, branches and
> buildtracks using other interfaces different than the web interface.
>
>
>
> I know there is not any command-line interface but the existence of
> the AnthillPro API makes think about the possibility of creating an
> independent Java application to create new project configurations for
> AnthillPro.
>
>
>
> On the other hand, I am aware that AnthillPro can be extended via
> scripts, the VCS Driver Library and modules. Scripts do not seem to be
> the solution because they appear to be related to some configuration
> options only and VCS Driver Library is not what I need to do. Maybe
> creating a new module wich accepts some xml file as input could be a
> good approach, but I ignore if someone out there has ever found some
> other method.
>
>
>
> I would appreciate any help about this subject.
>
>
>
>
>
> Regards,
>
> Jerónimo
>
>
>
>
>
>
>
>
>
>
>
>------------------------------------------------------------------------
>
>_______________________________________________
>Anthill-dev mailing list
>Anthill-dev at lists.urbancode.com
>http://lists.urbancode.com/mailman/listinfo/anthill-dev
>
>
More information about the Anthill-pro
mailing list