Code Monkey home page Code Monkey logo

databinder-for-wicket's People

Contributors

jonathanlocke avatar kryptt avatar xhanin avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

databinder-for-wicket's Issues

Build instructions?

I'm not sure how to build Databinder given the checkout, and I've not familiar with the error messages that Maven throws up.

So based off a straight git checkout, I go into pom.xml and add

databinder Databinder repository http://databinder.net/repo/

to the pom.xml file. Then I type mvn -e compile:

[12:29:00] wsargent:Databinder-for-Wicket git:(master*) $ mvn -e compile

JRebel 4.5 (201109201828)
(c) Copyright ZeroTurnaround OU, Estonia, Tartu.

Over the last 30 days JRebel prevented
at least 2 redeploys/restarts saving you about 0.1 hours.

Over the last 214 days JRebel prevented
at least 509 redeploys/restarts saving you about 20.6 hours.

This product is licensed to Personal
until May 11, 2012
for use with Scala classes only
for up to developer seats on site.

The following plugins are disabled at the moment:

  • Click plugin (set -Drebel.click_plugin=true to enable)
    Reloads menu.xml menu definitions of Apache Click projects.
  • Jersey plugin (set -Drebel.jersey_plugin=true to enable)
    Reloads Jersey configuration from Java annotations.
  • Lift plugin (set -Drebel.lift_plugin=true to enable)
    Supports reloading singleton objects that extend RestHelper, MVCHelper,
    LiftScreen or Wizard.
  • Oracle ADF Faces plugin (set -Drebel.adf_faces_plugin=true to enable)
    JRebel ADF Faces Plugin
  • Seam-Wicket plugin (set -Drebel.seam_wicket_plugin=true to enable)
    Integration with load time weaving seam annotations to wicket classes
    (-javaagent:)
  • WebObjects plugin (set -Drebel.webobjects_plugin=true to enable)
    WebObjects JRebel Plugin

JRebel: A newer version '4.5.2' is available for download
JRebel: from http://www.zeroturnaround.com/jrebel/upgrade/

Missing:

  1. org.codehaus.plexus:plexus-utils:jar:1.1

Try downloading the file manually from the project website.

Then, install it using the command:
mvn install:install-file -DgroupId=org.codehaus.plexus -DartifactId=plexus-utils -Dversion=1.1 -Dpackaging=jar -Dfile=/path/to/file

Alternatively, if you host your own repository you can deploy the file there:
mvn deploy:deploy-file -DgroupId=org.codehaus.plexus -DartifactId=plexus-utils -Dversion=1.1 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

Path to dependency:
1) net.databinder:databinder-parent:pom:1.3.2-SNAPSHOT
2) org.codehaus.plexus:plexus-utils:jar:1.1

  1. org.apache.maven.wagon:wagon-webdav:jar:1.0-beta-2

Try downloading the file manually from the project website.

Then, install it using the command:
mvn install:install-file -DgroupId=org.apache.maven.wagon -DartifactId=wagon-webdav -Dversion=1.0-beta-2 -Dpackaging=jar -Dfile=/path/to/file

Alternatively, if you host your own repository you can deploy the file there:
mvn deploy:deploy-file -DgroupId=org.apache.maven.wagon -DartifactId=wagon-webdav -Dversion=1.0-beta-2 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

Path to dependency:
1) net.databinder:databinder-parent:pom:1.3.2-SNAPSHOT
2) org.apache.maven.wagon:wagon-webdav:jar:1.0-beta-2


2 required artifacts are missing.

for artifact:
net.databinder:databinder-parent:pom:1.3.2-SNAPSHOT

