I can't even get it to build (build errors listed below). I'll take this up with the Oxygen folks. In the meantime, if anyone recognizes any of the issues in the build output below, let me know what you know. do Ant build Buildfile: /media/Data/mholmes/Documents/tei/oxygen-tei/frameworks/tei/build.xml clean: [delete] Deleting directory /media/Data/mholmes/Documents/tei/oxygen-tei/frameworks/tei/dist checkJars: compile: [mkdir] Created dir: /media/Data/mholmes/Documents/tei/oxygen-tei/frameworks/tei/classes [javac] /media/Data/mholmes/Documents/tei/oxygen-tei/frameworks/tei/build.xml:75: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 185 source files to /media/Data/mholmes/Documents/tei/oxygen-tei/frameworks/tei/classes [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.6 [javac] /media/Data/mholmes/Documents/tei/oxygen-tei/frameworks/tei/src/ro/sync/ecss/extensions/commons/table/properties/ECPropertiesComposite.java:81: error: cannot find symbol [javac] import ro.sync.exml.workspace.api.util.ColorThemeUtilities; [javac] ^ [javac] symbol: class ColorThemeUtilities [javac] location: package ro.sync.exml.workspace.api.util [javac] /media/Data/mholmes/Documents/tei/oxygen-tei/frameworks/tei/src/ro/sync/ecss/extensions/commons/table/properties/ECPropertiesComposite.java:203: error: cannot find symbol [javac] private ColorThemeUtilities colorThemeUtilities; [javac] ^ [javac] symbol: class ColorThemeUtilities [javac] location: class ECPropertiesComposite [javac] /media/Data/mholmes/Documents/tei/oxygen-tei/frameworks/tei/src/ro/sync/ecss/extensions/commons/table/properties/ECPropertiesComposite.java:221: error: cannot find symbol [javac] ColorThemeUtilities colorThemeUtilities) { [javac] ^ [javac] symbol: class ColorThemeUtilities [javac] location: class ECPropertiesComposite [javac] /media/Data/mholmes/Documents/tei/oxygen-tei/frameworks/tei/src/ro/sync/ecss/extensions/commons/table/properties/ECPropertiesComposite.java:115: error: cannot find symbol [javac] public PreviewGroup (Composite parent, int style, ColorThemeUtilities colorThemeUtilities) { [javac] ^ [javac] symbol: class ColorThemeUtilities [javac] location: class ECPropertiesComposite.PreviewGroup [javac] /media/Data/mholmes/Documents/tei/oxygen-tei/frameworks/tei/src/ro/sync/ecss/extensions/commons/table/properties/ECTablePropertiesCustomizerDialog.java:72: error: cannot find symbol [javac] import ro.sync.exml.workspace.api.util.ColorThemeUtilities; [javac] ^ [javac] symbol: class ColorThemeUtilities [javac] location: package ro.sync.exml.workspace.api.util [javac] /media/Data/mholmes/Documents/tei/oxygen-tei/frameworks/tei/src/ro/sync/ecss/extensions/commons/table/properties/ECTablePropertiesCustomizerDialog.java:101: error: cannot find symbol [javac] private ColorThemeUtilities colorThemeUtilities; [javac] ^ [javac] symbol: class ColorThemeUtilities [javac] location: class ECTablePropertiesCustomizerDialog [javac] /media/Data/mholmes/Documents/tei/oxygen-tei/frameworks/tei/src/ro/sync/ecss/extensions/commons/table/properties/ECTablePropertiesCustomizerDialog.java:112: error: cannot find symbol [javac] AuthorResourceBundle authorResourceBundle, ColorThemeUtilities colorThemeUtilities) { [javac] ^ [javac] symbol: class ColorThemeUtilities [javac] location: class ECTablePropertiesCustomizerDialog [javac] /media/Data/mholmes/Documents/tei/oxygen-tei/frameworks/tei/src/ro/sync/ecss/extensions/commons/table/properties/SATablePropertiesCustomizerDialog.java:85: error: cannot find symbol [javac] import ro.sync.exml.workspace.api.util.ColorTheme; [javac] ^ [javac] symbol: class ColorTheme [javac] location: package ro.sync.exml.workspace.api.util [javac] /media/Data/mholmes/Documents/tei/oxygen-tei/frameworks/tei/src/ro/sync/ecss/extensions/commons/table/properties/SATablePropertiesCustomizerDialog.java:400: error: cannot find symbol [javac] private ColorTheme colorTheme; [javac] ^ [javac] symbol: class ColorTheme [javac] location: class SATablePropertiesCustomizerDialog [javac] /media/Data/mholmes/Documents/tei/oxygen-tei/frameworks/tei/src/ro/sync/ecss/extensions/commons/table/properties/SATablePropertiesCustomizerDialog.java:409: error: cannot find symbol [javac] public SATablePropertiesCustomizerDialog(Frame parentFrame, AuthorResourceBundle authorResourceBundle, ColorTheme colorTheme) { [javac] ^ [javac] symbol: class ColorTheme [javac] location: class SATablePropertiesCustomizerDialog [javac] /media/Data/mholmes/Documents/tei/oxygen-tei/frameworks/tei/src/ro/sync/ecss/extensions/commons/editor/InplaceEditorUtil.java:111: error: cannot find symbol [javac] int imposedWidth = context.getPropertyEvaluator().evaluateWidthProperty( [javac] ^ [javac] symbol: method getPropertyEvaluator() [javac] location: variable context of type AuthorInplaceContext [javac] /media/Data/mholmes/Documents/tei/oxygen-tei/frameworks/tei/src/ro/sync/ecss/extensions/commons/editor/InplaceEditorUtil.java:140: error: cannot find symbol [javac] int imposedWidth = context.getPropertyEvaluator().evaluateWidthProperty( [javac] ^ [javac] symbol: method getPropertyEvaluator() [javac] location: variable context of type AuthorInplaceContext [javac] /media/Data/mholmes/Documents/tei/oxygen-tei/frameworks/tei/src/ro/sync/ecss/extensions/commons/editor/InplaceEditorUtil.java:171: error: cannot find symbol [javac] int imposedWidth = context.getPropertyEvaluator().evaluateWidthProperty( [javac] ^ [javac] symbol: method getPropertyEvaluator() [javac] location: variable context of type AuthorInplaceContext [javac] /media/Data/mholmes/Documents/tei/oxygen-tei/frameworks/tei/src/ro/sync/ecss/extensions/commons/editor/SimpleURLChooserEditor.java:615: error: method does not override or implement a method from a supertype [javac] @Override [javac] ^ [javac] /media/Data/mholmes/Documents/tei/oxygen-tei/frameworks/tei/src/ro/sync/ecss/extensions/commons/editor/SimpleURLChooserEditor.java:623: error: method does not override or implement a method from a supertype [javac] @Override [javac] ^ [javac] /media/Data/mholmes/Documents/tei/oxygen-tei/frameworks/tei/src/ro/sync/ecss/extensions/commons/editor/URLChooserEditorSWT.java:514: error: method does not override or implement a method from a supertype [javac] @Override [javac] ^ [javac] /media/Data/mholmes/Documents/tei/oxygen-tei/frameworks/tei/src/ro/sync/ecss/extensions/commons/operations/MoveElementOperation.java:279: error: cannot find symbol [javac] AuthorNode firstLeaf = AuthorNodeUtil.getFirstLeaf(xmlFragment); [javac] ^ [javac] symbol: method getFirstLeaf(AuthorDocumentFragment) [javac] location: class AuthorNodeUtil [javac] /media/Data/mholmes/Documents/tei/oxygen-tei/frameworks/tei/src/ro/sync/ecss/extensions/commons/table/properties/ShowTablePropertiesBaseOperation.java:186: error: cannot find symbol [javac] authorAccess.getWorkspaceAccess().getColorTheme()); [javac] ^ [javac] symbol: method getColorTheme() [javac] location: interface AuthorWorkspaceAccess [javac] /media/Data/mholmes/Documents/tei/oxygen-tei/frameworks/tei/src/ro/sync/ecss/extensions/commons/table/properties/SATablePropertiesCustomizerDialog.java:349: error: cannot find symbol [javac] Icons.invertImage(bufferedImage); [javac] ^ [javac] symbol: method invertImage(BufferedImage) [javac] location: class Icons [javac] /media/Data/mholmes/Documents/tei/oxygen-tei/frameworks/tei/src/ro/sync/ecss/extensions/commons/table/support/CALSTableCellInfoProvider.java:87: error: method does not override or implement a method from a supertype [javac] @Override [javac] ^ [javac] /media/Data/mholmes/Documents/tei/oxygen-tei/frameworks/tei/src/ro/sync/ecss/extensions/commons/table/support/CALSTableCellInfoProvider.java:592: error: method does not override or implement a method from a supertype [javac] @Override [javac] ^ [javac] /media/Data/mholmes/Documents/tei/oxygen-tei/frameworks/tei/src/ro/sync/ecss/extensions/commons/table/support/CALSTableCellInfoProvider.java:626: error: method does not override or implement a method from a supertype [javac] @Override [javac] ^ [javac] /media/Data/mholmes/Documents/tei/oxygen-tei/frameworks/tei/src/ro/sync/ecss/extensions/tei/TEISchemaManagerFilter.java:78: error: constructor StyleGuideSchemaManagerFilterBase in class StyleGuideSchemaManagerFilterBase cannot be applied to given types; [javac] public TEISchemaManagerFilter() { [javac] ^ [javac] required: String [javac] found: no arguments [javac] reason: actual and formal argument lists differ in length [javac] /media/Data/mholmes/Documents/tei/oxygen-tei/frameworks/tei/src/ro/sync/ecss/extensions/tei/TEISchemaManagerFilter.java:84: error: method does not override or implement a method from a supertype [javac] @Override [javac] ^ [javac] Note: Some input files use unchecked or unsafe operations. [javac] Note: Recompile with -Xlint:unchecked for details. [javac] 24 errors [javac] 1 warning BUILD FAILED /media/Data/mholmes/Documents/tei/oxygen-tei/frameworks/tei/build.xml:75: Compile failed; see the compiler error output for details. On 14-12-22 08:36 AM, Sebastian Rahtz wrote:
On 22 Dec 2014, at 16:23, Martin Holmes
wrote: Please do update the oxygen-tei package before you go, if it's not too much trouble; I won't be working on the ticket to automate that for a few weeks at least, and Oxygen may release a new version in the meantime.
hmm. I tried, and it failed:
Total time: 13 seconds move result to teioxygen-2.7.0-7.28.0.zip upload teioxygen-2.7.0-7.28.0.zip to Sourceforge as user rahtz rsync: mkstemp "/home/frs/project/t/te/tei/tei-oxygen/.teioxygen-2.7.0-7.28.0.zip.glgJfw" failed: Permission denied (13) rsync error: some files could not be transferred (code 23) at /SourceCache/rsync/rsync-45/rsync/main.c(992) [sender=2.6.9]
I am catching a train shortly, so I am afraid I can’t debug that.
You're not off the hook yet. There are several days to go...
not for me, chief. I am on holiday now until the new year…. -- Sebastian Rahtz Director (Research) of Academic IT University of Oxford IT Services 13 Banbury Road, Oxford OX2 6NN. Phone +44 1865 283431
Não sou nada. Nunca serei nada. Não posso querer ser nada. À parte isso, tenho em mim todos os sonhos do mundo.