Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
play 2, scala, how can I configure eclipse project to view source?
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  8 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Kostas kougios  
View profile  
 More options Dec 7 2011, 5:15 pm
From: Kostas kougios <kostas.koug...@googlemail.com>
Date: Wed, 7 Dec 2011 14:15:08 -0800 (PST)
Local: Wed, Dec 7 2011 5:15 pm
Subject: play 2, scala, how can I configure eclipse project to view source?

I run

play eclipse

to create the eclipse project, but sources were not attached to jars, any
idea how that can be done?

Thanks


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Kostas kougios  
View profile  
 More options Dec 7 2011, 5:18 pm
From: Kostas kougios <kostas.koug...@googlemail.com>
Date: Wed, 7 Dec 2011 14:18:19 -0800 (PST)
Local: Wed, Dec 7 2011 5:18 pm
Subject: Re: play 2, scala, how can I configure eclipse project to view source?

(for play v2.0)


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Hendra  
View profile  
 More options Dec 8 2011, 2:49 am
From: Hendra <plus.hen...@gmail.com>
Date: Wed, 7 Dec 2011 23:49:46 -0800 (PST)
Local: Thurs, Dec 8 2011 2:49 am
Subject: Re: play 2, scala, how can I configure eclipse project to view source?
First, get into the play console by running:
play

Then in play console, type:
eclipse with-sources

It is using sbteclipse:
https://github.com/typesafehub/sbteclipse

On Dec 8, 9:18 am, Kostas kougios <kostas.koug...@googlemail.com>
wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Nicolas Leroux  
View profile  
 More options Dec 7 2011, 5:19 pm
From: Nicolas Leroux <leroux.nico...@gmail.com>
Date: Wed, 7 Dec 2011 23:19:24 +0100
Local: Wed, Dec 7 2011 5:19 pm
Subject: Re: [play-framework] Re: play 2, scala, how can I configure eclipse project to view source?

It is not yet implemented for play 2. Please be patient.

Nicolas

On Dec 7, 2011, at 11:18 PM, Kostas kougios wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Konstantine Kougios  
View profile  
 More options Dec 8 2011, 4:03 pm
From: Konstantine Kougios <kostas.koug...@googlemail.com>
Date: Thu, 08 Dec 2011 21:03:54 +0000
Local: Thurs, Dec 8 2011 4:03 pm
Subject: Re: [play-framework] Re: play 2, scala, how can I configure eclipse project to view source?
tried eclipse with-sources but it gives me a lot of warnings and it
doesn't work:

[warn] ==== Typesafe Repository: tried
[warn]  
http://repo.typesafe.com/typesafe/releases/org/springframework/spring...
[warn]     [NOT FOUND  ]
aopalliance#aopalliance;1.0!aopalliance.jar(doc) (155ms)
...
[warn]     :: net.sourceforge.nekohtml#nekohtml;1.9.15!nekohtml.jar(src)
[warn]     :: net.sourceforge.cssparser#cssparser;0.9.5!cssparser.jar(src)
[warn]     :: net.sourceforge.cssparser#cssparser;0.9.5!cssparser.jar(doc)
[warn]     :: org.w3c.css#sac;1.3!sac.jar(doc)
[warn]     :: org.w3c.css#sac;1.3!sac.jar(src)
[warn]     :: commons-io#commons-io;2.0.1!commons-io.jar(doc)
[warn]     :: commons-io#commons-io;2.0.1!commons-io.jar(src)

Cheers

On 08/12/11 07:49, Hendra wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Konstantine Kougios  
View profile  
 More options Dec 8 2011, 4:04 pm
From: Konstantine Kougios <kostas.koug...@googlemail.com>
Date: Thu, 08 Dec 2011 21:04:14 +0000
Local: Thurs, Dec 8 2011 4:04 pm
Subject: Re: [play-framework] Re: play 2, scala, how can I configure eclipse project to view source?

ah,ok thanks
On 07/12/11 22:19, Nicolas Leroux wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Meglio  
View profile  
 More options Feb 25 2012, 9:37 am
From: Meglio <x.meg...@gmail.com>
Date: Sat, 25 Feb 2012 06:37:17 -0800 (PST)
Local: Sat, Feb 25 2012 9:37 am
Subject: Re: [play-framework] Re: play 2, scala, how can I configure eclipse project to view source?

Hi Nicolas. Is it still not implemented for Play2?


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Adam  
View profile  
 More options Feb 25 2012, 12:11 pm
From: Adam <les...@gmail.com>
Date: Sat, 25 Feb 2012 11:11:57 -0600
Local: Sat, Feb 25 2012 12:11 pm
Subject: Re: [play-framework] Re: play 2, scala, how can I configure eclipse project to view source?

On Sat, Feb 25, 2012 at 08:37, Meglio <x.meg...@gmail.com> wrote:
> Hi Nicolas. Is it still not implemented for Play2?

 Try (replace JavaSE-1.6 with whatever version of Java you use):
eclipsify with-source=true execution-environment=JavaSE-1.6

~Adam~


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »