Hi all,
1) When I build the bundles with the Sun JVM there isn't any problem but when I try it with GCJ the script don't find org.eclipse.pde.internal.build.BuildScriptGenerator class?
I have build 3.3 here, I have comment out com.ibm.icu tweak because I don't have found this bundle in the Fedora sources repo.
BUILD FAILED /usr/share/eclipse/plugins/org.eclipse.pde.build/scripts/build.xml:24: The following error occurred while executing this line: /usr/share/eclipse/plugins/org.eclipse.pde.build/scripts/build.xml:64: The following error occurred while executing this line: /usr/share/eclipse/plugins/org.eclipse.pde.build/templates/package-build/customTargets.xml:17: The following error occurred while executing this line: /usr/share/eclipse/plugins/org.eclipse.pde.build_3.3.0.v20070612/scripts/genericTargets.xml:85: Could not create type eclipse.buildScript due to java.lang.NoClassDefFoundError: org.eclipse.pde.internal.build.BuildScriptGenerator
2) To build the SDK package for RSE (Remote System Explorer), the FTP, SSH and telnet based implementation requires org.apache.commons.net and org.apache.oro bundle provided in the org.eclipse.orbit project. When the builder try to make the javadoc for both of these bundles, the builder try to to resolve all the classes recursively to make a full javadoc, that take many time and as result the eclipse builder crash because of a out of memory. Can I configure the builder to not create "full javadoc" or is there a another way to include these deps without make too many changes on the sources?
PS: RSE need 3.3 for the SSH component.
In advance, thanks, Alphonse
On Tue, 2007-07-10 at 15:56 +0200, Alphonse Van Assche wrote:
Hi all,
- When I build the bundles with the Sun JVM there isn't any problem but
when I try it with GCJ the script don't find org.eclipse.pde.internal.build.BuildScriptGenerator class?
I have build 3.3 here, I have comment out com.ibm.icu tweak because I don't have found this bundle in the Fedora sources repo.
BUILD FAILED /usr/share/eclipse/plugins/org.eclipse.pde.build/scripts/build.xml:24: The following error occurred while executing this line: /usr/share/eclipse/plugins/org.eclipse.pde.build/scripts/build.xml:64: The following error occurred while executing this line: /usr/share/eclipse/plugins/org.eclipse.pde.build/templates/package-build/customTargets.xml:17: The following error occurred while executing this line: /usr/share/eclipse/plugins/org.eclipse.pde.build_3.3.0.v20070612/scripts/genericTargets.xml:85: Could not create type eclipse.buildScript due to java.lang.NoClassDefFoundError: org.eclipse.pde.internal.build.BuildScriptGenerator
This looks like a GCJ bug, please file a bug.
- To build the SDK package for RSE (Remote System Explorer), the FTP,
SSH and telnet based implementation requires org.apache.commons.net and org.apache.oro bundle provided in the org.eclipse.orbit project. When the builder try to make the javadoc for both of these bundles, the builder try to to resolve all the classes recursively to make a full javadoc, that take many time and as result the eclipse builder crash because of a out of memory. Can I configure the builder to not create "full javadoc" or is there a another way to include these deps without make too many changes on the sources?
Offhand I don't know of a way to disable the full javadoc, sorry.
Ben
Ben Konrath writes:
On Tue, 2007-07-10 at 15:56 +0200, Alphonse Van Assche wrote:
Hi all,
- When I build the bundles with the Sun JVM there isn't any problem but
when I try it with GCJ the script don't find org.eclipse.pde.internal.build.BuildScriptGenerator class?
I have build 3.3 here, I have comment out com.ibm.icu tweak because I don't have found this bundle in the Fedora sources repo.
BUILD FAILED /usr/share/eclipse/plugins/org.eclipse.pde.build/scripts/build.xml:24: The following error occurred while executing this line: /usr/share/eclipse/plugins/org.eclipse.pde.build/scripts/build.xml:64: The following error occurred while executing this line: /usr/share/eclipse/plugins/org.eclipse.pde.build/templates/package-build/customTargets.xml:17: The following error occurred while executing this line: /usr/share/eclipse/plugins/org.eclipse.pde.build_3.3.0.v20070612/scripts/genericTargets.xml:85: Could not create type eclipse.buildScript due to java.lang.NoClassDefFoundError: org.eclipse.pde.internal.build.BuildScriptGenerator
This looks like a GCJ bug, please file a bug.
I'm not sure how I'd even begin to debug this. Anyway, if you do submit a bug please provide very precise instructions about how to reproduce it.
Andrew.
Andrew Haley a écrit :
Ben Konrath writes:
On Tue, 2007-07-10 at 15:56 +0200, Alphonse Van Assche wrote:
Hi all,
- When I build the bundles with the Sun JVM there isn't any problem but
when I try it with GCJ the script don't find org.eclipse.pde.internal.build.BuildScriptGenerator class?
I have build 3.3 here, I have comment out com.ibm.icu tweak because I don't have found this bundle in the Fedora sources repo.
BUILD FAILED /usr/share/eclipse/plugins/org.eclipse.pde.build/scripts/build.xml:24: The following error occurred while executing this line: /usr/share/eclipse/plugins/org.eclipse.pde.build/scripts/build.xml:64: The following error occurred while executing this line: /usr/share/eclipse/plugins/org.eclipse.pde.build/templates/package-build/customTargets.xml:17: The following error occurred while executing this line: /usr/share/eclipse/plugins/org.eclipse.pde.build_3.3.0.v20070612/scripts/genericTargets.xml:85: Could not create type eclipse.buildScript due to java.lang.NoClassDefFoundError: org.eclipse.pde.internal.build.BuildScriptGenerator
This looks like a GCJ bug, please file a bug.
I'm not sure how I'd even begin to debug this. Anyway, if you do submit a bug please provide very precise instructions about how to reproduce it.
Andrew.
The bz report there -> https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=247636 If there isn't enough informations, just let me know what is needed.
Alphonse
Alphonse Van Assche writes:
Andrew Haley a écrit :
Ben Konrath writes:
On Tue, 2007-07-10 at 15:56 +0200, Alphonse Van Assche wrote:
Hi all,
- When I build the bundles with the Sun JVM there isn't any problem but
when I try it with GCJ the script don't find org.eclipse.pde.internal.build.BuildScriptGenerator class?
I have build 3.3 here, I have comment out com.ibm.icu tweak because I don't have found this bundle in the Fedora sources repo.
BUILD FAILED /usr/share/eclipse/plugins/org.eclipse.pde.build/scripts/build.xml:24: The following error occurred while executing this line: /usr/share/eclipse/plugins/org.eclipse.pde.build/scripts/build.xml:64: The following error occurred while executing this line: /usr/share/eclipse/plugins/org.eclipse.pde.build/templates/package-build/customTargets.xml:17: The following error occurred while executing this line: /usr/share/eclipse/plugins/org.eclipse.pde.build_3.3.0.v20070612/scripts/genericTargets.xml:85: Could not create type eclipse.buildScript due to java.lang.NoClassDefFoundError: org.eclipse.pde.internal.build.BuildScriptGenerator
This looks like a GCJ bug, please file a bug.
I'm not sure how I'd even begin to debug this. Anyway, if you do submit a bug please provide very precise instructions about how to reproduce it.
The bz report there -> https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=247636 If there isn't enough informations, just let me know what is needed.
You say:
How reproducible: building any Eclipse package that use the Eclipse builder like eclipse-mylar and eclipse-changelog packages.
This doesn't help me at all. I don't know how to build any Eclipse package. Please provide instructions.
Andrew.
Andrew Haley a écrit :
Alphonse Van Assche writes:
Andrew Haley a écrit :
Ben Konrath writes:
On Tue, 2007-07-10 at 15:56 +0200, Alphonse Van Assche wrote:
Hi all,
- When I build the bundles with the Sun JVM there isn't any problem but
when I try it with GCJ the script don't find org.eclipse.pde.internal.build.BuildScriptGenerator class?
I have build 3.3 here, I have comment out com.ibm.icu tweak because I don't have found this bundle in the Fedora sources repo.
BUILD FAILED /usr/share/eclipse/plugins/org.eclipse.pde.build/scripts/build.xml:24: The following error occurred while executing this line: /usr/share/eclipse/plugins/org.eclipse.pde.build/scripts/build.xml:64: The following error occurred while executing this line: /usr/share/eclipse/plugins/org.eclipse.pde.build/templates/package-build/customTargets.xml:17: The following error occurred while executing this line: /usr/share/eclipse/plugins/org.eclipse.pde.build_3.3.0.v20070612/scripts/genericTargets.xml:85: Could not create type eclipse.buildScript due to java.lang.NoClassDefFoundError: org.eclipse.pde.internal.build.BuildScriptGenerator
This looks like a GCJ bug, please file a bug.
I'm not sure how I'd even begin to debug this. Anyway, if you do submit a bug please provide very precise instructions about how to reproduce it.
The bz report there -> https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=247636 If there isn't enough informations, just let me know what is needed.
You say:
How reproducible: building any Eclipse package that use the Eclipse builder like eclipse-mylar and eclipse-changelog packages.
This doesn't help me at all. I don't know how to build any Eclipse package. Please provide instructions.
Andrew.
Have just update the bz ticket, with
How reproducible: checkout eclipse/devel make i386 Take 5 or 10 coffee cup :-) checkout eclipse-mylar/devel make i386
the last make should be fail with the above message.
Alphonse
On Tue, 2007-07-10 at 18:14 +0200, Alphonse Van Assche wrote:
Andrew Haley a écrit :
<snip>
You say:
How reproducible: building any Eclipse package that use the Eclipse builder like eclipse-mylar and eclipse-changelog packages.
This doesn't help me at all. I don't know how to build any Eclipse package. Please provide instructions.
Andrew.
Have just update the bz ticket, with
How reproducible: checkout eclipse/devel make i386 Take 5 or 10 coffee cup :-)
You may want to wait til the SDK packages get into rawhide rather than building it yourself. I'm working on it right now and I should have something in a couple of days.
Ben
checkout eclipse-mylar/devel make i386
the last make should be fail with the above message.
Alphonse
Ben Konrath writes:
On Tue, 2007-07-10 at 18:14 +0200, Alphonse Van Assche wrote:
Andrew Haley a écrit :
<snip> > > You say: > > > > How reproducible: building any Eclipse package that use the Eclipse > > builder like eclipse-mylar and eclipse-changelog packages. > > > > This doesn't help me at all. I don't know how to build any Eclipse > > package. Please provide instructions. > > > > Andrew. > > > Have just update the bz ticket, with > > How reproducible: > checkout eclipse/devel > make i386 > Take 5 or 10 coffee cup :-)
You may want to wait til the SDK packages get into rawhide rather than building it yourself. I'm working on it right now and I should have something in a couple of days.
OK. Ping me when it's ready.
Andrew.
Ben Konrath writes:
On Tue, 2007-07-10 at 18:14 +0200, Alphonse Van Assche wrote:
Andrew Haley a écrit :
<snip> > > You say: > > > > How reproducible: building any Eclipse package that use the Eclipse > > builder like eclipse-mylar and eclipse-changelog packages. > > > > This doesn't help me at all. I don't know how to build any Eclipse > > package. Please provide instructions. > > > > Andrew. > > > Have just update the bz ticket, with > > How reproducible: > checkout eclipse/devel > make i386 > Take 5 or 10 coffee cup :-)
You may want to wait til the SDK packages get into rawhide rather than building it yourself. I'm working on it right now and I should have something in a couple of days.
?
Andrew.
java-devel@lists.fedoraproject.org