# HG changeset patch # User František Kučera # Date 1325245050 -3600 # Node ID 75b7d41b74287dc69278e151208ffee0db813384 # Parent c39a2d3cb6d2313d2b908dc58f1ce840262c6a42 Upraveno pro OpenJDK verze: 1.7.0_147-icedtea / 21.0-b17. $ java -version java version "1.7.0_147-icedtea" OpenJDK Runtime Environment (IcedTea7 2.0) (7~b147-2.0-0ubuntu0.11.10.1) OpenJDK 64-Bit Server VM (build 21.0-b17, mixed mode) diff -r c39a2d3cb6d2 -r 75b7d41b7428 java/rozsirene-atributy/nbproject/build-impl.xml --- a/java/rozsirene-atributy/nbproject/build-impl.xml Tue Dec 28 17:24:05 2010 +0100 +++ b/java/rozsirene-atributy/nbproject/build-impl.xml Fri Dec 30 12:37:30 2011 +0100 @@ -55,7 +55,14 @@ - + + + + + + + + @@ -70,8 +77,14 @@ + + + + + + @@ -84,40 +97,41 @@ - - - - - - - - - - - + + + + + + + + + + + + - - - - - + + + + + - - - - - + + + + + @@ -173,8 +187,17 @@ - + + + + + + + + + + @@ -302,7 +325,9 @@ - + + + @@ -312,7 +337,8 @@ - + + @@ -328,11 +354,56 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Must set JVM to use for profiling in profiler.info.jvm + Must set profiler agent JVM arguments in profiler.info.jvmargs.agent + @@ -427,6 +498,7 @@ + @@ -442,7 +514,7 @@ - + @@ -571,10 +643,10 @@ - + - + @@ -583,44 +655,53 @@ - To run this application from the command line without Ant, try: + To run this application from the command line without Ant, try: - java -cp "${run.classpath.with.dist.jar}" ${main.class} + java -cp "${run.classpath.with.dist.jar}" ${main.class} - + + + + + + + + + + + + + + - - - - - - - To run this application from the command line without Ant, try: + + + + + + + To run this application from the command line without Ant, try: - java -jar "${dist.jar.resolved}" + java -jar "${dist.jar.resolved}" - - - - - - - To run this application from the command line without Ant, try: - - java -jar "${dist.jar.resolved}" + + + + + - + + + + + + + + + + + Must select one file in the IDE or set profile.class + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + Must select some files in the IDE or set javac.includes diff -r c39a2d3cb6d2 -r 75b7d41b7428 java/rozsirene-atributy/nbproject/genfiles.properties --- a/java/rozsirene-atributy/nbproject/genfiles.properties Tue Dec 28 17:24:05 2010 +0100 +++ b/java/rozsirene-atributy/nbproject/genfiles.properties Fri Dec 30 12:37:30 2011 +0100 @@ -4,5 +4,5 @@ # This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml. # Do not edit this file. You may delete it but then the IDE will never regenerate such files for you. nbproject/build-impl.xml.data.CRC32=ca43bb03 -nbproject/build-impl.xml.script.CRC32=e3e40964 -nbproject/build-impl.xml.stylesheet.CRC32=229523de@1.38.3.45 +nbproject/build-impl.xml.script.CRC32=184465be +nbproject/build-impl.xml.stylesheet.CRC32=0ae3a408@1.44.1.45 diff -r c39a2d3cb6d2 -r 75b7d41b7428 java/rozsirene-atributy/src/cz/frantovo/rozsireneAtributy/Překlady_cs.properties --- a/java/rozsirene-atributy/src/cz/frantovo/rozsireneAtributy/Překlady_cs.properties Tue Dec 28 17:24:05 2010 +0100 +++ b/java/rozsirene-atributy/src/cz/frantovo/rozsireneAtributy/Překlady_cs.properties Fri Dec 30 12:37:30 2011 +0100 @@ -4,7 +4,7 @@ chyba.souborNeexistuje=Soubor neexistuje: {0} chyba.chyb\u00edParametr=O\u010dek\u00e1v\u00e1m pr\u00e1v\u011b jeden parametr \u2013 n\u00e1zev souboru. chyba.nepoda\u0159iloSeSmazat=Nepoda\u0159ilo se smazat atribut. -chyba.nepoda\u0159iloSeNa\u010d\u00edst=Nepoda\u0159ilo se na\u010d\u00edst atributy +chyba.nepoda\u0159iloSeNa\u010d\u00edst=Nepoda\u0159ilo se na\u010d\u00edst atributy. tabulka.n\u00e1zev=N\u00e1zev tabulka.hodnota=Hodnota diff -r c39a2d3cb6d2 -r 75b7d41b7428 java/rozsirene-atributy/src/cz/frantovo/rozsireneAtributy/gui/Model.java --- a/java/rozsirene-atributy/src/cz/frantovo/rozsireneAtributy/gui/Model.java Tue Dec 28 17:24:05 2010 +0100 +++ b/java/rozsirene-atributy/src/cz/frantovo/rozsireneAtributy/gui/Model.java Fri Dec 30 12:37:30 2011 +0100 @@ -6,6 +6,7 @@ import java.nio.ByteBuffer; import java.nio.file.Path; import java.nio.file.attribute.UserDefinedFileAttributeView; +import java.nio.file.spi.FileSystemProvider; import java.util.ArrayList; import java.util.HashSet; import java.util.List; @@ -31,7 +32,8 @@ public Model(File soubor) throws IOException { Path cesta = soubor.toPath(); - souborovýSystém = cesta.getFileAttributeView(UserDefinedFileAttributeView.class); + FileSystemProvider posyktovatelFS = cesta.getFileSystem().provider(); + souborovýSystém = posyktovatelFS.getFileAttributeView(cesta, UserDefinedFileAttributeView.class); načtiAtributy(); }