Run begun Mon Feb 5 11:57:01 PST 2007
java version "1.4.2"
jdkgcj 0.3.1 (http://www.arklinux.org/projects/jdkgcj)
gcj (GCC) 3.4.2 20041017 (Red Hat 3.4.2-6.fc3)
Copyright (C) 2004 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
javac -d . -sourcepath /home/users/s/si/signwriting/signwriter/cvs/HEAD/src /home/users/s/si/signwriting/signwriter/cvs/HEAD/src/org/signwriting/SignWriter.java
Eclipse Java Compiler 0.319_R21x
Copyright IBM Corp 2000, 2003. All rights reserved.
Usage:
where options include:
-help display this help message
-version only display compiler version number
-classpath ;;...;
-bootclasspath ;;...;
-d destination directory (if omitted, no directory is created)
-d none no classfile is generated
-target set classfile target (1.1 to 1.4, default is '1.1')
-1.3 use 1.3 compliance level (default)
-1.4 use 1.4 compliance level
-source set source level (1.3 or 1.4, default matches compliance level)
-nowarn no warning (equivalent to '-warn:none')
-warn: set warning level (e.g. '-warn:unusedLocals,deprecation')
allDeprecation deprecation (including in deprecated code)
assertIdentifier 'assert' used as identifier
constructorName method with constructor name (default)
deprecation deprecation (outside deprecated code) (default)
maskedCatchBlock hidden catch block (default)
nls string literal lacking non-nls tag //$NON-NLS-$
packageDefaultMethod attempt to override package-default method (default)
unusedArgument unused method argument (never read)
unusedImport unused import declaration (default)
unusedLocal unused local variable (never read)
unusedPrivate unused private member declaration
staticReceiver non-static reference to static member (default)
noEffectAssign assignment without effect (default)
syntheticAccess synthetic access for innerclass
interfaceNonInherited interface non-inherited method compatibility (default)
noImplicitStringConversion char[] in String concat (default)
tasks(|...|) tasks identified by tags inside comments
-deprecation equivalent to '-warn:deprecation' (default)
-g[:] debug attributes level (default '-g:lines,source')
-g all debug info ('-g:lines,vars,source')
-g:none no debug info
-g:[lines,vars,source] selective debug info
-preserveAllLocals preserve unused local vars for debug purpose (default is optimize out)
-noImportError no errors for unresolved imports (default is error)
-encoding specify a different default source encoding format (custom encoding can be specified on
a per file basis by adding suffix '[]' to file/folder names
-log specify a log file
-proceedOnError keep compiling when error, dumping class files with problem methods (default is off)
-verbose print accessed/processed compilation units
-referenceInfo compute reference info
-progress show progress (only in -log mode)
-time display speed information
-noExit do not call System.exit(n) at end of compilation (n=0 if no error)
-repeat repeat compilation process times (perf analysis)
directory does not exist: -sourcepath
------------------------
make: *** [org/signwriting/SignWriter.class] Error 255
ERROR(S) FOUND DURING RUN