jijo-paulose / gwtupload

Automatically exported from code.google.com/p/gwtupload
Other
0 stars 0 forks source link

JS source obfuscated #108

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Obfuscation of the JS source of this library is a real pain as I can't (easily) 
extend and develop the lib further. Please consider a release that has the 
obfuscation flag turned off. 

Original issue reported on code.google.com by glycosl...@googlemail.com on 31 May 2011 at 12:45

GoogleCodeExporter commented 9 years ago
The js source is generated from Java via GWT -- check out the code and have a 
look at the jsdownload pom.xml file.

Original comment by tgdav...@gmail.com on 10 Jun 2011 at 3:48

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r925.

Original comment by manuel.carrasco.m on 28 Jun 2011 at 10:14

GoogleCodeExporter commented 9 years ago
Added a profile to generate the not obuscated code.
Use mvn clean package -Ppretty to compile sources and generate the package.

Attached the package with unobfuscated code.

Anyway, the gwt js code generated even in pretty style is rather difficult to 
understand. If you need to extend or improve something it consider editing 
.java files and compile them.

- Manolo

Original comment by manuel.carrasco.m on 28 Jun 2011 at 10:20

Attachments: