Please see report below
git clone https://github.com/mpue/blackboard.git
Cloning into 'blackboard'...
remote: Counting objects: 3744, done.
remote: Total 3744 (delta 0), reused 0 (delta 0), pack-reused 3744
Receiving objects: 100% (3744/3744), 86.82 MiB | 1.06 MiB/s, done.
Resolving deltas: 100% (1801/1801), done.
Checking connectivity... done.
mark@mark-HP:$ cd blackboard
mark@mark-HP:/blackboard$ ant
Buildfile: /home/mark/blackboard/build.xml
init:
[mkdir] Created dir: /home/mark/blackboard/build
[mkdir] Created dir: /home/mark/blackboard/build/jar
compile:
[javac] /home/mark/blackboard/build.xml:27: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
[javac] Compiling 1098 source files to /home/mark/blackboard/build/jar
[javac] /home/mark/blackboard/src/org/pbjar/jxlayer/plaf/ext/TransformUI.java:80: warning: SwingUtilities3 is internal proprietary API and may be removed in a future release
[javac] import com.sun.java.swing.SwingUtilities3;
[javac] ^
[javac] /home/mark/blackboard/src/org/pmedv/core/gui/ApplicationWindowAdvisorImpl.java:60: warning: NimbusLookAndFeel is internal proprietary API and may be removed in a future release
[javac] import com.sun.java.swing.plaf.nimbus.NimbusLookAndFeel;
[javac] ^
[javac] /home/mark/blackboard/src/org/pmedv/core/preferences/commands/EditPreferencesCommand.java:28: warning: NimbusLookAndFeel is internal proprietary API and may be removed in a future release
[javac] import com.sun.java.swing.plaf.nimbus.NimbusLookAndFeel;
[javac] ^
[javac] /home/mark/blackboard/src/net/infonode/gui/laf/InfoNodeLookAndFeel.java:246: warning: non-varargs call of varargs method with inexact argument type for last parameter;
[javac] oldMetalTheme = (MetalTheme) MetalLookAndFeel.class.getMethod("getCurrentTheme", null).invoke(null, null);
[javac] ^
[javac] cast to Class for a varargs call
[javac] cast to Class[] for a non-varargs call and to suppress this warning
[javac] /home/mark/blackboard/src/net/infonode/gui/laf/InfoNodeLookAndFeel.java:246: warning: non-varargs call of varargs method with inexact argument type for last parameter;
[javac] oldMetalTheme = (MetalTheme) MetalLookAndFeel.class.getMethod("getCurrentTheme", null).invoke(null, null);
[javac] ^
[javac] cast to Object for a varargs call
[javac] cast to Object[] for a non-varargs call and to suppress this warning
[javac] /home/mark/blackboard/src/org/pbjar/jxlayer/plaf/ext/TransformUI.java:250: warning: SwingUtilities3 is internal proprietary API and may be removed in a future release
[javac] SwingUtilities3.class.getMethod("setDelegateRepaintManager",
[javac] ^
[javac] /home/mark/blackboard/src/org/pbjar/jxlayer/plaf/ext/TransformUI.java:651: warning: SwingUtilities3 is internal proprietary API and may be removed in a future release
[javac] SwingUtilities3.setDelegateRepaintManager(this.view, null);
[javac] ^
[javac] /home/mark/blackboard/src/org/pbjar/jxlayer/plaf/ext/TransformUI.java:657: warning: SwingUtilities3 is internal proprietary API and may be removed in a future release
[javac] SwingUtilities3.setDelegateRepaintManager(this.view,
[javac] ^
[javac] /home/mark/blackboard/src/org/pmedv/core/gui/ApplicationWindowAdvisorImpl.java:146: warning: NimbusLookAndFeel is internal proprietary API and may be removed in a future release
[javac] UIManager.setLookAndFeel(new NimbusLookAndFeel());
[javac] ^
[javac] /home/mark/blackboard/src/org/pmedv/core/preferences/commands/EditPreferencesCommand.java:61: warning: NimbusLookAndFeel is internal proprietary API and may be removed in a future release
[javac] UIManager.setLookAndFeel(new NimbusLookAndFeel());
[javac] ^
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[javac] 10 warnings
dist:
[delete] Deleting: /home/mark/blackboard/MANIFEST.MF
[copy] Copying 17 files to /home/mark/blackboard/build/jar
[copy] Copying 186 files to /home/mark/blackboard/build
[mkdir] Created dir: /home/mark/blackboard/dist/lib
[jar] Building jar: /home/mark/blackboard/dist/lib/BlackBoard.jar
[copy] Copying 29 files to /home/mark/blackboard/dist/lib
[delete] Deleting directory /home/mark/blackboard/build/jar
[delete] Deleting directory /home/mark/blackboard/dist/lib/dist
[copy] Copying 186 files to /home/mark/blackboard/dist/lib
[copydir] DEPRECATED - The copydir task is deprecated. Use copy instead.
[copydir] Copying 779 files to /home/mark/blackboard/dist/lib/parts
[copydir] DEPRECATED - The copydir task is deprecated. Use copy instead.
[copydir] Copying 478 files to /home/mark/blackboard/dist/lib/symbols
[copydir] DEPRECATED - The copydir task is deprecated. Use copy instead.
[copydir] Copying 9 files to /home/mark/blackboard/dist/lib/spice
[copydir] DEPRECATED - The copydir task is deprecated. Use copy instead.
[copydir] Copying 178 files to /home/mark/blackboard/dist/lib/models
[copydir] DEPRECATED - The copydir task is deprecated. Use copy instead.
[copydir] Copying 42 files to /home/mark/blackboard/dist/lib/samples
[copydir] DEPRECATED - The copydir task is deprecated. Use copy instead.
[copydir] Copying 3 files to /home/mark/blackboard/dist/lib/simulators
[copydir] DEPRECATED - The copydir task is deprecated. Use copy instead.
[copydir] Copying 6 files to /home/mark/blackboard/dist/lib/regression
[copydir] DEPRECATED - The copydir task is deprecated. Use copy instead.
[copydir] Copying 9 files to /home/mark/blackboard/dist/lib
[zip] Building zip: /home/mark/blackboard/dist/blackboard-bin-1.1.4.0.zip
BUILD SUCCESSFUL
Note this doesn’t copy as per your script BlackBoard.jar into /home/user name/ blackboard/dist /lib
Your instructions say to run issue this command
java -Dsun.java2d.opengl=true -jar dist/lib/BlackBoard.jar presuming you are of course in the correct directory
As per your instructions which are as follows
Installing under Unixoides (Linux, BSD, MacOS)
Fisrt of all unzip the archive
then copy the needed files
$ cp -R models/ ~/.BlackBoard
$ cp -R symbols/ ~/.BlackBoard
$ cp -R samples/ ~/.BlackBoard
$ cp -R parts/ ~/.BlackBoard
$ cp -R datasheets/ ~/.BlackBoard
$ cp -R simulators/ ~/.BlackBoard
Running
This creates a zip file in /home/user-name /blackboard/dist/blackboard-bin-1.1.4.0.zip
So going back to your set of instructions this again wont work
Could you please advise
Thank you
Mark
Please see report below
git clone https://github.com/mpue/blackboard.git
Cloning into 'blackboard'...
remote: Counting objects: 3744, done.
remote: Total 3744 (delta 0), reused 0 (delta 0), pack-reused 3744
Receiving objects: 100% (3744/3744), 86.82 MiB | 1.06 MiB/s, done.
Resolving deltas: 100% (1801/1801), done.
Checking connectivity... done.
mark@mark-HP:
$ cd blackboard/blackboard$ antmark@mark-HP:
Buildfile: /home/mark/blackboard/build.xml
init:
[mkdir] Created dir: /home/mark/blackboard/build
[mkdir] Created dir: /home/mark/blackboard/build/jar
compile:
[javac] /home/mark/blackboard/build.xml:27: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
[javac] Compiling 1098 source files to /home/mark/blackboard/build/jar
[javac] /home/mark/blackboard/src/org/pbjar/jxlayer/plaf/ext/TransformUI.java:80: warning: SwingUtilities3 is internal proprietary API and may be removed in a future release
[javac] import com.sun.java.swing.SwingUtilities3;
[javac] ^
[javac] /home/mark/blackboard/src/org/pmedv/core/gui/ApplicationWindowAdvisorImpl.java:60: warning: NimbusLookAndFeel is internal proprietary API and may be removed in a future release
[javac] import com.sun.java.swing.plaf.nimbus.NimbusLookAndFeel;
[javac] ^
[javac] /home/mark/blackboard/src/org/pmedv/core/preferences/commands/EditPreferencesCommand.java:28: warning: NimbusLookAndFeel is internal proprietary API and may be removed in a future release
[javac] import com.sun.java.swing.plaf.nimbus.NimbusLookAndFeel;
[javac] ^
[javac] /home/mark/blackboard/src/net/infonode/gui/laf/InfoNodeLookAndFeel.java:246: warning: non-varargs call of varargs method with inexact argument type for last parameter;
[javac] oldMetalTheme = (MetalTheme) MetalLookAndFeel.class.getMethod("getCurrentTheme", null).invoke(null, null);
[javac] ^
[javac] cast to Class for a varargs call [javac] cast to Class[] for a non-varargs call and to suppress this warning
[javac] /home/mark/blackboard/src/net/infonode/gui/laf/InfoNodeLookAndFeel.java:246: warning: non-varargs call of varargs method with inexact argument type for last parameter;
[javac] oldMetalTheme = (MetalTheme) MetalLookAndFeel.class.getMethod("getCurrentTheme", null).invoke(null, null);
[javac] ^
[javac] cast to Object for a varargs call
[javac] cast to Object[] for a non-varargs call and to suppress this warning
[javac] /home/mark/blackboard/src/org/pbjar/jxlayer/plaf/ext/TransformUI.java:250: warning: SwingUtilities3 is internal proprietary API and may be removed in a future release
[javac] SwingUtilities3.class.getMethod("setDelegateRepaintManager",
[javac] ^
[javac] /home/mark/blackboard/src/org/pbjar/jxlayer/plaf/ext/TransformUI.java:651: warning: SwingUtilities3 is internal proprietary API and may be removed in a future release
[javac] SwingUtilities3.setDelegateRepaintManager(this.view, null);
[javac] ^
[javac] /home/mark/blackboard/src/org/pbjar/jxlayer/plaf/ext/TransformUI.java:657: warning: SwingUtilities3 is internal proprietary API and may be removed in a future release
[javac] SwingUtilities3.setDelegateRepaintManager(this.view,
[javac] ^
[javac] /home/mark/blackboard/src/org/pmedv/core/gui/ApplicationWindowAdvisorImpl.java:146: warning: NimbusLookAndFeel is internal proprietary API and may be removed in a future release
[javac] UIManager.setLookAndFeel(new NimbusLookAndFeel());
[javac] ^
[javac] /home/mark/blackboard/src/org/pmedv/core/preferences/commands/EditPreferencesCommand.java:61: warning: NimbusLookAndFeel is internal proprietary API and may be removed in a future release
[javac] UIManager.setLookAndFeel(new NimbusLookAndFeel());
[javac] ^
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[javac] 10 warnings
dist:
[delete] Deleting: /home/mark/blackboard/MANIFEST.MF
[copy] Copying 17 files to /home/mark/blackboard/build/jar
[copy] Copying 186 files to /home/mark/blackboard/build
[mkdir] Created dir: /home/mark/blackboard/dist/lib
[jar] Building jar: /home/mark/blackboard/dist/lib/BlackBoard.jar
[copy] Copying 29 files to /home/mark/blackboard/dist/lib
[delete] Deleting directory /home/mark/blackboard/build/jar
[delete] Deleting directory /home/mark/blackboard/dist/lib/dist
[copy] Copying 186 files to /home/mark/blackboard/dist/lib
[copydir] DEPRECATED - The copydir task is deprecated. Use copy instead.
[copydir] Copying 779 files to /home/mark/blackboard/dist/lib/parts
[copydir] DEPRECATED - The copydir task is deprecated. Use copy instead.
[copydir] Copying 478 files to /home/mark/blackboard/dist/lib/symbols
[copydir] DEPRECATED - The copydir task is deprecated. Use copy instead.
[copydir] Copying 9 files to /home/mark/blackboard/dist/lib/spice
[copydir] DEPRECATED - The copydir task is deprecated. Use copy instead.
[copydir] Copying 178 files to /home/mark/blackboard/dist/lib/models
[copydir] DEPRECATED - The copydir task is deprecated. Use copy instead.
[copydir] Copying 42 files to /home/mark/blackboard/dist/lib/samples
[copydir] DEPRECATED - The copydir task is deprecated. Use copy instead.
[copydir] Copying 3 files to /home/mark/blackboard/dist/lib/simulators
[copydir] DEPRECATED - The copydir task is deprecated. Use copy instead.
[copydir] Copying 6 files to /home/mark/blackboard/dist/lib/regression
[copydir] DEPRECATED - The copydir task is deprecated. Use copy instead.
[copydir] Copying 9 files to /home/mark/blackboard/dist/lib
[zip] Building zip: /home/mark/blackboard/dist/blackboard-bin-1.1.4.0.zip
BUILD SUCCESSFUL
Note this doesn’t copy as per your script BlackBoard.jar into /home/user name/ blackboard/dist /lib
Your instructions say to run issue this command
java -Dsun.java2d.opengl=true -jar dist/lib/BlackBoard.jar presuming you are of course in the correct directory
As per your instructions which are as follows
Installing under Unixoides (Linux, BSD, MacOS)
Running
This creates a zip file in /home/user-name /blackboard/dist/blackboard-bin-1.1.4.0.zip
So going back to your set of instructions this again wont work
Could you please advise
Thank you
Mark