play should emit classes in standard package layout format

Bug #479399 reported by pk11
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
play framework
Fix Committed
Undecided
Unassigned
1.1
Fix Committed
Undecided
Unassigned

Bug Description

right now, play is emitting class files in <package>.<class file name>.class format instead of the standard <package folder>/<class name>.class format. This is causing issues for libraries where injecting the class loader is not really possible (javap, scala REPL etc.)

Changed in play:
status: New → Confirmed
Revision history for this message
Guillaume Bort (guillaume-bort) wrote :

Fixed in the 1.1 trunk. Plain class files are written to tmp/classes. Remember that it's just for information as Play manage classes compilation in memory.

Changed in play:
status: Confirmed → Fix Committed
Revision history for this message
pk11 (peter-kovac11) wrote :

excellent, here is the updated patch for the scala console
http://guice-maven.googlecode.com/svn/trunk/play/scala_console.patch

( am working on my firewall issues, so hopefully next time i can do it properly)

you can launch it by typing
play scala:console

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.