build script
er der nogen der har styr på ant??Jeg prøver på oprette en manifest fil med denne:
<target name="manifest">
<property name="version" value="1.1"/>
<tstamp/>
<manifest file="${dirs.build}/manifest.mf">
<attribute name="Built-By" value="${user.name}"/>
<section name="common">
<attribute name="Title" value="${ant.project.name}"/>
</section>
</manifest>
</target>
men jeg får denne fejl:
Could not create task of type: manifest. Common solutions are to use taskdef to declare your task, or, if this is an optional task, to put the optional.jar in the lib directory of your ant installation (ANT_HOME).