Opened 15 years ago
Closed 14 years ago
#723 closed enhancement (wontfix)
[patch][cla] Embedded RHino with Dojo Bootstrap
Reported by: | Owned by: | jkuhnert | |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | BuildTools | Version: | 0.3 |
Keywords: | patch | Cc: | [email protected]… |
Blocked By: | Blocking: |
Description
java project which bootstraps a dojo environment via rhino for embedding.
Attachments (1)
Change History (13)
Changed 15 years ago by
Attachment: | rhino-embedded.patch added |
---|
comment:1 Changed 15 years ago by
This patch requires adding the servlet apis and junit to buildscripts/lib
It expects the jar names to be "servlet-apis.jar" and "junit-3.8.1.jar" respectively.
comment:2 Changed 15 years ago by
Looking through patch, it could of ocurse use some cleaning (copyright assignments are wrong, and the code I used for testing setModulePrefix in the servlet has my copyright info on it). Will wait on posting a patch to th epatch for further commentary though.
comment:3 Changed 15 years ago by
Component: | General → BuildTools |
---|---|
Keywords: | patch added |
Milestone: | → 0.4 |
Owner: | changed from anonymous to alex |
Priority: | normal → high |
alex, we have a patch rotting here...
comment:4 Changed 14 years ago by
Owner: | changed from alex to jkuhnert |
---|
comment:5 Changed 14 years ago by
Status: | new → assigned |
---|
Hi Brian,
Could you try and describe a little more what this patch is doing and how it might be used ?
comment:6 Changed 14 years ago by
Summary: | Embedded RHino with Dojo Bootstrap → [patch][cla] Embedded RHino with Dojo Bootstrap |
---|
comment:7 Changed 14 years ago by
Cc: | [email protected]… added |
---|
Hi Brian,
I don't think you got notified on my last question, but could you explain a little more what this does and how it relates to the new tools added recently ?
comment:8 Changed 14 years ago by
Milestone: | 0.4 → 0.5 |
---|
comment:9 Changed 14 years ago by
Resolution: | → wontfix |
---|---|
Status: | assigned → closed |
Without any feedback to go on I'm going to close this one out as a "thank you but I don't know what it's doing so can't reasonable foresee it ever getting applied".
Please re-open anytime if you'd like to provide some more info on the purpose of the patch.
comment:10 Changed 14 years ago by
Resolution: | wontfix |
---|---|
Status: | closed → reopened |
All the notifications arrived en-masse today. Weird.
Basically this is a first step on running dojo embedded in java instead of from the rhino shell/interpreter.
It is kind of dated at this point, so I'd probably want to make a few changes, the biggest is probably to use jdk1.6 and the built-in rhino as it is due out next month.
Alex had expressed a desire to see an easy way to embed dojo in java, this was a solution :-)
Reopening in case there is still interest in this (if not, happy to close, I am not actively using it at present so happy to let it die if no one else would be).
comment:11 Changed 14 years ago by
Milestone: | 0.9 |
---|
This is continuing to bit-rot. Jesse, is there interest in doing this? Taking off list for 0.9.
It's trivial to run Dojo in Rhino today. What more does this extension provide, and does it belong inside the toolkit or somewhere else?
comment:12 Changed 14 years ago by
Resolution: | → wontfix |
---|---|
Status: | reopened → closed |
Yeah, I never have been able to figure out what it is.
Patch File