[
http://jira.codehaus.org/browse/CONTINUUM-2486?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=214314#action_214314
]
Bob Verbrugge commented on CONTINUUM-2486:
------------------------------------------
Sorry, <buildDefinitionTemplates> is not duplicated, that's a typo. What is
wrong is that the <buildDefinitions> tag is not generated and you then indeed
get an error when importing the file. As far as I can see the bug is introduced
in file Backup.java function backupAllBuildDefinitionTemplates(), here are
startTag( "buildDefinitions", true );
and
endTag( "buildDefinitions", true );
missing.
> Error in backup output of builddefinition templates
> ----------------------------------------------------
>
> Key: CONTINUUM-2486
> URL: http://jira.codehaus.org/browse/CONTINUUM-2486
> Project: Continuum
> Issue Type: Bug
> Components: XMLRPC Interface
> Affects Versions: 1.3.6 (Beta)
> Environment: Windows XP
> Reporter: Bob Verbrugge
>
> org.apache.maven.continuum.xmlrpc.backup.Backup produces output w/o
> <buildDefinitions> tags:
>
> <buildDefinitionTemplates>
> <buildDefinitionTemplates>
> <buildDefinition>
> .....
> </buildDefinition>
> </buildDefinitionTemplate>
> <buildDefinitionTemplates>
> instead of
> <buildDefinitionTemplates>
> <buildDefinitionTemplates>
> <buildDefinitions>
> <buildDefinition>
> .....
> </buildDefinition>
> </buildDefinitions>
> </buildDefinitionTemplate>
> <buildDefinitionTemplates>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira