Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Eclipse 3.2 doesn't run when built from source code
Eclipse 3.2 doesn't run when built from source code [message #170076] Fri, 08 September 2006 17:36 Go to next message
Eclipse UserFriend
Originally posted by: d-innis.ti.com

Hi,

I have built Eclipse 3.2 from source code on Windows 2000 using the build
batch files, which use ant. It compiles without error, and runs through
the automated testing with the following errors:

[java] setup-zip:
[java] [mkdir] Created dir: C:\eclipse-testing\test-eclipse

[java] installTestPlugins:
[java] [exec] caution: excluded filename not matched:
eclipse/*/org.eclipse.test.source*/*

[java] configureTeamTest:

[java] init:

[java] suite:

[java] ui-test:

[java] eclipse-test:
[java] [echo] Running org.eclipse.jdt.text.tests.JdtTextTestSuite
[java] [java] !SESSION 2006-09-07 18:28:24.343
-----------------------------------------------
[java] [java] eclipse.buildId=OpenSource_Import_Integration
[java] [java] java.version=1.4.2
[java] [java] java.vendor=Sun Microsystems Inc.
[java] [java] BootLoader constants: OS=win32, ARCH=x86,
WS=win32, NL=en_US
[java] [java] Framework arguments: -application
org.eclipse.test.uitestapplication
formatter=org.apache.tools.ant.taskdefs.optional.junit.XMLJU nitResultFormatter,org.eclipse.jdt.text.tests.JdtTextTestSui te.xml
-testPluginName org.eclipse.jdt.text.tests -className
org.eclipse.jdt.text.tests.JdtTextTestSuite
[java] [java] Command-line arguments: -application
org.eclipse.test.uitestapplication -dev bin -data
C:\eclipse-testing/test-eclipse/eclipse/jdt_text_folder
formatter=org.apache.tools.ant.taskdefs.optional.junit.XMLJU nitResultFormatter,org.eclipse.jdt.text.tests.JdtTextTestSui te.xml
-testPluginName org.eclipse.jdt.text.tests -className
org.eclipse.jdt.text.tests.JdtTextTestSuite -os win32 -ws win32 -arch x86
-consolelog

[java] [java] !ENTRY org.eclipse.osgi 2 0 2006-09-07 18:28:27.453
[java] [java] !MESSAGE One or more bundles are not resolved
because the following root constraints are not resolved:
[java] [java] !SUBENTRY 1 org.eclipse.osgi 2 0 2006-09-07
18:28:27.468
[java] [java] !MESSAGE Bundle
update@plugins/org.eclipse.test.performance_3.1.0/ was not resolved.
[java] [java] !SUBENTRY 2 org.eclipse.test.performance 2 0
2006-09-07 18:28:27.468
[java] [java] !MESSAGE Missing required bundle org.junit_0.0.0.
[java] [java] !SUBENTRY 1 org.eclipse.osgi 2 0 2006-09-07
18:28:27.468
[java] [java] !MESSAGE Bundle
update@plugins/org.eclipse.ui.cheatsheets_3.2.0.200609071609.jar was not
resolved.
[java] [java] !SUBENTRY 2 org.eclipse.ui.cheatsheets 2 0
2006-09-07 18:28:27.468
[java] [java] !MESSAGE Missing imported package
com.ibm.icu.text_0.0.0.
[java] [java] !SUBENTRY 1 org.eclipse.osgi 2 0 2006-09-07
18:28:27.468
[java] [java] !MESSAGE Bundle
update@plugins/org.eclipse.jdt.ui.tests_3.2.0.200609071746/ was not
resolved.
[java] [java] !SUBENTRY 2 org.eclipse.jdt.ui.tests 2 0
2006-09-07 18:28:27.468
[java] [java] !MESSAGE Missing required bundle org.junit_0.0.0.
[java] [java] !SUBENTRY 1 org.eclipse.osgi 2 0 2006-09-07
18:28:27.484
[java] [java] !MESSAGE Bundle
update@plugins/org.eclipse.ltk.ui.refactoring_3.2.0.200609071609.jar was
not resolved.
[java] [java] !SUBENTRY 2 org.eclipse.ltk.ui.refactoring 2 0
2006-09-07 18:28:27.484
[java] [java] !MESSAGE Missing imported package
com.ibm.icu.text_0.0.0.
[java] [java] !SUBENTRY 1 org.eclipse.osgi 2 0 2006-09-07
18:28:27.484
[java] [java] !MESSAGE Bundle
update@plugins/org.eclipse.jdt.ui_3.2.0.200609071609.jar was not resolved.
[java] [java] !SUBENTRY 2 org.eclipse.jdt.ui 2 0 2006-09-07
18:28:27.484
[java] [java] !MESSAGE Missing imported package
com.ibm.icu.text_0.0.0.
[java] [java] !SUBENTRY 1 org.eclipse.osgi 2 0 2006-09-07
18:28:27.484
[java] [java] !MESSAGE Bundle
update@plugins/org.eclipse.text_3.2.0.200609071609.jar was not resolved.
[java] [java] !SUBENTRY 2 org.eclipse.text 2 0 2006-09-07
18:28:27.484
[java] [java] !MESSAGE Missing imported package
com.ibm.icu.text_0.0.0.
[java] [java] !SUBENTRY 2 org.eclipse.text 2 0 2006-09-07
18:28:27.484

and more. When I looked at the zip files, the jar files all exist under
plugins.

Can someone please help me?
Thanks,
Danish Innis
Re: Eclipse 3.2 doesn't run when built from source code [message #170087 is a reply to message #170076] Fri, 08 September 2006 17:50 Go to previous messageGo to next message
Olivier Thomann is currently offline Olivier ThomannFriend
Messages: 518
Registered: July 2009
Senior Member
Danish Innis a écrit :
> I have built Eclipse 3.2 from source code on Windows 2000 using the
> build batch files, which use ant. It compiles without error, and runs
> through the automated testing with the following errors:
Are you sure you haven't recompiled in 1.5 mode?
Try to start it using a 1.5 VM.
HTH,
--
Olivier
Re: Eclipse 3.2 doesn't run when built from source code [message #170095 is a reply to message #170087] Fri, 08 September 2006 18:06 Go to previous message
Eclipse UserFriend
Originally posted by: d-innis.ti.com

Olivier Thomann wrote:

> Danish Innis a écrit :
>> I have built Eclipse 3.2 from source code on Windows 2000 using the
>> build batch files, which use ant. It compiles without error, and runs
>> through the automated testing with the following errors:
> Are you sure you haven't recompiled in 1.5 mode?
> Try to start it using a 1.5 VM.
> HTH,
> --
> Olivier
Hi Olivier,

I have tried with both - I went to the eclipse.exe, created a shortcut,
and added the parameter -vm <path to jre> to both the 1.4.2 and 1.5 jre
installation. The bulk of the errors are the same, with the addition of
!MESSAGE Missing Constraint: Bundle-RequiredExecutionEnvironment: J2SE-1.5
when I use the 1.4.2 installation.

I hope you can help me, I'm at my wit's end, with no ideas left!

thanks
Danish
Previous Topic:Syntax error, annotations are only available if source level is 5.0
Next Topic:How can I see all the compilation errors in the Problems view
Goto Forum:
  


Current Time: Thu Aug 29 22:15:25 GMT 2024

Powered by FUDForum. Page generated in 0.06610 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top