| Michelle Caisse 2005-06-06, 7:49 am |
| That's the information I needed. Thanks very much, Michael.
-- Michelle
Michael Bouschen wrote:
> Hi Michelle,
>
>
>
> Today the goal runtck run the configuration specified with the
> property jdo.tck.configuration. If you want to run a different
> configuration you either change the setting of jdo.tck.configuration
> in project.properties or set using the -D option it when calling maven
> (e.g. maven -Djdo.tck.configuration=conf/my.conf runtck).
> maven allows to set properties inside a goal and then call another
> goal. The following should run the tck with the configuration from
> conf/my.conf:
> <j:set var="jdo.tck.configuration" value="conf/my.conf"/>
> <attainGoal name="runtck"/>
> So maybe we can have a new property that just lists all the
> configuration files you want to run and then run the above in a loop
> iterating the configuration list.
>
> I did not try this, I'm just thinking loud here ...
>
> Regards Michael
>
>
>
|