Missing source files in 1.1-SNAPSHOT

2 views
Skip to first unread message

glenn

unread,
Nov 18, 2009, 1:41:59 PM11/18/09
to Lift
Where are all the java source files in
http://scala-tools.org/repo-snapshots/net/liftweb/lift-webkit/1.1-SNAPSHOT/lift-webkit-1.1-SNAPSHOT-sources.jar?

It's kind of hard to debug without them.

Glenn

Kris Nuttycombe

unread,
Nov 18, 2009, 2:02:23 PM11/18/09
to lif...@googlegroups.com
I recommend cloning dpp's github repository: http://github.com/dpp/liftweb

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

Indrajit Raychaudhuri

unread,
Nov 18, 2009, 2:19:08 PM11/18/09
to lif...@googlegroups.com

glenn

unread,
Nov 18, 2009, 2:31:57 PM11/18/09
to Lift
Kris,

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

Glenn

On Nov 18, 11:19 am, Indrajit Raychaudhuri <indraj...@gmail.com>
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<gl...@exmbly.com>  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 lif...@googlegroups.com.
> >> To unsubscribe from this group, send email to liftweb+u...@googlegroups.com.
> >> For more options, visit this group athttp://groups.google.com/group/liftweb?hl=en.

Jeppe Nejsum Madsen

unread,
Nov 18, 2009, 3:19:55 PM11/18/09
to lif...@googlegroups.com

Indrajit Raychaudhuri

unread,
Nov 18, 2009, 3:26:57 PM11/18/09
to lif...@googlegroups.com

Tried a local build, sources.jar contains the *.scala files. And so does
1.1-M7. In both cases, they were built outside Hudson (Chas probably
builds outside Hudson).

At the moment I am suspecting Hudson, needs more investigation.

- Indrajit

Kris Nuttycombe

unread,
Nov 18, 2009, 3:41:40 PM11/18/09
to lif...@googlegroups.com
On Wed, Nov 18, 2009 at 12:31 PM, glenn <gl...@exmbly.com> 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

Jeppe Nejsum Madsen

unread,
Nov 18, 2009, 3:51:27 PM11/18/09
to lif...@googlegroups.com
Kris Nuttycombe <kris.nu...@gmail.com> writes:

> On Wed, Nov 18, 2009 at 12:31 PM, glenn <gl...@exmbly.com> 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

Kris Nuttycombe

unread,
Nov 18, 2009, 4:08:08 PM11/18/09
to lif...@googlegroups.com
Eclipse required? println debugging it is then!

:)

Jeppe Nejsum Madsen

unread,
Nov 18, 2009, 4:19:02 PM11/18/09
to lif...@googlegroups.com
Kris Nuttycombe <kris.nu...@gmail.com> writes:

> On Wed, Nov 18, 2009 at 1:51 PM, Jeppe Nejsum Madsen <je...@ingolfs.dk> wrote:
>> Kris Nuttycombe <kris.nu...@gmail.com> writes:
>>
>>> On Wed, Nov 18, 2009 at 12:31 PM, glenn <gl...@exmbly.com> 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

glenn

unread,
Nov 18, 2009, 4:29:45 PM11/18/09
to Lift
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 <je...@ingolfs.dk> wrote:

johncch

unread,
Nov 21, 2009, 9:27:21 AM11/21/09
to Lift
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
Reply all
Reply to author
Forward
0 new messages