Re: Why GlassFish

2008-09-04 Thread Jack Woehr

Leon Rosenberg wrote:

Still, tomcat is the better implementation, simply because it doesn't
have all the ejb stuff :-)
  

I rise to agree with Leon. The reason I'm using Tomcat right now
(and pestering the list with build questions, thanks for the help) is that
it's simpler. I'm not /interested/ in application servers. I just /need/ 
one.


NetBeans supporting Tomcat closes the loop for me.

Thanks to the committers and architects for a manageable piece of open 
source.


--
Jack J. Woehr# Self-delusion is
http://www.well.com/~jax #  half the battle!
http://www.softwoehr.com #  - Zippy the Pinhead



Re: Trying to build tomcat 6.0.18

2008-09-03 Thread Jack Woehr

Martin Gainty wrote:

Jack-

did you take chucks advice and build with JDK 1.5 ?
  

Yes .. now I've got a different problem :)

E.g.,

compile:
   [javac] Compiling 1047 source files to 
/usr/local/src/Apache/Tomcat/apache-tomcat-6.0.18-src/output/classes
   [javac] 
/usr/local/src/Apache/Tomcat/apache-tomcat-6.0.18-src/java/org/apache/jasper/compiler/JDTCompiler.java:38: 
package org.eclipse.jdt.core.compiler does not exist

   [javac] import org.eclipse.jdt.core.compiler.IProblem;

...

   [javac] 
/usr/local/src/Apache/Tomcat/apache-tomcat-6.0.18-src/java/org/apache/jasper/compiler/JDTCompiler.java:401: 
cannot find symbol

   [javac] symbol  : class ICompilationUnit
   [javac] location: class org.apache.jasper.compiler.JDTCompiler
   [javac] ICompilationUnit[] compilationUnits =
   [javac] ^
   [javac] 
/usr/local/src/Apache/Tomcat/apache-tomcat-6.0.18-src/java/org/apache/jasper/compiler/JDTCompiler.java:402: 
cannot find symbol

   [javac] symbol  : class ICompilationUnit
   [javac] location: class org.apache.jasper.compiler.JDTCompiler
   [javac] new ICompilationUnit[classNames.length];
   [javac] ^
   [javac] 
/usr/local/src/Apache/Tomcat/apache-tomcat-6.0.18-src/java/org/apache/jasper/compiler/JDTCompiler.java:407: 
org.apache.jasper.compiler.Compiler is abstract; cannot be instantiated

   [javac] Compiler compiler = new Compiler(env,
   [javac] ^


etc. ...

Haven't looked yet to verify if:

  1. The download target failed to download an artifact
  2. There's an option -Dwithout.eclipse=true or somesuch
  3. I'm losing my mind in some fashion :)

--
Jack J. Woehr# Self-delusion is
http://www.well.com/~jax #  half the battle!
http://www.softwoehr.com #  - Zippy the Pinhead



Re: Trying to build tomcat 6.0.18

2008-09-03 Thread Jack Woehr

Mark Thomas wrote:

Clean out the build area and start again.

With a 1.5 JDK it should be as simple as
ant download
ant
  

Awesome, that works. But in dist.xml is there a target
called something like [EMAIL PROTECTED] ? :)

--
Jack J. Woehr# Self-delusion is
http://www.well.com/~jax #  half the battle!
http://www.softwoehr.com #  - Zippy the Pinhead


-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Trying to build tomcat 6.0.18

2008-09-03 Thread Jack Woehr

Caldarale, Charles R wrote:

There has been some recent revision of the Eclipse web site that was making it 
difficult for a script to retrieve the JDT jar.

Thanks, Charles, clean and rebuild worked.

--
Jack J. Woehr# Self-delusion is
http://www.well.com/~jax #  half the battle!
http://www.softwoehr.com #  - Zippy the Pinhead


-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Trying to build tomcat 6.0.18

2008-09-02 Thread Jack Woehr
Trying to build tomcat 6.0.18 ...  ant 
-Dbase.dir=/usr/local/work/Java/Tomcat download bombs around here ... 
tips? :


build-tomcat-dbcp:
[copy] Copying 63 files to 
/usr/local/work/Java/Tomcat/tomcat6-deps/dbcp
[move] Moving 63 files to 
/usr/local/work/Java/Tomcat/tomcat6-deps/dbcp/src/java/org/apache/tomcat/dbcp
   [javac] Compiling 63 source files to 
/usr/local/work/Java/Tomcat/tomcat6-deps/dbcp/classes
   [javac] 
/usr/local/work/Java/Tomcat/tomcat6-deps/dbcp/src/java/org/apache/tomcat/dbcp/dbcp/BasicDataSource.java:44: 
org.apache.tomcat.dbcp.dbcp.BasicDataSource is not abstract and does not 
override abstract method 
TcreateQueryObject(java.lang.ClassT,javax.sql.DataSource) in 
javax.sql.DataSource


--
Jack J. Woehr# Self-delusion is
http://www.well.com/~jax #  half the battle!
http://www.softwoehr.com #  - Zippy the Pinhead


-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Trying to build tomcat 6.0.18

2008-09-02 Thread Jack Woehr

Caldarale, Charles R wrote:

You need to build with a 1.5 JDK,

Thank you so kindly!

--
Jack J. Woehr# Self-delusion is
http://www.well.com/~jax #  half the battle!
http://www.softwoehr.com #  - Zippy the Pinhead


-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]