hi,

1) how to get eclipse set up to not use tabs?

2) recently I have migrated to a new machine in which Fedora 7 is installed.
        Some info regarding my system.
[EMAIL PROTECTED] ~]# java -version
java version "1.5.0_11"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_11-b03)
Java HotSpot(TM) Client VM (build 1.5.0_11-b03, mixed mode)

[EMAIL PROTECTED] ~]# echo $JAVA_HOME
/opt/jdk1.5.0_11

[EMAIL PROTECTED] ~]# echo $PATH
/usr/kerberos/sbin:/usr/kerberos/bin:/usr/lib64/ccache:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:
/usr/X11R6/bin:.:/usr/Ant/apache-ant-1.6.5/bin:/opt/jdk1.5.0_11/bin:/opt/jdk1.5.0_11/jre/bin:
/home/WorkSpace/DerbyGsoc/bin:/usr/local/mysql/bin/:/home/WorkSpace/DerbyGsoc/java/testing/:/root/bin:.:
/usr/Ant/apache-ant-1.6.5/bin:/opt/jdk1.5.0_11/bin:/opt/jdk1.5.0_11/jre/bin:/home/WorkSpace/DerbyGsoc/bin:
/usr/local/mysql/bin/:/home/WorkSpace/DerbyGsoc/java/testing/

[EMAIL PROTECTED] ~]# echo $CLASSPATH
.:/opt/jdk1.5.0_11/lib:/opt/jdk1.5.0_11/lib/tools.jar:/opt/jdk1.5.0_11/lib/dt.jar:/opt/jdk1.5.0_11/lib/jpda.jar:
/opt/jdk1.5.0_11/jre/lib/rt.jar:/opt/junit3.8.1/junit.jar:/home/WorkSpace/DerbyGsoc/classes:
/root/mysql-connector-java-3.0.17-ga/mysql-connector-java-3.0.17-ga-bin.jar:/home/WorkSpace/DerbyGsoc/java/testing/

[EMAIL PROTECTED] ~]# cat ant.properties
j14lib=$jdk14_home/jre/lib
build.compiler=modern
proceed=true
sane=false
[EMAIL PROTECTED] ~]#

I have checkedout the 10.3 source using eclipse and trying to build derby.I am getting the following error..
plzz help me out in this

Buildfile: /home/WorkSpace/DerbyGsoc/build.xml

init:

ensuresanitystate:

setissane:

showenv:
        [echo] Ant environment:
        [echo]   Base Directory: /home/WorkSpace/DerbyGsoc
        [echo]   Build output: /home/WorkSpace/DerbyGsoc/classes
        [echo]   Compiler: modern
        [echo]   Sane = false
        [echo]   Proceed = true

getstate:

state:

shared:

compile:
[javac] Compiling 12 source files to /home/WorkSpace/DerbyGsoc/classes [javac] Fatal Error: Unable to find package java.lang in classpath or bootclasspath
       [javac] Compile failed; see the compiler error output for details.

shared:

parsers:

parser:

chkparser:

genParser:

chkparser:

genParser:

parser:

chkparser:

genParser:

engine:

engine_169:

compile_reference:
[javac] Compiling 11 source files to /home/WorkSpace/DerbyGsoc/classes [javac] Fatal Error: Unable to find package java.lang in classpath or bootclasspath
       [javac] Compile failed; see the compiler error output for details.
[javac] Compiling 2 source files to /home/WorkSpace/DerbyGsoc/classes [javac] Fatal Error: Unable to find package java.lang in classpath or bootclasspath
       [javac] Compile failed; see the compiler error output for details.

compile_authentication:
[javac] Compiling 2 source files to /home/WorkSpace/DerbyGsoc/classes [javac] Fatal Error: Unable to find package java.lang in classpath or bootclasspath
       [javac] Compile failed; see the compiler error output for details.

authentication:

compile_io:
[javac] Compiling 4 source files to /home/WorkSpace/DerbyGsoc/classes [javac] Fatal Error: Unable to find package java.lang in classpath or bootclasspath
       [javac] Compile failed; see the compiler error output for details.

