[Lift] Re: Missing source files in 1.1-SNAPSHOT

2009-11-21 Thread johncch
FWIW, I'm seeing the same thing. Unfortunately. I'm downloading the
source on another folder and cross referencing as I need.

Thanks.

regards,
CH

On Nov 19, 5:29 am, glenn  wrote:
> You can either use debugging facilities in Eclipse or, as I mostly
> do,
> sprinkle a lot of println or Log.info statements around. But coding it
> right in the first place requires access to Lift source code, and for
> that I use maven's facility for downloading source jars from the pom.
> If the source jar isn't complete, or isn't in the maven repository,
> I'm
> out of luck.
>
> Glenn
>
> On Nov 18, 1:19 pm, Jeppe Nejsum Madsen  wrote:
>
>
>
> > Kris Nuttycombe  writes:
> > > On Wed, Nov 18, 2009 at 1:51 PM, Jeppe Nejsum Madsen  
> > > wrote:
> > >> Kris Nuttycombe  writes:
>
> > >>> On Wed, Nov 18, 2009 at 12:31 PM, glenn  wrote:
> >  Kris,
>
> >  Don't want to clone the GitHub repo, as I need a Maven repo.
>
> >  Glenn
>
> > >>> Out of curiosity, is this because you have a Maven tool that helps
> > >>> automate interaction with a debugger? If so I'd be interested in
> > >>> learning about it - I've got a Lift bug I'm looking at now that would
> > >>> probably benefit from using an actual debugger on.
>
> > >> If you use Eclipse, it can automatically get the sourc files from the
> > >> sources jar. "Open Type" -> Select e.g. Box -> You get the Box.scala
> > >> file. It is readonly though, so you can't easily try a quick hack
>
> > >> /Jeppe
>
> > > Eclipse required? println debugging it is then!
>
> > Yeah, 2.7.x is not that great. I'm really looking forward to 2.8, keep
> > hearing lots of good stuff. But first we need Lift to work on 2.8 :-)
>
> > /Jeppe

--

You received this message because you are subscribed to the Google Groups 
"Lift" group.
To post to this group, send email to lift...@googlegroups.com.
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=.




[Lift] Re: Missing source files in 1.1-SNAPSHOT

2009-11-18 Thread glenn
You can either use debugging facilities in Eclipse or, as I mostly
do,
sprinkle a lot of println or Log.info statements around. But coding it
right in the first place requires access to Lift source code, and for
that I use maven's facility for downloading source jars from the pom.
If the source jar isn't complete, or isn't in the maven repository,
I'm
out of luck.

Glenn

On Nov 18, 1:19 pm, Jeppe Nejsum Madsen  wrote:
> Kris Nuttycombe  writes:
> > On Wed, Nov 18, 2009 at 1:51 PM, Jeppe Nejsum Madsen  
> > wrote:
> >> Kris Nuttycombe  writes:
>
> >>> On Wed, Nov 18, 2009 at 12:31 PM, glenn  wrote:
>  Kris,
>
>  Don't want to clone the GitHub repo, as I need a Maven repo.
>
>  Glenn
>
> >>> Out of curiosity, is this because you have a Maven tool that helps
> >>> automate interaction with a debugger? If so I'd be interested in
> >>> learning about it - I've got a Lift bug I'm looking at now that would
> >>> probably benefit from using an actual debugger on.
>
> >> If you use Eclipse, it can automatically get the sourc files from the
> >> sources jar. "Open Type" -> Select e.g. Box -> You get the Box.scala
> >> file. It is readonly though, so you can't easily try a quick hack
>
> >> /Jeppe
>
> > Eclipse required? println debugging it is then!
>
> Yeah, 2.7.x is not that great. I'm really looking forward to 2.8, keep
> hearing lots of good stuff. But first we need Lift to work on 2.8 :-)
>
> /Jeppe

--

You received this message because you are subscribed to the Google Groups 
"Lift" group.
To post to this group, send email to lift...@googlegroups.com.
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en.




Re: [Lift] Re: Missing source files in 1.1-SNAPSHOT

2009-11-18 Thread Jeppe Nejsum Madsen
Kris Nuttycombe  writes:

