Watch out  for the backslashes; try forward slashes instead or
escape the backslashes as in:

   jmx-extra.jar=c:/javatools/jmx_1.1_ri_bin/lib/jmxtools.jar
or
   jmx-extra.jar=c:\\javatools\\jmx_1.1_ri_bin\\lib\\jmxtools.jar


At 09:35 24.05.2002 -0400, [EMAIL PROTECTED] wrote:

>This is what I have.  I'm getting a different error now.  I've tried it
>with both 1.1 and 1. 0 and neither seem to work.  Is there a trick I'm
>missing?
>
>build.jmx:
>     [javac] Compiling 7 source files to C:
>\javatools\jakarta-log4j-1.2.2\dist\cl
>asses
>     [javac] C:
>\javatools\jakarta-log4j-1.2.2\src\java\org\apache\log4j\jmx\Agent
>.java:7: cannot resolve symbol
>     [javac] symbol  : class HtmlAdaptorServer
>     [javac] location: package comm
>     [javac] import com.sun.jdmk.comm.HtmlAdaptorServer;
>     [javac]                          ^
>     [javac] C:
>\javatools\jakarta-log4j-1.2.2\src\java\org\apache\log4j\jmx\Agent
>.java:24: cannot resolve symbol
>     [javac] symbol  : class HtmlAdaptorServer
>     [javac] location: class org.apache.log4j.jmx.Agent
>     [javac]     HtmlAdaptorServer html = new HtmlAdaptorServer();
>     [javac]     ^
>     [javac] C:
>\javatools\jakarta-log4j-1.2.2\src\java\org\apache\log4j\jmx\Agent
>.java:24: cannot resolve symbol
>     [javac] symbol  : class HtmlAdaptorServer
>     [javac] location: class org.apache.log4j.jmx.Agent
>     [javac]     HtmlAdaptorServer html = new HtmlAdaptorServer();
>     [javac]                                  ^
>     [javac] Note: Some input files use or override a deprecated API.
>     [javac] Note: Recompile with -deprecation for details.
>     [javac] 3 errors
>
>It seems to go down the package tree and then burps on comm.  The file is
>inside jmxtools.jar, just as you mentioned.  I'm using a windows box so
>there shouldn't be any read permission issues.
>
>
># Required to build the org.apace.log4j.jmx package.
>jmx.jar=c:\javatools\jmx_1.1_ri_bin\lib\jmxri.jar
>jmx-extra.jar=c:\javatools\jmx_1.1_ri_bin\lib\jmxtools.jar
>

--
Ceki


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to