Search the web
Sign In
New User? Sign Up
jdepend
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
jdepend ant problem   Message List  
Reply | Forward Message #38 of 72 |
hi there,
i am trying to integrate jdepend in my ant build file and i have used
the ant task <jdepend> with no success...

this is the task i have been using:

<target name="jdepend">
<jdepend outputfile="${xml.dir}/jdepend.xml" fork="yes"
format="xml">
<sourcespath>
<pathelement location="${src.dir}"/>
</sourcespath>
<classpath>
<pathelement location="${build.classes.dir}"/>
<pathelement location="lib/jdepend.jar"/>
</classpath>
</jdepend>
</target>

Ant Version: 1.5.1 in Netbeans

This is the error:
build.xml [322] The <jdepend> task doesn't support nested text data.

Does anyone know?

thanks!

bye, oliver




Tue Nov 4, 2003 3:25 pm

okr@...
Send Email Send Email

Forward
Message #38 of 72 |
Expand Messages Author Sort by Date

hi there, i am trying to integrate jdepend in my ant build file and i have used the ant task <jdepend> with no success... this is the task i have been using: ...
Oliver Kießler
okr@...
Send Email
Nov 4, 2003
3:26 pm

... I'm unable to reproduce the error in Ant 1.5.3. I'm not using Netbeans. I copied your Ant task and merely changed the directory names, and I did not...
Mike Clark
clarkware
Offline Send Email
Nov 5, 2003
4:41 pm
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help