Results 1 to 3 of 3

Thread: Cant Generate Warfile

  1. #1
    Join Date
    Mar 2005
    Posts
    2

    Default Cant Generate Warfile

    I failed to create the warfile ......

    C:\RICHCL~1\SPRING~1\samples\petclinic>ant warfile
    Buildfile: build.xml

    compile:

    build-dependencies:

    build-clientserver:
    [delete] Deleting directory C:\RICHCL~1\SPRING~1\samples\petclinic\temporary
    [mkdir] Created dir: C:\RICHCL~1\SPRING~1\samples\petclinic\temporary
    [unjar] Expanding: C:\RICHCL~1\SPRING~1\samples\petclinic\dist\lib\ac egi-sec
    urity.jar into C:\RICHCL~1\SPRING~1\samples\petclinic\temporary
    [delete] Deleting directory C:\RICHCL~1\SPRING~1\samples\petclinic\temporary
    [mkdir] Created dir: C:\RICHCL~1\SPRING~1\samples\petclinic\temporary
    [unjar] Expanding: C:\RICHCL~1\SPRING~1\samples\petclinic\dist\lib\ja vahelp.
    jar into C:\RICHCL~1\SPRING~1\samples\petclinic\temporary
    [signjar] Signing JAR: C:\RICHCL~1\SPRING~1\samples\petclinic\dist\lib\ac egi-s
    ecurity.jar
    [signjar] jarsigner error: java.lang.RuntimeException: keystore load: C:\richc
    lient\spring-richclient\samples\petclinic\${signature.keystore} (The system cann
    ot find the file specified)

    BUILD FAILED
    C:\RICHCL~1\SPRING~1\samples\petclinic\build.xml:1 46: exec returned: 1

  2. #2
    Join Date
    Nov 2004
    Location
    Minneapolis, MN
    Posts
    19

    Default Post your code

    Post your build file.

    I think it may have to do with missing the ${signature.keystore} definition.

    Make sure this variable is defined in either your build.xml or a build.properties file that is correctly referenced in your build.xml.

    Defining it in your build.xml file should look like this:
    Code:
    <property name="signature.keystore" value="valueOfYourVariable" />
    I'll watch this thread. Keep us posted.

    Thanks,
    Chris Rosenquest
    Object Partners, Inc.
    Minneapolis, MN

  3. #3
    Join Date
    Mar 2005
    Posts
    2

    Default Do we need to change the build file from cvs?

    Hi Chris Rosenquest,

    Actually I used the build file from the cvs without any changes. Maybe I have missed some steps in buiding the application? Thanks . . .

Similar Threads

  1. Generate Unit Tests
    By schuer in forum Container
    Replies: 4
    Last Post: Oct 2nd, 2005, 11:27 AM
  2. Generate xml files based off different schemas?
    By realdahan in forum Architecture
    Replies: 3
    Last Post: Jun 20th, 2005, 09:31 AM
  3. I didn't Generate PDF File
    By Yashima in forum Web
    Replies: 2
    Last Post: Apr 8th, 2005, 02:37 AM
  4. Replies: 3
    Last Post: Jan 17th, 2005, 03:52 PM
  5. AOP to generate ApplicationEvents
    By khagel in forum AOP
    Replies: 1
    Last Post: Nov 11th, 2004, 03:34 PM

Posting Permissions

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