storage:

compile_iapi_error_jsr169:

compile_reference:
[javac] Compiling 11 source files to /home/WorkSpace/DerbyGsoc/classes [javac] Fatal Error: Unable to find package java.lang in classpath or bootclasspath
       [javac] Compile failed; see the compiler error output for details.
[javac] Compiling 2 source files to /home/WorkSpace/DerbyGsoc/classes [javac] Fatal Error: Unable to find package java.lang in classpath or bootclasspath
       [javac] Compile failed; see the compiler error output for details.
[javac] Compiling 4 source files to /home/WorkSpace/DerbyGsoc/classes [javac] Fatal Error: Unable to find package java.lang in classpath or bootclasspath
       [javac] Compile failed; see the compiler error output for details.

compile_util:

compile_types:
[javac] Compiling 1 source file to /home/WorkSpace/DerbyGsoc/classes [javac] Fatal Error: Unable to find package java.lang in classpath or bootclasspath
       [javac] Compile failed; see the compiler error output for details.
[javac] Compiling 63 source files to /home/WorkSpace/DerbyGsoc/classes [javac] Fatal Error: Unable to find package java.lang in classpath or bootclasspath
       [javac] Compile failed; see the compiler error output for details.
[javac] Compiling 2 source files to /home/WorkSpace/DerbyGsoc/classes [javac] Fatal Error: Unable to find package java.lang in classpath or bootclasspath
       [javac] Compile failed; see the compiler error output for details.

compile_iapi_services_jsr169:
[javac] Compiling 85 source files to /home/WorkSpace/DerbyGsoc/classes [javac] Fatal Error: Unable to find package java.lang in classpath or bootclasspath
       [javac] Compile failed; see the compiler error output for details.

compile_iapi_services_io:
[javac] Compiling 37 source files to /home/WorkSpace/DerbyGsoc/classes [javac] Fatal Error: Unable to find package java.lang in classpath or bootclasspath
       [javac] Compile failed; see the compiler error output for details.

compile_iapi_store_jsr169:
[javac] Compiling 77 source files to /home/WorkSpace/DerbyGsoc/classes [javac] Fatal Error: Unable to find package java.lang in classpath or bootclasspath
       [javac] Compile failed; see the compiler error output for details.

compile_iapi_sql_jsr169:
[javac] Compiling 109 source files to /home/WorkSpace/DerbyGsoc/classes [javac] Fatal Error: Unable to find package java.lang in classpath or bootclasspath
       [javac] Compile failed; see the compiler error output for details.

compile_iapi_db:
[javac] Compiling 9 source files to /home/WorkSpace/DerbyGsoc/classes [javac] Fatal Error: Unable to find package java.lang in classpath or bootclasspath
       [javac] Compile failed; see the compiler error output for details.

compile_iapi_jdbc_jsr169:
[javac] Compiling 12 source files to /home/WorkSpace/DerbyGsoc/classes [javac] Fatal Error: Unable to find package java.lang in classpath or bootclasspath
       [javac] Compile failed; see the compiler error output for details.

compile_database:
[javac] Compiling 1 source file to /home/WorkSpace/DerbyGsoc/classes [javac] Fatal Error: Unable to find package java.lang in classpath or bootclasspath
       [javac] Compile failed; see the compiler error output for details.

database:

compile_impl_169:

compile_impl_services_169:
[javac] Compiling 62 source files to /home/WorkSpace/DerbyGsoc/classes [javac] Fatal Error: Unable to find package java.lang in classpath or bootclasspath
       [javac] Compile failed; see the compiler error output for details.

compile_impl_io_169:
[javac] Compiling 11 source files to /home/WorkSpace/DerbyGsoc/classes [javac] Fatal Error: Unable to find package java.lang in classpath or bootclasspath
       [javac] Compile failed; see the compiler error output for details.

engine_j2se:

compile_iapi_error_jsr169:

compile_reference:
[javac] Compiling 11 source files to /home/WorkSpace/DerbyGsoc/classes [javac] Fatal Error: Unable to find package java.lang in classpath or bootclasspath
       [javac] Compile failed; see the compiler error output for details.
[javac] Compiling 2 source files to /home/WorkSpace/DerbyGsoc/classes [javac] Fatal Error: Unable to find package java.lang in classpath or bootclasspath
       [javac] Compile failed; see the compiler error output for details.
[javac] Compiling 4 source files to /home/WorkSpace/DerbyGsoc/classes [javac] Fatal Error: Unable to find package java.lang in classpath or bootclasspath
       [javac] Compile failed; see the compiler error output for details.

compile_util:

compile_types:
[javac] Compiling 1 source file to /home/WorkSpace/DerbyGsoc/classes [javac] Fatal Error: Unable to find package java.lang in classpath or bootclasspath
       [javac] Compile failed; see the compiler error output for details.
[javac] Compiling 63 source files to /home/WorkSpace/DerbyGsoc/classes [javac] Fatal Error: Unable to find package java.lang in classpath or bootclasspath
       [javac] Compile failed; see the compiler error output for details.
[javac] Compiling 2 source files to /home/WorkSpace/DerbyGsoc/classes [javac] Fatal Error: Unable to find package java.lang in classpath or bootclasspath
       [javac] Compile failed; see the compiler error output for details.

compile_iapi_services_jsr169:
[javac] Compiling 85 source files to /home/WorkSpace/DerbyGsoc/classes [javac] Fatal Error: Unable to find package java.lang in classpath or bootclasspath
       [javac] Compile failed; see the compiler error output for details.

compile_iapi_services_io:
[javac] Compiling 37 source files to /home/WorkSpace/DerbyGsoc/classes [javac] Fatal Error: Unable to find package java.lang in classpath or bootclasspath
       [javac] Compile failed; see the compiler error output for details.

compile_iapi_store_jsr169:
[javac] Compiling 77 source files to /home/WorkSpace/DerbyGsoc/classes [javac] Fatal Error: Unable to find package java.lang in classpath or bootclasspath
       [javac] Compile failed; see the compiler error output for details.

compile_iapi_sql_jsr169:
[javac] Compiling 109 source files to /home/WorkSpace/DerbyGsoc/classes [javac] Fatal Error: Unable to find package java.lang in classpath or bootclasspath
       [javac] Compile failed; see the compiler error output for details.

compile_iapi_db:
[javac] Compiling 9 source files to /home/WorkSpace/DerbyGsoc/classes [javac] Fatal Error: Unable to find package java.lang in classpath or bootclasspath
       [javac] Compile failed; see the compiler error output for details.

compile_iapi_jdbc_jsr169:
[javac] Compiling 12 source files to /home/WorkSpace/DerbyGsoc/classes [javac] Fatal Error: Unable to find package java.lang in classpath or bootclasspath
       [javac] Compile failed; see the compiler error output for details.

compile_iapi_error:

compile_iapi_services_jsr169:
[javac] Compiling 85 source files to /home/WorkSpace/DerbyGsoc/classes [javac] Fatal Error: Unable to find package java.lang in classpath or bootclasspath
       [javac] Compile failed; see the compiler error output for details.

compile_iapi_services_io:
[javac] Compiling 37 source files to /home/WorkSpace/DerbyGsoc/classes [javac] Fatal Error: Unable to find package java.lang in classpath or bootclasspath
       [javac] Compile failed; see the compiler error output for details.

compile_crypto:

compile_crypto:
[javac] Compiling 3 source files to /home/WorkSpace/DerbyGsoc/classes [javac] Fatal Error: Unable to find package java.lang in classpath or bootclasspath
       [javac] Compile failed; see the compiler error output for details.

compile_jdbc3:

compile:

compile_iapi_store_jsr169:
[javac] Compiling 77 source files to /home/WorkSpace/DerbyGsoc/classes [javac] Fatal Error: Unable to find package java.lang in classpath or bootclasspath
       [javac] Compile failed; see the compiler error output for details.

compile_iapi_store_jdk13:
[javac] Compiling 2 source files to /home/WorkSpace/DerbyGsoc/classes [javac] Fatal Error: Unable to find package java.lang in classpath or bootclasspath
       [javac] Compile failed; see the compiler error output for details.

