Hi to All of you, I had another attempt to install (the new) Jetspeed (2): this is what I get when "build.bat". Do I need to declare first something like (biuld all, build core, clean or dist????) Microsoft(R) Windows NT(TM) (C) Copyright 1985-1996 Microsoft Corp. D:\>p: P:\>cd dev\jetspeed2\build P:\dev\Jetspeed2\build>build dist Now building dist... "Classpath: f:\apachegr\tomcat\lib\servlet.jar;p:\dev\jetspeed2\lib\ecs.jar;p:\d ev\jetspeed2\lib\turbine-2.0.jar;p:\dev\jetspeed2\lib\cocoon.jar;p:\dev\jetspeed 2\lib\cocoon-ext-servlet2.2.jar;p:\dev\jetspeed2\lib\castor.jar;p:\dev\jetspeed2 \lib\village.jar;p:\dev\jetspeed2\lib\xalan.jar;p:\dev\jetspeed2\lib\xerces.jar; h:\jdk1.3\lib\tools.jar;ant.jar;projectx-tr2.jar;javac.jar" Buildfile: build.xml Detected Java Version: 1.3 Project base dir set to: P:\dev\Jetspeed2\build Executing Target: core Compiling 402 source files to P:\dev\Jetspeed2\bin\classes Note: 4 files use or override a deprecated API. Recompile with "-deprecation" f or details. 1 warning Copying 14 support files to P:\dev\Jetspeed2\bin\classes Executing Target: dist Building jar: P:\dev\Jetspeed2\bin\Jetspeed.jar Completed in 113 seconds P:\dev\Jetspeed2\build> However, I think I have problems with Tomcat itself (apparently it's working as it's suppose to, and if will not be considered spam or something like this, I can give the names of the domains I try to set up these troubles, and anybody can test them... remember, nothing to sale, just home PC, P200MMX) but this will be the theme for tomorrow. Is there anyone who can give some advices how to get Jetspeed running under Resin? Actually, is there anyone who can clearly specify what other packages, except Apache and Tomcat, needs to be installed in order to have Jetspeed running? Regards. Liviu BTW, this will be my build.bat: @echo off REM ----------------------------------------------------------- REM The targets are the different build scripts. REM REM "core" target builds Turbine core classes REM "clean" target removes bin directory REM "dist" target builds "core" + jar file REM REM ----------------------------------------------------------- set TARGET=%1% REM set TARGET=javadoc REM set TARGET=core REM set TARGET=clean REM set TARGET=dist REM ------------------------------------------------------------------- REM These path should be OK in any environments REM ------------------------------------------------------------------- set ECS=p:\dev\jetspeed2\lib\ecs.jar set TURBINE=p:\dev\jetspeed2\lib\turbine-2.0.jar set COCOON=p:\dev\jetspeed2\lib\cocoon.jar;p:\dev\jetspeed2\lib\cocoon-ext-servlet2.2.jar set CASTOR=p:\dev\jetspeed2\lib\castor.jar set VILLAGE=p:\dev\jetspeed2\lib\village.jar set XALAN=p:\dev\jetspeed2\lib\xalan.jar set XERCES=p:\dev\jetspeed2\lib\xerces.jar set TOOLS=h:\jdk1.3\lib\tools.jar REM ------------------------------------------------------------------- REM Define the path to your JSDK REM ------------------------------------------------------------------- set JSDK=f:\apachegr\tomcat\lib\servlet.jar REM -------------------------------------------- REM No need to edit anything past here REM -------------------------------------------- if "%TARGET%" == "" goto setdist goto final :setdist set TARGET=core goto final :final echo Now building %TARGET%... set CP=%JSDK%;%ECS%;%TURBINE%;%COCOON%;%CASTOR%;%VILLAGE%;%XALAN%;%XERCES%;%TOOLS%;ant.jar;projectx-tr2.jar;javac.jar set BUILDFILE=build.xml echo "Classpath: %CP%" java -classpath %CP% org.apache.tools.ant.Main -buildfile %BUILDFILE% %TARGET% -- -------------------------------------------------------------- Please read the FAQ! <http://java.apache.org/faq/> To subscribe: [EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] Archives and Other: <http://java.apache.org/main/mail.html> Problems?: [EMAIL PROTECTED]
