Bug 361495 - "Resource-filtering" mechanism as supported by maven- is eclipse provide the same functionality?
Summary: "Resource-filtering" mechanism as supported by maven- is eclipse provide the ...
Status: NEW
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.8   Edit
Hardware: PC Windows 7
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-Core-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-20 01:25 EDT by Siddharth Shah CLA
Modified: 2011-10-20 09:00 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Siddharth Shah CLA 2011-10-20 01:25:39 EDT
Build Identifier: 20110218-0911

Actually i have an application whose built process is based on maven. I have converted the app projects into eclipse project structure. But as in maven, while building, it apply "resource-filtering", same way is there a way through which we can achieve the same functionality in eclipse? Very specifically say in one property file i am referring key's value as key1=${var1} and "var1" is defined in some another property file as var1=value1 so my build process should modified the entry where ever its variable reference so it should be key1=value1 after executing the build.    

Reproducible: Always
Comment 1 Ayushman Jain CLA 2011-10-20 09:00:16 EDT
Are you talking about properties files in a java project here?