this is a snippet of my pom:

<executions>
                   <execution>
                       <id>tapdoc</id>
                       <phase>site</phase>
                       <configuration>
                           <tasks>
                               <ant
antfile="src/main/conf/tapdoc/build.xml" inheritRefs="true">
                                   <property name="libraries"
value="/org/jfly/web/components/JFly.library" />
                                   <property name="target.dir"
value="../target/site/JFlyWebComponents" />
                                   <property name="conf.dir"
value="src/main/conf/tapdoc" />
                                   <property name="tapdoc.links"
                     value="
http://java.sun.com/j2se/1.5.0/docs/api/,http://java.sun.com/j2ee/1.4/docs/api/,http://tapestry.apache.org/tapestry4.1/tapestry-framework/apidocs/,http://tacos.sourceforge.net/tacos4.1/tacos-core/apidocs/
"/>
                                   <target name="build" />
                               </ant>
                           </tasks>
                       </configuration>
                       <goals>
                           <goal>run</goal>
                       </goals>
                   </execution>
               </executions>

the build.xml is placed into src/main/conf/tapdoc

On 4/23/07, Andrea Chiumenti <[EMAIL PROTECTED]> wrote:

yes, but I have this message
/conf/tapdoc/build.xml:12: org.apache.hivemind.ApplicationRuntimeException:
Could not parse specification
classpath:/org/jfly/web/components/JFly.library

but src/main/java/org/jfly/web/components/JFly.library is present

the output message is:

/home/kiuma/nbjfly/trunk/JFlyWebComponents/src/conf/tapdoc/build.xml:12:
org.apache.hivemind.ApplicationRuntimeException: Could not parse
specification classpath:/org/jfly/web/components/JFly.library.
[classpath:/org/jfly/web/components/JFly.library]

On 4/23/07, Andreas Andreou <[EMAIL PROTECTED]> wrote:
>
>
> 
http://tacos.svn.sourceforge.net/viewvc/tacos/tacos-4.1/trunk/tacos-core/pom.xml?view=markup
>
> in that way, mvn executes the related ant task
>
> On 4/23/07, Andrea Chiumenti <[EMAIL PROTECTED]> wrote:
> >
> > Hello,
> > how can I use tapdoc ? mvn ....
> >
> > thx,
> > kiuma
> >
>
>
>
> --
> Andreas Andreou - [EMAIL PROTECTED] - http://andyhot.di.uoa.gr
> Tapestry / Tacos developer
> Open Source / JEE Consulting
>


Reply via email to