Sorry, I assumed that ./build.sh clean main would build everything,
especially since the iiop tests appear to be running (and failing)

Could we perhaps have the default target compile everything, and have a
"core" target that compiles the things that are expected to work?  This
happened once before when I changed something that broke clustering and
didn't know it since it wasn't in the main build.

Thanks
david jencks

On 2002.04.15 05:13:29 -0400 Scott M Stark wrote:
> It will have to be a seperate service release with instructions on how
> to incorporate because iiop is broken right now:
> 
> 
>     ==  Executing 'most' in module 'iiop'...
>     ==
> 
> _buildmagic:init:
> 
> configure:
> 
> init:
> 
> compile-classes:
>     [mkdir] Created dir:
> /home/starksm/3.0.0/jboss-all/iiop/output/classes/main
>     [javac] Compiling 75 source files to
> /home/starksm/3.0.0/jboss-all/iiop/output/classes/main
> /home/starksm/3.0.0/jboss-all/iiop/src/main/org/jboss/iiop/WebCL.java:11:
> cannot resolve symbol
> symbol  : class UnifiedClassLoader
> location: package system
> import org.jboss.system.UnifiedClassLoader;
>                         ^
> /home/starksm/3.0.0/jboss-all/iiop/src/main/org/jboss/iiop/WebCL.java:29:
> cannot resolve symbol
> symbol  : class UnifiedClassLoader
> location: class org.jboss.iiop.WebCL
>     public WebCL(ObjectName container, UnifiedClassLoader parent)
>                                        ^
> /home/starksm/3.0.0/jboss-all/iiop/src/main/org/jboss/proxy/compiler/IIOPStu
> bCompiler.java:107: warning: org.jboss.proxy.compiler.ProxyAssembler in
> org.jboss.proxy.compiler has been deprecated
>    private static void generateMethodCode(ProxyAssembler asm,
>                                           ^
> /home/starksm/3.0.0/jboss-all/iiop/src/main/org/jboss/proxy/compiler/IIOPStu
> bCompiler.java:107: warning: org.jboss.proxy.compiler.ProxyAssembler in
> org.jboss.proxy.compiler has been deprecated
>    private static void generateMethodCode(ProxyAssembler asm,
>                                           ^
> /home/starksm/3.0.0/jboss-all/iiop/src/main/org/jboss/proxy/compiler/IIOPStu
> bCompiler.java:251: warning: org.jboss.proxy.compiler.ProxyAssembler in
> org.jboss.proxy.compiler has been deprecated
>       ProxyAssembler asm =
>       ^
> /home/starksm/3.0.0/jboss-all/iiop/src/main/org/jboss/proxy/compiler/IIOPStu
> bCompiler.java:252: warning: org.jboss.proxy.compiler.ProxyAssembler in
> org.jboss.proxy.compiler has been deprecated
>          new ProxyAssembler(stubClassName,
>              ^
> 2 errors
> 4 warnings
> 
> ----- Original Message -----
> From: "Jason Dillon" <[EMAIL PROTECTED]>
> To: "Scott M Stark" <[EMAIL PROTECTED]>
> Cc: <[EMAIL PROTECTED]>
> Sent: Monday, April 15, 2002 2:01 AM
> Subject: Re: [JBoss-dev] RC1 release branch occuring at 00:00
> 
> 
> > Are you building with -Dgroups=most?
> >
> > Otherwise iiop will not be included in the build... or do you mean
> > instructions on how to build & configure?
> >
> > --jason
> >
> >
> > Quoting Scott M Stark <[EMAIL PROTECTED]>:
> >
> > >
> > > Then we can just post directions on how to setup and try iiop
> > > with the RC1 binary I'm building now. Next release it can be
> > > configured by default.
> 
> 
> 
> _______________________________________________
> Jboss-development mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-development
> 
> 

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to