On Thu, Feb 25, 2010 at 4:58 PM, Jesus M. Rodriguez <[email protected]>wrote:
> Is there a way to have buildr generate the .classpath using a custom > output target? By default it pulls in target/classes, we've had > problems with eclipse and buildr target being the same (i.e. switching > between the two causes weird behavior). > It's not currently possible via configuration, you would need to post-process the generated .classpath file. Feel free to file an enhancement request for this. Should be pretty easy to implement. alex
