Date: Mon, 24 Feb 2003 15:47:51 +0100 From: Palle Girgensohn <girgen@pingpong.net> To: znerd@freebsd.org Cc: ports@freebsd.org Subject: problem with FreeBSD ant port? Message-ID: <170040000.1046098071@rambutan.pingpong.net>
next in thread | raw e-mail | index | archive | help
Hi, I have a problem with the FreeBSD jakarta-ant port. Maybe this can be fixed using some ant xml magic, but I haven't found anything. The problem is that the ant shell script wrapper includes $localbase/classes/java/*.jar. If a port tries to build a jar that should go into that directory, and an earlier version of the port is already installed, it seems that ant sometimes refers to installed classes in that jar, instead of using the sources. At least this happens for the databases/postgresql-jdbc port in some cases. Does ant really need all of $localbase/classes/java/*.jar? It makes it a bit undeterministic, doesn't it? Perhaps including $localbase/classes/java/crimson.jar would be sufficient? Or, do you know of a way to remove items from the classpath from a build.xml file? Any input appreciated! Regards, Palle Girgensohn To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?170040000.1046098071>