-
Notifications
You must be signed in to change notification settings - Fork 9
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
Upgrade repo to latest closure-templates library #3
Comments
Yeah, I'm at a loss as to why they're so against putting an m2 version up, As you've probably noticed, I haven't really been maintaining the project On 13 August 2012 12:20, zonski [email protected] wrote:
|
Thanks Tom, I guess it can be a bit intimidating for non-maven users. I'll see if I can convince them. I understand about the maintenance hassles. I have a few poorly maintained open source projects myself. As long as I'm using this, I'll do a little bit of work on it. If I stop using it though I'll probably stop contributing. Would you mind if I reworked the unit tests to make them less path dependent? I'll have a look at the maven dependencies for the new version. If you could just add the new gct jar to your repo with a new version number (but not change your spring-gct pom) that'll make it easier for me. Cheers, On 13/08/2012, at 10:24 PM, tomakehurst [email protected] wrote:
|
OK, I've merged your changes (and fixed the path problems in the tests). However, getting the latest GCT into the repo is going to take some effort as it involves organising the files, doing a maven deploy to get them into the right layout, going through the pom and updating the dependency versions, then finally testing it all. It's probably going to take me a while to get this far. If you need this reasonably urgently, perhaps you could follow the above steps then send me a zip of the result that I can upload? |
Thanks for that, nice one. OK, I've merged your changes (and fixed the path problems in the tests). However, getting the latest GCT into the repo is going to take some effort as it involves organising the files, doing a maven deploy to get them into the right layout, going through the pom and updating the dependency versions, then finally testing it all. It's probably going to take me a while to get this far. If you need this reasonably urgently, perhaps you could follow the above steps then send me a zip of the result that I can upload?
|
Yeah, not that simple unfortunately. My repo is just a GitHub gh-pages Also the google zip file doesn't have a pom so you have to make one up. On Tuesday, 14 August 2012, zonski wrote:
|
So I'm not sure if this will work for you or not, but basically I've just Mavenized the actual google-closure-templates project. Date: Tue, 14 Aug 2012 13:06:40 -0700 OK, I've merged your changes (and fixed the path problems in the tests). However, getting the latest GCT into the repo is going to take some effort as it involves organising the files, doing a maven deploy to get them into the right layout, going through the pom and updating the dependency versions, then finally testing it all. It's probably going to take me a while to get this far. If you need this reasonably urgently, perhaps you could follow the above steps then send me a zip of the result that I can upload?
|
Hi, Did you mean to attach a pom to your last message? It doesn't seem to have made it through. Tom |
It seems I can't attach files here (I did a reply-to-email response before with the attachment). Here's the POM: https://gist.github.com/3373676 I think a few of those dependencies could be scope=optional (the ant one for example). I'll have a look over the weekend. Let me know if this POM doesn't make it easy for you to assemble and deploy. I'm happy to do more on it, just need to know what you need. |
Hi, I'm off on holiday in a few days, so I might struggle to figure this out. The easiest thing for me would be if you were to do the build yourself, Cheers, On 16 August 2012 22:11, zonski [email protected] wrote:
|
Will do. No worries. Date: Thu, 16 Aug 2012 14:14:25 -0700 Hi, I'm off on holiday in a few days, so I might struggle to figure this out. The easiest thing for me would be if you were to do the build yourself, then do a mvn deploy:deploy-file specifying a local directory as the target (you can give it a file:// URL), then zip the result of that up and send it. Then all I have to do is unzip it into my git repo, commit and push. Cheers, Tom On 16 August 2012 22:11, zonski [email protected] wrote:
|
Does this zip do the job: http://zenjava.com/demo/test/google-closure-templates.zip Hi, I'm off on holiday in a few days, so I might struggle to figure this out. The easiest thing for me would be if you were to do the build yourself, then do a mvn deploy:deploy-file specifying a local directory as the target (you can give it a file:// URL), then zip the result of that up and send it. Then all I have to do is unzip it into my git repo, commit and push. Cheers, Tom On 16 August 2012 22:11, zonski [email protected] wrote:
|
Hey Tom,
The version of GCT that you have in your repo is a little old. There's a newer one available here: http://code.google.com/p/closure-templates/downloads/list
It would be great if you could upgrade your repo version when you get some time.
I just installed this jar into my local repo and used the newer version against your code base and it all work (or at least compiled and ran against my usage). I didn't have to upgrade any of the dependencies (not sure if any have actually changed or not though).
I also nudged the closure guys via the forum to see if they will get an official version up in a repo, but from their past comments (mostly with you) they don't seem overly keen. Will see how it goes.
Cheers,
zonski
The text was updated successfully, but these errors were encountered: