Bug 303914 - Evaluate variables in annotation processor options
Summary: Evaluate variables in annotation processor options
Status: NEW
Alias: None
Product: JDT
Classification: Eclipse Project
Component: APT (show other bugs)
Version: 3.6   Edit
Hardware: PC Windows XP
: P3 enhancement with 1 vote (vote)
Target Milestone: ---   Edit
Assignee: Generic inbox for the JDT-APT component CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-25 10:28 EST by Howard CLA
Modified: 2010-03-26 09:39 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Howard CLA 2010-02-25 10:28:38 EST
Build Identifier: Version: 3.5.0 Build id: I20090611-1540

Feature request for evaluating variables in annotation processor options.

Under
	Project Properties
	Nodes: Java Compiler -> Annotation Processing
	Panel: Processor options (-Akey=value)
I create
	Key = out
	Value = ${workspace_loc:myproj}/.apt_generated

but the variable portion is not evaluated and passed to my annotation processor.
The only way to work around this is to enter absolute path to the .apt_generated directory, but this will break if my workspace is relocated.

Reproducible: Always
Comment 1 Marcus Ilgner CLA 2010-03-26 09:39:45 EDT
+1