compile:

compile_iapi_sql_jsr169:
[javac] Compiling 109 source files to /home/WorkSpace/DerbyGsoc/classes [javac] Fatal Error: Unable to find package java.lang in classpath or bootclasspath
       [javac] Compile failed; see the compiler error output for details.

compile_iapi_sql_jdbc2:

compile:

compile_iapi_jdbc:

compile_iapi_jdbc_stmt:
[javac] Compiling 1 source file to /home/WorkSpace/DerbyGsoc/classes [javac] Fatal Error: Unable to find package java.lang in classpath or bootclasspath
       [javac] Compile failed; see the compiler error output for details.

compile_iapi_jdbc_jsr169:
[javac] Compiling 12 source files to /home/WorkSpace/DerbyGsoc/classes [javac] Fatal Error: Unable to find package java.lang in classpath or bootclasspath
       [javac] Compile failed; see the compiler error output for details.

compile_iapi_jdbc_jdbc2:
[javac] Compiling 3 source files to /home/WorkSpace/DerbyGsoc/classes [javac] Fatal Error: Unable to find package java.lang in classpath or bootclasspath
       [javac] Compile failed; see the compiler error output for details.

compile_iapi_jdbc_jdbc3:
[javac] Compiling 3 source files to /home/WorkSpace/DerbyGsoc/classes [javac] Fatal Error: Unable to find package java.lang in classpath or bootclasspath
       [javac] Compile failed; see the compiler error output for details.

compile_jdbc4:

compile:

iapi:

compile_vti:
[javac] Compiling 6 source files to /home/WorkSpace/DerbyGsoc/classes [javac] Fatal Error: Unable to find package java.lang in classpath or bootclasspath
       [javac] Compile failed; see the compiler error output for details.
[javac] Compiling 3 source files to /home/WorkSpace/DerbyGsoc/classes [javac] Fatal Error: Unable to find package java.lang in classpath or bootclasspath
       [javac] Compile failed; see the compiler error output for details.

vti:

compile_impl_169:

compile_impl_services_169:
[javac] Compiling 62 source files to /home/WorkSpace/DerbyGsoc/classes [javac] Fatal Error: Unable to find package java.lang in classpath or bootclasspath
       [javac] Compile failed; see the compiler error output for details.

compile_impl_io_169:
[javac] Compiling 11 source files to /home/WorkSpace/DerbyGsoc/classes [javac] Fatal Error: Unable to find package java.lang in classpath or bootclasspath
       [javac] Compile failed; see the compiler error output for details.

compile:

compile_impl_services_169:
[javac] Compiling 62 source files to /home/WorkSpace/DerbyGsoc/classes [javac] Fatal Error: Unable to find package java.lang in classpath or bootclasspath
       [javac] Compile failed; see the compiler error output for details.

compile_impl_services_jdk15:

compile_impl_services:
[javac] Compiling 3 source files to /home/WorkSpace/DerbyGsoc/classes [javac] Fatal Error: Unable to find package java.lang in classpath or bootclasspath
       [javac] Compile failed; see the compiler error output for details.

compile_impl_io_169:
[javac] Compiling 11 source files to /home/WorkSpace/DerbyGsoc/classes [javac] Fatal Error: Unable to find package java.lang in classpath or bootclasspath
       [javac] Compile failed; see the compiler error output for details.

compile_impl_io:
[javac] Compiling 3 source files to /home/WorkSpace/DerbyGsoc/classes [javac] Fatal Error: Unable to find package java.lang in classpath or bootclasspath
       [javac] Compile failed; see the compiler error output for details.

parser:

chkparser:

genParser:

compile:
[javac] Compiling 435 source files to /home/WorkSpace/DerbyGsoc/classes [javac] Fatal Error: Unable to find package java.lang in classpath or bootclasspath
       [javac] Compile failed; see the compiler error output for details.

