Page 2 of 2 FirstFirst 12
Results 11 to 16 of 16

Thread: build.xml seems to be broken

  1. #11
    Join Date
    Jul 2005
    Location
    Santa Cruz, CA
    Posts
    41

    Default

    Nevermind. I checked out a clean copy of SpringModules and everything worked fine. I must have deleted something somewhere and CVS didn't re-download it when I ran CVS update... or something. Bottom line is, it seems happy for the moment. Thanks!

  2. #12
    Join Date
    Jan 2005
    Location
    Bucharest, Romania
    Posts
    5,403

    Default

    Mark, I just checkout out the project on a linux machine and everything works fine. Please check your project and synchronize all your folders - I think you are not synchronized properly.

    For the record I've done a:
    #cvs -d server:costin@cvs.dev.java.net:/cvs checkout springmodules/projects
    # ant
    Costin Leau
    SpringSource - http://www.SpringSource.com- Spring Training, Consulting, and Support - "From the Source"
    http://twitter.com/costinl
    Please use [ c o d e ] [ / c o d e ] tags

  3. #13
    Join Date
    Jan 2005
    Location
    Bucharest, Romania
    Posts
    5,403

    Default

    Okay - I'm glad things turned out alright

    P.S. I have seen your reply only after posting my reply. The build took a while.
    Costin Leau
    SpringSource - http://www.SpringSource.com- Spring Training, Consulting, and Support - "From the Source"
    http://twitter.com/costinl
    Please use [ c o d e ] [ / c o d e ] tags

  4. #14
    Join Date
    Jul 2005
    Location
    Santa Cruz, CA
    Posts
    41

    Default Building the docs...

    I am having trouble building the Docs though (not the Javadocs, that target worked fine). It seems the "ant doc-html" target still expects to be invoked from the springmodules root. If its run from a brand new jcr directory (as I just tried), it complains about not having the required libraries. If you put those in, it complains about not having the images. If you copy the images directory (from springmodules/docs/reference/images), it tells you that "html" isn't a valid directory (referring to the output directory). And this is where I give up .

    This isn't a big deal for me since I have the docs I built from last week, but it might be important to others so I thought I'd mention it.

    Thanks for your help.

  5. #15
    Join Date
    Jan 2005
    Location
    Bucharest, Romania
    Posts
    5,403

    Default

    Thanks for reminding me. I'll work on it once I have some free time. I've raised an issue on jira: http://opensource2.atlassian.com/pro.../browse/MOD-86
    Costin Leau
    SpringSource - http://www.SpringSource.com- Spring Training, Consulting, and Support - "From the Source"
    http://twitter.com/costinl
    Please use [ c o d e ] [ / c o d e ] tags

  6. #16
    Join Date
    Jan 2005
    Location
    Bucharest, Romania
    Posts
    5,403

    Default

    Not sure if you are watching http://opensource2.atlassian.com/pro.../browse/MOD-86 but I just closed it. I have fixed the documentation generation - make sure you read the using_sbc.txt from projects/common-build-extension.

    You should be able to generate documentation per module or per entire Spring Modules project. Feedback is welcomed. Thanks.
    Costin Leau
    SpringSource - http://www.SpringSource.com- Spring Training, Consulting, and Support - "From the Source"
    http://twitter.com/costinl
    Please use [ c o d e ] [ / c o d e ] tags

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •