Tommy Bengt Svensson

Results 8 comments of Tommy Bengt Svensson

I just tried {@literal @} but that generates a space before the @ which makes the code block look strange when the annotation is indented: ``` @SomeAnnotation public void someMethod()...

I have a similar problem. But I don't get the or the right button, whatever that symbol is. All 3 of these just show "...". Entering a URL and pressing...

I had the same problem. So I removed the profile from within the tile and added a profile in the pom where I include the tile, and put the tile...

Hello Maurizio, Thanks for a very quick reply! It could be my parent that causes the problem. The tile shouldn't really have a parent, it hasn't occured to me until...

Hello again Maurizio, I think I've come closer to the problem, and why your test worked. The problem occurs when I include more than one tile. Either one or the...

Hello again Maurizio, The simple test works fine. I started out with this simple "user" pom: ``` 4.0.0 TilesTest TilesTest pom 1.0-SNAPSHOT TileOne TileTwo TileTest:TileOne:1.0 TileTest:TileTwo:1.0 it.session.maven.plugins tiles-maven-plugin 0.8-beta-6 true...

Jeehaa!, I found it! :-) I cloned your code and added some debug printouts: ``` public class TilesModelMerger extends ModelMerger { public void merge(Model target, Model source, boolean sourceDominant, Map...

Sorry, you missunderstood me. There are no changes to fix. All I added were some debug printouts just so that I could easier determine the problem. I had a suspicion...