compile_impl_store:
[javac] Compiling 194 source files to /home/WorkSpace/DerbyGsoc/classes [javac] Fatal Error: Unable to find package java.lang in classpath or bootclasspath
       [javac] Compile failed; see the compiler error output for details.

compile_impl_store_14:
[javac] Compiling 2 source files to /home/WorkSpace/DerbyGsoc/classes [javac] Fatal Error: Unable to find package java.lang in classpath or bootclasspath
       [javac] Compile failed; see the compiler error output for details.

compile:
[javac] Compiling 3 source files to /home/WorkSpace/DerbyGsoc/classes [javac] Fatal Error: Unable to find package java.lang in classpath or bootclasspath
       [javac] Compile failed; see the compiler error output for details.

compile:
[javac] Compiling 15 source files to /home/WorkSpace/DerbyGsoc/classes [javac] Fatal Error: Unable to find package java.lang in classpath or bootclasspath
       [javac] Compile failed; see the compiler error output for details.

compile_impl_jdbc:

compile_jsr169:
[javac] Compiling 38 source files to /home/WorkSpace/DerbyGsoc/classes [javac] Fatal Error: Unable to find package java.lang in classpath or bootclasspath
       [javac] Compile failed; see the compiler error output for details.

compile_jdbc3:
[javac] Compiling 12 source files to /home/WorkSpace/DerbyGsoc/classes [javac] Fatal Error: Unable to find package java.lang in classpath or bootclasspath
       [javac] Compile failed; see the compiler error output for details.

compile_jdbc4:

compile:

iapi:

compile_jsr169:
[javac] Compiling 2 source files to /home/WorkSpace/DerbyGsoc/classes [javac] Fatal Error: Unable to find package java.lang in classpath or bootclasspath
       [javac] Compile failed; see the compiler error output for details.

compile_jdbc2:
[javac] Compiling 7 source files to /home/WorkSpace/DerbyGsoc/classes [javac] Fatal Error: Unable to find package java.lang in classpath or bootclasspath
       [javac] Compile failed; see the compiler error output for details.

compile_jdbc3:
[javac] Compiling 6 source files to /home/WorkSpace/DerbyGsoc/classes [javac] Fatal Error: Unable to find package java.lang in classpath or bootclasspath
       [javac] Compile failed; see the compiler error output for details.

compile_jdbc4:

jdbc:

checkosgijar:

compile_osgi:

osgi:

compile_catalog:
[javac] Compiling 25 source files to /home/WorkSpace/DerbyGsoc/classes [javac] Fatal Error: Unable to find package java.lang in classpath or bootclasspath
       [javac] Compile failed; see the compiler error output for details.

catalog:

compile_security:
[javac] Compiling 2 source files to /home/WorkSpace/DerbyGsoc/classes [javac] Fatal Error: Unable to find package java.lang in classpath or bootclasspath
       [javac] Compile failed; see the compiler error output for details.

security:

compile_diag:
[javac] Compiling 7 source files to /home/WorkSpace/DerbyGsoc/classes [javac] Fatal Error: Unable to find package java.lang in classpath or bootclasspath
       [javac] Compile failed; see the compiler error output for details.

diag:

checkJ2MEmoduleprops:

J2ME_modules_edit:

engine_169_opt:

jdbc4_modules_edit:

jdk15_modules_edit:

engine:

build:

build_base:

compile:
[javac] Compiling 16 source files to /home/WorkSpace/DerbyGsoc/classes [javac] Fatal Error: Unable to find package java.lang in classpath or bootclasspath
       [javac] Compile failed; see the compiler error output for details.

build:

build:

BUILD FAILED
/home/WorkSpace/DerbyGsoc/build.xml:335: The following error occurred while executing this line: /home/WorkSpace/DerbyGsoc/java/engine/org/apache/derby/loc/build.xml:36: taskdef class org.apache.derbyBuild.MessageBuilder cannot be found

Total time: 16 seconds

        It seems the compiler is unable to find the package java.lang..!!

Thanks in Advance.
--
******************************************************************************

   Every problem that has been solved can be solved again in a better way

                                                  - Ravinder Reddy

*******************************************************************************


--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

Reply via email to