pombreda / gwt-google-apis

Automatically exported from code.google.com/p/gwt-google-apis
0 stars 0 forks source link

Add full path names to compilerReport source file dump #430

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Found in Release:
2.1

Detailed description:

GWT pulls in sources from off of the classpath, and the addition of 'super 
source' or having a large environment sometimes makes it difficult to tell what 
source file is actually being referenced by a build.

The compilerMetrics.xml file has information on source code - it would be nice 
if we could also find a reference to the full path (not just relative path 
starting with the root package) for each source file.

Workaround if you have one:

Break out the debugger...

Original issue reported on code.google.com by zundel@google.com on 10 Nov 2010 at 7:42

GoogleCodeExporter commented 9 years ago
wrong code project

Original comment by zundel@google.com on 10 Nov 2010 at 7:45