ok I am in progress

I am trying on Ubuntu.... as you suggested I installed the package
ant-optional and I have seen that in the build.xml you declared the
ant-contrib-1.0b3.jar, so I got it and copied it in the /usr/share/ant/lib.
and I modified the build.xml like this (as explain in the webpage
http://ant-contrib.sourceforge.net/)
 <taskdef resource="net/sf/antcontrib/antcontrib.properties">
        <classpath>
            <pathelement
location="/usr/share/java/lib/ant-contrib-1.0b3.jar"/>
        </classpath>
    </taskdef>

and now I have this message:
da...@macbook:~/Programs/cdk-1.1.5$ ant
Buildfile: build.xml

dist-all:

checkPlatforms:

check:

setupBuildDir:

init:

javacc:

customize:

runDoclet:
     [echo] Not skipping doclet run...

compile-init:

BUILD FAILED
/home/david/Programs/cdk-1.1.5/build.xml:470: foreach doesn't support the
"maxthreads" attribute

Total time: 2 seconds

david



Egon Willighagen-5 wrote:
> 
> On Tue, Feb 17, 2009 at 2:25 PM, David Lagorce
> <[email protected]> wrote:
>> and still the same with my ubuntu8.10 computer
> 
> There at least it should work (I have that set up too)... do you have
> these two Ubuntu packages installed:
> ant, ant-optional?
> 
> I also have ant-gcj, but that should not matter...
> 
> Egon
> 
> -- 
> ----
> Post-doc @ Uppsala University
> http://chem-bla-ics.blogspot.com/
> 
> ------------------------------------------------------------------------------
> Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco,
> CA
> -OSBC tackles the biggest issue in open source: Open Sourcing the
> Enterprise
> -Strategies to boost innovation and cut costs with open source
> participation
> -Receive a $600 discount off the registration fee with the source code:
> SFAD
> http://p.sf.net/sfu/XcvMzF8H
> _______________________________________________
> Cdk-user mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/cdk-user
> 
> 

-- 
View this message in context: 
http://www.nabble.com/problem-installing-cdk-tp22010819p22058823.html
Sent from the cdk-user mailing list archive at Nabble.com.


------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Cdk-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/cdk-user

Reply via email to