ant build fails when ABDERA_XMLSECURITY=yes not set
---------------------------------------------------
Key: ABDERA-130
URL: https://issues.apache.org/jira/browse/ABDERA-130
Project: Abdera
Issue Type: Bug
Reporter: David Primmer
BUILD FAILED
/home/primmer/abdera/svn_head/build/build.xml:448:
/home/primmer/abdera/svn_head/build/work/security not found.
the offending line:
<fileset dir="${security.work}" includes="**/*" excludes="META-INF/**/*"/>
when this dir is not present (because it was not created) this part of the jar
build dies. Take out that line and the build finishes.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.