Mauro Molinari

Results 155 comments of Mauro Molinari

I ended up with writing this: task compileJsps(type: Compile) { group = 'build' description = 'Translates and compiles JSPs' classpath = configurations.tomcat + sourceSets.main.output + sourceSets.main.runtimeClasspath sourceCompatibility = jasper.compilerSourceVM targetCompatibility...

Better solution to the need to add 'javax.servlet.jsp:jsp-api:2.1' dependency to the tomcat configuration: coherently with the other Tomcat lib dependencies declared in the tomcat configuration, "org.apache.tomcat:jsp-api:${tomcatVersion}" could be specified instead...

No, the JSP JAR does not come as a transitive dependency, unfortunately. Regarding Jasper, do you mean the compiler option? As per the documentation at http://tomcat.apache.org/tomcat-6.0-doc/jasper-howto.html, if not specified it...

Hi Benjamin, I can confirm that with Tomcat 7 it isn't necessary to add the dependency to `jsp-api` in order to be able to compile the Java code obtained from...

Hi Benjamin, I would really like to contribute this feature, but I don't know how long will it take. On the other hand, I think that having this feature in...

Yes, I'm using an old version because this is the ActiveMQ bundled in an old Service Mix version used in production. If you could make it work with 5.8.0- it...

I always see the destinations for the default broker whatever port I specify in the brokerURL in JTB.

Today I hit again this problem, which I removed from my memory, and then discovered I had already reported it back in 2019 :-) I'm using Eclipse 2021-12 and Buildship...

I'm the original reporter of this feature request in Eclipse Bugzilla back in March 2016. I still think this is a really important feature as soon as you work in...