Greetings, I've bundled and submitted ECJ 3.3.1 to Maven Central to satisfy the missing dependency from Jasper 6.0.32 (<http://search.maven.org/#artifactdetails%7Corg.apache.tomcat%7Cjasper%7C6.0.32%7Cjar>). It's been accepted and synced (<http://search.maven.org/#artifactdetails%7Corg.eclipse.jdt.core.compiler%7Cecj%7C3.3.1%7Cjar>). I don't mind submitting other versions of ECJ as needed. I may not always monitor this list, so feel free to send requests to my e-mail, or occasionally I may be found as ianbrandt in #tomcat on irc.freenode.net.
I can't promise instant turnaround, but I'll do my best. Otherwise submitting versions yourself isn't all that hard. See <https://docs.sonatype.org/display/Repository/Uploading+3rd-party+Artifacts+to+Maven+Central>. Also <https://help.ubuntu.com/community/GnuPrivacyGuardHowto> was very helpful regarding generating and publishing the requisite OpenPGP keys. To build the bundle I just pulled the source and binary jars from <http://archive.eclipse.org/eclipse/downloads/>. I extracted ecjsrc.jar to "src/main/java" under a temporary directory. I did the same for ecj.jar to "target/classes" to avoid actual recompilation, and any Java/class file version issues that may result. Referencing the POM already in Central for 3.5.1 (<http://search.maven.org/remotecontent?filepath=org/eclipse/jdt/core/compiler/ecj/3.5.1/ecj-3.5.1.pom>) I created a ./pom.xml (<view-source:http://search.maven.org/remotecontent?filepath=org/eclipse/jdt/core/compiler/ecj/3.3.1/ecj-3.3.1.pom>) that satisfied the current Central Sync Requirements (<https://docs.sonatype.org/display/Repository/Central+Sync+Requirements>). The rest was simply a matter of following the aforementioned guide. For those wishing to see Eclipse artifacts regularly available in a Maven repository see <http://wiki.eclipse.org/Maven>, and place your votes here: <https://bugs.eclipse.org/bugs/show_bug.cgi?id=283745>. All the best, Ian --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org