> On Wed, Nov 18, 2009 at 1:51 PM, Jeppe Nejsum Madsen  wrote:
>> Kris Nuttycombe  writes:
>>
>>> On Wed, Nov 18, 2009 at 12:31 PM, glenn  wrote:
 Kris,

 Don't want to clone the GitHub repo, as I need a Maven repo.

 Glenn

>>>
>>> Out of curiosity, is this because you have a Maven tool that helps
>>> automate interaction with a debugger? If so I'd be interested in
>>> learning about it - I've got a Lift bug I'm looking at now that would
>>> probably benefit from using an actual debugger on.
>>
>> If you use Eclipse, it can automatically get the sourc files from the
>> sources jar. "Open Type" -> Select e.g. Box -> You get the Box.scala
>> file. It is readonly though, so you can't easily try a quick hack
>>
>> /Jeppe
>
> Eclipse required? println debugging it is then!

Yeah, 2.7.x is not that great. I'm really looking forward to 2.8, keep
hearing lots of good stuff. But first we need Lift to work on 2.8 :-)

/Jeppe

--

You received this message because you are subscribed to the Google Groups 
"Lift" group.
To post to this group, send email to lift...@googlegroups.com.
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en.




Re: [Lift] Re: Missing source files in 1.1-SNAPSHOT

2009-11-18 Thread Kris Nuttycombe
On Wed, Nov 18, 2009 at 1:51 PM, Jeppe Nejsum Madsen  wrote:
> Kris Nuttycombe  writes:
>
>> On Wed, Nov 18, 2009 at 12:31 PM, glenn  wrote:
>>> Kris,
>>>
>>> Don't want to clone the GitHub repo, as I need a Maven repo.
>>>
>>> Glenn
>>>
>>
>> Out of curiosity, is this because you have a Maven tool that helps
>> automate interaction with a debugger? If so I'd be interested in
>> learning about it - I've got a Lift bug I'm looking at now that would
>> probably benefit from using an actual debugger on.
>
> If you use Eclipse, it can automatically get the sourc files from the
> sources jar. "Open Type" -> Select e.g. Box -> You get the Box.scala
> file. It is readonly though, so you can't easily try a quick hack
>
> /Jeppe

Eclipse required? println debugging it is then!

:)

>
> --
>
> You received this message because you are subscribed to the Google Groups 
> "Lift" group.
> To post to this group, send email to lift...@googlegroups.com.
> To unsubscribe from this group, send email to 
> liftweb+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/liftweb?hl=en.
>
>
>

--

You received this message because you are subscribed to the Google Groups 
"Lift" group.
To post to this group, send email to lift...@googlegroups.com.
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en.




Re: [Lift] Re: Missing source files in 1.1-SNAPSHOT

2009-11-18 Thread Jeppe Nejsum Madsen
Kris Nuttycombe  writes:

> On Wed, Nov 18, 2009 at 12:31 PM, glenn  wrote:
>> Kris,
>>
>> Don't want to clone the GitHub repo, as I need a Maven repo.
>>
>> Glenn
>>
>
> Out of curiosity, is this because you have a Maven tool that helps
> automate interaction with a debugger? If so I'd be interested in
> learning about it - I've got a Lift bug I'm looking at now that would
> probably benefit from using an actual debugger on.

If you use Eclipse, it can automatically get the sourc files from the
sources jar. "Open Type" -> Select e.g. Box -> You get the Box.scala
file. It is readonly though, so you can't easily try a quick hack

/Jeppe

--

You received this message because you are subscribed to the Google Groups 
"Lift" group.
To post to this group, send email to lift...@googlegroups.com.
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en.




Re: [Lift] Re: Missing source files in 1.1-SNAPSHOT

2009-11-18 Thread Kris Nuttycombe
On Wed, Nov 18, 2009 at 12:31 PM, glenn  wrote:
> Kris,
>
> Don't want to clone the GitHub repo, as I need a Maven repo.
>
> Glenn
>

Out of curiosity, is this because you have a Maven tool that helps
automate interaction with a debugger? If so I'd be interested in
learning about it - I've got a Lift bug I'm looking at now that would
probably benefit from using an actual debugger on.

