You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2020/02/26 21:15:17 UTC

[GitHub] [accumulo] ctubbsii commented on issue #1532: Build environment - class not found org/apache/tools/ant/taskdefs/Execute - used by commons-configuration

ctubbsii commented on issue #1532: Build environment - class not found org/apache/tools/ant/taskdefs/Execute - used by commons-configuration
URL: https://github.com/apache/accumulo/issues/1532#issuecomment-591647622
 
 
   In the 1.9 branch, we have a dependency on commons-configuration 1.6. That dependency's pom.xml declares an optional dependency on an older version of ant:
   
   ```xml
       <dependency>                                                                                    
         <groupId>ant</groupId>                                                                        
         <artifactId>ant</artifactId>                                                                  
         <version>1.6.5</version>                                                                      
         <optional>true</optional>                                                                     
       </dependency>
   ```
   
   It appears that your IDE is trying to include that dependency, but it is unavailable on your IDE's class path. I do not know enough about IntelliJ to know why it's even trying to include this dependency at all, but it is most certainly a problem specific to your environment, and not necessarily one for Accumulo.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services