You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Joel <re...@ddcom.co.jp> on 2004/06/29 12:00:37 UTC

target release conflicts with default source?

I tried google against jakarta.apache.org and marc.theaimsgroup.com and
got no clues. Maybe I'm blind, maybe trying to build on MSWxp is lame?

Here's the part I assume is most relevant.

-----------------------------------------------
build-main:
     [echo] ----- Java-utils -----
     [echo] -- puretls.present = ${puretls.present}
     [echo] -- jsse.present = true /usr/share/java/jsse-1.0.3/lib/jsse.jar
     [echo] -- commons-logging = true
     [echo] -- jmx = true /usr/share/java/mx4j-1.1.1/lib/mx4j-jmx.jar
     [echo] -- modeler = true /usr/share/java/commons-modeler-1.1/commons-modele
r.jar
     [echo] -- JDK14 = true
    [javac] Compiling 63 source files to D:\Program_Files\jakarta\jakarta-tomcat
-5.0.25-src\jakarta-tomcat-5\build\classes
    [javac] javac: target release 1.1 conflicts with default source release 1.5

BUILD FAILED
------------------------------------------------

I'm using Java 1.5 beta. Is that a no-no?

-- 
Joel <re...@ddcom.co.jp>


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


Re: target release conflicts with default source?

Posted by Joel <re...@ddcom.co.jp>.
On Tue, 29 Jun 2004 22:59:43 -0700
"Bill Barker" <wb...@wilshire.com> wrote

> 
> "Joel" <re...@ddcom.co.jp> wrote in message
> news:20040629185715.4002.REES@ddcom.co.jp...
> > I tried google against jakarta.apache.org and marc.theaimsgroup.com and
> > got no clues. Maybe I'm blind, maybe trying to build on MSWxp is lame?
> >
> > Here's the part I assume is most relevant.
> >
> > -----------------------------------------------
> > build-main:
> >      [echo] ----- Java-utils -----
> >      [echo] -- puretls.present = ${puretls.present}
> >      [echo] -- jsse.present = true /usr/share/java/jsse-1.0.3/lib/jsse.jar
> >      [echo] -- commons-logging = true
> >      [echo] -- jmx = true /usr/share/java/mx4j-1.1.1/lib/mx4j-jmx.jar
> >      [echo] -- modeler = true
> /usr/share/java/commons-modeler-1.1/commons-modele
> > r.jar
> >      [echo] -- JDK14 = true
> >     [javac] Compiling 63 source files to
> D:\Program_Files\jakarta\jakarta-tomcat
> > -5.0.25-src\jakarta-tomcat-5\build\classes
> >     [javac] javac: target release 1.1 conflicts with default source
> release 1.5
> >
> > BUILD FAILED
> > ------------------------------------------------
> >
> > I'm using Java 1.5 beta. Is that a no-no?
> >
> 
> Tomcat (currently) doesn't build with 1.5.  You have to use 1.4 to build it.
> However, it runs fine on 1.5 once built.

That's what I needed to know -- I either set up a 1.4 environment to
build in or I just download the binary.

Tomcat has progressed so far since I used it last I can't figure out
which way is up when I'm looking at the distribution. Well, not really,
but there sure is a lot of stuff in there.

Hmm. From a quick glance through the library, it looks like trying to
share Xalan, Xerces, Log4J and all those guys with my main copies is
going to be an uphill struggle. 

Maybe I'll just get the binary, at least for now.

Thanks.

-- 
Joel <re...@ddcom.co.jp>


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


Re: target release conflicts with default source?

Posted by Bill Barker <wb...@wilshire.com>.
"Joel" <re...@ddcom.co.jp> wrote in message
news:20040629185715.4002.REES@ddcom.co.jp...
> I tried google against jakarta.apache.org and marc.theaimsgroup.com and
> got no clues. Maybe I'm blind, maybe trying to build on MSWxp is lame?
>
> Here's the part I assume is most relevant.
>
> -----------------------------------------------
> build-main:
>      [echo] ----- Java-utils -----
>      [echo] -- puretls.present = ${puretls.present}
>      [echo] -- jsse.present = true /usr/share/java/jsse-1.0.3/lib/jsse.jar
>      [echo] -- commons-logging = true
>      [echo] -- jmx = true /usr/share/java/mx4j-1.1.1/lib/mx4j-jmx.jar
>      [echo] -- modeler = true
/usr/share/java/commons-modeler-1.1/commons-modele
> r.jar
>      [echo] -- JDK14 = true
>     [javac] Compiling 63 source files to
D:\Program_Files\jakarta\jakarta-tomcat
> -5.0.25-src\jakarta-tomcat-5\build\classes
>     [javac] javac: target release 1.1 conflicts with default source
release 1.5
>
> BUILD FAILED
> ------------------------------------------------
>
> I'm using Java 1.5 beta. Is that a no-no?
>

Tomcat (currently) doesn't build with 1.5.  You have to use 1.4 to build it.
However, it runs fine on 1.5 once built.

> -- 
> Joel <re...@ddcom.co.jp>




---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org