You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Robert Muir (Commented) (JIRA)" <ji...@apache.org> on 2012/04/03 05:38:32 UTC

[jira] [Commented] (LUCENE-3944) ant clean should remove pom.xml's

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

Robert Muir commented on LUCENE-3944:
-------------------------------------

steps to reproduce current craziness:

cd solr/
ant generate-maven-artifacts
cd ..
ant clean clean-jars
cd solr/contrib/langid
ant dist-maven <-- works
now go back to the root
find . -name pom.xml | xargs rm -f
ant clean clean-jars
ant cd solr/contrib/langid
ant dist-maven <-- fails
                
> ant clean should remove pom.xml's
> ---------------------------------
>
>                 Key: LUCENE-3944
>                 URL: https://issues.apache.org/jira/browse/LUCENE-3944
>             Project: Lucene - Java
>          Issue Type: Improvement
>          Components: general/build
>            Reporter: Chris Male
>            Priority: Blocker
>             Fix For: 3.6, 4.0
>
>
> Currently once the pom.xml's are in place, its hard to get them out.  Having them can be a little trappy when you're trying to debug the bug.  We should facilitate their removal during clean.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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