| Summary: | "Resource-filtering" mechanism as supported by maven- is eclipse provide the same functionality? | ||
|---|---|---|---|
| Product: | [Eclipse Project] JDT | Reporter: | Siddharth Shah <siddharth.gujarati> |
| Component: | Core | Assignee: | JDT-Core-Inbox <jdt-core-inbox> |
| Status: | NEW --- | QA Contact: | |
| Severity: | enhancement | ||
| Priority: | P3 | CC: | amj87.iitr, deepakazad |
| Version: | 3.8 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
Are you talking about properties files in a java project here? |
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