File tree Expand file tree Collapse file tree 7 files changed +9
-19
lines changed
JOpenShowVar-swing/nbproject Expand file tree Collapse file tree 7 files changed +9
-19
lines changed Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ do.depend=false
3
3
do.jar =true
4
4
javac.debug =true
5
5
javadoc.preview =true
6
- user.properties.file =\\\\aure.hials.no\\users\\laht\\AppData\\Roaming\\NetBeans\\8.0.1 \\build.properties
6
+ user.properties.file =\\\\aure.hials.no\\users\\laht\\AppData\\Roaming\\NetBeans\\8.0.2 \\build.properties
Original file line number Diff line number Diff line change 2
2
<project-private xmlns =" http://www.netbeans.org/ns/project-private/1" >
3
3
<editor-bookmarks xmlns =" http://www.netbeans.org/ns/editor-bookmarks/2" lastBookmarkId =" 0" />
4
4
<open-files xmlns =" http://www.netbeans.org/ns/projectui-open-files/2" >
5
- <group >
6
- <file >file:/C:/GitRepo/JOpenShowVar/JOpenShowVar-core/src/no/hials/ConsoleLaunch.java</file >
7
- <file >file:/C:/GitRepo/JOpenShowVar/JOpenShowVar-core/src/no/hials/Test.java</file >
8
- <file >file:/C:/GitRepo/JOpenShowVar/JOpenShowVar-core/src/no/hials/crosscom/CrossComClient.java</file >
9
- <file >file:/C:/GitRepo/JOpenShowVar/JOpenShowVar-core/src/no/hials/Test2.java</file >
10
- </group >
5
+ <group />
11
6
</open-files >
12
7
</project-private >
Original file line number Diff line number Diff line change 33
33
import no .hials .crosscom .KRL .KRLBool ;
34
34
import no .hials .crosscom .KRL .structs .KRLE6Axis ;
35
35
import no .hials .crosscom .KRL .KRLEnum ;
36
- import no .hials .crosscom .KRL .structs .KRLPos ;
37
36
import no .hials .crosscom .KRL .KRLReal ;
38
37
import no .hials .crosscom .KRL .KRLVariable ;
38
+ import no .hials .crosscom .KRL .structs .KRLPos ;
39
39
import no .hials .crosscom .Request ;
40
- import org .omg .PortableServer .REQUEST_PROCESSING_POLICY_ID ;
41
40
42
41
/**
43
42
* Test program to see if everything is ok. Remember to set the IP and Port to
48
47
public class Test {
49
48
50
49
public static void main (String [] args ) throws IOException , InterruptedException {
51
- try (CrossComClient client = new CrossComClient ("158.38.140.195" , 7000 )) {
50
+
51
+ try (CrossComClient client = new CrossComClient ("localhost" , 7000 )) {
52
52
53
53
KRLPos pos = new KRLPos ("MYPOS" );
54
54
pos .setX (2 );
55
55
pos .setY (1 ); //MYPOS is defined manually in $config.dat
56
+ pos .setXToZ (1 , 2 , 3 );
56
57
client .writeVariable (pos );
57
58
System .out .println (pos );
58
59
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ public class Test2 {
47
47
* @throws IOException on IO error
48
48
*/
49
49
public static void main (String [] args ) throws IOException {
50
- try (CrossComClient client = new CrossComClient ("158.38.85.126 " , 7000 )) {
50
+ try (CrossComClient client = new CrossComClient ("localhost " , 7000 )) {
51
51
52
52
//Comparison between v0.1 and v0.2
53
53
//v0.1 read
Original file line number Diff line number Diff line change @@ -30,12 +30,12 @@ dist.javadoc.dir=${dist.dir}/javadoc
30
30
endorsed.classpath =
31
31
excludes =
32
32
file.reference.glazedlists_java15-1.9.0.jar =../libs/glazedlists_java15-1.9.0.jar
33
- file.reference.JOpenShowVar-core_0.2.1. jar =../JOpenShowVar-core_0.2.1 .jar
33
+ file.reference.JOpenShowVar-core. jar =../JOpenShowVar-core/dist/JOpenShowVar-core .jar
34
34
includes =**
35
35
jar.compress =false
36
36
javac.classpath =\
37
37
${file.reference.glazedlists_java15-1.9.0.jar}:\
38
- ${file.reference.JOpenShowVar-core_0.2.1 .jar}
38
+ ${file.reference.JOpenShowVar-core .jar}
39
39
# Space-separated list of extra javac options
40
40
javac.compilerargs =
41
41
javac.deprecation =false
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments