Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [platform-swt-dev] Eclipse HPUX 64bit porting changes submission. - Build Error

Hi ,
 
With 3.4 IA 32bit motif , I am hitting build error. This is already supported and binaries are posted in eclipse.org.  I don't see this issue with 3.3.2 build. Is there any additional configuration changes required for 3.4 build? Attached the complete compilerlog. Could someone help me?
 
 
Thanks
Gowri
 
 
init:
 
@dot:
    [mkdir] Created dir: /store/eclipse/3_4_source/plugins/org.eclipse.equinox.l
auncher/temp.folder/@dot.bin
    [javac] Compiling 5 source files to /store/eclipse/3_4_source/plugins/org.ec
lipse.equinox.launcher/temp.folder/@dot.bin
    [javac] ----------
    [javac] 1. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.la
uncher/src/org/eclipse/core/launcher/Main.java (at line 1)
    [javac]     /***************************************************************
****************
    [javac]     ^
    [javac] The type java.lang.Object cannot be resolved. It is indirectly refer
enced from required .class files
    [javac] ----------
    [javac] 2. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.la
uncher/src/org/eclipse/core/launcher/Main.java (at line 23)
    [javac]     public class Main {
...
 
  [javac] 259. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/WebStartMain.java (at line 249)
    [javac]     StringBuffer finalBundleList = new StringBuffer(allBundles.size() * 30);
    [javac]     ^^^^^^^^^^^^
    [javac] StringBuffer cannot be resolved to a type
    [javac] ----------
    [javac] 259 problems (259 errors)
 
BUILD FAILED
/store/eclipse/3_4_source/build.xml:68: The following error occurred while executing this line:
/store/eclipse/3_4_source/build.xml:8: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.sdk/build.xml:39: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.sdk/build.xml:17: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.platform/build.xml:341: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.platform/build.xml:327: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.help/build.xml:95: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.help/build.xml:82: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.rcp/build.xml:314: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.rcp/build.xml:15: The following error occurred while executing this line:
/store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/build.xml:137: The following error occurred while executing this line:
/store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/build.xml:95: Compile failed; see the compiler error output for details.
 
Total time: 14 seconds
#



From: platform-swt-dev-bounces@xxxxxxxxxxx [mailto:platform-swt-dev-bounces@xxxxxxxxxxx] On Behalf Of Steve Northover
Sent: Friday, August 29, 2008 12:20 AM
To: Eclipse Platform SWT component developers list.
Subject: Re: [platform-swt-dev] Eclipse HPUX 64bit porting changes submission.


Eclipse 3.5 would be good.  Please create a bug report and attach your changes.  Thanks!



"Kandasamy, GowriSharmi" <gowrisharmi.kandasamy@xxxxxx>
Sent by: platform-swt-dev-bounces@xxxxxxxxxxx

08/28/2008 09:10 AM

Please respond to
"Eclipse Platform SWT component developers list."        <platform-swt-dev@xxxxxxxxxxx>

To
"platform-swt-dev@xxxxxxxxxxx" <platform-swt-dev@xxxxxxxxxxx>
cc
Subject
[platform-swt-dev] Eclipse HPUX 64bit porting changes submission.





Hi ,

I would like to submit the changes for the eclipse 64bit  gtk port on HP_UX . I would like to know the version were these changes could go in  . 3.4 or 3.5 ?

Thanks
Gowri
_______________________________________________
platform-swt-dev mailing list
platform-swt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-swt-dev

allElements:

init:

build.jars:

init:

all.features:

init:

build.jars:

init:

all.features:

init:

build.jars:

init:

all.features:

init:

build.jars:

init:

all.features:

all.plugins:

properties:

init:

build.jars:

properties:

init:

build.jars:

properties:

init:

@dot:
    [mkdir] Created dir: /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/temp.folder/@dot.bin
    [javac] Compiling 5 source files to /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/temp.folder/@dot.bin
    [javac] ----------
    [javac] 1. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/core/launcher/Main.java (at line 1)
    [javac] 	/*******************************************************************************
    [javac] 	^
    [javac] The type java.lang.Object cannot be resolved. It is indirectly referenced from required .class files
    [javac] ----------
    [javac] 2. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/core/launcher/Main.java (at line 23)
    [javac] 	public class Main {
    [javac] 	             ^^^^
    [javac] Implicit super constructor Object() is undefined for default constructor. Must define an explicit constructor
    [javac] ----------
    [javac] 3. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/core/launcher/Main.java (at line 29)
    [javac] 	public static void main(String[] args) {
    [javac] 	                        ^^^^^^
    [javac] String cannot be resolved to a type
    [javac] ----------
    [javac] ----------
    [javac] 4. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/internal/launcher/Constants.java (at line 1)
    [javac] 	/*******************************************************************************
    [javac] 	^
    [javac] The type java.lang.String cannot be resolved. It is indirectly referenced from required .class files
    [javac] ----------
    [javac] 5. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/internal/launcher/Constants.java (at line 17)
    [javac] 	public class Constants {
    [javac] 	             ^^^^^^^^^
    [javac] Implicit super constructor Object() is undefined for default constructor. Must define an explicit constructor
    [javac] ----------
    [javac] 6. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/internal/launcher/Constants.java (at line 18)
    [javac] 	public static final String INTERNAL_ARCH_I386 = "i386"; //$NON-NLS-1$
    [javac] 	                    ^^^^^^
    [javac] String cannot be resolved to a type
    [javac] ----------
    [javac] 7. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/internal/launcher/Constants.java (at line 19)
    [javac] 	public static final String INTERNAL_AMD64 = "amd64"; //$NON-NLS-1$
    [javac] 	                    ^^^^^^
    [javac] String cannot be resolved to a type
    [javac] ----------
    [javac] 8. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/internal/launcher/Constants.java (at line 20)
    [javac] 	public static final String INTERNAL_OS_SUNOS = "SunOS"; //$NON-NLS-1$
    [javac] 	                    ^^^^^^
    [javac] String cannot be resolved to a type
    [javac] ----------
    [javac] 9. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/internal/launcher/Constants.java (at line 21)
    [javac] 	public static final String INTERNAL_OS_LINUX = "Linux"; //$NON-NLS-1$
    [javac] 	                    ^^^^^^
    [javac] String cannot be resolved to a type
    [javac] ----------
    [javac] 10. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/internal/launcher/Constants.java (at line 22)
    [javac] 	public static final String INTERNAL_OS_MACOSX = "Mac OS"; //$NON-NLS-1$
    [javac] 	                    ^^^^^^
    [javac] String cannot be resolved to a type
    [javac] ----------
    [javac] 11. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/internal/launcher/Constants.java (at line 23)
    [javac] 	public static final String INTERNAL_OS_AIX = "AIX"; //$NON-NLS-1$
    [javac] 	                    ^^^^^^
    [javac] String cannot be resolved to a type
    [javac] ----------
    [javac] 12. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/internal/launcher/Constants.java (at line 24)
    [javac] 	public static final String INTERNAL_OS_HPUX = "HP-UX"; //$NON-NLS-1$
    [javac] 	                    ^^^^^^
    [javac] String cannot be resolved to a type
    [javac] ----------
    [javac] 13. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/internal/launcher/Constants.java (at line 25)
    [javac] 	public static final String INTERNAL_OS_QNX = "QNX"; //$NON-NLS-1$
    [javac] 	                    ^^^^^^
    [javac] String cannot be resolved to a type
    [javac] ----------
    [javac] 14. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/internal/launcher/Constants.java (at line 27)
    [javac] 	public static final String ARCH_X86 = "x86";//$NON-NLS-1$
    [javac] 	                    ^^^^^^
    [javac] String cannot be resolved to a type
    [javac] ----------
    [javac] 15. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/internal/launcher/Constants.java (at line 28)
    [javac] 	public static final String ARCH_X86_64 = "x86_64";//$NON-NLS-1$
    [javac] 	                    ^^^^^^
    [javac] String cannot be resolved to a type
    [javac] ----------
    [javac] 16. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/internal/launcher/Constants.java (at line 34)
    [javac] 	public static final String OS_WIN32 = "win32";//$NON-NLS-1$
    [javac] 	                    ^^^^^^
    [javac] String cannot be resolved to a type
    [javac] ----------
    [javac] 17. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/internal/launcher/Constants.java (at line 40)
    [javac] 	public static final String OS_LINUX = "linux";//$NON-NLS-1$
    [javac] 	                    ^^^^^^
    [javac] String cannot be resolved to a type
    [javac] ----------
    [javac] 18. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/internal/launcher/Constants.java (at line 46)
    [javac] 	public static final String OS_AIX = "aix";//$NON-NLS-1$
    [javac] 	                    ^^^^^^
    [javac] String cannot be resolved to a type
    [javac] ----------
    [javac] 19. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/internal/launcher/Constants.java (at line 52)
    [javac] 	public static final String OS_SOLARIS = "solaris";//$NON-NLS-1$
    [javac] 	                    ^^^^^^
    [javac] String cannot be resolved to a type
    [javac] ----------
    [javac] 20. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/internal/launcher/Constants.java (at line 58)
    [javac] 	public static final String OS_HPUX = "hpux";//$NON-NLS-1$
    [javac] 	                    ^^^^^^
    [javac] String cannot be resolved to a type
    [javac] ----------
    [javac] 21. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/internal/launcher/Constants.java (at line 64)
    [javac] 	public static final String OS_QNX = "qnx";//$NON-NLS-1$
    [javac] 	                    ^^^^^^
    [javac] String cannot be resolved to a type
    [javac] ----------
    [javac] 22. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/internal/launcher/Constants.java (at line 70)
    [javac] 	public static final String OS_MACOSX = "macosx";//$NON-NLS-1$
    [javac] 	                    ^^^^^^
    [javac] String cannot be resolved to a type
    [javac] ----------
    [javac] 23. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/internal/launcher/Constants.java (at line 76)
    [javac] 	public static final String OS_UNKNOWN = "unknown";//$NON-NLS-1$
    [javac] 	                    ^^^^^^
    [javac] String cannot be resolved to a type
    [javac] ----------
    [javac] 24. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/internal/launcher/Constants.java (at line 82)
    [javac] 	public static final String WS_WIN32 = "win32";//$NON-NLS-1$
    [javac] 	                    ^^^^^^
    [javac] String cannot be resolved to a type
    [javac] ----------
    [javac] 25. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/internal/launcher/Constants.java (at line 88)
    [javac] 	public static final String WS_WPF = "wpf";//$NON-NLS-1$
    [javac] 	                    ^^^^^^
    [javac] String cannot be resolved to a type
    [javac] ----------
    [javac] 26. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/internal/launcher/Constants.java (at line 94)
    [javac] 	public static final String WS_MOTIF = "motif";//$NON-NLS-1$
    [javac] 	                    ^^^^^^
    [javac] String cannot be resolved to a type
    [javac] ----------
    [javac] 27. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/internal/launcher/Constants.java (at line 100)
    [javac] 	public static final String WS_GTK = "gtk";//$NON-NLS-1$
    [javac] 	                    ^^^^^^
    [javac] String cannot be resolved to a type
    [javac] ----------
    [javac] 28. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/internal/launcher/Constants.java (at line 106)
    [javac] 	public static final String WS_PHOTON = "photon";//$NON-NLS-1$
    [javac] 	                    ^^^^^^
    [javac] String cannot be resolved to a type
    [javac] ----------
    [javac] 29. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/internal/launcher/Constants.java (at line 112)
    [javac] 	public static final String WS_CARBON = "carbon";//$NON-NLS-1$
    [javac] 	                    ^^^^^^
    [javac] String cannot be resolved to a type
    [javac] ----------
    [javac] 30. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/internal/launcher/Constants.java (at line 118)
    [javac] 	public static final String WS_UNKNOWN = "unknown";//$NON-NLS-1$
    [javac] 	                    ^^^^^^
    [javac] String cannot be resolved to a type
    [javac] ----------
    [javac] ----------
    [javac] 31. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/JNIBridge.java (at line 22)
    [javac] 	private native void _set_exit_data(String sharedId, String data);
    [javac] 	                                   ^^^^^^
    [javac] String cannot be resolved to a type
    [javac] ----------
    [javac] 32. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/JNIBridge.java (at line 22)
    [javac] 	private native void _set_exit_data(String sharedId, String data);
    [javac] 	                                                    ^^^^^^
    [javac] String cannot be resolved to a type
    [javac] ----------
    [javac] 33. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/JNIBridge.java (at line 25)
    [javac] 	private native void _show_splash(String bitmap);
    [javac] 	                                 ^^^^^^
    [javac] String cannot be resolved to a type
    [javac] ----------
    [javac] 34. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/JNIBridge.java (at line 31)
    [javac] 	private String library;
    [javac] 	        ^^^^^^
    [javac] String cannot be resolved to a type
    [javac] ----------
    [javac] 35. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/JNIBridge.java (at line 33)
    [javac] 	public JNIBridge(String library) {
    [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^
    [javac] Implicit super constructor Object() is undefined. Must explicitly invoke another constructor
    [javac] ----------
    [javac] 36. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/JNIBridge.java (at line 33)
    [javac] 	public JNIBridge(String library) {
    [javac] 	                 ^^^^^^
    [javac] String cannot be resolved to a type
    [javac] ----------
    [javac] 37. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/JNIBridge.java (at line 34)
    [javac] 	this.library = library;
    [javac] 	^^^^^^^^^^^^
    [javac] String cannot be resolved to a type
    [javac] ----------
    [javac] 38. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/JNIBridge.java (at line 38)
    [javac] 	if (library != null) {
    [javac] 	    ^^^^^^^
    [javac] String cannot be resolved to a type
    [javac] ----------
    [javac] 39. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/JNIBridge.java (at line 40)
    [javac] 	if (library.indexOf("wpf") != -1) { //$NON-NLS-1$
    [javac] 	    ^^^^^^^
    [javac] String cannot be resolved to a type
    [javac] ----------
    [javac] 40. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/JNIBridge.java (at line 41)
    [javac] 	int idx = library.indexOf("eclipse_"); //$NON-NLS-1$
    [javac] 	          ^^^^^^^
    [javac] String cannot be resolved to a type
    [javac] ----------
    [javac] 41. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/JNIBridge.java (at line 43)
    [javac] 	String comLibrary = library.substring(0, idx) + "com_"; //$NON-NLS-1$
    [javac] 	^^^^^^
    [javac] String cannot be resolved to a type
    [javac] ----------
    [javac] 42. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/JNIBridge.java (at line 43)
    [javac] 	String comLibrary = library.substring(0, idx) + "com_"; //$NON-NLS-1$
    [javac] 	                    ^^^^^^^
    [javac] String cannot be resolved to a type
    [javac] ----------
    [javac] 43. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/JNIBridge.java (at line 44)
    [javac] 	comLibrary += library.substring(idx + 8, library.length());
    [javac] 	              ^^^^^^^
    [javac] String cannot be resolved to a type
    [javac] ----------
    [javac] 44. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/JNIBridge.java (at line 44)
    [javac] 	comLibrary += library.substring(idx + 8, library.length());
    [javac] 	                                         ^^^^^^^
    [javac] String cannot be resolved to a type
    [javac] ----------
    [javac] 45. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/JNIBridge.java (at line 45)
    [javac] 	Runtime.getRuntime().load(comLibrary);
    [javac] 	^^^^^^^
    [javac] Runtime cannot be resolved
    [javac] ----------
    [javac] 46. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/JNIBridge.java (at line 49)
    [javac] 	Runtime.getRuntime().load(library);
    [javac] 	^^^^^^^
    [javac] Runtime cannot be resolved
    [javac] ----------
    [javac] 47. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/JNIBridge.java (at line 49)
    [javac] 	Runtime.getRuntime().load(library);
    [javac] 	                          ^^^^^^^
    [javac] String cannot be resolved to a type
    [javac] ----------
    [javac] 48. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/JNIBridge.java (at line 50)
    [javac] 	} catch (UnsatisfiedLinkError e) {
    [javac] 	         ^^^^^^^^^^^^^^^^^^^^
    [javac] UnsatisfiedLinkError cannot be resolved to a type
    [javac] ----------
    [javac] 49. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/JNIBridge.java (at line 57)
    [javac] 	public boolean setExitData(String sharedId, String data) {
    [javac] 	                           ^^^^^^
    [javac] String cannot be resolved to a type
    [javac] ----------
    [javac] 50. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/JNIBridge.java (at line 57)
    [javac] 	public boolean setExitData(String sharedId, String data) {
    [javac] 	                                            ^^^^^^
    [javac] String cannot be resolved to a type
    [javac] ----------
    [javac] 51. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/JNIBridge.java (at line 61)
    [javac] 	} catch (UnsatisfiedLinkError e) {
    [javac] 	         ^^^^^^^^^^^^^^^^^^^^
    [javac] UnsatisfiedLinkError cannot be resolved to a type
    [javac] ----------
    [javac] 52. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/JNIBridge.java (at line 70)
    [javac] 	public boolean showSplash(String bitmap) {
    [javac] 	                          ^^^^^^
    [javac] String cannot be resolved to a type
    [javac] ----------
    [javac] 53. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/JNIBridge.java (at line 74)
    [javac] 	} catch (UnsatisfiedLinkError e) {
    [javac] 	         ^^^^^^^^^^^^^^^^^^^^
    [javac] UnsatisfiedLinkError cannot be resolved to a type
    [javac] ----------
    [javac] 54. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/JNIBridge.java (at line 87)
    [javac] 	} catch (UnsatisfiedLinkError e) {
    [javac] 	         ^^^^^^^^^^^^^^^^^^^^
    [javac] UnsatisfiedLinkError cannot be resolved to a type
    [javac] ----------
    [javac] 55. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/JNIBridge.java (at line 99)
    [javac] 	} catch (UnsatisfiedLinkError e) {
    [javac] 	         ^^^^^^^^^^^^^^^^^^^^
    [javac] UnsatisfiedLinkError cannot be resolved to a type
    [javac] ----------
    [javac] 56. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/JNIBridge.java (at line 112)
    [javac] 	} catch (UnsatisfiedLinkError e) {
    [javac] 	         ^^^^^^^^^^^^^^^^^^^^
    [javac] UnsatisfiedLinkError cannot be resolved to a type
    [javac] ----------
    [javac] 57. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/JNIBridge.java (at line 122)
    [javac] 	if (libraryLoaded && library != null) {
    [javac] 	                     ^^^^^^^
    [javac] String cannot be resolved to a type
    [javac] ----------
    [javac] 58. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/JNIBridge.java (at line 123)
    [javac] 	if (library.indexOf("wpf") != -1)  { //$NON-NLS-1$
    [javac] 	    ^^^^^^^
    [javac] String cannot be resolved to a type
    [javac] ----------
    [javac] 59. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/JNIBridge.java (at line 126)
    [javac] 	} catch (UnsatisfiedLinkError e) {
    [javac] 	         ^^^^^^^^^^^^^^^^^^^^
    [javac] UnsatisfiedLinkError cannot be resolved to a type
    [javac] ----------
    [javac] ----------
    [javac] 60. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/Main.java (at line 1)
    [javac] 	/*******************************************************************************
    [javac] 	^
    [javac] The type java.lang.Class cannot be resolved. It is indirectly referenced from required .class files
    [javac] ----------
    [javac] 61. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/Main.java (at line 1)
    [javac] 	/*******************************************************************************
    [javac] 	^
    [javac] The type java.lang.Throwable cannot be resolved. It is indirectly referenced from required .class files
    [javac] ----------
    [javac] 62. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/Main.java (at line 13)
    [javac] 	import java.io.*;
    [javac] 	       ^^^^^^^
    [javac] The import java.io cannot be resolved
    [javac] ----------
    [javac] 63. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/Main.java (at line 14)
    [javac] 	import java.lang.reflect.InvocationTargetException;
    [javac] 	       ^^^^^^^^^
    [javac] The import java.lang cannot be resolved
    [javac] ----------
    [javac] 64. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/Main.java (at line 15)
    [javac] 	import java.lang.reflect.Method;
    [javac] 	       ^^^^^^^^^
    [javac] The import java.lang cannot be resolved
    [javac] ----------
    [javac] 65. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/Main.java (at line 16)
    [javac] 	import java.net.*;
    [javac] 	       ^^^^^^^^
    [javac] The import java.net cannot be resolved
    [javac] ----------
    [javac] 66. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/Main.java (at line 17)
    [javac] 	import java.security.*;
    [javac] 	       ^^^^^^^^^^^^^
    [javac] The import java.security cannot be resolved
    [javac] ----------
    [javac] 67. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/Main.java (at line 18)
    [javac] 	import java.util.*;
    [javac] 	       ^^^^^^^^^
    [javac] The import java.util cannot be resolved
    [javac] ----------
    [javac] 68. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/Main.java (at line 19)
    [javac] 	import java.util.zip.ZipEntry;
    [javac] 	       ^^^^^^^^^
    [javac] The import java.util cannot be resolved
    [javac] ----------
    [javac] 69. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/Main.java (at line 20)
    [javac] 	import java.util.zip.ZipFile;
    [javac] 	       ^^^^^^^^^
    [javac] The import java.util cannot be resolved
    [javac] ----------
    [javac] 70. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/Main.java (at line 41)
    [javac] 	protected String bootLocation = null;
    [javac] 	          ^^^^^^
    [javac] String cannot be resolved to a type
    [javac] ----------
    [javac] 71. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/Main.java (at line 46)
    [javac] 	protected URL installLocation = null;
    [javac] 	          ^^^
    [javac] URL cannot be resolved to a type
    [javac] ----------
    [javac] 72. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/Main.java (at line 51)
    [javac] 	protected URL configurationLocation = null;
    [javac] 	          ^^^
    [javac] URL cannot be resolved to a type
    [javac] ----------
    [javac] 73. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/Main.java (at line 56)
    [javac] 	protected String parentConfigurationLocation = null;
    [javac] 	          ^^^^^^
    [javac] String cannot be resolved to a type
    [javac] ----------
    [javac] 74. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/Main.java (at line 61)
    [javac] 	protected String framework = OSGI;
    [javac] 	          ^^^^^^
    [javac] String cannot be resolved to a type
    [javac] ----------
    [javac] 75. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/Main.java (at line 61)
    [javac] 	protected String framework = OSGI;
    [javac] 	                             ^^^^
    [javac] String cannot be resolved to a type
    [javac] ----------
    [javac] 76. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/Main.java (at line 66)
    [javac] 	protected String devClassPath = null;
    [javac] 	          ^^^^^^
    [javac] String cannot be resolved to a type
    [javac] ----------
    [javac] 77. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/Main.java (at line 71)
    [javac] 	private Properties devClassPathProps = null;
    [javac] 	        ^^^^^^^^^^
    [javac] Properties cannot be resolved to a type
    [javac] ----------
    [javac] 78. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/Main.java (at line 81)
    [javac] 	protected String os = null;
    [javac] 	          ^^^^^^
    [javac] String cannot be resolved to a type
    [javac] ----------
    [javac] 79. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/Main.java (at line 82)
    [javac] 	protected String ws = null;
    [javac] 	          ^^^^^^
    [javac] String cannot be resolved to a type
    [javac] ----------
    [javac] 80. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/Main.java (at line 83)
    [javac] 	protected String arch = null;
    [javac] 	          ^^^^^^
    [javac] String cannot be resolved to a type
    [javac] ----------
    [javac] 81. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/Main.java (at line 87)
    [javac] 	private String library = null;
    [javac] 	        ^^^^^^
    [javac] String cannot be resolved to a type
    [javac] ----------
    [javac] 82. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/Main.java (at line 88)
    [javac] 	private String exitData = null;
    [javac] 	        ^^^^^^
    [javac] String cannot be resolved to a type
    [javac] ----------
    [javac] 83. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/Main.java (at line 90)
    [javac] 	private String vm = null;
    [javac] 	        ^^^^^^
    [javac] String cannot be resolved to a type
    [javac] ----------
    [javac] 84. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/Main.java (at line 91)
    [javac] 	private String[] vmargs = null;
    [javac] 	        ^^^^^^
    [javac] String cannot be resolved to a type
    [javac] ----------
    [javac] 85. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/Main.java (at line 92)
    [javac] 	private String[] commands = null;
    [javac] 	        ^^^^^^
    [javac] String cannot be resolved to a type
    [javac] ----------
    [javac] 86. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/Main.java (at line 93)
    [javac] 	String[] extensionPaths = null;
    [javac] 	^^^^^^
    [javac] String cannot be resolved to a type
    [javac] ----------
    [javac] 87. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/Main.java (at line 99)
    [javac] 	private String splashLocation = null;
    [javac] 	        ^^^^^^
    [javac] String cannot be resolved to a type
    [javac] ----------
    [javac] 88. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/Main.java (at line 100)
    [javac] 	private String endSplash = null;
    [javac] 	        ^^^^^^
    [javac] String cannot be resolved to a type
    [javac] ----------
    [javac] 89. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/Main.java (at line 104)
    [javac] 	public final class SplashHandler extends Thread {
    [javac] 	                                         ^^^^^^
    [javac] Thread cannot be resolved to a type
    [javac] ----------
    [javac] 90. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/Main.java (at line 116)
    [javac] 	private final Thread splashHandler = new SplashHandler();
    [javac] 	              ^^^^^^
    [javac] Thread cannot be resolved to a type
    [javac] ----------
    [javac] 91. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/Main.java (at line 119)
    [javac] 	public static final String SPLASH_HANDLE = "org.eclipse.equinox.launcher.splash.handle"; //$NON-NLS-1$
    [javac] 	                    ^^^^^^
    [javac] String cannot be resolved to a type
    [javac] ----------
    [javac] 92. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/Main.java (at line 120)
    [javac] 	public static final String SPLASH_LOCATION = "org.eclipse.equinox.launcher.splash.location"; //$NON-NLS-1$
    [javac] 	                    ^^^^^^
    [javac] String cannot be resolved to a type
    [javac] ----------
    [javac] 93. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/Main.java (at line 123)
    [javac] 	private static final String FRAMEWORK = "-framework"; //$NON-NLS-1$
    [javac] 	                     ^^^^^^
    [javac] String cannot be resolved to a type
    [javac] ----------
    [javac] 94. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/Main.java (at line 124)
    [javac] 	private static final String INSTALL = "-install"; //$NON-NLS-1$
    [javac] 	                     ^^^^^^
    [javac] String cannot be resolved to a type
    [javac] ----------
    [javac] 95. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/Main.java (at line 125)
    [javac] 	private static final String INITIALIZE = "-initialize"; //$NON-NLS-1$
    [javac] 	                     ^^^^^^
    [javac] String cannot be resolved to a type
    [javac] ----------
    [javac] 96. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/Main.java (at line 126)
    [javac] 	private static final String VM = "-vm"; //$NON-NLS-1$
    [javac] 	                     ^^^^^^
    [javac] String cannot be resolved to a type
    [javac] ----------
    [javac] 97. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/Main.java (at line 127)
    [javac] 	private static final String VMARGS = "-vmargs"; //$NON-NLS-1$
    [javac] 	                     ^^^^^^
    [javac] String cannot be resolved to a type
    [javac] ----------
    [javac] 98. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/Main.java (at line 128)
    [javac] 	private static final String DEBUG = "-debug"; //$NON-NLS-1$
    [javac] 	                     ^^^^^^
    [javac] String cannot be resolved to a type
    [javac] ----------
    [javac] 99. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/Main.java (at line 129)
    [javac] 	private static final String DEV = "-dev"; //$NON-NLS-1$
    [javac] 	                     ^^^^^^
    [javac] String cannot be resolved to a type
    [javac] ----------
    [javac] 100. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/Main.java (at line 130)
    [javac] 	private static final String CONFIGURATION = "-configuration"; //$NON-NLS-1$
    [javac] 	                     ^^^^^^
    [javac] String cannot be resolved to a type
    [javac] ----------
    [javac] 101. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/Main.java (at line 131)
    [javac] 	private static final String NOSPLASH = "-nosplash"; //$NON-NLS-1$
    [javac] 	                     ^^^^^^
    [javac] String cannot be resolved to a type
    [javac] ----------
    [javac] 102. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/Main.java (at line 132)
    [javac] 	private static final String SHOWSPLASH = "-showsplash"; //$NON-NLS-1$
    [javac] 	                     ^^^^^^
    [javac] String cannot be resolved to a type
    [javac] ----------
    [javac] 103. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/Main.java (at line 133)
    [javac] 	private static final String EXITDATA = "-exitdata"; //$NON-NLS-1$
    [javac] 	                     ^^^^^^
    [javac] String cannot be resolved to a type
    [javac] ----------
    [javac] 104. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/Main.java (at line 134)
    [javac] 	private static final String NAME = "-name"; //$NON-NLS-1$
    [javac] 	                     ^^^^^^
    [javac] String cannot be resolved to a type
    [javac] ----------
    [javac] 105. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/Main.java (at line 135)
    [javac] 	private static final String LAUNCHER = "-launcher"; //$NON-NLS-1$
    [javac] 	                     ^^^^^^
    [javac] String cannot be resolved to a type
    [javac] ----------
    [javac] 106. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/Main.java (at line 136)
    [javac] 	private static final String LIBRARY = "--launcher.library"; //$NON-NLS-1$
    [javac] 	                     ^^^^^^
    [javac] String cannot be resolved to a type
    [javac] ----------
    [javac] 107. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/Main.java (at line 137)
    [javac] 	private static final String NL = "-nl"; //$NON-NLS-1$
    [javac] 	                     ^^^^^^
    [javac] String cannot be resolved to a type
    [javac] ----------
    [javac] 108. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/Main.java (at line 138)
    [javac] 	private static final String ENDSPLASH = "-endsplash"; //$NON-NLS-1$
    [javac] 	                     ^^^^^^
    [javac] String cannot be resolved to a type
    [javac] ----------
    [javac] 109. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/Main.java (at line 139)
    [javac] 	private static final String SPLASH_IMAGE = "splash.bmp"; //$NON-NLS-1$
    [javac] 	                     ^^^^^^
    [javac] String cannot be resolved to a type
    [javac] ----------
    [javac] 110. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/Main.java (at line 140)
    [javac] 	private static final String CLEAN = "-clean"; //$NON-NLS-1$
    [javac] 	                     ^^^^^^
    [javac] String cannot be resolved to a type
    [javac] ----------
    [javac] 111. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/Main.java (at line 141)
    [javac] 	private static final String NOEXIT = "-noExit"; //$NON-NLS-1$
    [javac] 	                     ^^^^^^
    [javac] String cannot be resolved to a type
    [javac] ----------
    [javac] 112. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/Main.java (at line 142)
    [javac] 	private static final String OS = "-os"; //$NON-NLS-1$
    [javac] 	                     ^^^^^^
    [javac] String cannot be resolved to a type
    [javac] ----------
    [javac] 113. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/Main.java (at line 143)
    [javac] 	private static final String WS = "-ws"; //$NON-NLS-1$
    [javac] 	                     ^^^^^^
    [javac] String cannot be resolved to a type
    [javac] ----------
    [javac] 114. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/Main.java (at line 144)
    [javac] 	private static final String ARCH = "-arch"; //$NON-NLS-1$
    [javac] 	                     ^^^^^^
    [javac] String cannot be resolved to a type
    [javac] ----------
    [javac] 115. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/Main.java (at line 145)
    [javac] 	private static final String STARTUP = "-startup"; //$NON-NLS-1$
    [javac] 	                     ^^^^^^
    [javac] String cannot be resolved to a type
    [javac] ----------
    [javac] 116. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/Main.java (at line 147)
    [javac] 	private static final String OSGI = "org.eclipse.osgi"; //$NON-NLS-1$
    [javac] 	                     ^^^^^^
    [javac] String cannot be resolved to a type
    [javac] ----------
    [javac] 117. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/Main.java (at line 148)
    [javac] 	private static final String STARTER = "org.eclipse.core.runtime.adaptor.EclipseStarter"; //$NON-NLS-1$
    [javac] 	                     ^^^^^^
    [javac] String cannot be resolved to a type
    [javac] ----------
    [javac] 118. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/Main.java (at line 149)
    [javac] 	private static final String PLATFORM_URL = "platform:/base/"; //$NON-NLS-1$
    [javac] 	                     ^^^^^^
    [javac] String cannot be resolved to a type
    [javac] ----------
    [javac] 119. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/Main.java (at line 150)
    [javac] 	private static final String ECLIPSE_PROPERTIES = "eclipse.properties"; //$NON-NLS-1$
    [javac] 	                     ^^^^^^
    [javac] String cannot be resolved to a type
    [javac] ----------
    [javac] 120. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/Main.java (at line 151)
    [javac] 	private static final String FILE_SCHEME = "file:"; //$NON-NLS-1$    
    [javac] 	                     ^^^^^^
    [javac] String cannot be resolved to a type
    [javac] ----------
    [javac] 121. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/Main.java (at line 152)
    [javac] 	protected static final String REFERENCE_SCHEME = "reference:"; //$NON-NLS-1$
    [javac] 	                       ^^^^^^
    [javac] String cannot be resolved to a type
    [javac] ----------
    [javac] 122. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/Main.java (at line 153)
    [javac] 	protected static final String JAR_SCHEME = "jar:"; //$NON-NLS-1$
    [javac] 	                       ^^^^^^
    [javac] String cannot be resolved to a type
    [javac] ----------
    [javac] 123. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/Main.java (at line 156)
    [javac] 	private static final String CONFIG_DIR = "configuration/"; //$NON-NLS-1$
    [javac] 	                     ^^^^^^
    [javac] String cannot be resolved to a type
    [javac] ----------
    [javac] 124. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/Main.java (at line 157)
    [javac] 	private static final String CONFIG_FILE = "config.ini"; //$NON-NLS-1$
    [javac] 	                     ^^^^^^
    [javac] String cannot be resolved to a type
    [javac] ----------
    [javac] 125. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/Main.java (at line 158)
    [javac] 	private static final String CONFIG_FILE_TEMP_SUFFIX = ".tmp"; //$NON-NLS-1$
    [javac] 	                     ^^^^^^
    [javac] String cannot be resolved to a type
    [javac] ----------
    [javac] 126. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/Main.java (at line 159)
    [javac] 	private static final String CONFIG_FILE_BAK_SUFFIX = ".bak"; //$NON-NLS-1$
    [javac] 	                     ^^^^^^
    [javac] String cannot be resolved to a type
    [javac] ----------
    [javac] 127. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/Main.java (at line 160)
    [javac] 	private static final String ECLIPSE = "eclipse"; //$NON-NLS-1$
    [javac] 	                     ^^^^^^
    [javac] String cannot be resolved to a type
    [javac] ----------
    [javac] 128. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/Main.java (at line 161)
    [javac] 	private static final String PRODUCT_SITE_MARKER = ".eclipseproduct"; //$NON-NLS-1$
    [javac] 	                     ^^^^^^
    [javac] String cannot be resolved to a type
    [javac] ----------
    [javac] 129. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/Main.java (at line 162)
    [javac] 	private static final String PRODUCT_SITE_ID = "id"; //$NON-NLS-1$
    [javac] 	                     ^^^^^^
    [javac] String cannot be resolved to a type
    [javac] ----------
    [javac] 130. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/Main.java (at line 163)
    [javac] 	private static final String PRODUCT_SITE_VERSION = "version"; //$NON-NLS-1$
    [javac] 	                     ^^^^^^
    [javac] String cannot be resolved to a type
    [javac] ----------
    [javac] 131. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/Main.java (at line 166)
    [javac] 	private static final String PROP_USER_HOME = "user.home"; //$NON-NLS-1$
    [javac] 	                     ^^^^^^
    [javac] String cannot be resolved to a type
    [javac] ----------
    [javac] 132. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/Main.java (at line 167)
    [javac] 	private static final String PROP_USER_DIR = "user.dir"; //$NON-NLS-1$
    [javac] 	                     ^^^^^^
    [javac] String cannot be resolved to a type
    [javac] ----------
    [javac] 133. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/Main.java (at line 168)
    [javac] 	private static final String PROP_INSTALL_AREA = "osgi.install.area"; //$NON-NLS-1$
    [javac] 	                     ^^^^^^
    [javac] String cannot be resolved to a type
    [javac] ----------
    [javac] 134. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/Main.java (at line 169)
    [javac] 	private static final String PROP_CONFIG_AREA = "osgi.configuration.area"; //$NON-NLS-1$
    [javac] 	                     ^^^^^^
    [javac] String cannot be resolved to a type
    [javac] ----------
    [javac] 135. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/Main.java (at line 170)
    [javac] 	private static final String PROP_CONFIG_AREA_DEFAULT = "osgi.configuration.area.default"; //$NON-NLS-1$
    [javac] 	                     ^^^^^^
    [javac] String cannot be resolved to a type
    [javac] ----------
    [javac] 136. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/Main.java (at line 171)
    [javac] 	private static final String PROP_BASE_CONFIG_AREA = "osgi.baseConfiguration.area"; //$NON-NLS-1$
    [javac] 	                     ^^^^^^
    [javac] String cannot be resolved to a type
    [javac] ----------
    [javac] 137. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/Main.java (at line 172)
    [javac] 	private static final String PROP_SHARED_CONFIG_AREA = "osgi.sharedConfiguration.area"; //$NON-NLS-1$
    [javac] 	                     ^^^^^^
    [javac] String cannot be resolved to a type
    [javac] ----------
    [javac] 138. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/Main.java (at line 173)
    [javac] 	private static final String PROP_CONFIG_CASCADED = "osgi.configuration.cascaded"; //$NON-NLS-1$
    [javac] 	                     ^^^^^^
    [javac] String cannot be resolved to a type
    [javac] ----------
    [javac] 139. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/Main.java (at line 174)
    [javac] 	protected static final String PROP_FRAMEWORK = "osgi.framework"; //$NON-NLS-1$
    [javac] 	                       ^^^^^^
    [javac] String cannot be resolved to a type
    [javac] ----------
    [javac] 140. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/Main.java (at line 175)
    [javac] 	private static final String PROP_SPLASHPATH = "osgi.splashPath"; //$NON-NLS-1$
    [javac] 	                     ^^^^^^
    [javac] String cannot be resolved to a type
    [javac] ----------
    [javac] 141. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/Main.java (at line 176)
    [javac] 	private static final String PROP_SPLASHLOCATION = "osgi.splashLocation"; //$NON-NLS-1$
    [javac] 	                     ^^^^^^
    [javac] String cannot be resolved to a type
    [javac] ----------
    [javac] 142. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/Main.java (at line 177)
    [javac] 	private static final String PROP_CLASSPATH = "osgi.frameworkClassPath"; //$NON-NLS-1$
    [javac] 	                     ^^^^^^
    [javac] String cannot be resolved to a type
    [javac] ----------
    [javac] 143. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/Main.java (at line 178)
    [javac] 	private static final String PROP_EXTENSIONS = "osgi.framework.extensions"; //$NON-NLS-1$
    [javac] 	                     ^^^^^^
    [javac] String cannot be resolved to a type
    [javac] ----------
    [javac] 144. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/Main.java (at line 179)
    [javac] 	private static final String PROP_FRAMEWORK_SYSPATH = "osgi.syspath"; //$NON-NLS-1$
    [javac] 	                     ^^^^^^
    [javac] String cannot be resolved to a type
    [javac] ----------
    [javac] 145. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/Main.java (at line 180)
    [javac] 	private static final String PROP_FRAMEWORK_SHAPE = "osgi.framework.shape"; //$NON-NLS-1$
    [javac] 	                     ^^^^^^
    [javac] String cannot be resolved to a type
    [javac] ----------
    [javac] 146. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/Main.java (at line 181)
    [javac] 	private static final String PROP_LOGFILE = "osgi.logfile"; //$NON-NLS-1$
    [javac] 	                     ^^^^^^
    [javac] String cannot be resolved to a type
    [javac] ----------
    [javac] 147. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/Main.java (at line 182)
    [javac] 	private static final String PROP_REQUIRED_JAVA_VERSION = "osgi.requiredJavaVersion"; //$NON-NLS-1$
    [javac] 	                     ^^^^^^
    [javac] String cannot be resolved to a type
    [javac] ----------
    [javac] 148. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/Main.java (at line 183)
    [javac] 	private static final String PROP_PARENT_CLASSLOADER = "osgi.parentClassloader"; //$NON-NLS-1$
    [javac] 	                     ^^^^^^
    [javac] String cannot be resolved to a type
    [javac] ----------
    [javac] 149. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/Main.java (at line 184)
    [javac] 	private static final String PROP_FRAMEWORK_PARENT_CLASSLOADER = "osgi.frameworkParentClassloader"; //$NON-NLS-1$
    [javac] 	                     ^^^^^^
    [javac] String cannot be resolved to a type
    [javac] ----------
    [javac] 150. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/Main.java (at line 185)
    [javac] 	private static final String PROP_NL = "osgi.nl"; //$NON-NLS-1$
    [javac] 	                     ^^^^^^
    [javac] String cannot be resolved to a type
    [javac] ----------
    [javac] 151. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/Main.java (at line 186)
    [javac] 	static final String PROP_NOSHUTDOWN = "osgi.noShutdown"; //$NON-NLS-1$
    [javac] 	             ^^^^^^
    [javac] String cannot be resolved to a type
    [javac] ----------
    [javac] 152. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/Main.java (at line 187)
    [javac] 	private static final String PROP_DEBUG = "osgi.debug"; //$NON-NLS-1$	
    [javac] 	                     ^^^^^^
    [javac] String cannot be resolved to a type
    [javac] ----------
    [javac] 153. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/Main.java (at line 189)
    [javac] 	private static final String PROP_EXITCODE = "eclipse.exitcode"; //$NON-NLS-1$
    [javac] 	                     ^^^^^^
    [javac] String cannot be resolved to a type
    [javac] ----------
    [javac] 154. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/Main.java (at line 190)
    [javac] 	private static final String PROP_EXITDATA = "eclipse.exitdata"; //$NON-NLS-1$
    [javac] 	                     ^^^^^^
    [javac] String cannot be resolved to a type
    [javac] ----------
    [javac] 155. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/Main.java (at line 191)
    [javac] 	private static final String PROP_LAUNCHER = "eclipse.launcher"; //$NON-NLS-1$
    [javac] 	                     ^^^^^^
    [javac] String cannot be resolved to a type
    [javac] ----------
    [javac] 156. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/Main.java (at line 193)
    [javac] 	private static final String PROP_VM = "eclipse.vm"; //$NON-NLS-1$
    [javac] 	                     ^^^^^^
    [javac] String cannot be resolved to a type
    [javac] ----------
    [javac] 157. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/Main.java (at line 227)
    [javac] 	private static final String DELIM = ". _-"; //$NON-NLS-1$
    [javac] 	                     ^^^^^^
    [javac] String cannot be resolved to a type
    [javac] ----------
    [javac] 158. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/Main.java (at line 2371)
    [javac] 	private class EclipsePolicy extends Policy {
    [javac] 	                                    ^^^^^^
    [javac] Policy cannot be resolved to a type
    [javac] ----------
    [javac] 159. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/Main.java (at line 2453)
    [javac] 	private class StartupClassLoader extends URLClassLoader {
    [javac] 	                                         ^^^^^^^^^^^^^^
    [javac] URLClassLoader cannot be resolved to a type
    [javac] ----------
    [javac] ----------
    [javac] 160. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/WebStartMain.java (at line 13)
    [javac] 	import java.io.IOException;
    [javac] 	       ^^^^^^^
    [javac] The import java.io cannot be resolved
    [javac] ----------
    [javac] 161. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/WebStartMain.java (at line 14)
    [javac] 	import java.net.*;
    [javac] 	       ^^^^^^^^
    [javac] The import java.net cannot be resolved
    [javac] ----------
    [javac] 162. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/WebStartMain.java (at line 15)
    [javac] 	import java.util.*;
    [javac] 	       ^^^^^^^^^
    [javac] The import java.util cannot be resolved
    [javac] ----------
    [javac] 163. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/WebStartMain.java (at line 16)
    [javac] 	import java.util.jar.JarFile;
    [javac] 	       ^^^^^^^^^
    [javac] The import java.util cannot be resolved
    [javac] ----------
    [javac] 164. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/WebStartMain.java (at line 17)
    [javac] 	import java.util.jar.Manifest;
    [javac] 	       ^^^^^^^^^
    [javac] The import java.util cannot be resolved
    [javac] ----------
    [javac] 165. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/WebStartMain.java (at line 31)
    [javac] 	private static final String PROP_WEBSTART_AUTOMATIC_INSTALLATION = "eclipse.webstart.automaticInstallation"; //$NON-NLS-1$
    [javac] 	                     ^^^^^^
    [javac] String cannot be resolved to a type
    [javac] ----------
    [javac] 166. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/WebStartMain.java (at line 32)
    [javac] 	private static final String DEFAULT_OSGI_BUNDLES = "org.eclipse.equinox.common@2:start, org.eclipse.core.runtime@start"; //$NON-NLS-1$
    [javac] 	                     ^^^^^^
    [javac] String cannot be resolved to a type
    [javac] ----------
    [javac] 167. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/WebStartMain.java (at line 33)
    [javac] 	private static final String PROP_OSGI_BUNDLES = "osgi.bundles"; //$NON-NLS-1$
    [javac] 	                     ^^^^^^
    [javac] String cannot be resolved to a type
    [javac] ----------
    [javac] 168. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/WebStartMain.java (at line 34)
    [javac] 	private static final String PROP_CHECK_CONFIG = "osgi.checkConfiguration"; //$NON-NLS-1$
    [javac] 	                     ^^^^^^
    [javac] String cannot be resolved to a type
    [javac] ----------
    [javac] 169. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/WebStartMain.java (at line 36)
    [javac] 	private Map allBundles = null; // Map of all the bundles found on the classpath. Id -> ArrayList of BundleInfo
    [javac] 	        ^^^
    [javac] Map cannot be resolved to a type
    [javac] ----------
    [javac] 170. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/WebStartMain.java (at line 37)
    [javac] 	private List bundleList = null; //The list of bundles found on the osgi.bundle list 
    [javac] 	        ^^^^
    [javac] List cannot be resolved to a type
    [javac] ----------
    [javac] 171. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/WebStartMain.java (at line 39)
    [javac] 	protected class BundleInfo {
    [javac] 	                ^^^^^^^^^^
    [javac] Implicit super constructor Object() is undefined for default constructor. Must define an explicit constructor
    [javac] ----------
    [javac] 172. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/WebStartMain.java (at line 40)
    [javac] 	String bsn;
    [javac] 	^^^^^^
    [javac] String cannot be resolved to a type
    [javac] ----------
    [javac] 173. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/WebStartMain.java (at line 41)
    [javac] 	String version;
    [javac] 	^^^^^^
    [javac] String cannot be resolved to a type
    [javac] ----------
    [javac] 174. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/WebStartMain.java (at line 42)
    [javac] 	String startData;
    [javac] 	^^^^^^
    [javac] String cannot be resolved to a type
    [javac] ----------
    [javac] 175. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/WebStartMain.java (at line 43)
    [javac] 	String location;
    [javac] 	^^^^^^
    [javac] String cannot be resolved to a type
    [javac] ----------
    [javac] 176. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/WebStartMain.java (at line 46)
    [javac] 	public static void main(String[] args) {
    [javac] 	                        ^^^^^^
    [javac] String cannot be resolved to a type
    [javac] ----------
    [javac] 177. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/WebStartMain.java (at line 47)
    [javac] 	System.setSecurityManager(null); //TODO Hack so that when the classloader loading the fwk is created we don't have funny permissions. This should be revisited. 
    [javac] 	^^^^^^
    [javac] System cannot be resolved
    [javac] ----------
    [javac] 178. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/WebStartMain.java (at line 49)
    [javac] 	if (!Boolean.getBoolean(PROP_NOSHUTDOWN))
    [javac] 	     ^^^^^^^
    [javac] Boolean cannot be resolved
    [javac] ----------
    [javac] 179. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/WebStartMain.java (at line 49)
    [javac] 	if (!Boolean.getBoolean(PROP_NOSHUTDOWN))
    [javac] 	                        ^^^^^^^^^^^^^^^
    [javac] String cannot be resolved to a type
    [javac] ----------
    [javac] 180. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/WebStartMain.java (at line 50)
    [javac] 	System.exit(result);
    [javac] 	^^^^^^
    [javac] System cannot be resolved
    [javac] ----------
    [javac] 181. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/WebStartMain.java (at line 54)
    [javac] 	if (System.getProperty(PROP_OSGI_BUNDLES) != null)
    [javac] 	    ^^^^^^
    [javac] System cannot be resolved
    [javac] ----------
    [javac] 182. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/WebStartMain.java (at line 54)
    [javac] 	if (System.getProperty(PROP_OSGI_BUNDLES) != null)
    [javac] 	                       ^^^^^^^^^^^^^^^^^
    [javac] String cannot be resolved to a type
    [javac] ----------
    [javac] 183. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/WebStartMain.java (at line 56)
    [javac] 	System.getProperties().put(PROP_OSGI_BUNDLES, DEFAULT_OSGI_BUNDLES);
    [javac] 	^^^^^^
    [javac] System cannot be resolved
    [javac] ----------
    [javac] 184. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/WebStartMain.java (at line 56)
    [javac] 	System.getProperties().put(PROP_OSGI_BUNDLES, DEFAULT_OSGI_BUNDLES);
    [javac] 	                           ^^^^^^^^^^^^^^^^^
    [javac] String cannot be resolved to a type
    [javac] ----------
    [javac] 185. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/WebStartMain.java (at line 56)
    [javac] 	System.getProperties().put(PROP_OSGI_BUNDLES, DEFAULT_OSGI_BUNDLES);
    [javac] 	                                              ^^^^^^^^^^^^^^^^^^^^
    [javac] String cannot be resolved to a type
    [javac] ----------
    [javac] 186. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/WebStartMain.java (at line 59)
    [javac] 	protected void basicRun(String[] args) throws Exception {
    [javac] 	                        ^^^^^^
    [javac] String cannot be resolved to a type
    [javac] ----------
    [javac] 187. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/WebStartMain.java (at line 59)
    [javac] 	protected void basicRun(String[] args) throws Exception {
    [javac] 	                                              ^^^^^^^^^
    [javac] Exception cannot be resolved to a type
    [javac] ----------
    [javac] 188. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/WebStartMain.java (at line 64)
    [javac] 	String fwkURL = searchFor(framework, null);
    [javac] 	^^^^^^
    [javac] String cannot be resolved to a type
    [javac] ----------
    [javac] 189. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/WebStartMain.java (at line 64)
    [javac] 	String fwkURL = searchFor(framework, null);
    [javac] 	                          ^^^^^^^^^
    [javac] String cannot be resolved to a type
    [javac] ----------
    [javac] 190. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/WebStartMain.java (at line 68)
    [javac] 	allBundles.remove(framework);
    [javac] 	^^^^^^^^^^
    [javac] Map cannot be resolved to a type
    [javac] ----------
    [javac] 191. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/WebStartMain.java (at line 68)
    [javac] 	allBundles.remove(framework);
    [javac] 	                  ^^^^^^^^^
    [javac] String cannot be resolved to a type
    [javac] ----------
    [javac] 192. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/WebStartMain.java (at line 69)
    [javac] 	System.getProperties().put(PROP_FRAMEWORK, fwkURL);
    [javac] 	^^^^^^
    [javac] System cannot be resolved
    [javac] ----------
    [javac] 193. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/WebStartMain.java (at line 69)
    [javac] 	System.getProperties().put(PROP_FRAMEWORK, fwkURL);
    [javac] 	                           ^^^^^^^^^^^^^^
    [javac] String cannot be resolved to a type
    [javac] ----------
    [javac] 194. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/WebStartMain.java (at line 75)
    [javac] 	if (System.getProperty(PROP_CHECK_CONFIG) == null)
    [javac] 	    ^^^^^^
    [javac] System cannot be resolved
    [javac] ----------
    [javac] 195. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/WebStartMain.java (at line 75)
    [javac] 	if (System.getProperty(PROP_CHECK_CONFIG) == null)
    [javac] 	                       ^^^^^^^^^^^^^^^^^
    [javac] String cannot be resolved to a type
    [javac] ----------
    [javac] 196. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/WebStartMain.java (at line 76)
    [javac] 	System.getProperties().put(PROP_CHECK_CONFIG, "true"); //$NON-NLS-1$
    [javac] 	^^^^^^
    [javac] System cannot be resolved
    [javac] ----------
    [javac] 197. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/WebStartMain.java (at line 76)
    [javac] 	System.getProperties().put(PROP_CHECK_CONFIG, "true"); //$NON-NLS-1$
    [javac] 	                           ^^^^^^^^^^^^^^^^^
    [javac] String cannot be resolved to a type
    [javac] ----------
    [javac] 198. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/WebStartMain.java (at line 85)
    [javac] 	allBundles = null;
    [javac] 	^^^^^^^^^^
    [javac] Map cannot be resolved to a type
    [javac] ----------
    [javac] 199. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/WebStartMain.java (at line 86)
    [javac] 	bundleList = null;
    [javac] 	^^^^^^^^^^
    [javac] List cannot be resolved to a type
    [javac] ----------
    [javac] 200. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/WebStartMain.java (at line 93)
    [javac] 	protected String searchFor(final String target, String start) {
    [javac] 	          ^^^^^^
    [javac] String cannot be resolved to a type
    [javac] ----------
    [javac] 201. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/WebStartMain.java (at line 93)
    [javac] 	protected String searchFor(final String target, String start) {
    [javac] 	                                 ^^^^^^
    [javac] String cannot be resolved to a type
    [javac] ----------
    [javac] 202. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/WebStartMain.java (at line 93)
    [javac] 	protected String searchFor(final String target, String start) {
    [javac] 	                                                ^^^^^^
    [javac] String cannot be resolved to a type
    [javac] ----------
    [javac] 203. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/WebStartMain.java (at line 94)
    [javac] 	ArrayList matches = (ArrayList) allBundles.get(target);
    [javac] 	^^^^^^^^^
    [javac] ArrayList cannot be resolved to a type
    [javac] ----------
    [javac] 204. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/WebStartMain.java (at line 94)
    [javac] 	ArrayList matches = (ArrayList) allBundles.get(target);
    [javac] 	                     ^^^^^^^^^
    [javac] ArrayList cannot be resolved to a type
    [javac] ----------
    [javac] 205. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/WebStartMain.java (at line 94)
    [javac] 	ArrayList matches = (ArrayList) allBundles.get(target);
    [javac] 	                                ^^^^^^^^^^
    [javac] Map cannot be resolved to a type
    [javac] ----------
    [javac] 206. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/WebStartMain.java (at line 99)
    [javac] 	return ((BundleInfo) matches.get(0)).location;
    [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    [javac] String cannot be resolved to a type
    [javac] ----------
    [javac] 207. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/WebStartMain.java (at line 104)
    [javac] 	String[] versions = new String[numberOfMatches];
    [javac] 	^^^^^^
    [javac] String cannot be resolved to a type
    [javac] ----------
    [javac] 208. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/WebStartMain.java (at line 104)
    [javac] 	String[] versions = new String[numberOfMatches];
    [javac] 	                        ^^^^^^
    [javac] String cannot be resolved to a type
    [javac] ----------
    [javac] 209. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/WebStartMain.java (at line 107)
    [javac] 	versions[i] = ((BundleInfo) matches.get(i)).version;
    [javac] 	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    [javac] String cannot be resolved to a type
    [javac] ----------
    [javac] 210. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/WebStartMain.java (at line 110)
    [javac] 	return ((BundleInfo) matches.get(highest)).location;
    [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    [javac] String cannot be resolved to a type
    [javac] ----------
    [javac] 211. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/WebStartMain.java (at line 113)
    [javac] 	private BundleInfo findBundle(final String target, String version, boolean removeMatch) {
    [javac] 	                                    ^^^^^^
    [javac] String cannot be resolved to a type
    [javac] ----------
    [javac] 212. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/WebStartMain.java (at line 113)
    [javac] 	private BundleInfo findBundle(final String target, String version, boolean removeMatch) {
    [javac] 	                                                   ^^^^^^
    [javac] String cannot be resolved to a type
    [javac] ----------
    [javac] 213. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/WebStartMain.java (at line 114)
    [javac] 	ArrayList matches = (ArrayList) allBundles.get(target);
    [javac] 	^^^^^^^^^
    [javac] ArrayList cannot be resolved to a type
    [javac] ----------
    [javac] 214. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/WebStartMain.java (at line 114)
    [javac] 	ArrayList matches = (ArrayList) allBundles.get(target);
    [javac] 	                     ^^^^^^^^^
    [javac] ArrayList cannot be resolved to a type
    [javac] ----------
    [javac] 215. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/WebStartMain.java (at line 114)
    [javac] 	ArrayList matches = (ArrayList) allBundles.get(target);
    [javac] 	                                ^^^^^^^^^^
    [javac] Map cannot be resolved to a type
    [javac] ----------
    [javac] 216. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/WebStartMain.java (at line 124)
    [javac] 	for (Iterator iterator = matches.iterator(); iterator.hasNext();) {
    [javac] 	     ^^^^^^^^
    [javac] Iterator cannot be resolved to a type
    [javac] ----------
    [javac] 217. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/WebStartMain.java (at line 126)
    [javac] 	if (bi.version.equals(version)) {
    [javac] 	    ^^^^^^^^^^
    [javac] String cannot be resolved to a type
    [javac] ----------
    [javac] 218. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/WebStartMain.java (at line 135)
    [javac] 	String[] versions = new String[numberOfMatches];
    [javac] 	^^^^^^
    [javac] String cannot be resolved to a type
    [javac] ----------
    [javac] 219. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/WebStartMain.java (at line 135)
    [javac] 	String[] versions = new String[numberOfMatches];
    [javac] 	                        ^^^^^^
    [javac] String cannot be resolved to a type
    [javac] ----------
    [javac] 220. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/WebStartMain.java (at line 138)
    [javac] 	versions[i] = ((BundleInfo) matches.get(i)).version;
    [javac] 	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    [javac] String cannot be resolved to a type
    [javac] ----------
    [javac] 221. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/WebStartMain.java (at line 148)
    [javac] 	allBundles = new HashMap();
    [javac] 	^^^^^^^^^^
    [javac] Map cannot be resolved to a type
    [javac] ----------
    [javac] 222. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/WebStartMain.java (at line 148)
    [javac] 	allBundles = new HashMap();
    [javac] 	                 ^^^^^^^
    [javac] HashMap cannot be resolved to a type
    [javac] ----------
    [javac] 223. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/WebStartMain.java (at line 150)
    [javac] 	Enumeration resources = WebStartMain.class.getClassLoader().getResources(JarFile.MANIFEST_NAME);
    [javac] 	^^^^^^^^^^^
    [javac] Enumeration cannot be resolved to a type
    [javac] ----------
    [javac] 224. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/WebStartMain.java (at line 150)
    [javac] 	Enumeration resources = WebStartMain.class.getClassLoader().getResources(JarFile.MANIFEST_NAME);
    [javac] 	                        ^^^^^^^^^^^^^^^^^^
    [javac] Class cannot be resolved to a type
    [javac] ----------
    [javac] 225. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/WebStartMain.java (at line 150)
    [javac] 	Enumeration resources = WebStartMain.class.getClassLoader().getResources(JarFile.MANIFEST_NAME);
    [javac] 	                                                                         ^^^^^^^
    [javac] JarFile cannot be resolved
    [javac] ----------
    [javac] 226. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/WebStartMain.java (at line 152)
    [javac] 	BundleInfo found = getBundleInfo((URL) resources.nextElement());
    [javac] 	                                  ^^^
    [javac] URL cannot be resolved to a type
    [javac] ----------
    [javac] 227. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/WebStartMain.java (at line 155)
    [javac] 	ArrayList matching = (ArrayList) allBundles.get(found.bsn);
    [javac] 	^^^^^^^^^
    [javac] ArrayList cannot be resolved to a type
    [javac] ----------
    [javac] 228. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/WebStartMain.java (at line 155)
    [javac] 	ArrayList matching = (ArrayList) allBundles.get(found.bsn);
    [javac] 	                      ^^^^^^^^^
    [javac] ArrayList cannot be resolved to a type
    [javac] ----------
    [javac] 229. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/WebStartMain.java (at line 155)
    [javac] 	ArrayList matching = (ArrayList) allBundles.get(found.bsn);
    [javac] 	                                 ^^^^^^^^^^
    [javac] Map cannot be resolved to a type
    [javac] ----------
    [javac] 230. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/WebStartMain.java (at line 155)
    [javac] 	ArrayList matching = (ArrayList) allBundles.get(found.bsn);
    [javac] 	                                                ^^^^^^^^^
    [javac] String cannot be resolved to a type
    [javac] ----------
    [javac] 231. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/WebStartMain.java (at line 157)
    [javac] 	matching = new ArrayList(1);
    [javac] 	               ^^^^^^^^^
    [javac] ArrayList cannot be resolved to a type
    [javac] ----------
    [javac] 232. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/WebStartMain.java (at line 158)
    [javac] 	allBundles.put(found.bsn, matching);
    [javac] 	^^^^^^^^^^
    [javac] Map cannot be resolved to a type
    [javac] ----------
    [javac] 233. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/WebStartMain.java (at line 158)
    [javac] 	allBundles.put(found.bsn, matching);
    [javac] 	               ^^^^^^^^^
    [javac] String cannot be resolved to a type
    [javac] ----------
    [javac] 234. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/WebStartMain.java (at line 162)
    [javac] 	} catch (IOException e) {
    [javac] 	         ^^^^^^^^^^^
    [javac] IOException cannot be resolved to a type
    [javac] ----------
    [javac] 235. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/WebStartMain.java (at line 167)
    [javac] 	private String extractInnerURL(URL url) {
    [javac] 	        ^^^^^^
    [javac] String cannot be resolved to a type
    [javac] ----------
    [javac] 236. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/WebStartMain.java (at line 167)
    [javac] 	private String extractInnerURL(URL url) {
    [javac] 	                               ^^^
    [javac] URL cannot be resolved to a type
    [javac] ----------
    [javac] 237. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/WebStartMain.java (at line 169)
    [javac] 	URLConnection connection = null;
    [javac] 	^^^^^^^^^^^^^
    [javac] URLConnection cannot be resolved to a type
    [javac] ----------
    [javac] 238. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/WebStartMain.java (at line 172)
    [javac] 	if (connection instanceof JarURLConnection) {
    [javac] 	                          ^^^^^^^^^^^^^^^^
    [javac] JarURLConnection cannot be resolved to a type
    [javac] ----------
    [javac] 239. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/WebStartMain.java (at line 173)
    [javac] 	return "file:" + ((JarURLConnection) connection).getJarFile().getName(); //$NON-NLS-1$
    [javac] 	                   ^^^^^^^^^^^^^^^^
    [javac] JarURLConnection cannot be resolved to a type
    [javac] ----------
    [javac] 240. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/WebStartMain.java (at line 179)
    [javac] 	} catch (IOException e) {
    [javac] 	         ^^^^^^^^^^^
    [javac] IOException cannot be resolved to a type
    [javac] ----------
    [javac] 241. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/WebStartMain.java (at line 192)
    [javac] 	String prop = System.getProperty(PROP_OSGI_BUNDLES);
    [javac] 	^^^^^^
    [javac] String cannot be resolved to a type
    [javac] ----------
    [javac] 242. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/WebStartMain.java (at line 192)
    [javac] 	String prop = System.getProperty(PROP_OSGI_BUNDLES);
    [javac] 	              ^^^^^^
    [javac] System cannot be resolved
    [javac] ----------
    [javac] 243. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/WebStartMain.java (at line 192)
    [javac] 	String prop = System.getProperty(PROP_OSGI_BUNDLES);
    [javac] 	                                 ^^^^^^^^^^^^^^^^^
    [javac] String cannot be resolved to a type
    [javac] ----------
    [javac] 244. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/WebStartMain.java (at line 194)
    [javac] 	bundleList = new ArrayList(0);
    [javac] 	^^^^^^^^^^
    [javac] List cannot be resolved to a type
    [javac] ----------
    [javac] 245. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/WebStartMain.java (at line 194)
    [javac] 	bundleList = new ArrayList(0);
    [javac] 	                 ^^^^^^^^^
    [javac] ArrayList cannot be resolved to a type
    [javac] ----------
    [javac] 246. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/WebStartMain.java (at line 198)
    [javac] 	bundleList = new ArrayList(10);
    [javac] 	^^^^^^^^^^
    [javac] List cannot be resolved to a type
    [javac] ----------
    [javac] 247. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/WebStartMain.java (at line 198)
    [javac] 	bundleList = new ArrayList(10);
    [javac] 	                 ^^^^^^^^^
    [javac] ArrayList cannot be resolved to a type
    [javac] ----------
    [javac] 248. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/WebStartMain.java (at line 199)
    [javac] 	StringTokenizer tokens = new StringTokenizer(prop, ","); //$NON-NLS-1$
    [javac] 	^^^^^^^^^^^^^^^
    [javac] StringTokenizer cannot be resolved to a type
    [javac] ----------
    [javac] 249. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/WebStartMain.java (at line 199)
    [javac] 	StringTokenizer tokens = new StringTokenizer(prop, ","); //$NON-NLS-1$
    [javac] 	                             ^^^^^^^^^^^^^^^
    [javac] StringTokenizer cannot be resolved to a type
    [javac] ----------
    [javac] 250. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/WebStartMain.java (at line 201)
    [javac] 	String token = tokens.nextToken().trim();
    [javac] 	^^^^^^
    [javac] String cannot be resolved to a type
    [javac] ----------
    [javac] 251. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/WebStartMain.java (at line 202)
    [javac] 	String bundleId = token;
    [javac] 	^^^^^^
    [javac] String cannot be resolved to a type
    [javac] ----------
    [javac] 252. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/WebStartMain.java (at line 207)
    [javac] 	toAdd.bsn = bundleId;
    [javac] 	^^^^^^^^^
    [javac] String cannot be resolved to a type
    [javac] ----------
    [javac] 253. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/WebStartMain.java (at line 209)
    [javac] 	toAdd.bsn = token.substring(0, startLevelSeparator);
    [javac] 	^^^^^^^^^
    [javac] String cannot be resolved to a type
    [javac] ----------
    [javac] 254. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/WebStartMain.java (at line 210)
    [javac] 	toAdd.startData = token.substring(startLevelSeparator);
    [javac] 	^^^^^^^^^^^^^^^
    [javac] String cannot be resolved to a type
    [javac] ----------
    [javac] 255. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/WebStartMain.java (at line 213)
    [javac] 	bundleList.add(toAdd);
    [javac] 	^^^^^^^^^^
    [javac] List cannot be resolved to a type
    [javac] ----------
    [javac] 256. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/WebStartMain.java (at line 217)
    [javac] 	private BundleInfo getBundleInfo(URL manifestURL) {
    [javac] 	                                 ^^^
    [javac] URL cannot be resolved to a type
    [javac] ----------
    [javac] 257. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/WebStartMain.java (at line 218)
    [javac] 	final String BUNDLE_SYMBOLICNAME = "Bundle-SymbolicName"; //$NON-NLS-1$
    [javac] 	      ^^^^^^
    [javac] String cannot be resolved to a type
    [javac] ----------
    [javac] 258. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/WebStartMain.java (at line 219)
    [javac] 	final String BUNDLE_VERSION = "Bundle-Version"; //$NON-NLS-1$
    [javac] 	      ^^^^^^
    [javac] String cannot be resolved to a type
    [javac] ----------
    [javac] 259. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/WebStartMain.java (at line 249)
    [javac] 	StringBuffer finalBundleList = new StringBuffer(allBundles.size() * 30);
    [javac] 	^^^^^^^^^^^^
    [javac] StringBuffer cannot be resolved to a type
    [javac] ----------
    [javac] 259 problems (259 errors)
    [javac] Compilation failed. Compiler errors are available in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/temp.folder/@dot.bin.log

BUILD FAILED

/store/eclipse/3_4_source/build.xml:68: The following error occurred while executing this line:
/store/eclipse/3_4_source/build.xml:8: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.sdk/build.xml:39: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.sdk/build.xml:17: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.platform/build.xml:341: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.platform/build.xml:327: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.help/build.xml:95: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.help/build.xml:82: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.rcp/build.xml:314: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.rcp/build.xml:15: The following error occurred while executing this line:
/store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/build.xml:137: The following error occurred while executing this line:
/store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/build.xml:95: Compile failed; see the compiler error output for details.
	at org.apache.tools.ant.ProjectHelper.addLocationToBuildException(ProjectHelper.java:541)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:418)
	at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:105)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
	at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:357)
	at org.apache.tools.ant.Target.performTasks(Target.java:385)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
	at org.apache.tools.ant.Project.executeTarget(Project.java:1298)
	at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
	at org.apache.tools.ant.Main.runBuild(Main.java:698)
	at org.apache.tools.ant.Main.startAnt(Main.java:199)
	at org.apache.tools.ant.launch.Launcher.run(Launcher.java:257)
	at org.apache.tools.ant.launch.Launcher.main(Launcher.java:104)
Caused by: /store/eclipse/3_4_source/build.xml:8: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.sdk/build.xml:39: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.sdk/build.xml:17: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.platform/build.xml:341: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.platform/build.xml:327: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.help/build.xml:95: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.help/build.xml:82: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.rcp/build.xml:314: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.rcp/build.xml:15: The following error occurred while executing this line:
/store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/build.xml:137: The following error occurred while executing this line:
/store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/build.xml:95: Compile failed; see the compiler error output for details.
	at org.apache.tools.ant.ProjectHelper.addLocationToBuildException(ProjectHelper.java:541)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:418)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
	at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:357)
	at org.apache.tools.ant.Target.performTasks(Target.java:385)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416)
	... 17 more
Caused by: /store/eclipse/3_4_source/features/org.eclipse.sdk/build.xml:39: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.sdk/build.xml:17: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.platform/build.xml:341: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.platform/build.xml:327: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.help/build.xml:95: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.help/build.xml:82: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.rcp/build.xml:314: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.rcp/build.xml:15: The following error occurred while executing this line:
/store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/build.xml:137: The following error occurred while executing this line:
/store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/build.xml:95: Compile failed; see the compiler error output for details.
	at org.apache.tools.ant.ProjectHelper.addLocationToBuildException(ProjectHelper.java:541)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:418)
	at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:105)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
	at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:357)
	at org.apache.tools.ant.Target.performTasks(Target.java:385)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416)
	... 29 more
Caused by: /store/eclipse/3_4_source/features/org.eclipse.sdk/build.xml:17: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.platform/build.xml:341: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.platform/build.xml:327: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.help/build.xml:95: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.help/build.xml:82: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.rcp/build.xml:314: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.rcp/build.xml:15: The following error occurred while executing this line:
/store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/build.xml:137: The following error occurred while executing this line:
/store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/build.xml:95: Compile failed; see the compiler error output for details.
	at org.apache.tools.ant.ProjectHelper.addLocationToBuildException(ProjectHelper.java:541)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:418)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
	at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:357)
	at org.apache.tools.ant.Target.performTasks(Target.java:385)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416)
	... 42 more
Caused by: /store/eclipse/3_4_source/features/org.eclipse.platform/build.xml:341: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.platform/build.xml:327: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.help/build.xml:95: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.help/build.xml:82: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.rcp/build.xml:314: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.rcp/build.xml:15: The following error occurred while executing this line:
/store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/build.xml:137: The following error occurred while executing this line:
/store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/build.xml:95: Compile failed; see the compiler error output for details.
	at org.apache.tools.ant.ProjectHelper.addLocationToBuildException(ProjectHelper.java:541)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:418)
	at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:105)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
	at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:357)
	at org.apache.tools.ant.Target.performTasks(Target.java:385)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416)
	... 54 more
Caused by: /store/eclipse/3_4_source/features/org.eclipse.platform/build.xml:327: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.help/build.xml:95: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.help/build.xml:82: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.rcp/build.xml:314: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.rcp/build.xml:15: The following error occurred while executing this line:
/store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/build.xml:137: The following error occurred while executing this line:
/store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/build.xml:95: Compile failed; see the compiler error output for details.
	at org.apache.tools.ant.ProjectHelper.addLocationToBuildException(ProjectHelper.java:541)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:418)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
	at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:357)
	at org.apache.tools.ant.Target.performTasks(Target.java:385)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416)
	... 67 more
Caused by: /store/eclipse/3_4_source/features/org.eclipse.help/build.xml:95: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.help/build.xml:82: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.rcp/build.xml:314: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.rcp/build.xml:15: The following error occurred while executing this line:
/store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/build.xml:137: The following error occurred while executing this line:
/store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/build.xml:95: Compile failed; see the compiler error output for details.
	at org.apache.tools.ant.ProjectHelper.addLocationToBuildException(ProjectHelper.java:541)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:418)
	at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:105)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
	at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:357)
	at org.apache.tools.ant.Target.performTasks(Target.java:385)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416)
	... 79 more
Caused by: /store/eclipse/3_4_source/features/org.eclipse.help/build.xml:82: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.rcp/build.xml:314: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.rcp/build.xml:15: The following error occurred while executing this line:
/store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/build.xml:137: The following error occurred while executing this line:
/store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/build.xml:95: Compile failed; see the compiler error output for details.
	at org.apache.tools.ant.ProjectHelper.addLocationToBuildException(ProjectHelper.java:541)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:418)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
	at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:357)
	at org.apache.tools.ant.Target.performTasks(Target.java:385)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416)
	... 92 more
Caused by: /store/eclipse/3_4_source/features/org.eclipse.rcp/build.xml:314: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.rcp/build.xml:15: The following error occurred while executing this line:
/store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/build.xml:137: The following error occurred while executing this line:
/store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/build.xml:95: Compile failed; see the compiler error output for details.
	at org.apache.tools.ant.ProjectHelper.addLocationToBuildException(ProjectHelper.java:541)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:418)
	at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:105)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
	at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:357)
	at org.apache.tools.ant.Target.performTasks(Target.java:385)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416)
	... 104 more
Caused by: /store/eclipse/3_4_source/features/org.eclipse.rcp/build.xml:15: The following error occurred while executing this line:
/store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/build.xml:137: The following error occurred while executing this line:
/store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/build.xml:95: Compile failed; see the compiler error output for details.
	at org.apache.tools.ant.ProjectHelper.addLocationToBuildException(ProjectHelper.java:541)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:418)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
	at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:357)
	at org.apache.tools.ant.Target.performTasks(Target.java:385)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416)
	... 117 more
Caused by: /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/build.xml:137: The following error occurred while executing this line:
/store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/build.xml:95: Compile failed; see the compiler error output for details.
	at org.apache.tools.ant.ProjectHelper.addLocationToBuildException(ProjectHelper.java:541)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:418)
	at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:105)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
	at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:357)
	at org.apache.tools.ant.Target.performTasks(Target.java:385)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416)
	... 129 more
Caused by: /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/build.xml:95: Compile failed; see the compiler error output for details.
	at org.apache.tools.ant.taskdefs.Javac.compile(Javac.java:999)
	at org.apache.tools.ant.taskdefs.Javac.execute(Javac.java:820)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
	at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:357)
	at org.apache.tools.ant.Target.performTasks(Target.java:385)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416)
	... 142 more
--- Nested Exception ---
/store/eclipse/3_4_source/build.xml:8: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.sdk/build.xml:39: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.sdk/build.xml:17: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.platform/build.xml:341: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.platform/build.xml:327: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.help/build.xml:95: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.help/build.xml:82: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.rcp/build.xml:314: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.rcp/build.xml:15: The following error occurred while executing this line:
/store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/build.xml:137: The following error occurred while executing this line:
/store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/build.xml:95: Compile failed; see the compiler error output for details.
	at org.apache.tools.ant.ProjectHelper.addLocationToBuildException(ProjectHelper.java:541)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:418)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
	at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:357)
	at org.apache.tools.ant.Target.performTasks(Target.java:385)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416)
	at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:105)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
	at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:357)
	at org.apache.tools.ant.Target.performTasks(Target.java:385)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
	at org.apache.tools.ant.Project.executeTarget(Project.java:1298)
	at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
	at org.apache.tools.ant.Main.runBuild(Main.java:698)
	at org.apache.tools.ant.Main.startAnt(Main.java:199)
	at org.apache.tools.ant.launch.Launcher.run(Launcher.java:257)
	at org.apache.tools.ant.launch.Launcher.main(Launcher.java:104)
Caused by: /store/eclipse/3_4_source/features/org.eclipse.sdk/build.xml:39: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.sdk/build.xml:17: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.platform/build.xml:341: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.platform/build.xml:327: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.help/build.xml:95: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.help/build.xml:82: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.rcp/build.xml:314: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.rcp/build.xml:15: The following error occurred while executing this line:
/store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/build.xml:137: The following error occurred while executing this line:
/store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/build.xml:95: Compile failed; see the compiler error output for details.
	at org.apache.tools.ant.ProjectHelper.addLocationToBuildException(ProjectHelper.java:541)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:418)
	at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:105)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
	at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:357)
	at org.apache.tools.ant.Target.performTasks(Target.java:385)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416)
	... 29 more
Caused by: /store/eclipse/3_4_source/features/org.eclipse.sdk/build.xml:17: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.platform/build.xml:341: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.platform/build.xml:327: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.help/build.xml:95: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.help/build.xml:82: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.rcp/build.xml:314: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.rcp/build.xml:15: The following error occurred while executing this line:
/store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/build.xml:137: The following error occurred while executing this line:
/store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/build.xml:95: Compile failed; see the compiler error output for details.
	at org.apache.tools.ant.ProjectHelper.addLocationToBuildException(ProjectHelper.java:541)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:418)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
	at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:357)
	at org.apache.tools.ant.Target.performTasks(Target.java:385)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416)
	... 42 more
Caused by: /store/eclipse/3_4_source/features/org.eclipse.platform/build.xml:341: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.platform/build.xml:327: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.help/build.xml:95: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.help/build.xml:82: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.rcp/build.xml:314: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.rcp/build.xml:15: The following error occurred while executing this line:
/store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/build.xml:137: The following error occurred while executing this line:
/store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/build.xml:95: Compile failed; see the compiler error output for details.
	at org.apache.tools.ant.ProjectHelper.addLocationToBuildException(ProjectHelper.java:541)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:418)
	at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:105)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
	at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:357)
	at org.apache.tools.ant.Target.performTasks(Target.java:385)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416)
	... 54 more
Caused by: /store/eclipse/3_4_source/features/org.eclipse.platform/build.xml:327: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.help/build.xml:95: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.help/build.xml:82: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.rcp/build.xml:314: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.rcp/build.xml:15: The following error occurred while executing this line:
/store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/build.xml:137: The following error occurred while executing this line:
/store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/build.xml:95: Compile failed; see the compiler error output for details.
	at org.apache.tools.ant.ProjectHelper.addLocationToBuildException(ProjectHelper.java:541)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:418)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
	at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:357)
	at org.apache.tools.ant.Target.performTasks(Target.java:385)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416)
	... 67 more
Caused by: /store/eclipse/3_4_source/features/org.eclipse.help/build.xml:95: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.help/build.xml:82: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.rcp/build.xml:314: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.rcp/build.xml:15: The following error occurred while executing this line:
/store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/build.xml:137: The following error occurred while executing this line:
/store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/build.xml:95: Compile failed; see the compiler error output for details.
	at org.apache.tools.ant.ProjectHelper.addLocationToBuildException(ProjectHelper.java:541)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:418)
	at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:105)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
	at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:357)
	at org.apache.tools.ant.Target.performTasks(Target.java:385)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416)
	... 79 more
Caused by: /store/eclipse/3_4_source/features/org.eclipse.help/build.xml:82: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.rcp/build.xml:314: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.rcp/build.xml:15: The following error occurred while executing this line:
/store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/build.xml:137: The following error occurred while executing this line:
/store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/build.xml:95: Compile failed; see the compiler error output for details.
	at org.apache.tools.ant.ProjectHelper.addLocationToBuildException(ProjectHelper.java:541)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:418)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
	at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:357)
	at org.apache.tools.ant.Target.performTasks(Target.java:385)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416)
	... 92 more
Caused by: /store/eclipse/3_4_source/features/org.eclipse.rcp/build.xml:314: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.rcp/build.xml:15: The following error occurred while executing this line:
/store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/build.xml:137: The following error occurred while executing this line:
/store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/build.xml:95: Compile failed; see the compiler error output for details.
	at org.apache.tools.ant.ProjectHelper.addLocationToBuildException(ProjectHelper.java:541)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:418)
	at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:105)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
	at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:357)
	at org.apache.tools.ant.Target.performTasks(Target.java:385)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416)
	... 104 more
Caused by: /store/eclipse/3_4_source/features/org.eclipse.rcp/build.xml:15: The following error occurred while executing this line:
/store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/build.xml:137: The following error occurred while executing this line:
/store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/build.xml:95: Compile failed; see the compiler error output for details.
	at org.apache.tools.ant.ProjectHelper.addLocationToBuildException(ProjectHelper.java:541)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:418)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
	at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:357)
	at org.apache.tools.ant.Target.performTasks(Target.java:385)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416)
	... 117 more
Caused by: /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/build.xml:137: The following error occurred while executing this line:
/store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/build.xml:95: Compile failed; see the compiler error output for details.
	at org.apache.tools.ant.ProjectHelper.addLocationToBuildException(ProjectHelper.java:541)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:418)
	at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:105)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
	at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:357)
	at org.apache.tools.ant.Target.performTasks(Target.java:385)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416)
	... 129 more
Caused by: /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/build.xml:95: Compile failed; see the compiler error output for details.
	at org.apache.tools.ant.taskdefs.Javac.compile(Javac.java:999)
	at org.apache.tools.ant.taskdefs.Javac.execute(Javac.java:820)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
	at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:357)
	at org.apache.tools.ant.Target.performTasks(Target.java:385)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416)
	... 142 more
--- Nested Exception ---
/store/eclipse/3_4_source/features/org.eclipse.sdk/build.xml:39: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.sdk/build.xml:17: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.platform/build.xml:341: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.platform/build.xml:327: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.help/build.xml:95: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.help/build.xml:82: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.rcp/build.xml:314: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.rcp/build.xml:15: The following error occurred while executing this line:
/store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/build.xml:137: The following error occurred while executing this line:
/store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/build.xml:95: Compile failed; see the compiler error output for details.
	at org.apache.tools.ant.ProjectHelper.addLocationToBuildException(ProjectHelper.java:541)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:418)
	at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:105)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
	at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:357)
	at org.apache.tools.ant.Target.performTasks(Target.java:385)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
	at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:357)
	at org.apache.tools.ant.Target.performTasks(Target.java:385)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416)
	at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:105)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
	at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:357)
	at org.apache.tools.ant.Target.performTasks(Target.java:385)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
	at org.apache.tools.ant.Project.executeTarget(Project.java:1298)
	at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
	at org.apache.tools.ant.Main.runBuild(Main.java:698)
	at org.apache.tools.ant.Main.startAnt(Main.java:199)
	at org.apache.tools.ant.launch.Launcher.run(Launcher.java:257)
	at org.apache.tools.ant.launch.Launcher.main(Launcher.java:104)
Caused by: /store/eclipse/3_4_source/features/org.eclipse.sdk/build.xml:17: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.platform/build.xml:341: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.platform/build.xml:327: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.help/build.xml:95: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.help/build.xml:82: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.rcp/build.xml:314: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.rcp/build.xml:15: The following error occurred while executing this line:
/store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/build.xml:137: The following error occurred while executing this line:
/store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/build.xml:95: Compile failed; see the compiler error output for details.
	at org.apache.tools.ant.ProjectHelper.addLocationToBuildException(ProjectHelper.java:541)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:418)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
	at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:357)
	at org.apache.tools.ant.Target.performTasks(Target.java:385)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416)
	... 42 more
Caused by: /store/eclipse/3_4_source/features/org.eclipse.platform/build.xml:341: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.platform/build.xml:327: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.help/build.xml:95: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.help/build.xml:82: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.rcp/build.xml:314: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.rcp/build.xml:15: The following error occurred while executing this line:
/store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/build.xml:137: The following error occurred while executing this line:
/store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/build.xml:95: Compile failed; see the compiler error output for details.
	at org.apache.tools.ant.ProjectHelper.addLocationToBuildException(ProjectHelper.java:541)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:418)
	at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:105)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
	at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:357)
	at org.apache.tools.ant.Target.performTasks(Target.java:385)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416)
	... 54 more
Caused by: /store/eclipse/3_4_source/features/org.eclipse.platform/build.xml:327: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.help/build.xml:95: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.help/build.xml:82: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.rcp/build.xml:314: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.rcp/build.xml:15: The following error occurred while executing this line:
/store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/build.xml:137: The following error occurred while executing this line:
/store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/build.xml:95: Compile failed; see the compiler error output for details.
	at org.apache.tools.ant.ProjectHelper.addLocationToBuildException(ProjectHelper.java:541)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:418)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
	at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:357)
	at org.apache.tools.ant.Target.performTasks(Target.java:385)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416)
	... 67 more
Caused by: /store/eclipse/3_4_source/features/org.eclipse.help/build.xml:95: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.help/build.xml:82: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.rcp/build.xml:314: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.rcp/build.xml:15: The following error occurred while executing this line:
/store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/build.xml:137: The following error occurred while executing this line:
/store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/build.xml:95: Compile failed; see the compiler error output for details.
	at org.apache.tools.ant.ProjectHelper.addLocationToBuildException(ProjectHelper.java:541)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:418)
	at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:105)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
	at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:357)
	at org.apache.tools.ant.Target.performTasks(Target.java:385)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416)
	... 79 more
Caused by: /store/eclipse/3_4_source/features/org.eclipse.help/build.xml:82: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.rcp/build.xml:314: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.rcp/build.xml:15: The following error occurred while executing this line:
/store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/build.xml:137: The following error occurred while executing this line:
/store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/build.xml:95: Compile failed; see the compiler error output for details.
	at org.apache.tools.ant.ProjectHelper.addLocationToBuildException(ProjectHelper.java:541)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:418)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
	at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:357)
	at org.apache.tools.ant.Target.performTasks(Target.java:385)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416)
	... 92 more
Caused by: /store/eclipse/3_4_source/features/org.eclipse.rcp/build.xml:314: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.rcp/build.xml:15: The following error occurred while executing this line:
/store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/build.xml:137: The following error occurred while executing this line:
/store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/build.xml:95: Compile failed; see the compiler error output for details.
	at org.apache.tools.ant.ProjectHelper.addLocationToBuildException(ProjectHelper.java:541)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:418)
	at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:105)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
	at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:357)
	at org.apache.tools.ant.Target.performTasks(Target.java:385)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416)
	... 104 more
Caused by: /store/eclipse/3_4_source/features/org.eclipse.rcp/build.xml:15: The following error occurred while executing this line:
/store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/build.xml:137: The following error occurred while executing this line:
/store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/build.xml:95: Compile failed; see the compiler error output for details.
	at org.apache.tools.ant.ProjectHelper.addLocationToBuildException(ProjectHelper.java:541)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:418)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
	at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:357)
	at org.apache.tools.ant.Target.performTasks(Target.java:385)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416)
	... 117 more
Caused by: /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/build.xml:137: The following error occurred while executing this line:
/store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/build.xml:95: Compile failed; see the compiler error output for details.
	at org.apache.tools.ant.ProjectHelper.addLocationToBuildException(ProjectHelper.java:541)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:418)
	at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:105)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
	at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:357)
	at org.apache.tools.ant.Target.performTasks(Target.java:385)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416)
	... 129 more
Caused by: /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/build.xml:95: Compile failed; see the compiler error output for details.
	at org.apache.tools.ant.taskdefs.Javac.compile(Javac.java:999)
	at org.apache.tools.ant.taskdefs.Javac.execute(Javac.java:820)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
	at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:357)
	at org.apache.tools.ant.Target.performTasks(Target.java:385)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416)
	... 142 more
--- Nested Exception ---
/store/eclipse/3_4_source/features/org.eclipse.sdk/build.xml:17: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.platform/build.xml:341: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.platform/build.xml:327: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.help/build.xml:95: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.help/build.xml:82: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.rcp/build.xml:314: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.rcp/build.xml:15: The following error occurred while executing this line:
/store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/build.xml:137: The following error occurred while executing this line:
/store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/build.xml:95: Compile failed; see the compiler error output for details.
	at org.apache.tools.ant.ProjectHelper.addLocationToBuildException(ProjectHelper.java:541)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:418)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
	at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:357)
	at org.apache.tools.ant.Target.performTasks(Target.java:385)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416)
	at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:105)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
	at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:357)
	at org.apache.tools.ant.Target.performTasks(Target.java:385)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
	at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:357)
	at org.apache.tools.ant.Target.performTasks(Target.java:385)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416)
	at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:105)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
	at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:357)
	at org.apache.tools.ant.Target.performTasks(Target.java:385)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
	at org.apache.tools.ant.Project.executeTarget(Project.java:1298)
	at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
	at org.apache.tools.ant.Main.runBuild(Main.java:698)
	at org.apache.tools.ant.Main.startAnt(Main.java:199)
	at org.apache.tools.ant.launch.Launcher.run(Launcher.java:257)
	at org.apache.tools.ant.launch.Launcher.main(Launcher.java:104)
Caused by: /store/eclipse/3_4_source/features/org.eclipse.platform/build.xml:341: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.platform/build.xml:327: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.help/build.xml:95: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.help/build.xml:82: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.rcp/build.xml:314: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.rcp/build.xml:15: The following error occurred while executing this line:
/store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/build.xml:137: The following error occurred while executing this line:
/store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/build.xml:95: Compile failed; see the compiler error output for details.
	at org.apache.tools.ant.ProjectHelper.addLocationToBuildException(ProjectHelper.java:541)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:418)
	at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:105)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
	at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:357)
	at org.apache.tools.ant.Target.performTasks(Target.java:385)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416)
	... 54 more
Caused by: /store/eclipse/3_4_source/features/org.eclipse.platform/build.xml:327: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.help/build.xml:95: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.help/build.xml:82: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.rcp/build.xml:314: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.rcp/build.xml:15: The following error occurred while executing this line:
/store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/build.xml:137: The following error occurred while executing this line:
/store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/build.xml:95: Compile failed; see the compiler error output for details.
	at org.apache.tools.ant.ProjectHelper.addLocationToBuildException(ProjectHelper.java:541)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:418)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
	at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:357)
	at org.apache.tools.ant.Target.performTasks(Target.java:385)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416)
	... 67 more
Caused by: /store/eclipse/3_4_source/features/org.eclipse.help/build.xml:95: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.help/build.xml:82: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.rcp/build.xml:314: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.rcp/build.xml:15: The following error occurred while executing this line:
/store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/build.xml:137: The following error occurred while executing this line:
/store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/build.xml:95: Compile failed; see the compiler error output for details.
	at org.apache.tools.ant.ProjectHelper.addLocationToBuildException(ProjectHelper.java:541)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:418)
	at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:105)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
	at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:357)
	at org.apache.tools.ant.Target.performTasks(Target.java:385)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416)
	... 79 more
Caused by: /store/eclipse/3_4_source/features/org.eclipse.help/build.xml:82: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.rcp/build.xml:314: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.rcp/build.xml:15: The following error occurred while executing this line:
/store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/build.xml:137: The following error occurred while executing this line:
/store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/build.xml:95: Compile failed; see the compiler error output for details.
	at org.apache.tools.ant.ProjectHelper.addLocationToBuildException(ProjectHelper.java:541)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:418)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
	at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:357)
	at org.apache.tools.ant.Target.performTasks(Target.java:385)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416)
	... 92 more
Caused by: /store/eclipse/3_4_source/features/org.eclipse.rcp/build.xml:314: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.rcp/build.xml:15: The following error occurred while executing this line:
/store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/build.xml:137: The following error occurred while executing this line:
/store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/build.xml:95: Compile failed; see the compiler error output for details.
	at org.apache.tools.ant.ProjectHelper.addLocationToBuildException(ProjectHelper.java:541)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:418)
	at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:105)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
	at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:357)
	at org.apache.tools.ant.Target.performTasks(Target.java:385)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416)
	... 104 more
Caused by: /store/eclipse/3_4_source/features/org.eclipse.rcp/build.xml:15: The following error occurred while executing this line:
/store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/build.xml:137: The following error occurred while executing this line:
/store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/build.xml:95: Compile failed; see the compiler error output for details.
	at org.apache.tools.ant.ProjectHelper.addLocationToBuildException(ProjectHelper.java:541)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:418)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
	at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:357)
	at org.apache.tools.ant.Target.performTasks(Target.java:385)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416)
	... 117 more
Caused by: /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/build.xml:137: The following error occurred while executing this line:
/store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/build.xml:95: Compile failed; see the compiler error output for details.
	at org.apache.tools.ant.ProjectHelper.addLocationToBuildException(ProjectHelper.java:541)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:418)
	at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:105)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
	at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:357)
	at org.apache.tools.ant.Target.performTasks(Target.java:385)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416)
	... 129 more
Caused by: /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/build.xml:95: Compile failed; see the compiler error output for details.
	at org.apache.tools.ant.taskdefs.Javac.compile(Javac.java:999)
	at org.apache.tools.ant.taskdefs.Javac.execute(Javac.java:820)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
	at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:357)
	at org.apache.tools.ant.Target.performTasks(Target.java:385)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416)
	... 142 more
--- Nested Exception ---
/store/eclipse/3_4_source/features/org.eclipse.platform/build.xml:341: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.platform/build.xml:327: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.help/build.xml:95: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.help/build.xml:82: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.rcp/build.xml:314: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.rcp/build.xml:15: The following error occurred while executing this line:
/store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/build.xml:137: The following error occurred while executing this line:
/store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/build.xml:95: Compile failed; see the compiler error output for details.
	at org.apache.tools.ant.ProjectHelper.addLocationToBuildException(ProjectHelper.java:541)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:418)
	at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:105)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
	at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:357)
	at org.apache.tools.ant.Target.performTasks(Target.java:385)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
	at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:357)
	at org.apache.tools.ant.Target.performTasks(Target.java:385)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416)
	at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:105)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
	at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:357)
	at org.apache.tools.ant.Target.performTasks(Target.java:385)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
	at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:357)
	at org.apache.tools.ant.Target.performTasks(Target.java:385)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416)
	at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:105)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
	at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:357)
	at org.apache.tools.ant.Target.performTasks(Target.java:385)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
	at org.apache.tools.ant.Project.executeTarget(Project.java:1298)
	at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
	at org.apache.tools.ant.Main.runBuild(Main.java:698)
	at org.apache.tools.ant.Main.startAnt(Main.java:199)
	at org.apache.tools.ant.launch.Launcher.run(Launcher.java:257)
	at org.apache.tools.ant.launch.Launcher.main(Launcher.java:104)
Caused by: /store/eclipse/3_4_source/features/org.eclipse.platform/build.xml:327: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.help/build.xml:95: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.help/build.xml:82: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.rcp/build.xml:314: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.rcp/build.xml:15: The following error occurred while executing this line:
/store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/build.xml:137: The following error occurred while executing this line:
/store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/build.xml:95: Compile failed; see the compiler error output for details.
	at org.apache.tools.ant.ProjectHelper.addLocationToBuildException(ProjectHelper.java:541)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:418)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
	at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:357)
	at org.apache.tools.ant.Target.performTasks(Target.java:385)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416)
	... 67 more
Caused by: /store/eclipse/3_4_source/features/org.eclipse.help/build.xml:95: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.help/build.xml:82: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.rcp/build.xml:314: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.rcp/build.xml:15: The following error occurred while executing this line:
/store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/build.xml:137: The following error occurred while executing this line:
/store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/build.xml:95: Compile failed; see the compiler error output for details.
	at org.apache.tools.ant.ProjectHelper.addLocationToBuildException(ProjectHelper.java:541)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:418)
	at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:105)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
	at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:357)
	at org.apache.tools.ant.Target.performTasks(Target.java:385)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416)
	... 79 more
Caused by: /store/eclipse/3_4_source/features/org.eclipse.help/build.xml:82: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.rcp/build.xml:314: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.rcp/build.xml:15: The following error occurred while executing this line:
/store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/build.xml:137: The following error occurred while executing this line:
/store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/build.xml:95: Compile failed; see the compiler error output for details.
	at org.apache.tools.ant.ProjectHelper.addLocationToBuildException(ProjectHelper.java:541)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:418)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
	at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:357)
	at org.apache.tools.ant.Target.performTasks(Target.java:385)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416)
	... 92 more
Caused by: /store/eclipse/3_4_source/features/org.eclipse.rcp/build.xml:314: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.rcp/build.xml:15: The following error occurred while executing this line:
/store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/build.xml:137: The following error occurred while executing this line:
/store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/build.xml:95: Compile failed; see the compiler error output for details.
	at org.apache.tools.ant.ProjectHelper.addLocationToBuildException(ProjectHelper.java:541)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:418)
	at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:105)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
	at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:357)
	at org.apache.tools.ant.Target.performTasks(Target.java:385)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416)
	... 104 more
Caused by: /store/eclipse/3_4_source/features/org.eclipse.rcp/build.xml:15: The following error occurred while executing this line:
/store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/build.xml:137: The following error occurred while executing this line:
/store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/build.xml:95: Compile failed; see the compiler error output for details.
	at org.apache.tools.ant.ProjectHelper.addLocationToBuildException(ProjectHelper.java:541)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:418)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
	at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:357)
	at org.apache.tools.ant.Target.performTasks(Target.java:385)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416)
	... 117 more
Caused by: /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/build.xml:137: The following error occurred while executing this line:
/store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/build.xml:95: Compile failed; see the compiler error output for details.
	at org.apache.tools.ant.ProjectHelper.addLocationToBuildException(ProjectHelper.java:541)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:418)
	at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:105)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
	at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:357)
	at org.apache.tools.ant.Target.performTasks(Target.java:385)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416)
	... 129 more
Caused by: /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/build.xml:95: Compile failed; see the compiler error output for details.
	at org.apache.tools.ant.taskdefs.Javac.compile(Javac.java:999)
	at org.apache.tools.ant.taskdefs.Javac.execute(Javac.java:820)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
	at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:357)
	at org.apache.tools.ant.Target.performTasks(Target.java:385)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416)
	... 142 more
--- Nested Exception ---
/store/eclipse/3_4_source/features/org.eclipse.platform/build.xml:327: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.help/build.xml:95: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.help/build.xml:82: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.rcp/build.xml:314: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.rcp/build.xml:15: The following error occurred while executing this line:
/store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/build.xml:137: The following error occurred while executing this line:
/store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/build.xml:95: Compile failed; see the compiler error output for details.
	at org.apache.tools.ant.ProjectHelper.addLocationToBuildException(ProjectHelper.java:541)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:418)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
	at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:357)
	at org.apache.tools.ant.Target.performTasks(Target.java:385)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416)
	at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:105)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
	at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:357)
	at org.apache.tools.ant.Target.performTasks(Target.java:385)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
	at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:357)
	at org.apache.tools.ant.Target.performTasks(Target.java:385)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416)
	at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:105)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
	at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:357)
	at org.apache.tools.ant.Target.performTasks(Target.java:385)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
	at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:357)
	at org.apache.tools.ant.Target.performTasks(Target.java:385)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416)
	at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:105)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
	at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:357)
	at org.apache.tools.ant.Target.performTasks(Target.java:385)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
	at org.apache.tools.ant.Project.executeTarget(Project.java:1298)
	at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
	at org.apache.tools.ant.Main.runBuild(Main.java:698)
	at org.apache.tools.ant.Main.startAnt(Main.java:199)
	at org.apache.tools.ant.launch.Launcher.run(Launcher.java:257)
	at org.apache.tools.ant.launch.Launcher.main(Launcher.java:104)
Caused by: /store/eclipse/3_4_source/features/org.eclipse.help/build.xml:95: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.help/build.xml:82: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.rcp/build.xml:314: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.rcp/build.xml:15: The following error occurred while executing this line:
/store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/build.xml:137: The following error occurred while executing this line:
/store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/build.xml:95: Compile failed; see the compiler error output for details.
	at org.apache.tools.ant.ProjectHelper.addLocationToBuildException(ProjectHelper.java:541)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:418)
	at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:105)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
	at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:357)
	at org.apache.tools.ant.Target.performTasks(Target.java:385)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416)
	... 79 more
Caused by: /store/eclipse/3_4_source/features/org.eclipse.help/build.xml:82: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.rcp/build.xml:314: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.rcp/build.xml:15: The following error occurred while executing this line:
/store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/build.xml:137: The following error occurred while executing this line:
/store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/build.xml:95: Compile failed; see the compiler error output for details.
	at org.apache.tools.ant.ProjectHelper.addLocationToBuildException(ProjectHelper.java:541)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:418)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
	at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:357)
	at org.apache.tools.ant.Target.performTasks(Target.java:385)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416)
	... 92 more
Caused by: /store/eclipse/3_4_source/features/org.eclipse.rcp/build.xml:314: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.rcp/build.xml:15: The following error occurred while executing this line:
/store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/build.xml:137: The following error occurred while executing this line:
/store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/build.xml:95: Compile failed; see the compiler error output for details.
	at org.apache.tools.ant.ProjectHelper.addLocationToBuildException(ProjectHelper.java:541)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:418)
	at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:105)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
	at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:357)
	at org.apache.tools.ant.Target.performTasks(Target.java:385)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416)
	... 104 more
Caused by: /store/eclipse/3_4_source/features/org.eclipse.rcp/build.xml:15: The following error occurred while executing this line:
/store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/build.xml:137: The following error occurred while executing this line:
/store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/build.xml:95: Compile failed; see the compiler error output for details.
	at org.apache.tools.ant.ProjectHelper.addLocationToBuildException(ProjectHelper.java:541)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:418)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
	at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:357)
	at org.apache.tools.ant.Target.performTasks(Target.java:385)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416)
	... 117 more
Caused by: /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/build.xml:137: The following error occurred while executing this line:
/store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/build.xml:95: Compile failed; see the compiler error output for details.
	at org.apache.tools.ant.ProjectHelper.addLocationToBuildException(ProjectHelper.java:541)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:418)
	at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:105)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
	at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:357)
	at org.apache.tools.ant.Target.performTasks(Target.java:385)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416)
	... 129 more
Caused by: /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/build.xml:95: Compile failed; see the compiler error output for details.
	at org.apache.tools.ant.taskdefs.Javac.compile(Javac.java:999)
	at org.apache.tools.ant.taskdefs.Javac.execute(Javac.java:820)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
	at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:357)
	at org.apache.tools.ant.Target.performTasks(Target.java:385)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416)
	... 142 more
--- Nested Exception ---
/store/eclipse/3_4_source/features/org.eclipse.help/build.xml:95: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.help/build.xml:82: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.rcp/build.xml:314: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.rcp/build.xml:15: The following error occurred while executing this line:
/store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/build.xml:137: The following error occurred while executing this line:
/store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/build.xml:95: Compile failed; see the compiler error output for details.
	at org.apache.tools.ant.ProjectHelper.addLocationToBuildException(ProjectHelper.java:541)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:418)
	at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:105)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
	at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:357)
	at org.apache.tools.ant.Target.performTasks(Target.java:385)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
	at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:357)
	at org.apache.tools.ant.Target.performTasks(Target.java:385)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416)
	at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:105)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
	at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:357)
	at org.apache.tools.ant.Target.performTasks(Target.java:385)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
	at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:357)
	at org.apache.tools.ant.Target.performTasks(Target.java:385)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416)
	at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:105)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
	at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:357)
	at org.apache.tools.ant.Target.performTasks(Target.java:385)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
	at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:357)
	at org.apache.tools.ant.Target.performTasks(Target.java:385)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416)
	at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:105)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
	at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:357)
	at org.apache.tools.ant.Target.performTasks(Target.java:385)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
	at org.apache.tools.ant.Project.executeTarget(Project.java:1298)
	at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
	at org.apache.tools.ant.Main.runBuild(Main.java:698)
	at org.apache.tools.ant.Main.startAnt(Main.java:199)
	at org.apache.tools.ant.launch.Launcher.run(Launcher.java:257)
	at org.apache.tools.ant.launch.Launcher.main(Launcher.java:104)
Caused by: /store/eclipse/3_4_source/features/org.eclipse.help/build.xml:82: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.rcp/build.xml:314: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.rcp/build.xml:15: The following error occurred while executing this line:
/store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/build.xml:137: The following error occurred while executing this line:
/store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/build.xml:95: Compile failed; see the compiler error output for details.
	at org.apache.tools.ant.ProjectHelper.addLocationToBuildException(ProjectHelper.java:541)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:418)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
	at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:357)
	at org.apache.tools.ant.Target.performTasks(Target.java:385)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416)
	... 92 more
Caused by: /store/eclipse/3_4_source/features/org.eclipse.rcp/build.xml:314: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.rcp/build.xml:15: The following error occurred while executing this line:
/store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/build.xml:137: The following error occurred while executing this line:
/store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/build.xml:95: Compile failed; see the compiler error output for details.
	at org.apache.tools.ant.ProjectHelper.addLocationToBuildException(ProjectHelper.java:541)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:418)
	at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:105)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
	at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:357)
	at org.apache.tools.ant.Target.performTasks(Target.java:385)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416)
	... 104 more
Caused by: /store/eclipse/3_4_source/features/org.eclipse.rcp/build.xml:15: The following error occurred while executing this line:
/store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/build.xml:137: The following error occurred while executing this line:
/store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/build.xml:95: Compile failed; see the compiler error output for details.
	at org.apache.tools.ant.ProjectHelper.addLocationToBuildException(ProjectHelper.java:541)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:418)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
	at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:357)
	at org.apache.tools.ant.Target.performTasks(Target.java:385)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416)
	... 117 more
Caused by: /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/build.xml:137: The following error occurred while executing this line:
/store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/build.xml:95: Compile failed; see the compiler error output for details.
	at org.apache.tools.ant.ProjectHelper.addLocationToBuildException(ProjectHelper.java:541)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:418)
	at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:105)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
	at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:357)
	at org.apache.tools.ant.Target.performTasks(Target.java:385)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416)
	... 129 more
Caused by: /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/build.xml:95: Compile failed; see the compiler error output for details.
	at org.apache.tools.ant.taskdefs.Javac.compile(Javac.java:999)
	at org.apache.tools.ant.taskdefs.Javac.execute(Javac.java:820)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
	at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:357)
	at org.apache.tools.ant.Target.performTasks(Target.java:385)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416)
	... 142 more
--- Nested Exception ---
/store/eclipse/3_4_source/features/org.eclipse.help/build.xml:82: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.rcp/build.xml:314: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.rcp/build.xml:15: The following error occurred while executing this line:
/store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/build.xml:137: The following error occurred while executing this line:
/store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/build.xml:95: Compile failed; see the compiler error output for details.
	at org.apache.tools.ant.ProjectHelper.addLocationToBuildException(ProjectHelper.java:541)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:418)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
	at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:357)
	at org.apache.tools.ant.Target.performTasks(Target.java:385)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416)
	at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:105)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
	at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:357)
	at org.apache.tools.ant.Target.performTasks(Target.java:385)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
	at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:357)
	at org.apache.tools.ant.Target.performTasks(Target.java:385)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416)
	at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:105)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
	at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:357)
	at org.apache.tools.ant.Target.performTasks(Target.java:385)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
	at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:357)
	at org.apache.tools.ant.Target.performTasks(Target.java:385)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416)
	at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:105)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
	at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:357)
	at org.apache.tools.ant.Target.performTasks(Target.java:385)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
	at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:357)
	at org.apache.tools.ant.Target.performTasks(Target.java:385)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416)
	at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:105)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
	at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:357)
	at org.apache.tools.ant.Target.performTasks(Target.java:385)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
	at org.apache.tools.ant.Project.executeTarget(Project.java:1298)
	at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
	at org.apache.tools.ant.Main.runBuild(Main.java:698)
	at org.apache.tools.ant.Main.startAnt(Main.java:199)
	at org.apache.tools.ant.launch.Launcher.run(Launcher.java:257)
	at org.apache.tools.ant.launch.Launcher.main(Launcher.java:104)
Caused by: /store/eclipse/3_4_source/features/org.eclipse.rcp/build.xml:314: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.rcp/build.xml:15: The following error occurred while executing this line:
/store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/build.xml:137: The following error occurred while executing this line:
/store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/build.xml:95: Compile failed; see the compiler error output for details.
	at org.apache.tools.ant.ProjectHelper.addLocationToBuildException(ProjectHelper.java:541)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:418)
	at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:105)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
	at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:357)
	at org.apache.tools.ant.Target.performTasks(Target.java:385)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416)
	... 104 more
Caused by: /store/eclipse/3_4_source/features/org.eclipse.rcp/build.xml:15: The following error occurred while executing this line:
/store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/build.xml:137: The following error occurred while executing this line:
/store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/build.xml:95: Compile failed; see the compiler error output for details.
	at org.apache.tools.ant.ProjectHelper.addLocationToBuildException(ProjectHelper.java:541)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:418)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
	at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:357)
	at org.apache.tools.ant.Target.performTasks(Target.java:385)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416)
	... 117 more
Caused by: /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/build.xml:137: The following error occurred while executing this line:
/store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/build.xml:95: Compile failed; see the compiler error output for details.
	at org.apache.tools.ant.ProjectHelper.addLocationToBuildException(ProjectHelper.java:541)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:418)
	at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:105)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
	at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:357)
	at org.apache.tools.ant.Target.performTasks(Target.java:385)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416)
	... 129 more
Caused by: /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/build.xml:95: Compile failed; see the compiler error output for details.
	at org.apache.tools.ant.taskdefs.Javac.compile(Javac.java:999)
	at org.apache.tools.ant.taskdefs.Javac.execute(Javac.java:820)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
	at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:357)
	at org.apache.tools.ant.Target.performTasks(Target.java:385)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416)
	... 142 more
--- Nested Exception ---
/store/eclipse/3_4_source/features/org.eclipse.rcp/build.xml:314: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.rcp/build.xml:15: The following error occurred while executing this line:
/store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/build.xml:137: The following error occurred while executing this line:
/store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/build.xml:95: Compile failed; see the compiler error output for details.
	at org.apache.tools.ant.ProjectHelper.addLocationToBuildException(ProjectHelper.java:541)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:418)
	at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:105)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
	at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:357)
	at org.apache.tools.ant.Target.performTasks(Target.java:385)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
	at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:357)
	at org.apache.tools.ant.Target.performTasks(Target.java:385)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416)
	at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:105)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
	at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:357)
	at org.apache.tools.ant.Target.performTasks(Target.java:385)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
	at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:357)
	at org.apache.tools.ant.Target.performTasks(Target.java:385)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416)
	at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:105)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
	at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:357)
	at org.apache.tools.ant.Target.performTasks(Target.java:385)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
	at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:357)
	at org.apache.tools.ant.Target.performTasks(Target.java:385)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416)
	at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:105)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
	at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:357)
	at org.apache.tools.ant.Target.performTasks(Target.java:385)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
	at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:357)
	at org.apache.tools.ant.Target.performTasks(Target.java:385)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416)
	at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:105)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
	at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:357)
	at org.apache.tools.ant.Target.performTasks(Target.java:385)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
	at org.apache.tools.ant.Project.executeTarget(Project.java:1298)
	at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
	at org.apache.tools.ant.Main.runBuild(Main.java:698)
	at org.apache.tools.ant.Main.startAnt(Main.java:199)
	at org.apache.tools.ant.launch.Launcher.run(Launcher.java:257)
	at org.apache.tools.ant.launch.Launcher.main(Launcher.java:104)
Caused by: /store/eclipse/3_4_source/features/org.eclipse.rcp/build.xml:15: The following error occurred while executing this line:
/store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/build.xml:137: The following error occurred while executing this line:
/store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/build.xml:95: Compile failed; see the compiler error output for details.
	at org.apache.tools.ant.ProjectHelper.addLocationToBuildException(ProjectHelper.java:541)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:418)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
	at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:357)
	at org.apache.tools.ant.Target.performTasks(Target.java:385)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416)
	... 117 more
Caused by: /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/build.xml:137: The following error occurred while executing this line:
/store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/build.xml:95: Compile failed; see the compiler error output for details.
	at org.apache.tools.ant.ProjectHelper.addLocationToBuildException(ProjectHelper.java:541)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:418)
	at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:105)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
	at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:357)
	at org.apache.tools.ant.Target.performTasks(Target.java:385)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416)
	... 129 more
Caused by: /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/build.xml:95: Compile failed; see the compiler error output for details.
	at org.apache.tools.ant.taskdefs.Javac.compile(Javac.java:999)
	at org.apache.tools.ant.taskdefs.Javac.execute(Javac.java:820)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
	at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:357)
	at org.apache.tools.ant.Target.performTasks(Target.java:385)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416)
	... 142 more
--- Nested Exception ---
/store/eclipse/3_4_source/features/org.eclipse.rcp/build.xml:15: The following error occurred while executing this line:
/store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/build.xml:137: The following error occurred while executing this line:
/store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/build.xml:95: Compile failed; see the compiler error output for details.
	at org.apache.tools.ant.ProjectHelper.addLocationToBuildException(ProjectHelper.java:541)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:418)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
	at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:357)
	at org.apache.tools.ant.Target.performTasks(Target.java:385)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416)
	at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:105)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
	at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:357)
	at org.apache.tools.ant.Target.performTasks(Target.java:385)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
	at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:357)
	at org.apache.tools.ant.Target.performTasks(Target.java:385)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416)
	at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:105)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
	at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:357)
	at org.apache.tools.ant.Target.performTasks(Target.java:385)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
	at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:357)
	at org.apache.tools.ant.Target.performTasks(Target.java:385)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416)
	at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:105)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
	at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:357)
	at org.apache.tools.ant.Target.performTasks(Target.java:385)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
	at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:357)
	at org.apache.tools.ant.Target.performTasks(Target.java:385)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416)
	at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:105)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
	at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:357)
	at org.apache.tools.ant.Target.performTasks(Target.java:385)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
	at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:357)
	at org.apache.tools.ant.Target.performTasks(Target.java:385)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416)
	at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:105)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
	at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:357)
	at org.apache.tools.ant.Target.performTasks(Target.java:385)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
	at org.apache.tools.ant.Project.executeTarget(Project.java:1298)
	at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
	at org.apache.tools.ant.Main.runBuild(Main.java:698)
	at org.apache.tools.ant.Main.startAnt(Main.java:199)
	at org.apache.tools.ant.launch.Launcher.run(Launcher.java:257)
	at org.apache.tools.ant.launch.Launcher.main(Launcher.java:104)
Caused by: /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/build.xml:137: The following error occurred while executing this line:
/store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/build.xml:95: Compile failed; see the compiler error output for details.
	at org.apache.tools.ant.ProjectHelper.addLocationToBuildException(ProjectHelper.java:541)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:418)
	at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:105)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
	at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:357)
	at org.apache.tools.ant.Target.performTasks(Target.java:385)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416)
	... 129 more
Caused by: /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/build.xml:95: Compile failed; see the compiler error output for details.
	at org.apache.tools.ant.taskdefs.Javac.compile(Javac.java:999)
	at org.apache.tools.ant.taskdefs.Javac.execute(Javac.java:820)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
	at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:357)
	at org.apache.tools.ant.Target.performTasks(Target.java:385)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416)
	... 142 more
--- Nested Exception ---
/store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/build.xml:137: The following error occurred while executing this line:
/store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/build.xml:95: Compile failed; see the compiler error output for details.
	at org.apache.tools.ant.ProjectHelper.addLocationToBuildException(ProjectHelper.java:541)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:418)
	at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:105)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
	at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:357)
	at org.apache.tools.ant.Target.performTasks(Target.java:385)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
	at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:357)
	at org.apache.tools.ant.Target.performTasks(Target.java:385)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416)
	at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:105)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
	at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:357)
	at org.apache.tools.ant.Target.performTasks(Target.java:385)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
	at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:357)
	at org.apache.tools.ant.Target.performTasks(Target.java:385)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416)
	at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:105)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
	at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:357)
	at org.apache.tools.ant.Target.performTasks(Target.java:385)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
	at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:357)
	at org.apache.tools.ant.Target.performTasks(Target.java:385)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416)
	at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:105)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
	at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:357)
	at org.apache.tools.ant.Target.performTasks(Target.java:385)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
	at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:357)
	at org.apache.tools.ant.Target.performTasks(Target.java:385)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416)
	at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:105)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
	at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:357)
	at org.apache.tools.ant.Target.performTasks(Target.java:385)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
	at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:357)
	at org.apache.tools.ant.Target.performTasks(Target.java:385)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416)
	at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:105)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
	at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:357)
	at org.apache.tools.ant.Target.performTasks(Target.java:385)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
	at org.apache.tools.ant.Project.executeTarget(Project.java:1298)
	at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
	at org.apache.tools.ant.Main.runBuild(Main.java:698)
	at org.apache.tools.ant.Main.startAnt(Main.java:199)
	at org.apache.tools.ant.launch.Launcher.run(Launcher.java:257)
	at org.apache.tools.ant.launch.Launcher.main(Launcher.java:104)
Caused by: /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/build.xml:95: Compile failed; see the compiler error output for details.
	at org.apache.tools.ant.taskdefs.Javac.compile(Javac.java:999)
	at org.apache.tools.ant.taskdefs.Javac.execute(Javac.java:820)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
	at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:357)
	at org.apache.tools.ant.Target.performTasks(Target.java:385)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416)
	... 142 more
--- Nested Exception ---
/store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/build.xml:95: Compile failed; see the compiler error output for details.
	at org.apache.tools.ant.taskdefs.Javac.compile(Javac.java:999)
	at org.apache.tools.ant.taskdefs.Javac.execute(Javac.java:820)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
	at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:357)
	at org.apache.tools.ant.Target.performTasks(Target.java:385)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416)
	at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:105)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
	at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:357)
	at org.apache.tools.ant.Target.performTasks(Target.java:385)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
	at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:357)
	at org.apache.tools.ant.Target.performTasks(Target.java:385)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416)
	at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:105)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
	at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:357)
	at org.apache.tools.ant.Target.performTasks(Target.java:385)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
	at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:357)
	at org.apache.tools.ant.Target.performTasks(Target.java:385)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416)
	at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:105)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
	at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:357)
	at org.apache.tools.ant.Target.performTasks(Target.java:385)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
	at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:357)
	at org.apache.tools.ant.Target.performTasks(Target.java:385)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416)
	at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:105)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
	at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:357)
	at org.apache.tools.ant.Target.performTasks(Target.java:385)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
	at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:357)
	at org.apache.tools.ant.Target.performTasks(Target.java:385)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416)
	at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:105)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
	at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:357)
	at org.apache.tools.ant.Target.performTasks(Target.java:385)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
	at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:357)
	at org.apache.tools.ant.Target.performTasks(Target.java:385)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416)
	at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:105)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
	at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:357)
	at org.apache.tools.ant.Target.performTasks(Target.java:385)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
	at org.apache.tools.ant.Project.executeTarget(Project.java:1298)
	at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
	at org.apache.tools.ant.Main.runBuild(Main.java:698)
	at org.apache.tools.ant.Main.startAnt(Main.java:199)
	at org.apache.tools.ant.launch.Launcher.run(Launcher.java:257)
	at org.apache.tools.ant.launch.Launcher.main(Launcher.java:104)

Back to the top