A file "**\cmf\example\Database\SDSHierachyImport.java" gets included in the
javac task despite being listed in the excludes file.  Can anyone shed any
light on why this may be the case.  (we're using jakarta-ant-1.3, and
jdk1.3.1_02)?

target:
        <javac srcdir="${src}" 
                destdir="${ssclasses}" 
                classpath="${ssabcp}" 
                excludesfile="${ssabhome}\ssab.excludes.txt" 
                deprecation="on"
                debug="on"                              
                failonerror="no"/>

The content of ssab.excludes.txt is:

**\cmf\example\Database\CalendarImport.java
**\cmf\example\Database\CallDepositImport.java
**\cmf\example\Database\CallLoanImport.java
**\cmf\example\Database\CurrencyImport.java
**\cmf\example\Database\MarginCallImport.java
**\cmf\example\Database\MarginReturnImport.java
**\cmf\example\Database\PrincipalDecreaseImport.java
**\cmf\example\Database\PrincipalIncreaseImport.java
**\cmf\example\Database\SDSHierachyImport.java
**\example\FXSwapExample.java
**\example\LoanDepositExample.java
**\example\MarshallExample.java
**\example\MarshallExample2.java
**\example\MorFXSpotExample.java
**\example\UnmarshallerExample.java
**\generator\javablend\Frame1.java
**\nostroconfig\**
**\nostrorec\**
**\sds\com\**
**\src\SimpleThread.java
**\ssclients\generation\**

And the output fron the builds is:

    [javac]                    ^
    [javac] C:\work\com\cw\cmf\example\Database\SDSHierachyImport.java:31:
cannot resolve symbol
    [javac] symbol  : class EmuCurrencyImpl  
    [javac] location: class com.cw.cmf.example.Database.SDSHierachyImport
    [javac]     EmuCurrencyImpl theEmuCurrency = null;
    [javac]     ^
    [javac] 1 error

------------------------------------------------------------------------------
Part of the Halifax Group, Halifax plc, Registered in England No. 2367076.  Registered 
Office: Trinity Road, Halifax, West Yorkshire HX1 2RG. Represents only the Halifax 
Financial Services Marketing Group for the purposes of advising on and selling life 
assurance, pensions and unit trust business.  The Marketing Group is regulated by the 
Personal Investment Authority.  Switchboard 01422 333333.


==============================================================================

Reply via email to