[ 
https://issues.apache.org/jira/browse/SOLR-4792?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13680690#comment-13680690
 ] 

Steve Rowe edited comment on SOLR-4792 at 6/11/13 9:29 PM:
-----------------------------------------------------------

{{ant validate-maven-dependencies}} is failing now (and has failed a couple of 
Jenkins runs), because the {{-validate-maven-dependencies}} target in 
{{solr/build.xml}} calls {{-validate-maven-dependencies}} in {{solr/webapp}}, 
but there is no longer a {{pom.xml}} file for that dir, so the target, and the 
build, fails.

When I add the following to {{solr/webapp/build.xml}}, the build succeeds:

{code:xml}
  <!-- nothing to do -->
  <target name="-validate-maven-dependencies"/>
{code}

Committing shortly.
                
      was (Author: steve_rowe):
    {{ant validate-maven-dependencies}} is failing now (and has failed a couple 
of Jenkins runs), because the {{-validate-maven-dependencies}} target in 
{{solr/build.xml}} calls {{-validate-maven-dependencies}} in {{solr/webapp/}}, 
but there is no longer a {{pom.xml}} file for that dir, so the target, and the 
build, fails.

When I add the following to {{solr/webapp/build.xml}}, the build succeeds:

{code:xml}
  <!-- nothing to do -->
  <target name="-validate-maven-dependencies"/>
{code}

Committing shortly.
                  
> stop shipping a war in 5.0
> --------------------------
>
>                 Key: SOLR-4792
>                 URL: https://issues.apache.org/jira/browse/SOLR-4792
>             Project: Solr
>          Issue Type: Task
>          Components: Build
>            Reporter: Robert Muir
>            Assignee: Robert Muir
>             Fix For: 5.0
>
>         Attachments: SOLR-4792.patch
>
>
> see the vote on the developer list.
> This is the first step: if we stop shipping a war then we are free to do 
> anything we want. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to