Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » RCP Testing Tool » Eclipse not passing values from build.xml file to properties file(Passing buid file item value)
Eclipse not passing values from build.xml file to properties file [message #1842960] Wed, 07 July 2021 20:24
Pablo Caicedo is currently offline Pablo CaicedoFriend
Messages: 1
Registered: July 2021
Junior Member
I have the following line on my app properties file: app.environment=@ENVIRONMENT@

and this line on my build.xml file: <filter token="ENVIRONMENT" value="${PILTEnvironment}"/>

and this line on my build_dev.xml: <property name="PILTEnvironment" value="LOCAL"/>

So, when running the app on Eclipse Version: 2021-06 (4.20.0), Build id: 20210612-2011, app.environment takes "LOCAL" value, as expected,

however, when running the app on Eclipse Version: Oxygen.3a Release (4.7.3a), Build id: 20180405-1200, app.environment takes value of "@ENVIRONMENT@"

What am I missing on Eclipe Oxygen?

Any help would be very appreciated. Thanks.
Previous Topic:Couldn't find AUT for ILaunch: org.eclipse.debug.core.Launch@1e8ab1fe
Next Topic:RCPTT Download link not available
Goto Forum:
  


Current Time: Fri May 03 21:56:27 GMT 2024

Powered by FUDForum. Page generated in 0.02227 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top