MariuszKinczkowski / google-sites-liberation

Automatically exported from code.google.com/p/google-sites-liberation
0 stars 0 forks source link

Output logging information to a file for bug reporting #23

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Add some file logging so that users can more effectively file issue reports

Original issue reported on code.google.com by gk5...@kickstyle.net on 12 Oct 2009 at 3:38

GoogleCodeExporter commented 8 years ago

Original comment by gk5...@kickstyle.net on 12 Oct 2009 at 3:51

GoogleCodeExporter commented 8 years ago
Added a branch called "logging" for changes which add logging to a file for the 
command-line and GUI versions of the tool.  Ready for code review. 

Original comment by jlu...@gmail.com on 16 Oct 2009 at 2:53

GoogleCodeExporter commented 8 years ago
Doesn't build on my mac.

[INFO] Compilation failure
/Users/polleyj/src/google-sites-
liberation/src/main/java/com/google/sites/liberation/parsers/PageParser.java:[20
,-
1] cannot access com.google.inject.ImplementedBy
bad class file: /Users/polleyj/.m2/repository/com/google/inject/guice/1.0/guice-
1.0.jar(com/google/inject/ImplementedBy.class)
class file has wrong version 50.0, should be 49.0

Original comment by jamezpol...@gmail.com on 10 Nov 2009 at 4:46

GoogleCodeExporter commented 8 years ago
mvn clean install on a Hardy machine gives different failures:

[INFO] Compilation failure

/usr/local/google/src/google-sites-
liberation/src/test/java/com/google/sites/liberation/export/SiteExporterImplTest
.ja
va:[87,19] cannot find symbol
symbol  : constructor 
SiteExporterImpl(com.google.sites.liberation.export.AbsoluteLinkConverter,com.go
og
le.sites.liberation.export.AppendableFactory,com.google.sites.liberation.export.
Attac
hmentDownloader,com.google.sites.liberation.export.EntryStoreFactory,com.google.
s
ites.liberation.export.FeedProvider,com.google.sites.liberation.export.PageExpor
ter,c
om.google.sites.liberation.export.RevisionsExporter)
location: class com.google.sites.liberation.export.SiteExporterImpl

/usr/local/google/src/google-sites-
liberation/src/test/java/com/google/sites/liberation/export/SiteExporterImplTest
.ja
va:[276,16] 
exportSite(java.lang.String,java.lang.String,java.lang.String,boolean,com.google
.gdata
.client.sites.SitesService,java.io.File) in 
com.google.sites.liberation.export.SiteExporter cannot be applied to 
(java.lang.String,java.lang.String,java.lang.String,boolean,com.google.gdata.cli
ent.site
s.SitesService,java.io.File,com.google.sites.liberation.util.ProgressListener)

Original comment by jamezpol...@gmail.com on 10 Nov 2009 at 4:48