Hi Filip,

I indeed have an idea: someone requested to attach the HTTP-Server MBean to
a dedicated jboss-logger. That´s what the code is for.  The static
Log.createLog(Object pObject) method 
should be in any up-to-date jboss.jar against which you compile (mabye try
to replace 
the one you put under zoap/lib/ext with a new one, or extend the CLASS_PATH
to include the
current jboss-dist before running make?)

Best,
CGJ

-----Ursprüngliche Nachricht-----
Von: Filip Hanik [mailto:[EMAIL PROTECTED]]
Gesendet: Samstag, 10. Februar 2001 01:32
An: jBoss Developer
Betreff: [jBoss-Dev] Building ZOAP fails


dear Christoph,
any idea why I get this when I build the ZOAP tree?
/Filip
compile:
    [javac] Compiling 170 source files to
D:\Development\jboss\zoap\build\lib\cl
asses
    [javac] D:\Development\jboss\zoap\src\org\jboss\zoap\HttpServer.java:46:
can
not resolve symbol
    [javac] symbol  : method createLog  (java.lang.String)
    [javac] location: class org.jboss.logging.Log
    [javac]     Log log = Log.createLog("HttpServer");
    [javac]                  ^
    [javac] 1 error

~
Namaste - I bow to the divine in you
~
Filip Hanik
Software Architect
[EMAIL PROTECTED]
www.filip.net
----- Original Message -----
From: "Filip Hanik" <[EMAIL PROTECTED]>
To: "jBoss Developer" <[EMAIL PROTECTED]>
Sent: Friday, January 19, 2001 10:13 AM
Subject: Re: [jBoss-Dev] Building ZOAP with JDK1.3


> Hi Christoph,
> I got it to compile, this is what I had to do in order for it to work,
>
> 1. Add in %JAVA_HOME%/lib/tools.jar to my system classpath
> 2. Download ejb.jar and add it in to the classpath
> 3. download jmxri.jar and add it to the classpath
>
> then it compiled fine.
> maybe it would be a good idea to add in the missing jar files (ejb.jar and
> jmxri.jar) to the zoap/lib/ext (unless there is a licensing issue of
course
> :)
>
> thanks for your reply
>
> Filip
>
> ~
> Namaste - I bow to the divine in you.
> ~
> Filip Hanik
> Technical Architect
> [EMAIL PROTECTED]
>
> ----- Original Message -----
> From: "Jung , Dr. Christoph" <[EMAIL PROTECTED]>
> To: "'jBoss Developer'" <[EMAIL PROTECTED]>
> Sent: Thursday, January 18, 2001 11:50 PM
> Subject: AW: [jBoss-Dev] Building ZOAP with JDK1.3
>
>
> Hi Filip,
>
> I just removed the compiler-mode "classic" setting from the makefile. I
have
> no idea whether this helps you with your JDK1.3 ... I use a detached
> tools.jar in combination with a JRE1.3 for driving ant and had no problem
> with the setting.
>
> JDK1.2.2 won´t do the job as we depend on the Dynamic Proxies which are
1.3
> specific.
>
> Best,
> CGJ
>
> -----Ursprüngliche Nachricht-----
> Von: Filip Hanik [mailto:[EMAIL PROTECTED]]
> Gesendet: Donnerstag, 18. Januar 2001 21:03
> An: jBoss Developer
> Betreff: [jBoss-Dev] Building ZOAP with JDK1.3
>
>
> /zoap/bin/make
>
> BUILD FAILED
> D:\Development\jboss\zoap\bin\..\etc\makefiles\zoap.xml:95: Cannot use
> classic compiler, as it is not available A common solution is to set the
> environment variable JAVA_HOME to your jdk directory.
>
> since the JDK1.3 uses the modern compiler. Should I get Jdk1.2.2 to do
this,
> or will there be a solution?
> thanks
> Filip
> ~
> Namaste - I bow to the divine in you.
> ~
> Filip Hanik
> Technical Architect
> [EMAIL PROTECTED]
>
> ----- Original Message -----
> From: "marc fleury" <[EMAIL PROTECTED]>
> To: "jBoss Developer" <[EMAIL PROTECTED]>
> Sent: Thursday, January 18, 2001 11:08 AM
> Subject: [jBoss-Dev] website back online
>
>
> on a temporary location will be moving soon
>
> marc
>
>
> |-----Original Message-----
> |From: [EMAIL PROTECTED]
> |[mailto:[EMAIL PROTECTED]]On Behalf Of Jay Walters
> |Sent: Wednesday, January 17, 2001 7:40 PM
> |To: 'jBoss Developer'
> |Subject: RE: [jBoss-Dev] Website Update
> |
> |
> |Is CVS available?  If so would somebody please send me the CVS
information
> |so I can configure JCVS to access it.
> |
> |Thanks
> |Jay Walters
> |
> |-----Original Message-----
> |From: Juha-P Lindfors [mailto:[EMAIL PROTECTED]]
> |Sent: Wednesday, January 17, 2001 3:45 PM
> |To: [EMAIL PROTECTED]; [EMAIL PROTECTED];
> |[EMAIL PROTECTED]
> |Subject: [jBoss-Dev] Website Update
> |
> |
> |
> |Hi,
> |
> |The jboss.org website is currently unavailable (as many of you have
> |noticed) but will be back shortly as soon as the site has moved to
> |a new provider. Marc is currently unable to send/read this mailing
> |list but you can talk to him on the #jboss.org IRC channel on IRCNet
> |servers.
> |
> |Apologies for the inconvenience the move is causing. Everything
> |will be back to normal in a couple of days.
> |
> |
> |-- Juha
> |
> |
> |
>
>


Reply via email to