gallio + nant + teamcity, build error "unexpected runner-extension"

61 views
Skip to first unread message

suedeuno

unread,
Feb 3, 2010, 1:24:25 PM2/3/10
to gallio-dev
Getting build error "Unexpected attribute "runner-extension" on
element <gallio>." using the following:

<target name="load_tasks">
<loadtasks assembly="${assemblies.output.dir}\Gallio.NAntTasks.dll" /
>
</target>

<target name="run_gallio_tests" depends="load_tasks">
<gallio runner-
extension="TeamCityExtension,Gallio.TeamCityIntegration"
working-directory="${assemblies.output.dir}"
failonerror="true"
echo-results="true">
<assemblies>
<include name="${assemblies.output.dir}\$
{test.assembly.name}"/>
</assemblies>
</gallio>

Anyone see something I'm missing? All of the dependent assemblies are
added in TeamCity.

Jeff Brown

unread,
Feb 4, 2010, 3:08:25 AM2/4/10
to galli...@googlegroups.com
Remove the runner-extension attribute.

If you're using Gallio v3.1 or more recent, you'll find it isn't even necessary.  TeamCity integration will be enabled automatically.

Jeff.


--
You received this message because you are subscribed to the Google Groups "gallio-dev" group.
To post to this group, send email to galli...@googlegroups.com.
To unsubscribe from this group, send email to gallio-dev+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/gallio-dev?hl=en.


Reply all
Reply to author
Forward
0 new messages