Git Product home page Git Product logo

Comments (15)

iflan avatar iflan commented on April 28, 2024

Reported by [email protected] on 2011-11-17 16:08:47

  • Labels added: Type-Enhancement
  • Labels removed: Type-Defect

from closure-stylesheets.

iflan avatar iflan commented on April 28, 2024
The work to support this is underway:

https://issues.sonatype.org/browse/OSSRH-2531
http://code.google.com/p/closure-stylesheets/source/detail?r=9041e0de6378db903c05a3df902fb9a9519d19a2

Reported by bolinfest on 2011-12-05 22:38:02

from closure-stylesheets.

iflan avatar iflan commented on April 28, 2024
Great news! 
Thank you. Keep up the great work!

Reported by alex.objelean on 2011-12-05 22:45:57

from closure-stylesheets.

iflan avatar iflan commented on April 28, 2024
The current pom.template.xml contains a lot of unnecessary dependencies:

ant and javacc are build-time dependencies; the build isn't using Maven so they should
be removed from the POM -- code that uses closure-stylesheets does not need ant or
javacc.

easymock and junit dependencies should be marked as <scope>test</scope> or removed.
Again code that just uses closure-stylesheets does not need those dependencies. Because
tests are run via Ant rather than Maven simply removing them is probably the more obvious
fix.

Cheers, Karsten

Reported by sperling.karsten on 2011-12-07 05:08:27

from closure-stylesheets.

iflan avatar iflan commented on April 28, 2024
Hi,

I'm also interested to see an official deployment of this library in Maven repos, because
the jars in the Download section are actually jar-with-dependencies and because of
that I'm experiencing errors like:
Caused by: java.lang.IncompatibleClassChangeError: Found interface com.google.common.base.Ticker,
but class was expected

The problem is that my application relies on Guava 10.0.1 but closure-stylesheets.jar
packs Guava 9 with itself.

Reported by martin.grigorov on 2011-12-15 07:31:56

from closure-stylesheets.

iflan avatar iflan commented on April 28, 2024
Hi Michael,

are there any updates regarding this issue? Is there any estimate when do you think
the jar will be available on maven central repo?

Thanks,
Alex

Reported by alex.objelean on 2011-12-23 21:39:02

from closure-stylesheets.

iflan avatar iflan commented on April 28, 2024
Here is a patch for pom.template.xml with Carsten's suggestions and upgraded Guava to
10.0.1 as in http://code.google.com/p/closure-stylesheets/source/detail?r=8ca0d5547f078f056194bcdd737e8748b670a08e.

You may also consider Guava 11.

Reported by martin.grigorov on 2012-01-04 12:32:23


- _Attachment: [pom.template.xml.patch](https://storage.googleapis.com/google-code-attachments/closure-stylesheets/issue-1/comment-7/pom.template.xml.patch)_

from closure-stylesheets.

iflan avatar iflan commented on April 28, 2024
This has turned out to be a major stumbling block for a project I'm tackling at work.
 I'd like to encourage the team to get this completed asap.

Reported by [email protected] on 2012-03-19 18:39:17

from closure-stylesheets.

iflan avatar iflan commented on April 28, 2024
Attached is an updated POM that can actually be used to build the project.

Reported by [email protected] on 2012-07-24 21:59:23


- _Attachment: [pom.xml](https://storage.googleapis.com/google-code-attachments/closure-stylesheets/issue-1/comment-9/pom.xml)_

from closure-stylesheets.

iflan avatar iflan commented on April 28, 2024
Any updates on this issue?

Reported by alex.objelean on 2012-10-20 11:21:45

from closure-stylesheets.

iflan avatar iflan commented on April 28, 2024
Also wondering about this. Need to be able to include GSS via maven

Reported by Nathan.McWilliams on 2012-10-22 03:13:03

from closure-stylesheets.

iflan avatar iflan commented on April 28, 2024
I fully agree.


Reported by marceloverdijk on 2013-04-11 10:52:16

from closure-stylesheets.

iflan avatar iflan commented on April 28, 2024
I ran into this issue, so I forked the project on github and published it there, along
with the modified pom file. 
The fork is here : https://github.com/StefanLiebenberg/closure-stylesheets
I've attached a sample from our pom, this should be enough to get closure-stylesheets
as a dependency.

Reported by siga.fredo on 2013-07-27 10:20:47

from closure-stylesheets.

iflan avatar iflan commented on April 28, 2024
The project is available in maven central as:

<dependency>
      <groupId>com.google.closure-stylesheets</groupId>
      <artifactId>closure-stylesheets</artifactId>
      <version>20140426</version>
  </dependency>

I will try to keep it up it up to sync with HEAD in repo.

Reported by siga.fredo on 2014-04-29 20:30:18

from closure-stylesheets.

iflan avatar iflan commented on April 28, 2024

I'm closing this issue. I've opened issue #65 to track making maven releases part of our standard process.

from closure-stylesheets.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.