It's good to be able to use someting, it's better to understand how it works.
www.goanation.net
It's good to be able to use someting, it's better to understand how it works.
www.goanation.net
All things are lawful, but not all things are profitable.
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building KOKWAdminFX 1.0
[INFO] ------------------------------------------------------------------------
[WARNING] The POM for org.apache.maven.plugins:maven-jar-plugin:jar:2.5 is missing, no dependency information available
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ KOKWAdminFX ---
[INFO] Deleting C:\Users\Administrator\Downloads\Kokw-master\target
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ KOKWAdminFX ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 37 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ KOKWAdminFX ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 41 source files to C:\Users\Administrator\Downloads\Kokw-master\target\classes
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ KOKWAdminFX ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\Users\Administrator\Downloads\Kokw-master\src\test\resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ KOKWAdminFX ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ KOKWAdminFX ---
[WARNING] The POM for org.apache.maven.surefire:maven-surefire-common:jar:2.18.1 is missing, no dependency information available
[WARNING] The POM for org.apache.maven.surefire:surefire-api:jar:2.18.1 is missing, no dependency information available
[WARNING] The POM for org.apache.maven:maven-toolchain:jar:2.2.1 is missing, no dependency information available
[WARNING] The POM for org.apache.maven.plugin-tools:maven-plugin-annotations:jar:3.3 is missing, no dependency information available
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2.327 s
[INFO] Finished at: 2017-12-08T07:26:56-08:00
[INFO] Final Memory: 29M/643M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.18.1:test (default-test) on project KOKWAdminFX: Execution default-test of goal org.apache.maven.plugins:maven-surefire-plugin:2.18.1:test failed: Plugin org.apache.maven.plugins:maven-surefire-plugin:2.18.1 or one of its dependencies could not be resolved: The following artifacts could not be resolved: org.apache.maven:maven-plugin-api:jar:2.2.1, org.apache.maven.surefire:maven-surefire-common:jar:2.18.1, org.apache.maven.surefire:surefire-api:jar:2.18.1, org.apache.maven:maven-toolchain:jar:2.2.1, org.apache.maven.plugin-tools:maven-plugin-annotations:jar:3.3, org.codehaus.plexus:plexus-utils:jar:1.1: Cannot access central (https://repo.maven.apache.org/maven2) in offline mode and the artifact org.apache.maven:maven-plugin-api:jar:2.2.1 has not been downloaded from it before. -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginResolutionException
All things are lawful, but not all things are profitable.
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v1.3.8.RELEASE)
2017-12-08 07:38:30.389 INFO 5360 --- [JavaFX-Launcher] o.s.boot.SpringApplication : Starting application on WINDOWS-61RREV9 with PID 5360 (C:\Users\Administrator\.m2\repository\org\springframework\boot\spring-boot\1.3.8.RELEASE\spring-boot-1.3.8.RELEASE.jar started by Administrator in C:\Users\Administrator\Downloads\Kokw-master)
2017-12-08 07:38:30.391 INFO 5360 --- [JavaFX-Launcher] o.s.boot.SpringApplication : No active profile set, falling back to default profiles: default
2017-12-08 07:38:30.442 INFO 5360 --- [JavaFX-Launcher] s.c.a.AnnotationConfigApplicationContext : Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@1e167e77: startup date [Fri Dec 08 07:38:30 PST 2017]; root of context hierarchy
2017-12-08 07:38:30.940 INFO 5360 --- [JavaFX-Launcher] o.s.b.f.s.DefaultListableBeanFactory : Overriding bean definition for bean 'checkOutRepo' with a different definition: replacing [Generic bean: class [be.kokw.repositories.implementations.CheckOutRepoImpl]; scope=singleton; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in file [C:\Users\Administrator\Downloads\Kokw-master\target\classes\be\kokw\repositories\implementations\CheckOutRepoImpl.class]] with [Root bean: class [org.springframework.data.jpa.repository.support.JpaRepositoryFactoryBean]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null]
2017-12-08 07:38:30.944 INFO 5360 --- [JavaFX-Launcher] o.s.b.f.s.DefaultListableBeanFactory : Overriding bean definition for bean 'bookRepo' with a different definition: replacing [Generic bean: class [be.kokw.repositories.implementations.BookRepoImpl]; scope=singleton; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in file [C:\Users\Administrator\Downloads\Kokw-master\target\classes\be\kokw\repositories\implementations\BookRepoImpl.class]] with [Root bean: class [org.springframework.data.jpa.repository.support.JpaRepositoryFactoryBean]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null]
2017-12-08 07:38:31.598 INFO 5360 --- [JavaFX-Launcher] j.LocalContainerEntityManagerFactoryBean : Building JPA container EntityManagerFactory for persistence unit 'default'
2017-12-08 07:38:31.624 INFO 5360 --- [JavaFX-Launcher] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [
name: default
...]
2017-12-08 07:38:31.748 INFO 5360 --- [JavaFX-Launcher] org.hibernate.Version : HHH000412: Hibernate Core {4.3.11.Final}
2017-12-08 07:38:31.751 INFO 5360 --- [JavaFX-Launcher] org.hibernate.cfg.Environment : HHH000206: hibernate.properties not found
2017-12-08 07:38:31.753 INFO 5360 --- [JavaFX-Launcher] org.hibernate.cfg.Environment : HHH000021: Bytecode provider name : javassist
2017-12-08 07:38:31.924 INFO 5360 --- [JavaFX-Launcher] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {4.0.5.Final}
All things are lawful, but not all things are profitable.
All things are lawful, but not all things are profitable.
All things are lawful, but not all things are profitable.
It's good to be able to use someting, it's better to understand how it works.
www.goanation.net
S Fox wrote:Yep I do use scenebuilder (w/ java8 right now) and I know it has the include submenu, but I wasn't sure if it would work for controllable components as they each need their own fx:id. Including 50 buttons with the same fx:id, that's not gonna work.
So I had seen on a blog someone saying it doesn't work for that reason, and is only suited for non-interactive panels and such. But now I found someone that seems to be saying it does work by using a trick, over at stack overflow
I will have to try it out and see what happens, will be pretty cool if it works!
It's good to be able to use someting, it's better to understand how it works.
www.goanation.net
It's good to be able to use someting, it's better to understand how it works.
www.goanation.net
Daniel Demesmaecker wrote:This said, I don't see why they would have a id, since you can specify your methods in your fxml
It's good to be able to use someting, it's better to understand how it works.
www.goanation.net
Consider Paul's rocket mass heater. |