Building GEF [message #190569] |
Thu, 04 August 2005 17:48 |
Eclipse User |
|
|
|
Originally posted by: aluchko.redhat.com
I'm trying to build a GEF rpm for fedora extras and was wondering how the
build for GEF was done.
I've tried doing the build two different ways, the first running it in
org.eclipse.releng.gefbuilder with the -Dcomponent=sdk
the second from org.eclipse.releng.eclipsebuilder with
-Dcomponent=../org.eclipse.releng.gefbuilder/sdk/
I was wondering which build method gef actually used
|
|
|
Re: Building GEF [message #190618 is a reply to message #190569] |
Fri, 05 August 2005 00:22 |
Eclipse User |
|
|
|
Originally posted by: aluchko.redhat.com
Okay I've built an rpm
http://people.redhat.com/aluchko/eclipse-gef-3.1.0-1.src.rpm
I used the following tag to fetch the sources for the
eclipse-gef-3.1.0.tar.gz
This required me to add a fetch target to build.xml.
We need to fetch the sources for the srpm because an srpm can't access the
internet in order to build.
java -cp $SDK/startup.jar \
-Duser.home=../home \
-Dosgi.install.area=/usr/share/eclipse \
-Dorg.eclipse.core.runtime.ignoreLockFile=true \
-Dgnu.gcj.runtime.VMClassLoader.library_control=never \
org.eclipse.core.launcher.Main \
-application org.eclipse.ant.core.antRunner \
-DjavacFailOnError=false \
-DbaseLocation=$SDK \
-Dpde.build.scripts=$SDK/plugins/org.eclipse.pde.build_3.1.0 /scripts \
-Dcomponent=../org.eclipse.releng.gefbuilder/sdk \
-Dtimestamp=200507071758 \
-DbaseExists=true \
-DfetchTag=R3_1 \
fetch
I tried installing it and running it through the junit tests and
everything seemed to work but I'm not that experienced with GEF so don't
really know what I should be looking for.
/notnfs/aluchko/devel_rpms/eclipse-gef/devel/eclipse-gef-3.1 .0/org.eclipse.releng.eclipsebuilder/src/plugins/org.eclipse .draw2d/src/org/eclipse/draw2d/text/BidiProcessor.java
and
/notnfs/aluchko/devel_rpms/eclipse-gef/devel/eclipse-gef-3.1 .0/org.eclipse.releng.eclipsebuilder/src/plugins/org.eclipse .gef/src/org/eclipse/gef/tools/AbstractTool.java
couldn't be built since classpath doesn't have Bidi or
Introspector.getBeanInfo(Class, int) implemented.
thank you
|
|
|
Re: Building GEF [message #190723 is a reply to message #190618] |
Fri, 05 August 2005 16:32 |
Eclipse User |
|
|
|
Originally posted by: none.unknown.com
"Aaron Luchko" <aluchko@redhat.com> wrote in message
news:2f31aef4c1cbfef4f075f2c508622d3f$1@www.eclipse.org...
> Okay I've built an rpm
> http://people.redhat.com/aluchko/eclipse-gef-3.1.0-1.src.rpm
>
> I used the following tag to fetch the sources for the
> eclipse-gef-3.1.0.tar.gz
> This required me to add a fetch target to build.xml.
> We need to fetch the sources for the srpm because an srpm can't access the
> internet in order to build.
>
> java -cp $SDK/startup.jar \
> -Duser.home=../home \
> -Dosgi.install.area=/usr/share/eclipse \
> -Dorg.eclipse.core.runtime.ignoreLockFile=true \
> -Dgnu.gcj.runtime.VMClassLoader.library_control=never \
> org.eclipse.core.launcher.Main \
> -application org.eclipse.ant.core.antRunner \
> -DjavacFailOnError=false \
> -DbaseLocation=$SDK \
>
> -Dpde.build.scripts=$SDK/plugins/org.eclipse.pde.build_3.1.0 /scripts \
> -Dcomponent=../org.eclipse.releng.gefbuilder/sdk \
> -Dtimestamp=200507071758 \
> -DbaseExists=true \
> -DfetchTag=R3_1 \
> fetch
>
> I tried installing it and running it through the junit tests and
> everything seemed to work but I'm not that experienced with GEF so don't
> really know what I should be looking for.
>
/notnfs/aluchko/devel_rpms/eclipse-gef/devel/eclipse-gef-3.1 .0/org.eclipse.r
eleng.eclipsebuilder/src/plugins/org.eclipse.draw2d/src/org/ eclipse/draw2d/t
ext/BidiProcessor.java
> and
>
/notnfs/aluchko/devel_rpms/eclipse-gef/devel/eclipse-gef-3.1 .0/org.eclipse.r
eleng.eclipsebuilder/src/plugins/org.eclipse.gef/src/org/ecl ipse/gef/tools/A
bstractTool.java
> couldn't be built since classpath doesn't have Bidi or
> Introspector.getBeanInfo(Class, int) implemented.
Huh? What JRE are you using?
>
> thank you
>
|
|
|
Re: Building GEF [message #191376 is a reply to message #190723] |
Wed, 10 August 2005 00:08 |
Eclipse User |
|
|
|
Originally posted by: aluchko.redhat.com
Pratik Shah wrote:
>>
> /notnfs/aluchko/devel_rpms/eclipse-gef/devel/eclipse-gef-3.1 .0/org.eclipse.r
> eleng.eclipsebuilder/src/plugins/org.eclipse.draw2d/src/org/ eclipse/draw2d/t
> ext/BidiProcessor.java
>> and
>>
> /notnfs/aluchko/devel_rpms/eclipse-gef/devel/eclipse-gef-3.1 .0/org.eclipse.r
> eleng.eclipsebuilder/src/plugins/org.eclipse.gef/src/org/ecl ipse/gef/tools/A
> bstractTool.java
>> couldn't be built since classpath doesn't have Bidi or
>> Introspector.getBeanInfo(Class, int) implemented.
> Huh? What JRE are you using?
gcj :)
|
|
|
Powered by
FUDForum. Page generated in 0.03587 seconds