Kris

> On Nov 18, 11:19 am, Indrajit Raychaudhuri 
> wrote:
>> Still, something looks wrong:
>>
>> http://scala-tools.org/repo-releases/net/liftweb/lift-webkit/1.1-M7/l...
>> has the .scala sources
>>
>> buthttp://scala-tools.org/repo-snapshots/net/liftweb/lift-webkit/1.1-SNA...
>> doesn't.
>>
>> - Indrajit
>>
>> On 19/11/09 12:32 AM, Kris Nuttycombe wrote:
>>
>> > I recommend cloning dpp's github repository:http://github.com/dpp/liftweb
>>
>> > Kris
>>
>> > On Wed, Nov 18, 2009 at 11:41 AM, glenn  wrote:
>> >> Where are all the java source files in
>> >>http://scala-tools.org/repo-snapshots/net/liftweb/lift-webkit/1.1-SNA...
>>
>> >> It's kind of hard to debug without them.
>>
>> >> Glenn
>>
>> >> --
>>
>> >> You received this message because you are subscribed to the Google Groups 
>> >> "Lift" group.
>> >> To post to this group, send email to lift...@googlegroups.com.
>> >> To unsubscribe from this group, send email to 
>> >> liftweb+unsubscr...@googlegroups.com.
>> >> For more options, visit this group 
>> >> athttp://groups.google.com/group/liftweb?hl=en.
>>
>> > --
>>
>> > You received this message because you are subscribed to the Google Groups 
>> > "Lift" group.
>> > To post to this group, send email to lift...@googlegroups.com.
>> > To unsubscribe from this group, send email to 
>> > liftweb+unsubscr...@googlegroups.com.
>> > For more options, visit this group 
>> > athttp://groups.google.com/group/liftweb?hl=en.
>
> --
>
> You received this message because you are subscribed to the Google Groups 
> "Lift" group.
> To post to this group, send email to lift...@googlegroups.com.
> To unsubscribe from this group, send email to 
> liftweb+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/liftweb?hl=en.
>
>
>

--

You received this message because you are subscribed to the Google Groups 
"Lift" group.
To post to this group, send email to lift...@googlegroups.com.
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en.




[Lift] Re: Missing source files in 1.1-SNAPSHOT

2009-11-18 Thread glenn
Kris,

Don't want to clone the GitHub repo, as I need a Maven repo.

Glenn

On Nov 18, 11:19 am, Indrajit Raychaudhuri 
wrote:
> Still, something looks wrong:
>
> http://scala-tools.org/repo-releases/net/liftweb/lift-webkit/1.1-M7/l...
> has the .scala sources
>
> buthttp://scala-tools.org/repo-snapshots/net/liftweb/lift-webkit/1.1-SNA...
> doesn't.
>
> - Indrajit
>
> On 19/11/09 12:32 AM, Kris Nuttycombe wrote:
>
> > I recommend cloning dpp's github repository:http://github.com/dpp/liftweb
>
> > Kris
>
> > On Wed, Nov 18, 2009 at 11:41 AM, glenn  wrote:
> >> Where are all the java source files in
> >>http://scala-tools.org/repo-snapshots/net/liftweb/lift-webkit/1.1-SNA...
>
> >> It's kind of hard to debug without them.
>
> >> Glenn
>
> >> --
>
> >> You received this message because you are subscribed to the Google Groups 
> >> "Lift" group.
> >> To post to this group, send email to lift...@googlegroups.com.
> >> To unsubscribe from this group, send email to 
> >> liftweb+unsubscr...@googlegroups.com.
> >> For more options, visit this group 
> >> athttp://groups.google.com/group/liftweb?hl=en.
>
> > --
>
> > You received this message because you are subscribed to the Google Groups 
> > "Lift" group.
> > To post to this group, send email to lift...@googlegroups.com.
> > To unsubscribe from this group, send email to 
> > liftweb+unsubscr...@googlegroups.com.
> > For more options, visit this group 
> > athttp://groups.google.com/group/liftweb?hl=en.

--

You received this message because you are subscribed to the Google Groups 
"Lift" group.
To post to this group, send email to lift...@googlegroups.com.
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en.