[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
[eclipselink-dev] AW: [Bug 308810] WDF test fail if property server.name is not specified although executed in SE
|
Hi Eric,
> Could you please try if it fixes the issue?
I have not received a confirmation for this so far. But as I've got to leave the office now, I've checked in the change now. Hope it fixes the issue.
-Adrian
Adrian Görler
SAP AG
Pflichtangaben/Mandatory Disclosure Statements: http://www.sap.com/company/legal/impressum.epx
-----Ursprüngliche Nachricht-----
Von: Goerler, Adrian
Gesendet: Montag, 12. April 2010 15:55
An: Eric Gwin
Betreff: AW: [Bug 308810] WDF test fail if property server.name is not specified although executed in SE
Hi,
I've updated the ticket with a patched patch.
Could you please try if it fixes the issue?
Thanks,
Adrian
Adrian Görler
SAP AG
Pflichtangaben/Mandatory Disclosure Statements: http://www.sap.com/company/legal/impressum.epx
-----Ursprüngliche Nachricht-----
Von: bugzilla-daemon@xxxxxxxxxxx [mailto:bugzilla-daemon@xxxxxxxxxxx]
Gesendet: Montag, 12. April 2010 15:19
An: Goerler, Adrian
Betreff: [Bug 308810] WDF test fail if property server.name is not specified although executed in SE
https://bugs.eclipse.org/bugs/show_bug.cgi?id=308810
Product/Component: EclipseLink / Build
--- Comment #3 from Eric Gwin <eric.gwin@xxxxxxxxxx> 2010-04-12 09:18:36 EDT ---
the second conditional looks fine (except else). perhaps the patch tool messed
up. Edited second conditional block (Starting line 268):
<condition property="SERVER-PLATFORM-PROPERTY" value="<property
name="eclipselink.target-server"
value="${server.platform}"/>"
else="">
<isset property="server.name"/>
</condition>
<replace dir="${build.dir}/META-INF"
token='%%server-platform-property%%' value="${SERVER-PLATFORM-PROPERTY}">
--
Configure bugmail: https://bugs.eclipse.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You reported the bug.