Bugs item #457149, was opened at 2001-08-31 01:47
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=376685&aid=457149&group_id=22866

Category: JBossDoc
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: ant for example cmp does not work

Initial Comment:
the problem come up with the version i downloaded 
today document-examples.tar.gz from 2001-aug-30


the ant-script for the client part of cmp example does 
not work, since the variable ${client} is nowhere set. 
i changed the ant-script as follows to make it 
running: (basically i added some prperty name="client" 
value="blabla"/>
)
olaf

--------------------------------

 <!-- 
*******************************************************
******************** -->
    <!-- Chapter 4 - CMP -->
        
    <target name="cmp-cd-compile" depends="init">
        <ant 
antfile="org/jboss/docs/cmp/cd/build/build-cmp-cd-
compile.xml" target="main" />
    </target>
    
    <target name="cmp-cd-dist" depends="cmp-cd-
compile">
        <!-- Nothing special here -->
    </target>
    
    <target name="cmp-cd-list" depends="init">
        <property name="client" value="List"/>
        <ant 
antfile="org/jboss/docs/cmp/cd/build/build-client.xml" 
target="main" />
    </target>
    
    <target name="cmp-cd-upload" depends="init">
        <property name="client" value="Upload"/>
        <ant 
antfile="org/jboss/docs/cmp/cd/build/build-client.xml" 
target="main" />
    </target>

    <target name="cmp-cd-remove" depends="init">
        <property name="client" value="Remove"/>
        <ant 
antfile="org/jboss/docs/cmp/cd/build/build-client.xml" 
target="main" />
    </target>
    

----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=376685&aid=457149&group_id=22866

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to