HoriSun / closure-compiler

Automatically exported from code.google.com/p/closure-compiler
0 stars 0 forks source link

Missing CompileTask in jar from Maven.org in v20140407 #1299

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Download 'closure-compiler-v20140407.jar', from 
http://central.maven.org/maven2/com/google/javascript/closure-compiler/v20140407
/

What is the expected output? What do you see instead?
The 'com.google.javascript.jscomp.ant' package is not found in the most recent 
closure-compiler downloaded from maven.org.

Has it been moved somewhere else, and I keep over looking it?

What version of the product are you using? On what operating system?
v20140407
Windows 7 64bit

Please provide any additional information below.

Original issue reported on code.google.com by mm...@somersetech.com on 10 Apr 2014 at 8:47

GoogleCodeExporter commented 9 years ago

Original comment by tbreisac...@google.com on 10 Apr 2014 at 8:49

GoogleCodeExporter commented 9 years ago
To avoid pulling in ant dependencies I omitted this from the closure-compiler 
target.  What's your use case?  You can find the ant-related code in the uber 
jar from the tarball (for now)

Original comment by plindner@google.com on 10 Apr 2014 at 8:52

GoogleCodeExporter commented 9 years ago
Current use case is to have a fully automated build that currently is just Ant 
+ Ivy. I have an Ant task that uses Ivy and downloads third party libraries 
used during the build process. Our build server is configured to only be able 
to access a few different external hostnames, one of which is the maven.org 
repo's

Original comment by mm...@somersetech.com on 10 Apr 2014 at 8:59

GoogleCodeExporter commented 9 years ago
Would a separate closure-compiler-anttask target work for you?

Original comment by plindner@google.com on 10 Apr 2014 at 9:26

GoogleCodeExporter commented 9 years ago
Absolute! :)

Original comment by mm...@somersetech.com on 10 Apr 2014 at 9:27

GoogleCodeExporter commented 9 years ago

Original comment by plindner@google.com on 11 Apr 2014 at 10:06

GoogleCodeExporter commented 9 years ago
Issue tracking has been migrated to github. Please make any further comments on 
this issue through https://github.com/google/closure-compiler/issues

Original comment by blic...@google.com on 1 May 2014 at 6:31

GoogleCodeExporter commented 9 years ago

Original comment by blic...@google.com on 1 May 2014 at 6:34