How to build from source?

47 views
Skip to first unread message

Engin Tekin

unread,
Jan 30, 2013, 10:24:52 AM1/30/13
to pla...@googlegroups.com
How can we build from the source?

Florian Gutmann

unread,
Jan 30, 2013, 11:20:15 AM1/30/13
to pla...@googlegroups.com
That's quite simple:

- Download the source
- "cd <path to source>/framework"
- ant

--
Florian

On Wed, Jan 30, 2013 at 4:24 PM, Engin Tekin <engin...@gmail.com> wrote:
> How can we build from the source?
>
> --
> You received this message because you are subscribed to the Google Groups
> "playone" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to playone+u...@googlegroups.com.
> To post to this group, send email to pla...@googlegroups.com.
> Visit this group at http://groups.google.com/group/playone?hl=en.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>

Morten Kjetland

unread,
Jan 30, 2013, 2:52:08 PM1/30/13
to pla...@googlegroups.com

Fehmi Can Saglam

unread,
Apr 12, 2013, 6:22:06 AM4/12/13
to pla...@googlegroups.com, m...@kjetland.com
Hi,

I am trying to use the master branch from github(the same occurs with 1.3.x). There is no problem with building but when I try to use the build I get an exception.

First I run play deps --clearcache without any problems. When I run "play run" I get the exception below. Any ideas?

13:13:26,693 INFO  ~ Starting /Users/ates/codebase/nsos3
~       com.google.code.gson->gson 2.2.2 (from mavenCentral)
~       net.sf.flexjson->flexjson 2.1 (from mavenCentral)
~       provided->ojdbc14 10.2.0.2 (from provided)
~       provided->jxl 1.0 (from provided)
~       provided->opencsv 2.3 (from provided)
13:13:27,972 INFO  ~ Module secure is available (/Users/ates/play-1.3/modules/secure)
Exception in thread "main" play.exceptions.UnexpectedException: Unexpected Error
        at play.libs.IO.readContentAsString(IO.java:99)
        at play.libs.IO.readContentAsString(IO.java:78)
        at play.Play.loadModules(Play.java:740)
        at play.Play.init(Play.java:280)
        at play.server.Server.main(Server.java:166)
Caused by: java.io.FileNotFoundException: /Users/ates/codebase/nsos3/modules/gson-2.2.2-sources (No such file or directory)
        at java.io.FileInputStream.open(Native Method)
        at java.io.FileInputStream.<init>(FileInputStream.java:120)
        at play.libs.IO.readContentAsString(IO.java:89)
        ... 4 more
Reply all
Reply to author
Forward
0 new messages