You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@abdera.apache.org by "Jun Yang (杨骏)" <jy...@google.com> on 2008/04/16 20:57:17 UTC

problem building for Eclipse

Hi all,

I am following the instructions in BUILD to build Abdera head for Eclipse:

Without Maven:
  From within eclipse, check out each of the following
  as projects.  Do not worry about the project type for now:

     * /java/trunk/build              project name: build
     * /java/trunk/core               project name: core
     * /java/trunk/dependencies       project name: dependencies
     * /java/trunk/docs               project name: docs
     * /java/trunk/examples           project name: examples
     * /java/trunk/parser             project name: parser
     * /java/trunk/server             project name: server
     * /java/trunk/security           project name: security
     * /java/trunk/spring             project name: spring
     * /java/trunk/extensions         project name: eclipse

    From the eclipse workspace root, invoke:
      ant -f build/build.xml init

    Then, from the eclipse workspace root, invoke
      ant -f snell_sandbox/eclipse/setupeclipse.xml

    This will copy all of the necessary eclipse project files over to
    the appropriate projects in the eclipse workspace.  Restart your
    eclipse workbench and all of your projects should be ready to go.

    Note: the security module will contain compile errors due to missing
    XML Security jars.  To build and use that module, you'll need to
    download the Apache XML Security and the Bouncy Castle Crypto
    implementation.

Problem is there is no "snell_sandbox/eclipse/setupeclipse.xml".  "snell"
doesn't appear in build/build.xml so it's probably not generated by that
first command of "ant -f build/build.xml init".  Any pointers?

BTW, why is the last project named "eclipse" not "extensions" like the
others?

Thanks!

Jun