Ok i fixed the code line by a "normal" text-is-empty check :-). I think String.isEmpty() is part of java6. I only use java5 and there was no advice on the website.
But now i get: Downloading: http://brix-cms.googlecode.com/svn/maven2//postgresql/postgresql/8.3-603.jdbc4/postgresql-8.3-603.jdbc4.jar Downloading: http://wicketstuff.org/maven/repository//postgresql/postgresql/8.3-603.jdbc4/postgresql-8.3-603.jdbc4.jar Downloading: http://repo1.maven.org/maven2/postgresql/postgresql/8.3-603.jdbc4/postgresql-8.3-603.jdbc4.jar 463K downloaded [INFO] ------------------------------------------------------------------------ [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] Failed to resolve artifact. Missing: ---------- 1) javax.transaction:jta:jar:1.0.1B Try downloading the file manually from: http://java.sun.com/products/jta Then, install it using the command: mvn install:install-file -DgroupId=javax.transaction -DartifactId=jta -Dversion=1.0.1B -Dpackaging=jar -Dfile=/path/to/ file Alternatively, if you host your own repository you can deploy the file there: mvn deploy:deploy-file -DgroupId=javax.transaction -DartifactId=jta -Dversion=1.0.1B -Dpackaging=jar -Dfile=/path/to/fi le -Durl=[url] -DrepositoryId=[id] Path to dependency: 1) brix:brix-rmiserver:war:1.0-SNAPSHOT 2) org.hibernate:hibernate:jar:3.2.6.ga 3) javax.transaction:jta:jar:1.0.1B ---------- 1 required artifact is missing. for artifact: brix:brix-rmiserver:war:1.0-SNAPSHOT from the specified remote repositories: central (http://repo1.maven.org/maven2), WicketStuff (http://wicketstuff.org/maven/repository/), Brix (http://brix-cms.googlecode.com/svn/maven2/) [INFO] ------------------------------------------------------------------------ [INFO] For more information, run Maven with the -e switch [INFO] ------------------------------------------------------------------------ [INFO] Total time: 2 minutes 35 seconds [INFO] Finished at: Fri Jul 25 11:55:26 CEST 2008 [INFO] Final Memory: 18M/38M [INFO] ------------------------------------------------------------------------ Cheers Per -- View this message in context: http://www.nabble.com/-ANN--Brix-1.0-beta1-tp18614003p18648719.html Sent from the Wicket - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
