[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: javac problem compiling a new .deb



Fri, 21 Jan 2005 17:53:30 +0100, 
Paolo Ariano <paolo.ariano@unito.it> 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
 `. `'  
   `-    



Reply to: