You can add configure flags to not generate any of the client libraries you do not need.
./configure --without-java --without-csharp --without-erlang --without-perl use ./configure --help for a full list of available clients. Can you also please go into the lib/java folder and run ant -verbose -debug and email the output Thanks Jake On Aug 3, 2011, at 8:27 AM, Eric Djatsa wrote: > Hello, > I encounter an error while trying to build thrift. When I launch "make"in > the setup folder I get the following error : > > BUILD FAILED > thrift-0.6.1/lib/java/build.xml:259: artifact:pom doesn't support the > "groupId" attribute > > My linux distribution is SUSE Linux Enterprise Server 11 (x86_64). > Ant version : Apache Ant(TM) version 1.8.2 compiled on December 20 2010 > Maven version : Apache Maven 3.0.3 (r1075438; 2011-02-28 18:31:09+0100) > > Anyone has an idea of how to solve this issue ? Is it possible to build only > the python modules for thrift, if yes how do I do this ? ( I need them in > order be able to run the apache-cassandra python benchmarks) > > Best regards, > > Eric