[
https://issues.apache.org/jira/browse/RIVER-272?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jonathan Costers updated RIVER-272:
-----------------------------------
Attachment: RIVER-tools.patch
I have created a patch (RIVER-tools.patch) that moves the ASM libraries inside
the River lib directory:
- asm-3.2.jar and asm-commons-3.2.jar are now located in the lib directory
- removed the tools directory
- changes were made to tools.jar MANIFEST accordingly
- PMOs were updated to include the ASM dependency
I believe it makes more sense this way when deploying River somewhere.
tools.jar now expects the ASM JARs in the same directory as where itself is
located.
If everybody is OK with this, I would like to apply the patch to trunk.
Thanks and best regards
Jonathan
> 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
> Assignee: Peter Firmstone
> Attachments: ClassDep-a4.patch, ClassDep-a5.patch, ClassDep-a6.patch,
> classdepend.zip, classdepend_backport.tgz, ClassDepReplacement.tgz,
> ClassDepReplacement_alpha-2.tgz, ClassDepReplacement_alpha-3.tgz,
> ClassDepReplacement_alpha-4.tgz, RIVER-tools.patch
>
>
> 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.