Hello All!

Fighting with my problem I found a bug: the classpath which is passed
to compiler contains colon instead of semicolon. Here is the diff:
Index: ejboss/src/java/org/ejboss/proxy/ProxyFactory.java
===================================================================
RCS file: /products/cvs/ejboss/ejboss/src/java/org/ejboss/proxy/ProxyFactory.java,v
retrieving revision 1.3
diff -r1.3 ProxyFactory.java
192c192
<                                                                 " -classpath 
"+properties.getProperty("java.class.path")+":"+properties.getProperty("jarfile")+
---
>                                                                 " -classpath 
>"+properties.getProperty("java.class.path")+";"+properties.getProperty("jarfile")+

But this doesn't helped me:
< :(
---
> ;(

Okay, I am going back to 095 release...

Best regards,
  Oleg Nitz
  Project Manager
  Integrated Banking Information Systems




--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Problems?:           [EMAIL PROTECTED]

Reply via email to