Play 2.3 Java - How can I do a clean-all using typesafe

3,103 views
Skip to first unread message

stefaan luckermans

unread,
Jun 28, 2014, 12:50:42 AM6/28/14
to play-fr...@googlegroups.com
I am using angularJs and I noticed that my changes don't compile. An old version of my javascript files is there, indicating me that I first have to do a clean before compiling.

Problem is that I use typesafe and that I don't know how to execute the play clean-all command.

Is it possible to do a clean using typesafe?.


By the way I am using IntelliJ Idea 13 as editor.

Is there a configuration that I can use in intelliJ ..; again I don't know where Play is installed on my machine or even if it is installed ...

Thank you

Donovan Muller

unread,
Jul 1, 2014, 10:03:47 AM7/1/14
to play-fr...@googlegroups.com
Hi Stefaan,

Have you tried 'activator clean' and/or 'activator clean-files'?

Cheers

keepscoding

unread,
Jul 30, 2014, 10:13:59 PM7/30/14
to play-fr...@googlegroups.com
[Play_Server] $ clean
cleanFiles       cleanKeepFiles

Tjano Xibalba

unread,
Sep 13, 2014, 8:20:01 AM9/13/14
to play-fr...@googlegroups.com
It does not work. Try
$ find ./ -name *.class
after "activator clean" and you will see a lot of compiled files.

Looks like it is impossible to clean activator project with activator commands, there is manual way only.

вторник, 1 июля 2014 г., 18:03:47 UTC+4 пользователь Donovan Muller написал:

Jonathan Neufeld

unread,
Oct 10, 2014, 3:58:27 PM10/10/14
to play-fr...@googlegroups.com
Have you found a solution for this by chance?

In my project, as of Activator 1.2.10 I have found that activator leaves a lot of files around beneath 'target' directories including some class files after running activator clean.  I used find ./ -path '*/target/*' to determine this.

Semantically, a clean operation should eliminate everything including target and other build-output directories so that there is no question or doubt that the project is fully clean, otherwise the naive person is left asking the question: "Is it clean or not?"
Reply all
Reply to author
Forward
0 new messages