[Bug 213594] Review Request: eclipse-phpeclipse

bugzilla at redhat.com bugzilla at redhat.com
Fri Nov 10 00:54:26 UTC 2006


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.

Summary: Review Request: eclipse-phpeclipse


https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=213594





------- Additional Comments From bkonrath at redhat.com  2006-11-09 19:54 EST -------
That build error is happening because the eclipse SDK packages have changed a
little since the review was submitted. You need to build with either: 

eclipse -noSplash  \
        -application org.eclipse.ant.core.antRunner \
        -DjavacFailOnError=true \
        ...

or:

java -cp $SDK/startup.jar \
     -Dosgi.sharedConfiguration.area=%{_libdir}/eclipse/configuration          
                \
     -Duser.home=$homedir                        \
      org.eclipse.core.launcher.Main             \
     -DjavacFailOnError=true \
      ... 

I like the first build method better because it will automatically pick up
anything we add to the binary launcher to help discover things like new
eclipseextension locations, config locations etc. But I've been having some
problems with GCJ using that build method - GCJ seems to use up all the memory
on my system and then build gets an OutOfMemory exception and die. So if the
first build method doesn't work, then try the second. I hope this helps and
don't be afraid to ask if you have any questions.

-- 
Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.




More information about the package-review mailing list