Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] Proposal of a Patch for Scala

On the bug report Linas provided a proper failing test, I've
integrated that and his patch - it will be in a dev build later today.

That's good news.

Two questions:

1. Where and how do I get this dev build and corresponding sources, possibly through Maven?

2. I activate load-time weaving in a Spring XML like so:

	<context:load-time-weaver/>
	<context:spring-configured/>

What would I have to do to use *compile-time* weaving for `@Configurable'?

Cheers
---Phil


Back to the top