from the specified remote repositories:
central (http://repo1.maven.org/maven2),
databinder (http://databinder.net/repo/)

[INFO] ------------------------------------------------------------------------
[INFO] Trace

org.apache.maven.lifecycle.LifecycleExecutionException: Missing:

  1. org.codehaus.plexus:plexus-utils:jar:1.1

Try downloading the file manually from the project website.

Then, install it using the command:
mvn install:install-file -DgroupId=org.codehaus.plexus -DartifactId=plexus-utils -Dversion=1.1 -Dpackaging=jar -Dfile=/path/to/file

Alternatively, if you host your own repository you can deploy the file there:
mvn deploy:deploy-file -DgroupId=org.codehaus.plexus -DartifactId=plexus-utils -Dversion=1.1 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

Path to dependency:
1) net.databinder:databinder-parent:pom:1.3.2-SNAPSHOT
2) org.codehaus.plexus:plexus-utils:jar:1.1

  1. org.apache.maven.wagon:wagon-webdav:jar:1.0-beta-2

Try downloading the file manually from the project website.

Then, install it using the command:
mvn install:install-file -DgroupId=org.apache.maven.wagon -DartifactId=wagon-webdav -Dversion=1.0-beta-2 -Dpackaging=jar -Dfile=/path/to/file

Alternatively, if you host your own repository you can deploy the file there:
mvn deploy:deploy-file -DgroupId=org.apache.maven.wagon -DartifactId=wagon-webdav -Dversion=1.0-beta-2 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

Path to dependency:
1) net.databinder:databinder-parent:pom:1.3.2-SNAPSHOT
2) org.apache.maven.wagon:wagon-webdav:jar:1.0-beta-2


2 required artifacts are missing.

for artifact:
net.databinder:databinder-parent:pom:1.3.2-SNAPSHOT

from the specified remote repositories:
central (http://repo1.maven.org/maven2),
databinder (http://databinder.net/repo/)

at org.apache.maven.lifecycle.DefaultLifecycleExecutor.findExtensions(DefaultLifecycleExecutor.java:204)
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:178)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:328)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:362)
at org.apache.maven.cli.compat.CompatibleMain.main(CompatibleMain.java:60)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
at org.codehaus.classworlds.Launcher.main(Launcher.java:375)

Caused by: org.apache.maven.artifact.resolver.MultipleArtifactsNotFoundException: Missing:

  1. org.codehaus.plexus:plexus-utils:jar:1.1

Try downloading the file manually from the project website.

Then, install it using the command:
mvn install:install-file -DgroupId=org.codehaus.plexus -DartifactId=plexus-utils -Dversion=1.1 -Dpackaging=jar -Dfile=/path/to/file

Alternatively, if you host your own repository you can deploy the file there:
mvn deploy:deploy-file -DgroupId=org.codehaus.plexus -DartifactId=plexus-utils -Dversion=1.1 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

Path to dependency:
1) net.databinder:databinder-parent:pom:1.3.2-SNAPSHOT
2) org.codehaus.plexus:plexus-utils:jar:1.1

  1. org.apache.maven.wagon:wagon-webdav:jar:1.0-beta-2

Try downloading the file manually from the project website.

Then, install it using the command:
mvn install:install-file -DgroupId=org.apache.maven.wagon -DartifactId=wagon-webdav -Dversion=1.0-beta-2 -Dpackaging=jar -Dfile=/path/to/file

Alternatively, if you host your own repository you can deploy the file there:
mvn deploy:deploy-file -DgroupId=org.apache.maven.wagon -DartifactId=wagon-webdav -Dversion=1.0-beta-2 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

Path to dependency:
1) net.databinder:databinder-parent:pom:1.3.2-SNAPSHOT
2) org.apache.maven.wagon:wagon-webdav:jar:1.0-beta-2


2 required artifacts are missing.

for artifact:
net.databinder:databinder-parent:pom:1.3.2-SNAPSHOT

from the specified remote repositories:
central (http://repo1.maven.org/maven2),
databinder (http://databinder.net/repo/)

at org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:360)
at org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:304)
at org.apache.maven.extension.DefaultExtensionManager.addExtension(DefaultExtensionManager.java:136)
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.findExtensions(DefaultLifecycleExecutor.java:196)
... 13 more

[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2 seconds
[INFO] Finished at: Fri Nov 18 12:29:07 PST 2011
[INFO] Final Memory: 6M/81M
[INFO] ------------------------------------------------------------------------

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.