Thanks Jonathan, better keep those beans coming in!
I'm currently working on replacing the functional internals of ClassDep
by making calls to ClassDepend, will have it done shortly, I'll post the
code on Jira when I do.
I've noticed that Jukka and yourself are quite busy working on River.
Cheers,
Peter.
Jonathan Costers wrote:
Will take a look asap, my day job is keeping me pretty busy for the moment
...
2009/4/2 Peter Firmstone (JIRA) <[email protected]>
[
https://issues.apache.org/jira/browse/RIVER-272?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12694877#action_12694877]
Peter Firmstone edited comment on RIVER-272 at 4/2/09 12:17 AM:
----------------------------------------------------------------
We need to add the ASM Libraries:
trunk/lib/asm-2.2.3.jar
trunk/lib/asm-commons-2.2.3.jar
And integrate ClassDepend into the main build file
Cheers,
Peter.
was (Author: pfirmst):
We need to add the ASM Libraries:
trunk/lib/asm-2.2.3.jar
trunk/lib/asm-commons-2.2.3.jar
I noticed that the lib directory isn't in the build files classpath.
Cheers,
Peter.
ClassDep.java relies on Sun specific Internal JDK API
------------------------------------------------------
Key: RIVER-272
URL: https://issues.apache.org/jira/browse/RIVER-272
Project: River
Issue Type: Improvement
Components: com_sun_jini_tool
Affects Versions: jtsk_2.1
Environment: Windows XP, JDK 1.4 - JDK 1.6, Eclipse 3.3 IDE
Reporter: Hakan Kocakulak
Attachments: classdepend.zip, classdepend_backport.tgz
ClassDep.java relies on Sun specific Internal JDK API
import sun.tools.java.BinaryClass;
import sun.tools.java.ClassDeclaration; import
sun.tools.java.ClassFile; import sun.tools.java.ClassNotFound; import
sun.tools.java.ClassPath; import sun.tools.java.Constants; import
sun.tools.java.Environment; import sun.tools.java.Identifier; import
sun.tools.java.MemberDefinition; import sun.tools.java.Package; import
sun.tools.java.Type;
while building from eclipse IDE, IDE do not add these Classes to
classpath and can not build project.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.