gdude2002 / jarjar

Automatically exported from code.google.com/p/jarjar
2 stars 1 forks source link

Provide public API for reusing jarjar as library (e.g. in a gradle task) #54

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hi there,
my name is Rene and I'm a developer of gradle (the groovy based build tool). 
We would like to use jarjar in our own build and later create a jarjar task 
implementation which is shipped with gradle or wrapped in some kind of jarjar 
gradle plugin. 

Lots of classes in JarJar a package private. This stops me from reusing them 
directly in the gradle codebase. Instead I have to drive the gradle jarjar task 
using the Main class or the JarJarAntTask. Is it possible to make classes like 
the processors (MainProcessor, etc. public?) This would help us a lot.

best regards,
René

Best regards,

-- 
Rene Groeschke
@breskeby

Principal Engineer,
Gradleware Inc. - Gradle Training, Support, Consulting
rene.groeschke@gradleware.com
http://gradleware.com

Original issue reported on code.google.com by rene.gro...@gradle.biz on 5 Jul 2012 at 7:57