You can subscribe to this list here.
2005 |
Jan
|
Feb
|
Mar
|
Apr
(8) |
May
(34) |
Jun
(26) |
Jul
(29) |
Aug
(13) |
Sep
(2) |
Oct
(1) |
Nov
(6) |
Dec
(1) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2006 |
Jan
(2) |
Feb
(2) |
Mar
(49) |
Apr
(17) |
May
(3) |
Jun
|
Jul
(1) |
Aug
(3) |
Sep
|
Oct
|
Nov
(2) |
Dec
(5) |
2007 |
Jan
(1) |
Feb
(12) |
Mar
|
Apr
|
May
|
Jun
(7) |
Jul
(2) |
Aug
(1) |
Sep
(8) |
Oct
(1) |
Nov
(3) |
Dec
(22) |
From: SourceForge.net <no...@so...> - 2007-10-01 16:23:01
|
Bugs item #1740768, was opened at 2007-06-21 17:23 Message generated for change (Comment added) made by mtadashi You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=682377&aid=1740768&group_id=118870 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Jan Bartel (janb) Assigned to: Nobody/Anonymous (nobody) Summary: Patch for jetty6 support Initial Comment: I've done a patch for the jettylauncher to run with jetty6. It's attached to this issue. It would be great if someone with commit access on this project could apply it and make a release (assuming of course, you find the patch acceptable). If there are any questions/clarifications/fixes, please contact me, probably best via the jetty mailing lists: jet...@so.... ---------------------------------------------------------------------- Comment By: mtadashi (mtadashi) Date: 2007-10-02 01:22 Message: Logged In: YES user_id=1307500 Originator: NO I have been waiting for Jetty6 support for a long time. This patch is cool! Then I applied the patch and published on the site, http://dbpowder.sourceforge.net/etc/jettylauncher6/updates/ . It seems to run correctly. Jetty6 is much comfortable than Jetty5. Much discussion may be required how to utilize the patch, however, there must be many persons who are longing for Jetty6 support. If you don't mind, please let me keep published. When Jetty6 support is released, I'll stop publishing this. ---------------------------------------------------------------------- Comment By: Eelco Hillenius (eelco12) Date: 2007-09-27 14:34 Message: Logged In: YES user_id=820266 Originator: NO I haven't been part of these discussions, but I'm kind of officially retired from the project. In a few months I might finally have some time to create a new plugin from scratch; one that packages Jetty 6 and doesn't require further setup. Until then, I'm too busy with Wicket, my day project, writing a book and planning my wedding. Sorry :-) Jan, if you're interested in getting commit access, I'm sure the others would agree that that would be a good idea. ---------------------------------------------------------------------- Comment By: Jan Bartel (janb) Date: 2007-09-27 14:01 Message: Logged In: YES user_id=45251 Originator: YES I've had some discussions in the past weeks with the jettylauncher team and I believe they were in the process of applying the patch. I'm not sure of the current status - perhaps a team member could update us? regards Jan ---------------------------------------------------------------------- Comment By: Oliver Weichhold (oweichhold) Date: 2007-09-25 07:45 Message: Logged In: YES user_id=1115017 Originator: NO Has anyone got the plugin to compile/install and work using the patch? ---------------------------------------------------------------------- Comment By: Danilo Tuler (tuler) Date: 2007-09-25 01:54 Message: Logged In: YES user_id=28121 Originator: NO Hi Andrew, I'm sending the binaries to your email, although I do not think it's a good idea to publish these binaries in an alternate public location. Leave the release to the official team. I'm sure Jan is trying to make the patch into the CVS and make a public release ASAP. I think there is some effort coming from Webtide Jetty team, am I right Jan? Regards. ---------------------------------------------------------------------- Comment By: Andrew McGregor (mcgregorandrew) Date: 2007-09-24 14:08 Message: Logged In: YES user_id=593351 Originator: NO Hello Jan/Danilo, If you can email me the rebuilt jar files, I'd be happy to host them on our file server and post a link here. I have no experience rebuilding plugins and I was hoping not to have to figure out how to do this.... Regards, Andrew (mcg...@ya...) ---------------------------------------------------------------------- Comment By: Danilo Tuler (tuler) Date: 2007-09-23 01:34 Message: Logged In: YES user_id=28121 Originator: NO Jan, Thank you for the patch. It's working fine with me, Eclipse 3.3, Jetty 6.1.5, JDK 1.6. For those who could not make it work, just a few tips. 1) Checkout projects from CVS; 2) Apply the patch using Eclipse Team / Apply Patch... 3) Export plugin, do not export as JAR, export as folder; 4) regenerate runner.jar using Export... -- Danilo ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2007-09-21 23:26 Message: Logged In: NO Does anyone have an update on this? I can't get the patch to run either and would like to use Jetty 6 in Eclipse. Thanks! ---------------------------------------------------------------------- Comment By: Jan Bartel (janb) Date: 2007-08-06 11:03 Message: Logged In: YES user_id=45251 Originator: YES I'm having difficulty posting this to Michael, so I'm cutting and pasting it into this bug report. I tried also to attach a tar of my jettylauncher source, but sourceforge won't allow me to because of it's size. So, Michael, if you can email me from a non-sourceforge address, I'll send you the tar. cheers Jan Michael, I think maybe -p0 would be right, however I'm not sure that that is the cause of your problem. Also you don't need to put the patch file into that directory, it can be anywhere because you can provide the full path to it with the input redirection on the command line. Again, I don't think that is necessarily the problem. I simply did a cvs diff command to get the patch. It seems it's not nearly as friendly as svn diff :-( Can you see a .classpath file in that jettylauncher directory, as that is the file it seems to be trying to find to patch. Have you tried (after having first cd'ed to your jettylauncher directory): patch -p0 -u < /some/where/com.iw.plugins.jettylauncher.patch Alternatively I've tar'ed up my jettylauncher directory and attached it to this email, if you'd rather do your own diff. cheers Jan Michael Shillinger wrote: > > Message body follows: > > > > Jan, > > > > I tried to apply your patch to the JettyLauncher source and > > ran into problems. I haven't used patch very often and > > perhaps I am doing it incorrectly > > > > When I run: > > > > patch -p1 --dry-run <com.iw.plugins.jettylauncher.patch > > > > I get: > > > > missing header for unified diff at line 11 of patch > > can't find file to patch at input line 11 > > Perhaps you used the wrong -p or --strip option? > > The text leading up to this was: > > -------------------------- > > |? com.iw.plugins.jettylauncher.patch > > |? com.iw.plugins.jettylauncher_1.1.0.jar > > |? jettylauncher.jar > > |Index: .classpath > > |=================================================================== > > |RCS file: > > /cvsroot/jettylauncher/com.iw.plugins.jettylauncher/.classpath,v > > |retrieving revision 1.12 > > |diff -u -r1.12 .classpath > > |--- .classpath 24 Sep 2004 18:30:06 -0000 1.12 > > |+++ .classpath 21 Jun 2007 08:16:57 -0000 > > -------------------------- > > File to patch: > > > > The message seems to indicate that my path is not correct. > > I think my -p option is correct based on the man page. I > > did try -p0, -p2 also. > > > > I have placed the patch file at the top of the jettyLauncher > > source tree (i.e where the sub-directories include > > com.iw.plugins.jettylauncher). > > > > My pwd is "/cygdrive/d/dev/jettylauncher" when I execute the > > patch command. > > > > As you can see, I am using cygwin. > > > > Do you have any ideas?? > > > > Thanks > > Mike Shillinger ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2007-07-19 03:34 Message: Logged In: NO When does this patch (or any other) gets incorperated?? jetty6 support (with continuations) in combiniation with the gwt would be very useful for eclipse! ---------------------------------------------------------------------- Comment By: Jax (ojacquet) Date: 2007-06-21 22:32 Message: Logged In: YES user_id=1121397 Originator: NO I'll try to have a look at this this weekend and let you know if it works for me. Someone else also suggested to include jetty6 in the jettylauncher release which would make the configuration and maintenance a lot easier. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=682377&aid=1740768&group_id=118870 |
From: SourceForge.net <no...@so...> - 2007-09-30 17:52:54
|
Bugs item #1805189, was opened at 2007-09-30 17:52 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=682377&aid=1805189&group_id=118870 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Roger (rsieben) Assigned to: Nobody/Anonymous (nobody) Summary: Cannot access the source Initial Comment: Cannot access the source using anonymous login: cvs -d:pserver:ano...@je...:/cvsroot/jettylauncher login ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=682377&aid=1805189&group_id=118870 |
From: SourceForge.net <no...@so...> - 2007-09-27 05:34:53
|
Bugs item #1740768, was opened at 2007-06-21 10:23 Message generated for change (Comment added) made by eelco12 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=682377&aid=1740768&group_id=118870 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Jan Bartel (janb) Assigned to: Nobody/Anonymous (nobody) Summary: Patch for jetty6 support Initial Comment: I've done a patch for the jettylauncher to run with jetty6. It's attached to this issue. It would be great if someone with commit access on this project could apply it and make a release (assuming of course, you find the patch acceptable). If there are any questions/clarifications/fixes, please contact me, probably best via the jetty mailing lists: jet...@so.... ---------------------------------------------------------------------- >Comment By: Eelco Hillenius (eelco12) Date: 2007-09-27 07:34 Message: Logged In: YES user_id=820266 Originator: NO I haven't been part of these discussions, but I'm kind of officially retired from the project. In a few months I might finally have some time to create a new plugin from scratch; one that packages Jetty 6 and doesn't require further setup. Until then, I'm too busy with Wicket, my day project, writing a book and planning my wedding. Sorry :-) Jan, if you're interested in getting commit access, I'm sure the others would agree that that would be a good idea. ---------------------------------------------------------------------- Comment By: Jan Bartel (janb) Date: 2007-09-27 07:01 Message: Logged In: YES user_id=45251 Originator: YES I've had some discussions in the past weeks with the jettylauncher team and I believe they were in the process of applying the patch. I'm not sure of the current status - perhaps a team member could update us? regards Jan ---------------------------------------------------------------------- Comment By: Oliver Weichhold (oweichhold) Date: 2007-09-25 00:45 Message: Logged In: YES user_id=1115017 Originator: NO Has anyone got the plugin to compile/install and work using the patch? ---------------------------------------------------------------------- Comment By: Danilo Tuler (tuler) Date: 2007-09-24 18:54 Message: Logged In: YES user_id=28121 Originator: NO Hi Andrew, I'm sending the binaries to your email, although I do not think it's a good idea to publish these binaries in an alternate public location. Leave the release to the official team. I'm sure Jan is trying to make the patch into the CVS and make a public release ASAP. I think there is some effort coming from Webtide Jetty team, am I right Jan? Regards. ---------------------------------------------------------------------- Comment By: Andrew McGregor (mcgregorandrew) Date: 2007-09-24 07:08 Message: Logged In: YES user_id=593351 Originator: NO Hello Jan/Danilo, If you can email me the rebuilt jar files, I'd be happy to host them on our file server and post a link here. I have no experience rebuilding plugins and I was hoping not to have to figure out how to do this.... Regards, Andrew (mcg...@ya...) ---------------------------------------------------------------------- Comment By: Danilo Tuler (tuler) Date: 2007-09-22 18:34 Message: Logged In: YES user_id=28121 Originator: NO Jan, Thank you for the patch. It's working fine with me, Eclipse 3.3, Jetty 6.1.5, JDK 1.6. For those who could not make it work, just a few tips. 1) Checkout projects from CVS; 2) Apply the patch using Eclipse Team / Apply Patch... 3) Export plugin, do not export as JAR, export as folder; 4) regenerate runner.jar using Export... -- Danilo ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2007-09-21 16:26 Message: Logged In: NO Does anyone have an update on this? I can't get the patch to run either and would like to use Jetty 6 in Eclipse. Thanks! ---------------------------------------------------------------------- Comment By: Jan Bartel (janb) Date: 2007-08-06 04:03 Message: Logged In: YES user_id=45251 Originator: YES I'm having difficulty posting this to Michael, so I'm cutting and pasting it into this bug report. I tried also to attach a tar of my jettylauncher source, but sourceforge won't allow me to because of it's size. So, Michael, if you can email me from a non-sourceforge address, I'll send you the tar. cheers Jan Michael, I think maybe -p0 would be right, however I'm not sure that that is the cause of your problem. Also you don't need to put the patch file into that directory, it can be anywhere because you can provide the full path to it with the input redirection on the command line. Again, I don't think that is necessarily the problem. I simply did a cvs diff command to get the patch. It seems it's not nearly as friendly as svn diff :-( Can you see a .classpath file in that jettylauncher directory, as that is the file it seems to be trying to find to patch. Have you tried (after having first cd'ed to your jettylauncher directory): patch -p0 -u < /some/where/com.iw.plugins.jettylauncher.patch Alternatively I've tar'ed up my jettylauncher directory and attached it to this email, if you'd rather do your own diff. cheers Jan Michael Shillinger wrote: > > Message body follows: > > > > Jan, > > > > I tried to apply your patch to the JettyLauncher source and > > ran into problems. I haven't used patch very often and > > perhaps I am doing it incorrectly > > > > When I run: > > > > patch -p1 --dry-run <com.iw.plugins.jettylauncher.patch > > > > I get: > > > > missing header for unified diff at line 11 of patch > > can't find file to patch at input line 11 > > Perhaps you used the wrong -p or --strip option? > > The text leading up to this was: > > -------------------------- > > |? com.iw.plugins.jettylauncher.patch > > |? com.iw.plugins.jettylauncher_1.1.0.jar > > |? jettylauncher.jar > > |Index: .classpath > > |=================================================================== > > |RCS file: > > /cvsroot/jettylauncher/com.iw.plugins.jettylauncher/.classpath,v > > |retrieving revision 1.12 > > |diff -u -r1.12 .classpath > > |--- .classpath 24 Sep 2004 18:30:06 -0000 1.12 > > |+++ .classpath 21 Jun 2007 08:16:57 -0000 > > -------------------------- > > File to patch: > > > > The message seems to indicate that my path is not correct. > > I think my -p option is correct based on the man page. I > > did try -p0, -p2 also. > > > > I have placed the patch file at the top of the jettyLauncher > > source tree (i.e where the sub-directories include > > com.iw.plugins.jettylauncher). > > > > My pwd is "/cygdrive/d/dev/jettylauncher" when I execute the > > patch command. > > > > As you can see, I am using cygwin. > > > > Do you have any ideas?? > > > > Thanks > > Mike Shillinger ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2007-07-18 20:34 Message: Logged In: NO When does this patch (or any other) gets incorperated?? jetty6 support (with continuations) in combiniation with the gwt would be very useful for eclipse! ---------------------------------------------------------------------- Comment By: Jax (ojacquet) Date: 2007-06-21 15:32 Message: Logged In: YES user_id=1121397 Originator: NO I'll try to have a look at this this weekend and let you know if it works for me. Someone else also suggested to include jetty6 in the jettylauncher release which would make the configuration and maintenance a lot easier. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=682377&aid=1740768&group_id=118870 |
From: SourceForge.net <no...@so...> - 2007-09-27 05:01:55
|
Bugs item #1740768, was opened at 2007-06-21 08:23 Message generated for change (Comment added) made by janb You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=682377&aid=1740768&group_id=118870 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Jan Bartel (janb) Assigned to: Nobody/Anonymous (nobody) Summary: Patch for jetty6 support Initial Comment: I've done a patch for the jettylauncher to run with jetty6. It's attached to this issue. It would be great if someone with commit access on this project could apply it and make a release (assuming of course, you find the patch acceptable). If there are any questions/clarifications/fixes, please contact me, probably best via the jetty mailing lists: jet...@so.... ---------------------------------------------------------------------- >Comment By: Jan Bartel (janb) Date: 2007-09-27 05:01 Message: Logged In: YES user_id=45251 Originator: YES I've had some discussions in the past weeks with the jettylauncher team and I believe they were in the process of applying the patch. I'm not sure of the current status - perhaps a team member could update us? regards Jan ---------------------------------------------------------------------- Comment By: Oliver Weichhold (oweichhold) Date: 2007-09-24 22:45 Message: Logged In: YES user_id=1115017 Originator: NO Has anyone got the plugin to compile/install and work using the patch? ---------------------------------------------------------------------- Comment By: Danilo Tuler (tuler) Date: 2007-09-24 16:54 Message: Logged In: YES user_id=28121 Originator: NO Hi Andrew, I'm sending the binaries to your email, although I do not think it's a good idea to publish these binaries in an alternate public location. Leave the release to the official team. I'm sure Jan is trying to make the patch into the CVS and make a public release ASAP. I think there is some effort coming from Webtide Jetty team, am I right Jan? Regards. ---------------------------------------------------------------------- Comment By: Andrew McGregor (mcgregorandrew) Date: 2007-09-24 05:08 Message: Logged In: YES user_id=593351 Originator: NO Hello Jan/Danilo, If you can email me the rebuilt jar files, I'd be happy to host them on our file server and post a link here. I have no experience rebuilding plugins and I was hoping not to have to figure out how to do this.... Regards, Andrew (mcg...@ya...) ---------------------------------------------------------------------- Comment By: Danilo Tuler (tuler) Date: 2007-09-22 16:34 Message: Logged In: YES user_id=28121 Originator: NO Jan, Thank you for the patch. It's working fine with me, Eclipse 3.3, Jetty 6.1.5, JDK 1.6. For those who could not make it work, just a few tips. 1) Checkout projects from CVS; 2) Apply the patch using Eclipse Team / Apply Patch... 3) Export plugin, do not export as JAR, export as folder; 4) regenerate runner.jar using Export... -- Danilo ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2007-09-21 14:26 Message: Logged In: NO Does anyone have an update on this? I can't get the patch to run either and would like to use Jetty 6 in Eclipse. Thanks! ---------------------------------------------------------------------- Comment By: Jan Bartel (janb) Date: 2007-08-06 02:03 Message: Logged In: YES user_id=45251 Originator: YES I'm having difficulty posting this to Michael, so I'm cutting and pasting it into this bug report. I tried also to attach a tar of my jettylauncher source, but sourceforge won't allow me to because of it's size. So, Michael, if you can email me from a non-sourceforge address, I'll send you the tar. cheers Jan Michael, I think maybe -p0 would be right, however I'm not sure that that is the cause of your problem. Also you don't need to put the patch file into that directory, it can be anywhere because you can provide the full path to it with the input redirection on the command line. Again, I don't think that is necessarily the problem. I simply did a cvs diff command to get the patch. It seems it's not nearly as friendly as svn diff :-( Can you see a .classpath file in that jettylauncher directory, as that is the file it seems to be trying to find to patch. Have you tried (after having first cd'ed to your jettylauncher directory): patch -p0 -u < /some/where/com.iw.plugins.jettylauncher.patch Alternatively I've tar'ed up my jettylauncher directory and attached it to this email, if you'd rather do your own diff. cheers Jan Michael Shillinger wrote: > > Message body follows: > > > > Jan, > > > > I tried to apply your patch to the JettyLauncher source and > > ran into problems. I haven't used patch very often and > > perhaps I am doing it incorrectly > > > > When I run: > > > > patch -p1 --dry-run <com.iw.plugins.jettylauncher.patch > > > > I get: > > > > missing header for unified diff at line 11 of patch > > can't find file to patch at input line 11 > > Perhaps you used the wrong -p or --strip option? > > The text leading up to this was: > > -------------------------- > > |? com.iw.plugins.jettylauncher.patch > > |? com.iw.plugins.jettylauncher_1.1.0.jar > > |? jettylauncher.jar > > |Index: .classpath > > |=================================================================== > > |RCS file: > > /cvsroot/jettylauncher/com.iw.plugins.jettylauncher/.classpath,v > > |retrieving revision 1.12 > > |diff -u -r1.12 .classpath > > |--- .classpath 24 Sep 2004 18:30:06 -0000 1.12 > > |+++ .classpath 21 Jun 2007 08:16:57 -0000 > > -------------------------- > > File to patch: > > > > The message seems to indicate that my path is not correct. > > I think my -p option is correct based on the man page. I > > did try -p0, -p2 also. > > > > I have placed the patch file at the top of the jettyLauncher > > source tree (i.e where the sub-directories include > > com.iw.plugins.jettylauncher). > > > > My pwd is "/cygdrive/d/dev/jettylauncher" when I execute the > > patch command. > > > > As you can see, I am using cygwin. > > > > Do you have any ideas?? > > > > Thanks > > Mike Shillinger ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2007-07-18 18:34 Message: Logged In: NO When does this patch (or any other) gets incorperated?? jetty6 support (with continuations) in combiniation with the gwt would be very useful for eclipse! ---------------------------------------------------------------------- Comment By: Jax (ojacquet) Date: 2007-06-21 13:32 Message: Logged In: YES user_id=1121397 Originator: NO I'll try to have a look at this this weekend and let you know if it works for me. Someone else also suggested to include jetty6 in the jettylauncher release which would make the configuration and maintenance a lot easier. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=682377&aid=1740768&group_id=118870 |
From: SourceForge.net <no...@so...> - 2007-09-24 22:45:18
|
Bugs item #1740768, was opened at 2007-06-21 10:23 Message generated for change (Comment added) made by oweichhold You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=682377&aid=1740768&group_id=118870 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Jan Bartel (janb) Assigned to: Nobody/Anonymous (nobody) Summary: Patch for jetty6 support Initial Comment: I've done a patch for the jettylauncher to run with jetty6. It's attached to this issue. It would be great if someone with commit access on this project could apply it and make a release (assuming of course, you find the patch acceptable). If there are any questions/clarifications/fixes, please contact me, probably best via the jetty mailing lists: jet...@so.... ---------------------------------------------------------------------- Comment By: Oliver Weichhold (oweichhold) Date: 2007-09-25 00:45 Message: Logged In: YES user_id=1115017 Originator: NO Has anyone got the plugin to compile/install and work using the patch? ---------------------------------------------------------------------- Comment By: Danilo Tuler (tuler) Date: 2007-09-24 18:54 Message: Logged In: YES user_id=28121 Originator: NO Hi Andrew, I'm sending the binaries to your email, although I do not think it's a good idea to publish these binaries in an alternate public location. Leave the release to the official team. I'm sure Jan is trying to make the patch into the CVS and make a public release ASAP. I think there is some effort coming from Webtide Jetty team, am I right Jan? Regards. ---------------------------------------------------------------------- Comment By: Andrew McGregor (mcgregorandrew) Date: 2007-09-24 07:08 Message: Logged In: YES user_id=593351 Originator: NO Hello Jan/Danilo, If you can email me the rebuilt jar files, I'd be happy to host them on our file server and post a link here. I have no experience rebuilding plugins and I was hoping not to have to figure out how to do this.... Regards, Andrew (mcg...@ya...) ---------------------------------------------------------------------- Comment By: Danilo Tuler (tuler) Date: 2007-09-22 18:34 Message: Logged In: YES user_id=28121 Originator: NO Jan, Thank you for the patch. It's working fine with me, Eclipse 3.3, Jetty 6.1.5, JDK 1.6. For those who could not make it work, just a few tips. 1) Checkout projects from CVS; 2) Apply the patch using Eclipse Team / Apply Patch... 3) Export plugin, do not export as JAR, export as folder; 4) regenerate runner.jar using Export... -- Danilo ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2007-09-21 16:26 Message: Logged In: NO Does anyone have an update on this? I can't get the patch to run either and would like to use Jetty 6 in Eclipse. Thanks! ---------------------------------------------------------------------- Comment By: Jan Bartel (janb) Date: 2007-08-06 04:03 Message: Logged In: YES user_id=45251 Originator: YES I'm having difficulty posting this to Michael, so I'm cutting and pasting it into this bug report. I tried also to attach a tar of my jettylauncher source, but sourceforge won't allow me to because of it's size. So, Michael, if you can email me from a non-sourceforge address, I'll send you the tar. cheers Jan Michael, I think maybe -p0 would be right, however I'm not sure that that is the cause of your problem. Also you don't need to put the patch file into that directory, it can be anywhere because you can provide the full path to it with the input redirection on the command line. Again, I don't think that is necessarily the problem. I simply did a cvs diff command to get the patch. It seems it's not nearly as friendly as svn diff :-( Can you see a .classpath file in that jettylauncher directory, as that is the file it seems to be trying to find to patch. Have you tried (after having first cd'ed to your jettylauncher directory): patch -p0 -u < /some/where/com.iw.plugins.jettylauncher.patch Alternatively I've tar'ed up my jettylauncher directory and attached it to this email, if you'd rather do your own diff. cheers Jan Michael Shillinger wrote: > > Message body follows: > > > > Jan, > > > > I tried to apply your patch to the JettyLauncher source and > > ran into problems. I haven't used patch very often and > > perhaps I am doing it incorrectly > > > > When I run: > > > > patch -p1 --dry-run <com.iw.plugins.jettylauncher.patch > > > > I get: > > > > missing header for unified diff at line 11 of patch > > can't find file to patch at input line 11 > > Perhaps you used the wrong -p or --strip option? > > The text leading up to this was: > > -------------------------- > > |? com.iw.plugins.jettylauncher.patch > > |? com.iw.plugins.jettylauncher_1.1.0.jar > > |? jettylauncher.jar > > |Index: .classpath > > |=================================================================== > > |RCS file: > > /cvsroot/jettylauncher/com.iw.plugins.jettylauncher/.classpath,v > > |retrieving revision 1.12 > > |diff -u -r1.12 .classpath > > |--- .classpath 24 Sep 2004 18:30:06 -0000 1.12 > > |+++ .classpath 21 Jun 2007 08:16:57 -0000 > > -------------------------- > > File to patch: > > > > The message seems to indicate that my path is not correct. > > I think my -p option is correct based on the man page. I > > did try -p0, -p2 also. > > > > I have placed the patch file at the top of the jettyLauncher > > source tree (i.e where the sub-directories include > > com.iw.plugins.jettylauncher). > > > > My pwd is "/cygdrive/d/dev/jettylauncher" when I execute the > > patch command. > > > > As you can see, I am using cygwin. > > > > Do you have any ideas?? > > > > Thanks > > Mike Shillinger ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2007-07-18 20:34 Message: Logged In: NO When does this patch (or any other) gets incorperated?? jetty6 support (with continuations) in combiniation with the gwt would be very useful for eclipse! ---------------------------------------------------------------------- Comment By: Jax (ojacquet) Date: 2007-06-21 15:32 Message: Logged In: YES user_id=1121397 Originator: NO I'll try to have a look at this this weekend and let you know if it works for me. Someone else also suggested to include jetty6 in the jettylauncher release which would make the configuration and maintenance a lot easier. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=682377&aid=1740768&group_id=118870 |
From: SourceForge.net <no...@so...> - 2007-09-24 16:55:11
|
Bugs item #1740768, was opened at 2007-06-21 05:23 Message generated for change (Comment added) made by tuler You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=682377&aid=1740768&group_id=118870 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Jan Bartel (janb) Assigned to: Nobody/Anonymous (nobody) Summary: Patch for jetty6 support Initial Comment: I've done a patch for the jettylauncher to run with jetty6. It's attached to this issue. It would be great if someone with commit access on this project could apply it and make a release (assuming of course, you find the patch acceptable). If there are any questions/clarifications/fixes, please contact me, probably best via the jetty mailing lists: jet...@so.... ---------------------------------------------------------------------- Comment By: Danilo Tuler (tuler) Date: 2007-09-24 13:54 Message: Logged In: YES user_id=28121 Originator: NO Hi Andrew, I'm sending the binaries to your email, although I do not think it's a good idea to publish these binaries in an alternate public location. Leave the release to the official team. I'm sure Jan is trying to make the patch into the CVS and make a public release ASAP. I think there is some effort coming from Webtide Jetty team, am I right Jan? Regards. ---------------------------------------------------------------------- Comment By: Andrew McGregor (mcgregorandrew) Date: 2007-09-24 02:08 Message: Logged In: YES user_id=593351 Originator: NO Hello Jan/Danilo, If you can email me the rebuilt jar files, I'd be happy to host them on our file server and post a link here. I have no experience rebuilding plugins and I was hoping not to have to figure out how to do this.... Regards, Andrew (mcg...@ya...) ---------------------------------------------------------------------- Comment By: Danilo Tuler (tuler) Date: 2007-09-22 13:34 Message: Logged In: YES user_id=28121 Originator: NO Jan, Thank you for the patch. It's working fine with me, Eclipse 3.3, Jetty 6.1.5, JDK 1.6. For those who could not make it work, just a few tips. 1) Checkout projects from CVS; 2) Apply the patch using Eclipse Team / Apply Patch... 3) Export plugin, do not export as JAR, export as folder; 4) regenerate runner.jar using Export... -- Danilo ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2007-09-21 11:26 Message: Logged In: NO Does anyone have an update on this? I can't get the patch to run either and would like to use Jetty 6 in Eclipse. Thanks! ---------------------------------------------------------------------- Comment By: Jan Bartel (janb) Date: 2007-08-05 23:03 Message: Logged In: YES user_id=45251 Originator: YES I'm having difficulty posting this to Michael, so I'm cutting and pasting it into this bug report. I tried also to attach a tar of my jettylauncher source, but sourceforge won't allow me to because of it's size. So, Michael, if you can email me from a non-sourceforge address, I'll send you the tar. cheers Jan Michael, I think maybe -p0 would be right, however I'm not sure that that is the cause of your problem. Also you don't need to put the patch file into that directory, it can be anywhere because you can provide the full path to it with the input redirection on the command line. Again, I don't think that is necessarily the problem. I simply did a cvs diff command to get the patch. It seems it's not nearly as friendly as svn diff :-( Can you see a .classpath file in that jettylauncher directory, as that is the file it seems to be trying to find to patch. Have you tried (after having first cd'ed to your jettylauncher directory): patch -p0 -u < /some/where/com.iw.plugins.jettylauncher.patch Alternatively I've tar'ed up my jettylauncher directory and attached it to this email, if you'd rather do your own diff. cheers Jan Michael Shillinger wrote: > > Message body follows: > > > > Jan, > > > > I tried to apply your patch to the JettyLauncher source and > > ran into problems. I haven't used patch very often and > > perhaps I am doing it incorrectly > > > > When I run: > > > > patch -p1 --dry-run <com.iw.plugins.jettylauncher.patch > > > > I get: > > > > missing header for unified diff at line 11 of patch > > can't find file to patch at input line 11 > > Perhaps you used the wrong -p or --strip option? > > The text leading up to this was: > > -------------------------- > > |? com.iw.plugins.jettylauncher.patch > > |? com.iw.plugins.jettylauncher_1.1.0.jar > > |? jettylauncher.jar > > |Index: .classpath > > |=================================================================== > > |RCS file: > > /cvsroot/jettylauncher/com.iw.plugins.jettylauncher/.classpath,v > > |retrieving revision 1.12 > > |diff -u -r1.12 .classpath > > |--- .classpath 24 Sep 2004 18:30:06 -0000 1.12 > > |+++ .classpath 21 Jun 2007 08:16:57 -0000 > > -------------------------- > > File to patch: > > > > The message seems to indicate that my path is not correct. > > I think my -p option is correct based on the man page. I > > did try -p0, -p2 also. > > > > I have placed the patch file at the top of the jettyLauncher > > source tree (i.e where the sub-directories include > > com.iw.plugins.jettylauncher). > > > > My pwd is "/cygdrive/d/dev/jettylauncher" when I execute the > > patch command. > > > > As you can see, I am using cygwin. > > > > Do you have any ideas?? > > > > Thanks > > Mike Shillinger ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2007-07-18 15:34 Message: Logged In: NO When does this patch (or any other) gets incorperated?? jetty6 support (with continuations) in combiniation with the gwt would be very useful for eclipse! ---------------------------------------------------------------------- Comment By: Jax (ojacquet) Date: 2007-06-21 10:32 Message: Logged In: YES user_id=1121397 Originator: NO I'll try to have a look at this this weekend and let you know if it works for me. Someone else also suggested to include jetty6 in the jettylauncher release which would make the configuration and maintenance a lot easier. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=682377&aid=1740768&group_id=118870 |
From: SourceForge.net <no...@so...> - 2007-09-24 05:08:33
|
Bugs item #1740768, was opened at 2007-06-21 04:23 Message generated for change (Comment added) made by mcgregorandrew You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=682377&aid=1740768&group_id=118870 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Jan Bartel (janb) Assigned to: Nobody/Anonymous (nobody) Summary: Patch for jetty6 support Initial Comment: I've done a patch for the jettylauncher to run with jetty6. It's attached to this issue. It would be great if someone with commit access on this project could apply it and make a release (assuming of course, you find the patch acceptable). If there are any questions/clarifications/fixes, please contact me, probably best via the jetty mailing lists: jet...@so.... ---------------------------------------------------------------------- Comment By: Andrew McGregor (mcgregorandrew) Date: 2007-09-24 01:08 Message: Logged In: YES user_id=593351 Originator: NO Hello Jan/Danilo, If you can email me the rebuilt jar files, I'd be happy to host them on our file server and post a link here. I have no experience rebuilding plugins and I was hoping not to have to figure out how to do this.... Regards, Andrew (mcg...@ya...) ---------------------------------------------------------------------- Comment By: Danilo Tuler (tuler) Date: 2007-09-22 12:34 Message: Logged In: YES user_id=28121 Originator: NO Jan, Thank you for the patch. It's working fine with me, Eclipse 3.3, Jetty 6.1.5, JDK 1.6. For those who could not make it work, just a few tips. 1) Checkout projects from CVS; 2) Apply the patch using Eclipse Team / Apply Patch... 3) Export plugin, do not export as JAR, export as folder; 4) regenerate runner.jar using Export... -- Danilo ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2007-09-21 10:26 Message: Logged In: NO Does anyone have an update on this? I can't get the patch to run either and would like to use Jetty 6 in Eclipse. Thanks! ---------------------------------------------------------------------- Comment By: Jan Bartel (janb) Date: 2007-08-05 22:03 Message: Logged In: YES user_id=45251 Originator: YES I'm having difficulty posting this to Michael, so I'm cutting and pasting it into this bug report. I tried also to attach a tar of my jettylauncher source, but sourceforge won't allow me to because of it's size. So, Michael, if you can email me from a non-sourceforge address, I'll send you the tar. cheers Jan Michael, I think maybe -p0 would be right, however I'm not sure that that is the cause of your problem. Also you don't need to put the patch file into that directory, it can be anywhere because you can provide the full path to it with the input redirection on the command line. Again, I don't think that is necessarily the problem. I simply did a cvs diff command to get the patch. It seems it's not nearly as friendly as svn diff :-( Can you see a .classpath file in that jettylauncher directory, as that is the file it seems to be trying to find to patch. Have you tried (after having first cd'ed to your jettylauncher directory): patch -p0 -u < /some/where/com.iw.plugins.jettylauncher.patch Alternatively I've tar'ed up my jettylauncher directory and attached it to this email, if you'd rather do your own diff. cheers Jan Michael Shillinger wrote: > > Message body follows: > > > > Jan, > > > > I tried to apply your patch to the JettyLauncher source and > > ran into problems. I haven't used patch very often and > > perhaps I am doing it incorrectly > > > > When I run: > > > > patch -p1 --dry-run <com.iw.plugins.jettylauncher.patch > > > > I get: > > > > missing header for unified diff at line 11 of patch > > can't find file to patch at input line 11 > > Perhaps you used the wrong -p or --strip option? > > The text leading up to this was: > > -------------------------- > > |? com.iw.plugins.jettylauncher.patch > > |? com.iw.plugins.jettylauncher_1.1.0.jar > > |? jettylauncher.jar > > |Index: .classpath > > |=================================================================== > > |RCS file: > > /cvsroot/jettylauncher/com.iw.plugins.jettylauncher/.classpath,v > > |retrieving revision 1.12 > > |diff -u -r1.12 .classpath > > |--- .classpath 24 Sep 2004 18:30:06 -0000 1.12 > > |+++ .classpath 21 Jun 2007 08:16:57 -0000 > > -------------------------- > > File to patch: > > > > The message seems to indicate that my path is not correct. > > I think my -p option is correct based on the man page. I > > did try -p0, -p2 also. > > > > I have placed the patch file at the top of the jettyLauncher > > source tree (i.e where the sub-directories include > > com.iw.plugins.jettylauncher). > > > > My pwd is "/cygdrive/d/dev/jettylauncher" when I execute the > > patch command. > > > > As you can see, I am using cygwin. > > > > Do you have any ideas?? > > > > Thanks > > Mike Shillinger ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2007-07-18 14:34 Message: Logged In: NO When does this patch (or any other) gets incorperated?? jetty6 support (with continuations) in combiniation with the gwt would be very useful for eclipse! ---------------------------------------------------------------------- Comment By: Jax (ojacquet) Date: 2007-06-21 09:32 Message: Logged In: YES user_id=1121397 Originator: NO I'll try to have a look at this this weekend and let you know if it works for me. Someone else also suggested to include jetty6 in the jettylauncher release which would make the configuration and maintenance a lot easier. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=682377&aid=1740768&group_id=118870 |
From: SourceForge.net <no...@so...> - 2007-09-22 16:34:52
|
Bugs item #1740768, was opened at 2007-06-21 05:23 Message generated for change (Comment added) made by tuler You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=682377&aid=1740768&group_id=118870 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Jan Bartel (janb) Assigned to: Nobody/Anonymous (nobody) Summary: Patch for jetty6 support Initial Comment: I've done a patch for the jettylauncher to run with jetty6. It's attached to this issue. It would be great if someone with commit access on this project could apply it and make a release (assuming of course, you find the patch acceptable). If there are any questions/clarifications/fixes, please contact me, probably best via the jetty mailing lists: jet...@so.... ---------------------------------------------------------------------- Comment By: Danilo Tuler (tuler) Date: 2007-09-22 13:34 Message: Logged In: YES user_id=28121 Originator: NO Jan, Thank you for the patch. It's working fine with me, Eclipse 3.3, Jetty 6.1.5, JDK 1.6. For those who could not make it work, just a few tips. 1) Checkout projects from CVS; 2) Apply the patch using Eclipse Team / Apply Patch... 3) Export plugin, do not export as JAR, export as folder; 4) regenerate runner.jar using Export... -- Danilo ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2007-09-21 11:26 Message: Logged In: NO Does anyone have an update on this? I can't get the patch to run either and would like to use Jetty 6 in Eclipse. Thanks! ---------------------------------------------------------------------- Comment By: Jan Bartel (janb) Date: 2007-08-05 23:03 Message: Logged In: YES user_id=45251 Originator: YES I'm having difficulty posting this to Michael, so I'm cutting and pasting it into this bug report. I tried also to attach a tar of my jettylauncher source, but sourceforge won't allow me to because of it's size. So, Michael, if you can email me from a non-sourceforge address, I'll send you the tar. cheers Jan Michael, I think maybe -p0 would be right, however I'm not sure that that is the cause of your problem. Also you don't need to put the patch file into that directory, it can be anywhere because you can provide the full path to it with the input redirection on the command line. Again, I don't think that is necessarily the problem. I simply did a cvs diff command to get the patch. It seems it's not nearly as friendly as svn diff :-( Can you see a .classpath file in that jettylauncher directory, as that is the file it seems to be trying to find to patch. Have you tried (after having first cd'ed to your jettylauncher directory): patch -p0 -u < /some/where/com.iw.plugins.jettylauncher.patch Alternatively I've tar'ed up my jettylauncher directory and attached it to this email, if you'd rather do your own diff. cheers Jan Michael Shillinger wrote: > > Message body follows: > > > > Jan, > > > > I tried to apply your patch to the JettyLauncher source and > > ran into problems. I haven't used patch very often and > > perhaps I am doing it incorrectly > > > > When I run: > > > > patch -p1 --dry-run <com.iw.plugins.jettylauncher.patch > > > > I get: > > > > missing header for unified diff at line 11 of patch > > can't find file to patch at input line 11 > > Perhaps you used the wrong -p or --strip option? > > The text leading up to this was: > > -------------------------- > > |? com.iw.plugins.jettylauncher.patch > > |? com.iw.plugins.jettylauncher_1.1.0.jar > > |? jettylauncher.jar > > |Index: .classpath > > |=================================================================== > > |RCS file: > > /cvsroot/jettylauncher/com.iw.plugins.jettylauncher/.classpath,v > > |retrieving revision 1.12 > > |diff -u -r1.12 .classpath > > |--- .classpath 24 Sep 2004 18:30:06 -0000 1.12 > > |+++ .classpath 21 Jun 2007 08:16:57 -0000 > > -------------------------- > > File to patch: > > > > The message seems to indicate that my path is not correct. > > I think my -p option is correct based on the man page. I > > did try -p0, -p2 also. > > > > I have placed the patch file at the top of the jettyLauncher > > source tree (i.e where the sub-directories include > > com.iw.plugins.jettylauncher). > > > > My pwd is "/cygdrive/d/dev/jettylauncher" when I execute the > > patch command. > > > > As you can see, I am using cygwin. > > > > Do you have any ideas?? > > > > Thanks > > Mike Shillinger ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2007-07-18 15:34 Message: Logged In: NO When does this patch (or any other) gets incorperated?? jetty6 support (with continuations) in combiniation with the gwt would be very useful for eclipse! ---------------------------------------------------------------------- Comment By: Jax (ojacquet) Date: 2007-06-21 10:32 Message: Logged In: YES user_id=1121397 Originator: NO I'll try to have a look at this this weekend and let you know if it works for me. Someone else also suggested to include jetty6 in the jettylauncher release which would make the configuration and maintenance a lot easier. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=682377&aid=1740768&group_id=118870 |
From: SourceForge.net <no...@so...> - 2007-09-21 14:27:02
|
Bugs item #1740768, was opened at 2007-06-21 01:23 Message generated for change (Comment added) made by nobody You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=682377&aid=1740768&group_id=118870 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Jan Bartel (janb) Assigned to: Nobody/Anonymous (nobody) Summary: Patch for jetty6 support Initial Comment: I've done a patch for the jettylauncher to run with jetty6. It's attached to this issue. It would be great if someone with commit access on this project could apply it and make a release (assuming of course, you find the patch acceptable). If there are any questions/clarifications/fixes, please contact me, probably best via the jetty mailing lists: jet...@so.... ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2007-09-21 07:26 Message: Logged In: NO Does anyone have an update on this? I can't get the patch to run either and would like to use Jetty 6 in Eclipse. Thanks! ---------------------------------------------------------------------- Comment By: Jan Bartel (janb) Date: 2007-08-05 19:03 Message: Logged In: YES user_id=45251 Originator: YES I'm having difficulty posting this to Michael, so I'm cutting and pasting it into this bug report. I tried also to attach a tar of my jettylauncher source, but sourceforge won't allow me to because of it's size. So, Michael, if you can email me from a non-sourceforge address, I'll send you the tar. cheers Jan Michael, I think maybe -p0 would be right, however I'm not sure that that is the cause of your problem. Also you don't need to put the patch file into that directory, it can be anywhere because you can provide the full path to it with the input redirection on the command line. Again, I don't think that is necessarily the problem. I simply did a cvs diff command to get the patch. It seems it's not nearly as friendly as svn diff :-( Can you see a .classpath file in that jettylauncher directory, as that is the file it seems to be trying to find to patch. Have you tried (after having first cd'ed to your jettylauncher directory): patch -p0 -u < /some/where/com.iw.plugins.jettylauncher.patch Alternatively I've tar'ed up my jettylauncher directory and attached it to this email, if you'd rather do your own diff. cheers Jan Michael Shillinger wrote: > > Message body follows: > > > > Jan, > > > > I tried to apply your patch to the JettyLauncher source and > > ran into problems. I haven't used patch very often and > > perhaps I am doing it incorrectly > > > > When I run: > > > > patch -p1 --dry-run <com.iw.plugins.jettylauncher.patch > > > > I get: > > > > missing header for unified diff at line 11 of patch > > can't find file to patch at input line 11 > > Perhaps you used the wrong -p or --strip option? > > The text leading up to this was: > > -------------------------- > > |? com.iw.plugins.jettylauncher.patch > > |? com.iw.plugins.jettylauncher_1.1.0.jar > > |? jettylauncher.jar > > |Index: .classpath > > |=================================================================== > > |RCS file: > > /cvsroot/jettylauncher/com.iw.plugins.jettylauncher/.classpath,v > > |retrieving revision 1.12 > > |diff -u -r1.12 .classpath > > |--- .classpath 24 Sep 2004 18:30:06 -0000 1.12 > > |+++ .classpath 21 Jun 2007 08:16:57 -0000 > > -------------------------- > > File to patch: > > > > The message seems to indicate that my path is not correct. > > I think my -p option is correct based on the man page. I > > did try -p0, -p2 also. > > > > I have placed the patch file at the top of the jettyLauncher > > source tree (i.e where the sub-directories include > > com.iw.plugins.jettylauncher). > > > > My pwd is "/cygdrive/d/dev/jettylauncher" when I execute the > > patch command. > > > > As you can see, I am using cygwin. > > > > Do you have any ideas?? > > > > Thanks > > Mike Shillinger ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2007-07-18 11:34 Message: Logged In: NO When does this patch (or any other) gets incorperated?? jetty6 support (with continuations) in combiniation with the gwt would be very useful for eclipse! ---------------------------------------------------------------------- Comment By: Jax (ojacquet) Date: 2007-06-21 06:32 Message: Logged In: YES user_id=1121397 Originator: NO I'll try to have a look at this this weekend and let you know if it works for me. Someone else also suggested to include jetty6 in the jettylauncher release which would make the configuration and maintenance a lot easier. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=682377&aid=1740768&group_id=118870 |
From: SourceForge.net <no...@so...> - 2007-08-06 02:03:26
|
Bugs item #1740768, was opened at 2007-06-21 08:23 Message generated for change (Comment added) made by janb You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=682377&aid=1740768&group_id=118870 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Jan Bartel (janb) Assigned to: Nobody/Anonymous (nobody) Summary: Patch for jetty6 support Initial Comment: I've done a patch for the jettylauncher to run with jetty6. It's attached to this issue. It would be great if someone with commit access on this project could apply it and make a release (assuming of course, you find the patch acceptable). If there are any questions/clarifications/fixes, please contact me, probably best via the jetty mailing lists: jet...@so.... ---------------------------------------------------------------------- >Comment By: Jan Bartel (janb) Date: 2007-08-06 02:03 Message: Logged In: YES user_id=45251 Originator: YES I'm having difficulty posting this to Michael, so I'm cutting and pasting it into this bug report. I tried also to attach a tar of my jettylauncher source, but sourceforge won't allow me to because of it's size. So, Michael, if you can email me from a non-sourceforge address, I'll send you the tar. cheers Jan Michael, I think maybe -p0 would be right, however I'm not sure that that is the cause of your problem. Also you don't need to put the patch file into that directory, it can be anywhere because you can provide the full path to it with the input redirection on the command line. Again, I don't think that is necessarily the problem. I simply did a cvs diff command to get the patch. It seems it's not nearly as friendly as svn diff :-( Can you see a .classpath file in that jettylauncher directory, as that is the file it seems to be trying to find to patch. Have you tried (after having first cd'ed to your jettylauncher directory): patch -p0 -u < /some/where/com.iw.plugins.jettylauncher.patch Alternatively I've tar'ed up my jettylauncher directory and attached it to this email, if you'd rather do your own diff. cheers Jan Michael Shillinger wrote: > > Message body follows: > > > > Jan, > > > > I tried to apply your patch to the JettyLauncher source and > > ran into problems. I haven't used patch very often and > > perhaps I am doing it incorrectly > > > > When I run: > > > > patch -p1 --dry-run <com.iw.plugins.jettylauncher.patch > > > > I get: > > > > missing header for unified diff at line 11 of patch > > can't find file to patch at input line 11 > > Perhaps you used the wrong -p or --strip option? > > The text leading up to this was: > > -------------------------- > > |? com.iw.plugins.jettylauncher.patch > > |? com.iw.plugins.jettylauncher_1.1.0.jar > > |? jettylauncher.jar > > |Index: .classpath > > |=================================================================== > > |RCS file: > > /cvsroot/jettylauncher/com.iw.plugins.jettylauncher/.classpath,v > > |retrieving revision 1.12 > > |diff -u -r1.12 .classpath > > |--- .classpath 24 Sep 2004 18:30:06 -0000 1.12 > > |+++ .classpath 21 Jun 2007 08:16:57 -0000 > > -------------------------- > > File to patch: > > > > The message seems to indicate that my path is not correct. > > I think my -p option is correct based on the man page. I > > did try -p0, -p2 also. > > > > I have placed the patch file at the top of the jettyLauncher > > source tree (i.e where the sub-directories include > > com.iw.plugins.jettylauncher). > > > > My pwd is "/cygdrive/d/dev/jettylauncher" when I execute the > > patch command. > > > > As you can see, I am using cygwin. > > > > Do you have any ideas?? > > > > Thanks > > Mike Shillinger ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2007-07-18 18:34 Message: Logged In: NO When does this patch (or any other) gets incorperated?? jetty6 support (with continuations) in combiniation with the gwt would be very useful for eclipse! ---------------------------------------------------------------------- Comment By: Jax (ojacquet) Date: 2007-06-21 13:32 Message: Logged In: YES user_id=1121397 Originator: NO I'll try to have a look at this this weekend and let you know if it works for me. Someone else also suggested to include jetty6 in the jettylauncher release which would make the configuration and maintenance a lot easier. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=682377&aid=1740768&group_id=118870 |
From: SourceForge.net <no...@so...> - 2007-07-18 18:34:54
|
Bugs item #1740768, was opened at 2007-06-21 01:23 Message generated for change (Comment added) made by nobody You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=682377&aid=1740768&group_id=118870 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Jan Bartel (janb) Assigned to: Nobody/Anonymous (nobody) Summary: Patch for jetty6 support Initial Comment: I've done a patch for the jettylauncher to run with jetty6. It's attached to this issue. It would be great if someone with commit access on this project could apply it and make a release (assuming of course, you find the patch acceptable). If there are any questions/clarifications/fixes, please contact me, probably best via the jetty mailing lists: jet...@so.... ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2007-07-18 11:34 Message: Logged In: NO When does this patch (or any other) gets incorperated?? jetty6 support (with continuations) in combiniation with the gwt would be very useful for eclipse! ---------------------------------------------------------------------- Comment By: Jax (ojacquet) Date: 2007-06-21 06:32 Message: Logged In: YES user_id=1121397 Originator: NO I'll try to have a look at this this weekend and let you know if it works for me. Someone else also suggested to include jetty6 in the jettylauncher release which would make the configuration and maintenance a lot easier. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=682377&aid=1740768&group_id=118870 |
From: SourceForge.net <no...@so...> - 2007-07-15 15:34:25
|
Bugs item #1458079, was opened at 2006-03-24 15:52 Message generated for change (Comment added) made by nobody You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=682377&aid=1458079&group_id=118870 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Support for Java 6.0 Initial Comment: I tried to a build from the latest checkout in Eclipse 3.2 M5 with Java 6.0 b76 and Jetty wasn't able to determine the VM version when I tried to launch an app. ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2007-07-15 08:34 Message: Logged In: NO I have Eclipse 3.3 in order to fix this. I changed getVMType in JettyClasspathProvider import org.eclipse.jdt.launching.IVMInstall2; private int getVMType(ILaunchConfiguration config) { String versionString = null; IVMInstall install = JavaRuntime.getDefaultVMInstall(); if (install instanceof IVMInstall2) { IVMInstall2 install2 = (IVMInstall2)install; versionString = install2.getJavaVersion(); if (versionString.indexOf("1.1") > 0) { return VM_11; } else if (versionString.indexOf("1.2") >= 0 || versionString.indexOf("1.3") >= 0) { return VM_12_13; } else if (versionString.indexOf("1.4") >= 0 || versionString.indexOf("1.5") >= 0 || versionString.indexOf("1.6") >= 0 || versionString.equals("???")) { return VM_14_15_16; } } return VM_ERROR; } ---------------------------------------------------------------------- Comment By: Jax (ojacquet) Date: 2007-02-21 13:30 Message: Logged In: YES user_id=1121397 Originator: NO I dropped you a line through the sourceforge contact page. I hope it reaches you. Subject was "jettylauncher". ---------------------------------------------------------------------- Comment By: Eelco Hillenius (eelco12) Date: 2007-02-21 09:33 Message: Logged In: YES user_id=820266 Originator: NO Cool. We are still looking for people to take over the project. There seems to be enough interest in it, but the committers (all three) just can't get to support this anymore. Please drop me a line when you are interested. ---------------------------------------------------------------------- Comment By: Jax (ojacquet) Date: 2007-02-21 08:49 Message: Logged In: YES user_id=1121397 Originator: NO Here http://jax.be/jettylauncher.jar is an updated jar file where the versionString.equals("???") has been changed to versionString.indexOf("1.6") >= 0. It doubled in size after I updated it when the newly compiled JettyClasspathProvider.class but it works! Put it in eclipse/plugins/com.iw.plugins.jettylauncher_1.4.1. ---------------------------------------------------------------------- Comment By: Jax (ojacquet) Date: 2007-02-16 09:32 Message: Logged In: YES user_id=1121397 Originator: NO Any news on when/if this patch is going to make it? ---------------------------------------------------------------------- Comment By: Jonathan A. Leaver (eldaaran) Date: 2006-12-07 16:24 Message: Logged In: YES user_id=1352136 Originator: NO Yes, in fact, changing line 397 from: || versionString.equals("???")) to: || versionString.indexOf("1.6") >= 0 || versionString.equals("???")) and recompiling the plugin definitely fixes this problem. Here's what I've got: ### Eclipse Workspace Patch 1.0 #P com.iw.plugins.jettylauncher Index: src/com/iw/plugins/jetty/launcher/JettyClasspathProvider.java =================================================================== RCS file: /cvsroot/jettylauncher/com.iw.plugins.jettylauncher/src/com/iw/plugins/jetty/launcher/JettyClasspathProvider.java,v retrieving revision 1.19 diff -u -r1.19 JettyClasspathProvider.java --- src/com/iw/plugins/jetty/launcher/JettyClasspathProvider.java 11 Oct 2004 10:41:46 -0000 1.19 +++ src/com/iw/plugins/jetty/launcher/JettyClasspathProvider.java 8 Dec 2006 00:23:59 -0000 @@ -394,7 +394,7 @@ return VM_12_13; } else if (versionString.indexOf("1.4") >= 0 || versionString.indexOf("1.5") >= 0 - || versionString.equals("???")) + || versionString.indexOf("1.6") >= 0 || versionString.equals("???")) { return VM_14_15; } ---------------------------------------------------------------------- Comment By: Jonathan A. Leaver (eldaaran) Date: 2006-12-07 15:34 Message: Logged In: YES user_id=1352136 Originator: NO I did some research, and it looks like the virtual machine versions are hard coded into the com.iw.plugins.jetty.launcher.JettyClasspathProvider class. If you scroll to the very end, it's probably a simple fix. I bet assuming that a 1.6VM behaves the same as a 1.5VM would pretty much solve our problem. Sun has gone to extraordinary lengths to make sure Java 6.0 has the fewest possible regressions over Java 5. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=682377&aid=1458079&group_id=118870 |
From: SourceForge.net <no...@so...> - 2007-06-21 13:32:54
|
Bugs item #1740768, was opened at 2007-06-21 10:23 Message generated for change (Comment added) made by ojacquet You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=682377&aid=1740768&group_id=118870 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Jan Bartel (janb) Assigned to: Nobody/Anonymous (nobody) Summary: Patch for jetty6 support Initial Comment: I've done a patch for the jettylauncher to run with jetty6. It's attached to this issue. It would be great if someone with commit access on this project could apply it and make a release (assuming of course, you find the patch acceptable). If there are any questions/clarifications/fixes, please contact me, probably best via the jetty mailing lists: jet...@so.... ---------------------------------------------------------------------- >Comment By: Jax (ojacquet) Date: 2007-06-21 15:32 Message: Logged In: YES user_id=1121397 Originator: NO I'll try to have a look at this this weekend and let you know if it works for me. Someone else also suggested to include jetty6 in the jettylauncher release which would make the configuration and maintenance a lot easier. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=682377&aid=1740768&group_id=118870 |
From: Jan B. <ja...@we...> - 2007-06-21 08:26:21
|
Hi, I just submitted a patch to upgrade the jettylauncher to run jetty6. It would be great if a project committer would look this patch over, and if satisfactory, apply it and do a release. Please contact me if you have any questions. best regards Jan -- Jan Bartel, Webtide LLC | ja...@we... | http://www.webtide.com |
From: SourceForge.net <no...@so...> - 2007-06-21 08:23:09
|
Bugs item #1740768, was opened at 2007-06-21 08:23 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=682377&aid=1740768&group_id=118870 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Jan Bartel (janb) Assigned to: Nobody/Anonymous (nobody) Summary: Patch for jetty6 support Initial Comment: I've done a patch for the jettylauncher to run with jetty6. It's attached to this issue. It would be great if someone with commit access on this project could apply it and make a release (assuming of course, you find the patch acceptable). If there are any questions/clarifications/fixes, please contact me, probably best via the jetty mailing lists: jet...@so.... ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=682377&aid=1740768&group_id=118870 |
From: Eelco H. <eel...@gm...> - 2007-06-14 16:29:49
|
> There was also someone that suggested another approach. Bundle jetty together with jettylauncher which would cut back on configuration and compatibility issues. I was going to try that approach but, as always, wasn't able to get around to it. Yeah, that would be the nicest thing to do imho. I don't even think it is much work tbh. This: Server server = new Server(); SelectChannelConnector connector = new SelectChannelConnector(); connector.setPort(8080); server.addConnector(connector); WebAppContext web = new WebAppContext(); web.setContextPath("/wia"); web.setWar("src/webapp"); server.addHandler(web); try { server.start(); server.join(); } catch (Exception e) { e.printStackTrace(); System.exit(100); } is basically the kind of code you need to start Jetty up. The only thing needed to build around it are the typical Eclipse thingies and the ability to set the webapp dir and context path and port. I think that would be pretty much it. Unfortunately, with Wicket taking off, my daily project taking a lot of time, writing a book in the back ground and a wedding in the planning I just can't get around to work on JettyLauncher. It would be great if someone else would take that up. Regards, Eelco |
From: <oja...@ja...> - 2007-06-14 15:14:03
|
There was also someone that suggested another approach. Bundle jetty together with jettylauncher which would cut back on configuration and compatibility issues. I was going to try that approach but, as always, wasn't able to get around to it. On Thu, 14 Jun 2007 09:48:22 -0400, "Erik Gillespie" <eri...@gm...> wrote: > Nothing final from me. I got so far as the plug-in will actually start a > Jetty6 server but the web apps don't seem to be loaded/configured properly > because when I try to navigate to the URL for the app I'm trying to debug > Jetty can't associate the URL with the app. I believe it'll turn out to > be > something really simple (it's always some mundane detail!) but lately I > haven't had any time to work on the plug-in. I sent what I had so far out > to the list a while back hoping to get some help but I haven't heard back > on > any progress... > > Erik > > On 6/14/07, Torsten Mohrbach <tor...@t-...> wrote: >> >> Hello List! >> >> I see that there have been some efforts on trying to get JL working w/ >> Jetty 6. >> What is the status? Is there anything 'final' by now? >> >> Cheers, >> torsten >> >> >> > ------------------------------------------------------------------------- >> This SF.net email is sponsored by DB2 Express >> Download DB2 Express C - the FREE version of DB2 express and take >> control of your XML. No limits. Just data. Click to get it now. >> http://sourceforge.net/powerbar/db2/ >> _______________________________________________ >> Jettylauncher-plugin mailing list >> Jet...@li... >> https://lists.sourceforge.net/lists/listinfo/jettylauncher-plugin >> > > |
From: Erik G. <eri...@gm...> - 2007-06-14 13:48:27
|
Nothing final from me. I got so far as the plug-in will actually start a Jetty6 server but the web apps don't seem to be loaded/configured properly because when I try to navigate to the URL for the app I'm trying to debug Jetty can't associate the URL with the app. I believe it'll turn out to be something really simple (it's always some mundane detail!) but lately I haven't had any time to work on the plug-in. I sent what I had so far out to the list a while back hoping to get some help but I haven't heard back on any progress... Erik On 6/14/07, Torsten Mohrbach <tor...@t-...> wrote: > > Hello List! > > I see that there have been some efforts on trying to get JL working w/ > Jetty 6. > What is the status? Is there anything 'final' by now? > > Cheers, > torsten > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > Jettylauncher-plugin mailing list > Jet...@li... > https://lists.sourceforge.net/lists/listinfo/jettylauncher-plugin > |
From: Torsten M. <tor...@t-...> - 2007-06-14 08:09:26
|
Hello List! I see that there have been some efforts on trying to get JL working w/ Jetty 6. What is the status? Is there anything 'final' by now? Cheers, torsten |
From: Alin S. <al...@Mu...> - 2007-02-28 08:19:45
|
Hi Erik, =20 Have you made any progress on this?. If not, can you please send again your changes?...I cannot find them anywhere. =20 Regards, Alin |
From: Eelco H. <eel...@gm...> - 2007-02-24 17:40:22
|
Hi all, It has been very quiet here, sorry for that. Geoff stepped down a two years ago now, and I did about a year ago when Brian Wallace took over. Unfortunately, that still didn't help keeping the project alive. Which is a pity really, as there are quite a few users of it. My involvement isn't going to be back any time soon, as Wicket still gaining a lot of traction (and therefor needing attention) and I have lots of indicators it will skyrocket by the end of this year. I also don't really use JettyLauncher myself anymore, as since Jetty 6 it is so easy to just write a class that does this, that I prefer that. Anyway, the new comitter is Olivier Jacquet. Olivier, welcome! He came to JettyLauncher through Tapestry. He states he'd like to get the next version out of the door before Tapestry 5, which is in beta now, arrives. I hope you'll be able to push this project forward once more Olivier, and I'm sure you'll learn from it and have fun exploring :) My thoughts on the direction of JettyLauncher are that if I would be active for it, I would probably start over and work on something really simple to use. Basically a starter with Jetty 6 packaged (so you wouldn't have to have Jetty installed separately), a parameter for the web app dir, one for the context dir (default value '/') and one for the port (default value '8080'). Not only would this greatly simplify how the plugin is used, but it also greatly simplifies the maintenance for the developers of the plugin. To illustrate how easy it is to start up Jetty with just java, in Wicket's example project (http://wicketstuff.org/wicket13/, https://svn.apache.org/repos/asf/incubator/wicket/branches/wicket-1.x/wicket-examples), we do this to startup Jetty: public static void main(String[] args) { Server server = new Server(); SelectChannelConnector connector = new SelectChannelConnector(); connector.setPort(8080); server.setConnectors(new Connector[] { connector }); WebAppContext web = new WebAppContext(); web.setContextPath("/wicket-examples"); web.setWar("src/main/webapp"); server.addHandler(web); try { server.start(); server.join(); } catch (Exception e) { e.printStackTrace(); System.exit(100); } } That's all there is to it. Following this, and packaging Jetty so that we don't have to deal with the ugly introspection etc we have to deal with now, we make life a lot easier for all of us. Regards, Eelco |
From: SourceForge.net <no...@so...> - 2007-02-23 14:54:20
|
Bugs item #1548836, was opened at 2006-08-29 21:30 Message generated for change (Comment added) made by ojacquet You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=682377&aid=1548836&group_id=118870 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: EndreStølsvik (stolsvik) Assigned to: Nobody/Anonymous (nobody) Summary: Support for Jetty 6 Initial Comment: It would be _very_ nice if the JettyLauncher supported Jetty 6. ---------------------------------------------------------------------- >Comment By: Jax (ojacquet) Date: 2007-02-23 15:54 Message: Logged In: YES user_id=1121397 Originator: NO I've added a search path by first matching against: Pattern.matches("jetty-?[^-]*\\.jar", name); in a FilenameFilter and if that doesn't work it tries "org.mortbay.jetty.jar". This seems to work but there are a couple of other things not working either. Anyway, I'm on it :) I've got the build system working as well so maybe I can release an alpha version with jetty 6 and java 6 support in a while. ---------------------------------------------------------------------- Comment By: Jax (ojacquet) Date: 2007-02-23 11:55 Message: Logged In: YES user_id=1121397 Originator: NO The patch adds a helper method. If someone can provide an implementation for getJettyJarLocation I can add it. ---------------------------------------------------------------------- Comment By: Jax (ojacquet) Date: 2007-02-23 11:54 Message: Logged In: YES user_id=1121397 Originator: NO File Added: jettylauncher.patch ---------------------------------------------------------------------- Comment By: Eric Walker (ewalk153) Date: 2007-01-08 20:47 Message: Logged In: YES user_id=251808 Originator: NO To solve the problem in the plugin, it would require more work than simply changing the Utils class. For example, /com.iw.plugins.jettylauncher/src/com/iw/plugins/jetty/launcher/JettyClasspathProvider.java references the .jar name. Perhaps, this could be abstracted with a helper class for different configuration sets. I can confirm that changing the .jar name to org.mortbay.jetty.jar works with Jetty 6.1. ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2006-12-22 10:20 Message: Logged In: NO Jetty changed the naming convention for the jetty.jar between 5 and 6. I find that the plugin works if I just change the name (or make a copy) of jetty.jar to the value it had in version 5 (org.mortbay.jetty.jar). A patch would probably be straightforward - it would only affect Utils.getJettyJar. I would have a crack myself, but I'm not really an Eclipse plugin expert, and I'm sure someone esle who is can find a better way to locate the jetty jar. It's name is now (following m2 conventions) jetty-<versionId>.jar. So you have to know the version before you locate the jar, or else just try all jars with that pattern. ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2006-11-07 06:01 Message: Logged In: NO Eclipse3.2.1+Jetty6.0.1+JettyLauncher1.4.1 does not work. ---------------------------------------------------------------------- Comment By: Eelco Hillenius (eelco12) Date: 2006-08-29 23:12 Message: Logged In: YES user_id=820266 Yeah. I don't know about the other's, but I'm still very tight in my time (in other words, I can't work on it). Patches are welcome. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=682377&aid=1548836&group_id=118870 |
From: SourceForge.net <no...@so...> - 2007-02-23 11:28:53
|
Bugs item #1538752, was opened at 2006-08-11 16:48 Message generated for change (Comment added) made by ojacquet You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=682377&aid=1538752&group_id=118870 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Hans Lellelid (hlellelid) Assigned to: Nobody/Anonymous (nobody) Summary: Controller pull-down menu not working with Eclipse 3.2.0 Initial Comment: (I apologize if this has been reported; I was unable to find mention it doing a bug search.) I just upgraded to Eclipse 3.2.0 and installed the latest JettyLauncher 1.4.1 version. In case it's relevant, I am using Jetty 5.1.11RC0 and the latest J2SE 1.5.0_?. The JettyLauncher seems to be working -- it does run my project using Jetty -- but I am unable to use the Jetty controller pull-down menu to start/stop/restart my web project. More specifically, nothing happens (no drop down) when I click on the pull-down menu icon. Thanks- Hans ---------------------------------------------------------------------- >Comment By: Jax (ojacquet) Date: 2007-02-23 12:28 Message: Logged In: YES user_id=1121397 Originator: NO I'm seeing this as well. The code is littered with "Discouraged access" warnings so this may be a direct result of that. An API change or something. I'll try to have a look at this this weekend. Patches are always welcome! ---------------------------------------------------------------------- Comment By: Peter Monks (pmonks) Date: 2006-11-30 00:08 Message: Logged In: YES user_id=7747 Originator: NO FWIW I'm seeing exactly the same behaviour (with similar versions of everything - Eclipse 3.2, J2SE 1.5.0 etc.). ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=682377&aid=1538752&group_id=118870 |
From: SourceForge.net <no...@so...> - 2007-02-23 10:55:23
|
Bugs item #1548836, was opened at 2006-08-29 21:30 Message generated for change (Comment added) made by ojacquet You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=682377&aid=1548836&group_id=118870 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: EndreStølsvik (stolsvik) Assigned to: Nobody/Anonymous (nobody) Summary: Support for Jetty 6 Initial Comment: It would be _very_ nice if the JettyLauncher supported Jetty 6. ---------------------------------------------------------------------- >Comment By: Jax (ojacquet) Date: 2007-02-23 11:55 Message: Logged In: YES user_id=1121397 Originator: NO The patch adds a helper method. If someone can provide an implementation for getJettyJarLocation I can add it. ---------------------------------------------------------------------- Comment By: Jax (ojacquet) Date: 2007-02-23 11:54 Message: Logged In: YES user_id=1121397 Originator: NO File Added: jettylauncher.patch ---------------------------------------------------------------------- Comment By: Eric Walker (ewalk153) Date: 2007-01-08 20:47 Message: Logged In: YES user_id=251808 Originator: NO To solve the problem in the plugin, it would require more work than simply changing the Utils class. For example, /com.iw.plugins.jettylauncher/src/com/iw/plugins/jetty/launcher/JettyClasspathProvider.java references the .jar name. Perhaps, this could be abstracted with a helper class for different configuration sets. I can confirm that changing the .jar name to org.mortbay.jetty.jar works with Jetty 6.1. ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2006-12-22 10:20 Message: Logged In: NO Jetty changed the naming convention for the jetty.jar between 5 and 6. I find that the plugin works if I just change the name (or make a copy) of jetty.jar to the value it had in version 5 (org.mortbay.jetty.jar). A patch would probably be straightforward - it would only affect Utils.getJettyJar. I would have a crack myself, but I'm not really an Eclipse plugin expert, and I'm sure someone esle who is can find a better way to locate the jetty jar. It's name is now (following m2 conventions) jetty-<versionId>.jar. So you have to know the version before you locate the jar, or else just try all jars with that pattern. ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2006-11-07 06:01 Message: Logged In: NO Eclipse3.2.1+Jetty6.0.1+JettyLauncher1.4.1 does not work. ---------------------------------------------------------------------- Comment By: Eelco Hillenius (eelco12) Date: 2006-08-29 23:12 Message: Logged In: YES user_id=820266 Yeah. I don't know about the other's, but I'm still very tight in my time (in other words, I can't work on it). Patches are welcome. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=682377&aid=1548836&group_id=118870 |
From: SourceForge.net <no...@so...> - 2007-02-23 10:54:06
|
Bugs item #1548836, was opened at 2006-08-29 21:30 Message generated for change (Comment added) made by ojacquet You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=682377&aid=1548836&group_id=118870 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: EndreStølsvik (stolsvik) Assigned to: Nobody/Anonymous (nobody) Summary: Support for Jetty 6 Initial Comment: It would be _very_ nice if the JettyLauncher supported Jetty 6. ---------------------------------------------------------------------- >Comment By: Jax (ojacquet) Date: 2007-02-23 11:54 Message: Logged In: YES user_id=1121397 Originator: NO File Added: jettylauncher.patch ---------------------------------------------------------------------- Comment By: Eric Walker (ewalk153) Date: 2007-01-08 20:47 Message: Logged In: YES user_id=251808 Originator: NO To solve the problem in the plugin, it would require more work than simply changing the Utils class. For example, /com.iw.plugins.jettylauncher/src/com/iw/plugins/jetty/launcher/JettyClasspathProvider.java references the .jar name. Perhaps, this could be abstracted with a helper class for different configuration sets. I can confirm that changing the .jar name to org.mortbay.jetty.jar works with Jetty 6.1. ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2006-12-22 10:20 Message: Logged In: NO Jetty changed the naming convention for the jetty.jar between 5 and 6. I find that the plugin works if I just change the name (or make a copy) of jetty.jar to the value it had in version 5 (org.mortbay.jetty.jar). A patch would probably be straightforward - it would only affect Utils.getJettyJar. I would have a crack myself, but I'm not really an Eclipse plugin expert, and I'm sure someone esle who is can find a better way to locate the jetty jar. It's name is now (following m2 conventions) jetty-<versionId>.jar. So you have to know the version before you locate the jar, or else just try all jars with that pattern. ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2006-11-07 06:01 Message: Logged In: NO Eclipse3.2.1+Jetty6.0.1+JettyLauncher1.4.1 does not work. ---------------------------------------------------------------------- Comment By: Eelco Hillenius (eelco12) Date: 2006-08-29 23:12 Message: Logged In: YES user_id=820266 Yeah. I don't know about the other's, but I'm still very tight in my time (in other words, I can't work on it). Patches are welcome. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=682377&aid=1548836&group_id=118870 |