|
From: H. B. M. <mc...@cs...> - 2003-07-22 13:50:21
|
> Now, after I've done that it has problems with DesqueTableCellRenderer as it > reffers to AlbumDataModel class, which doesn't exist and Album class, which > isn't imported. Brent and I were making a bunch of minor changes yesterday, and some files got added prematurely. If you do a cvs update now everything should compile. Keep the questions coming, we're working on getting things cleaned up and packaged so we can put out a release in the near future, so any comments and suggestions are appreciated. Have fun. - Brendan > > ----- Original Message ----- > > > Michal, > > > > You probably need to compile that file seperately before running ant. Try > > compiling JigsManifestTask by hand, i.e., java -source 1.4 > > JigsManifestTask.java, and then running ant. If that isn't the problem, > send > > another email. > > > > - Brendan > > > > On Monday 21 July 2003 01:44 pm, Michal Sankot wrote: > > > Heya, > > > I just CVSed JIGS from sourceforge and when I try to run Ant I get: > > > > > > ------------------------------------------------------------------------ > > > Buildfile: build.xml > > > BUILD FAILED > > > file:E:/jigs/jigs/build.xml:18: taskdef class JigsManifestTask cannot be > > > found > > > ------------------------------------------------------------------------ > > > > > > JigsManifestTask.java is sitting in the same dir (/jigs) where I run > Ant. > > > > > > What's wrong with it ? > > > Michal > > > > > > OS: W2000 > > > Ant: 1.5.1 > > > |