I have compiled jetty plugin with JVM Sun 1.3.1 but I have the same
problem :-(

The patch resolves the problem...

java -version

java version "1.3.1"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1-b24)
Java HotSpot(TM) Client VM (build 1.3.1-b24, mixed mode)

        Claudio

> -----Original Message-----
> From: Julian Gosnell [SMTP:[EMAIL PROTECTED]]
> Sent: Friday, February 01, 2002 2:26 PM
> To:   [EMAIL PROTECTED]
> Subject:      Re: [JBoss-dev] [PATCH] Cannot compile Jetty Plugin in
> HEAD
> 
> 
> I've just been told that the Sun 1.3 JVM ignores the
> sar on the classpath whereas the 1.3.1 is quite happy
> just to treat it as another jar.
> 
> I shall try to figure out a better way around this
> this evening.
> 
> Sorry to break your build, guys.
> 
> If you can't wait, get a 1.3.1 JVM down now !
> 
> Jules
> 
> 
>  --- Patrick Mau <[EMAIL PROTECTED]> wrote: > Hallo
> everyone,
> > 
> > I'm still unable to build JBoss 3 and I have a
> > temporary
> > workaround for Jetty's build.xml. This is not a fix.
> > I'm just
> > wondering whats wrong with the
> > jbossha-httpsession.sar
> > file.
> > 
> > Error:
> > compile-classes:
> >     [javac] Compiling 328 source files to
> >
> /usr/src/jboss/jboss-all/plugins/jetty/output/classes
> >     [javac]
> >
> /usr/src/jboss/jboss-all/plugins/jetty/src/main/org/jboss/jetty/sessio
> n/ClusteredHttpSessionData.java:20:
> > cannot resolve symbol
> >     [javac] symbol  : class SerializableHttpSession
> >     [javac] location: package interfaces
> >     [javac] import
> >
> org.jboss.ha.httpsession.interfaces.SerializableHttpSession;
> > 
> > Patch:
> > 
> > --- build.xml.orig      Fri Feb  1 12:36:41 2002
> > +++ build.xml   Fri Feb  1 12:34:49 2002
> > @@ -177,7 +177,8 @@
> >       <property name="jboss.cluster.root"
> > value="${project.root}/cluster/output"/>
> >       <property name="jboss.cluster.lib"
> > value="${jboss.cluster.root}/lib"/>
> >       <path id="jboss.cluster.classpath">
> > -       <pathelement
> >
> path="${jboss.cluster.lib}/jbossha-httpsession.sar"/>
> > +       <pathelement
> > path="${jboss.cluster.root}/classes"/>
> > +<!--   <pathelement
> >
> path="${jboss.cluster.lib}/jbossha-httpsession.sar"/>
> > -->
> >       </path>
> > 
> >      <!-- The combined dependent module classpath
> > -->
> > 
> > cheers,
> > Patrick
> > 
> > PS: Sorry for the layout. I had some trouble with
> > the Web Forum.
> > 
> >
> _________________________________________________________
> > View thread online:
> >
> http://main.jboss.org/thread.jsp?forum=66&thread=7689
> > 
> > _______________________________________________
> > Jboss-development mailing list
> > [EMAIL PROTECTED]
> >
> https://lists.sourceforge.net/lists/listinfo/jboss-development 
> 
> __________________________________________________
> Do You Yahoo!?
> Everything you'll ever need on one web page
> from News and Sport to Email and Music Charts
> http://uk.my.yahoo.com
> 
> _______________________________________________
> 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