sigil-ivy-plugin.jar should export ant tasks via properties file vs expecting 
user to track classes that implement tasks
------------------------------------------------------------------------------------------------------------------------

                 Key: FELIX-1359
                 URL: https://issues.apache.org/jira/browse/FELIX-1359
             Project: Felix
          Issue Type: Improvement
          Components: Sigil
            Reporter: David Savage
            Priority: Minor


There are currently lots of repeated entries in examples files like:

  <classpath file="${ivy.settings.dir}/../../../target/sigil-ivy-plugin.jar" />
  <typedef name="sigil-parser" 
classname="org.apache.felix.sigil.ivy.SigilParser" />
  <typedef name="sigil" classname="org.apache.felix.sigil.ivy.SigilResolver" />

Would be better to use the form of task def:

<project xmlns:sigil="sigillib:org.apache.felix.sigil">
     <taskdef uri="sigillib:org.apache.felix.sigil"
              resource="sigillib.properties"
              
classpath="${ivy.settings.dir}/../../../target/sigil-ivy-plugin.jar"/>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to