Re: [Plplot-devel] Java dependencies for plplot.jar

2006-12-06 Thread Alan W. Irwin
On 2006-12-06 08:37- Andrew Ross wrote: > Investigation showed that cross-directory depends do work, at least in > this case. I have manually added the list of .class files from > plplot/core to the DEPENDS for ${CMAKE_CURRENT_BINARY_DIR}/plplot.jar > and this appears to correctly rebuild. > >

Re: [Plplot-devel] Java dependencies for plplot.jar

2006-12-06 Thread Andrew Ross
Alan, I think I now have a working, if not elegant, solution. > I am a little concerned about the coincidence in names between your > custom command OUTPUT file and your custom target. That would have > caused a problem for 2.4.4 with exactly the symptoms you see (nothing > happens), but that

Re: [Plplot-devel] Java dependencies for plplot.jar

2006-12-05 Thread Andrew Ross
Alan, Thanks for the advice. Further comments below. On Tue, Dec 05, 2006 at 11:07:14AM -0800, Alan Irwin wrote: > On 2006-12-05 17:21- Andrew Ross wrote: > > I am a little concerned about the coincidence in names between your custom > command OUTPUT file and your custom target. That would

Re: [Plplot-devel] Java dependencies for plplot.jar

2006-12-05 Thread Alan W. Irwin
On 2006-12-05 17:21- Andrew Ross wrote: > > While testing the latest version of plplot I noticed that the dependencies > for the java library plplot.jar are not right. I've partially fixed it, > but I'd like some cmake advice on the complete fix. > > It's somewhat complicated because of bugs i