Fri, 21 Jan 2005 17:53:30 +0100, Paolo Ariano <[EMAIL PROTECTED]> wrote:
> still have the same error, adding JAVACMD it stops before, i've also > added as suggested: > DEB_CLASSPATH := > $(ANT_HOME)/lib/ant.jar:$(ANT_HOME)/lib/ant-launcher.jar:$(ANT_HOME)/usr/java/jdk1.5.0_01/lib/tools.jar -----------------------------------------------------------^^^^^^^^^^^ This is wrong! A good DEB_CLASSPATH could be: DEB_CLASSPATH := $(ANT_HOME)/lib/ant.jar:\ $(ANT_HOME)/lib/ant-launcher.jar:\ $(JAVA_HOME)/lib/tools.jar > i'm coming crazy, i think that i'm so near to the .deb but still so far > to the solution Not so far I think ;-) -- .''`. : :' :rnaud `. `' `- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]