0 Replies Latest reply on Jan 2, 2005 2:11 PM by folesen

    signing jars

    folesen

      I am current using jboss ide for packaging my ejb jars, war files and ear files. And it works fine, except that I need to sign some of the jars files before they are included into to war and ear files.

      I have build an ant build file which is capable of signing the jar files, and now I need to integrate this build file with the ant files generated by the jboss IDE. I have already tried the invoke the jboss generate ant files (using <ant antfile="packaging-build.xml" description="some.jar" />) from within the ant build file that does the jar signing. But for some reason it does not work.

      Has anyone some experience with something similar to my problem?