I am building in Netbeans and I believe that Luc is correct. I initially had problems until I included the junit.jar. (junit-4.8.2.jar)
PS What is your approach to the covariance matrix? Are you building a sum of squares matrix or keeping updates of the mean, ... etc? On Wed, Aug 17, 2011 at 1:22 PM, Luc Maisonobe <luc.maison...@free.fr>wrote: > Hi Patrick, > > Le 17/08/2011 18:15, Patrick Meyer a écrit : > > I am workin on the StorelessCovariance per jira MATH-449. However, I'm >> having a hard time using subversion via Netbeans. I have successfully >> created the new classes and a JUnit test. However, when I run the test I >> get the following message, >> >> "caused an ERORR: Absent Code attribute in method that is not native or >> abstract in class file org/apache/commons/math/**TestUtils" >> > > Do you have a complete implementation of JUnit in your classpath or only > the top level API ? > > It seems similar to this: <http://www.andrejkoelewijn.** > com/wp/2010/03/04/absent-code-**attribute-in-method-that-is-** > not-native-or-abstract/<http://www.andrejkoelewijn.com/wp/2010/03/04/absent-code-attribute-in-method-that-is-not-native-or-abstract/>> > or this <http://dominikdorn.com/2010/**05/maven-junit-** > classformaterror-absent-code-**attribute/<http://dominikdorn.com/2010/05/maven-junit-classformaterror-absent-code-attribute/>> > and hence elated to API and implementation separation. > > Apache Commons Math does not have any runtime dependency and the only test > time dependency is JUnit. > > Luc > > > > >> Any help would be appreciated. I have a lot to contribute to commons >> math but my lack of experience with subversion is really hindering me. >> >> Thanks, >> Patrick >> >> ------------------------------**------------------------------**--------- >> To unsubscribe, e-mail: >> dev-unsubscribe@commons.**apache.org<dev-unsubscr...@commons.apache.org> >> For additional commands, e-mail: dev-h...@commons.apache.org >> >> > > ------------------------------**------------------------------**--------- > To unsubscribe, e-mail: > dev-unsubscribe@commons.**apache.org<dev-unsubscr...@commons.apache.org> > For additional commands, e-mail: dev-h...@commons.apache.org > >