-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Module build mavenization #29
Conversation
Conflicts: java/core/lib/greenscript-core-1.2.6m.jar java/core/lib/play-greenscript.jar java/core/pom.xml
…od (cache directory is not automatically created if it does not exist).
… for Play! Framework.
Hi Grzegorz, I tried to merge your changes, so far it looks okay, until I want to change the version of YUI compressor from 2.4.6 to 2.4.7, it reports "The POM for com.yahoo.platform.yui:yuicompressor:jar:2.4.7 is missing, no dependency information available". Do you know which maven repository I can find the 2.4.7 version? |
Hi, I can successfully build greenscript-core (suppose I keep YUIcompressor to 2.4.6), but when I switch to greenscript-play folder and run package I got the following error: [ERROR] Failed to execute goal on project greenscript-play: Could not resolve dependencies for project com.github.greenlaw110.greenscript:greenscript-play:jar:1.2.7-SNAPSHOT: Failure to find com.github.greenlaw110.greenscript:greenscript-core:jar:1.2.7-SNAPSHOT in http://maven-play-plugin.googlecode.com/svn/mavenrepo/snapshots was cached in the local repository, resolution will not be reattempted until the update interval of com.google.code.maven-play-plugin-snapshots has elapsed or updates are forced -> [Help 1] Please help out. |
Hi Green Version 2.4.7 is not present in Maven public repo: I must investigate. Grzegorz On 2012-02-15 12:53, Green Luo wrote:
|
Hi Did you install "greenscript-core" ("mvn install") in local repo or just I found that one recently developed JS Maven plugin: On 2012-02-15 13:03, Green Luo wrote:
|
Thanks, now mvn package success in greenscript/play project. However, I On Thu, Feb 16, 2012 at 12:28 AM, gslowikowski <
|
mvn package -Pdist BTW |
Ad. BTW |
Hi I can run that command successfully, but I still can't find my dist On Thu, Feb 16, 2012 at 5:37 AM, gslowikowski <
|
Yes, I want to release it with your change but I got to understand how it On Thu, Feb 16, 2012 at 6:28 AM, gslowikowski <
|
Hi I found it in the target folder. looks good. I will wait you to solve On Thu, Feb 16, 2012 at 6:30 AM, green greenlaw110@gmail.com wrote:
|
I found two problems: one with YUICompressor and one with LessCss 1.1.5.
|
... and my repository definition. I will refresh my clone of greenscript project soon. |
OK, look at my refreshed version. I downgraded lesscss-engine to 1.1.4, I don't know yet, how will you solve the problem with 1.1.5 version I described earlier. |
What I did is nothing to do with maven repository. I simple put the jar On Fri, Feb 17, 2012 at 9:13 PM, gslowikowski <
|
…e.code.maven-play-plugin.com.yahoo.platform.yui:yuicompressor:2.4.7" dependency).
Where did you get it from? I see it's available only in their Maven repo http://www.asual.com/maven/content/groups/public/com/asual/lesscss/lesscss-engine/1.1.5/ |
I download package from https://github.com/asual/lesscss-engine and run On Fri, Feb 17, 2012 at 9:48 PM, gslowikowski <
|
Aha, I avoid building somebody's projects myself, so I thought you found it somewhere. Their problem with Maven assembly manifests itself after deploying artifact. When you build it locally ("mvn package") everything is OK. |
Fixed lesscss-engine (problem #1 above) will be available soon(?) |
Version 1.1.5 redeployed to lesscss repository. Remove it from your local Maven repo if you have downloaded it before. Your project is ready for releasing with Maven. |
Hi gslowikowski, thanks for your effort. BTW, I found there is a pom.xml inside java folder, which is the parent folder of core and play. Can you let me know how to use that pom.xml? Another question is is there a place for me to change the version number in all pom.xml files? say a property file? |
Hi gslowikowski, I have the following problem after merged your changes: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.0.2:compile (default-compile) on project greenscript-core: Compilation failure: Compilation failure: Could you please catch up to my latest version and help to fix this in maven building system? |
Which dependencies you need?
|
I need jcoffeescript-1.1.jar and google-closure.jar, there is no version Here is all jars used in greenscript-1.2.8: 41123 2012-02-20 08:50 commons-cli-1.2.jar On Tue, Feb 21, 2012 at 12:56 AM, gslowikowski <
|
Currently "compiler-latest.zip." equals "compiler-20120123.zip" (Built at r1741). What I found is that the jar from the distribution (you are using currently) is a jar-with-dependencies, closure-compiler has Rhino 1.7R4pre bundled, but it's "shaded". "Shading" is a term used in Maven world for bundling classes from another artifact, but with changed package name to avoid conflicts. closure-compiler changes "org.mozilla.javascript" to "com.google.javascript.rhino.head", I've modified my repository clone. Because this pull request is closed, commits are not visible here.
"jcoffeescript-1.1.jar" contains Rhino 1.7R2, doesn't it make you problems? This project is not active since 10 months. |
Can you create an new pull requests to submit your changes? about jcoffeescript, I am not sure if it's possible to use 1.7R4 to work On Tue, Feb 21, 2012 at 9:00 PM, gslowikowski <
|
Hi gslowikowski, need your help on this issue ASAP. I couldn't built the project and this block working on all other issues. |
New pull request created : #40 |
No description provided.