To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=79714
                 Issue #|79714
                 Summary|transex3 build breakage with gcj
               Component|l10n
                 Version|680m221
                Platform|All
                     URL|
              OS/Version|All
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|PATCH
                Priority|P3
            Subcomponent|code
             Assigned to|pjanik
             Reported by|kendy





------- Additional comments from [EMAIL PROTECTED] Tue Jul 17 16:34:00 +0000 
2007 -------
Compiling 1 source file 
to 
/local/ooo-build/ooo-build-m216/build/src680-m221/transex3/unxlngx6.pro/class/receditor
/local/ooo-build/ooo-build-m216/build/src680-m221/transex3/java/receditor/java/transex3/controller/EditorController.java:14:
 
error: Can't find default package 'java.lang.System'. Check the CLASSPATH 
environment variable and the access to the archives
1 error

BUILD FAILED
/local/ooo-build/ooo-build-m216/build/src680-m221/transex3/java/receditor/build.xml:134:
 
Compile failed; see the compiler error output for details.

The fix seems to be simple:

--- java/receditor/java/transex3/controller/EditorController.java       10 Jul 
2007 15:42:52 -0000      1.2
+++ java/receditor/java/transex3/controller/EditorController.java       17 Jul 
2007 16:33:05 -0000
@@ -11,7 +11,6 @@ import java.io.FileNotFoundException;
 import java.io.IOException;
 import java.io.InputStreamReader;
 import java.util.ArrayList;
-import java.lang.System.*;
 import java.lang.Runtime;
 import java.util.*;
 
Could you check & commit, if OK?

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to