Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cbi-dev] "native" Eclipse Platform Build



On 12-07-03 6:53 PM, Thanh Ha wrote:
As a result I've got this files:
ls
/var/tmp/lts/R4_localrepo/org/eclipse/org.eclipse.sdk.epp/4.2.0-SNAPSHOT
org.eclipse.sdk.epp-4.2.0-SNAPSHOT-org.eclipse.sdk.epp.executable.win32.win32.x86_64.zip

org.eclipse.sdk.epp-4.2.0-SNAPSHOT-org.eclipse.sdk.epp.executable.win32.win32.x86.zip

org.eclipse.sdk.epp-4.2.0-SNAPSHOT-linux.gtk.x86_64.tar.gz
org.eclipse.sdk.epp-4.2.0-SNAPSHOT-p2artifacts.xml
org.eclipse.sdk.epp-4.2.0-SNAPSHOT-linux.gtk.x86.tar.gz
org.eclipse.sdk.epp-4.2.0-SNAPSHOT-p2metadata.xml
org.eclipse.sdk.epp-4.2.0-SNAPSHOT-macosx.cocoa.x86_64.tar.gz
org.eclipse.sdk.epp-4.2.0-SNAPSHOT.pom
org.eclipse.sdk.epp-4.2.0-SNAPSHOT-org.eclipse.sdk.epp.executable.cocoa.macosx.x86_64.zip
org.eclipse.sdk.epp-4.2.0-SNAPSHOT-win32.win32.x86_64.zip
org.eclipse.sdk.epp-4.2.0-SNAPSHOT-org.eclipse.sdk.epp.executable.gtk.linux.x86_64.zip
org.eclipse.sdk.epp-4.2.0-SNAPSHOT-win32.win32.x86.zip
org.eclipse.sdk.epp-4.2.0-SNAPSHOT-org.eclipse.sdk.epp.executable.gtk.linux.x86.zip
org.eclipse.sdk.epp-4.2.0-SNAPSHOT.zip

Immediate question: how to change "SNAPSHOT" to something meaningful?
I believe this is controlled by the product & pom files located in
TMP/org.eclipse.sdk.epp/ but I'm not positive.

Igor can you confirm?


I don't believe there is an easy way to change this. Generally, files
under target/ directory are considered internal/transient build
artifacts. They still need to be copied to downlaod.eclipse.org or some
other place before consumption so how they are named internally is
largely irrelevant.


Looking at the content of the
org.eclipse.sdk.epp-4.2.0-SNAPSHOT-linux.gtk.x86_64.tar.gz  file I see
that instead of eclipse and eclipse.ini there are two files
p2bug352457 and p2bug352457.ini. It is a known bug? I still can launch
"p2bug352457" and it really starts Eclipse. Eclipse "about" says
"Eclipse SDK Version: 4.2.0 Build id: @build@". How I can change this?
This was a workaround to Bug 352457 however if you look at the bug it
seems to be resolved. So I'm not sure if we can change this back.

Igor do you know?


"p2bug352457" executable name and "@build@" version are two unrelated
issues.

352457 is marked as fixed in bugzilla, so it makes sense to remove the
workaround to see if the fix works for the platform build.

I don't know where "@build@" comes from so can't tell if there is a way
to replace it with actual build qualifier.


--
Regards,
Igor


Back to the top