jadclipse-develop Mailing List for JadClipse - Eclipse plugin (Page 16)
Status: Beta
Brought to you by:
vovikg
You can subscribe to this list here.
| 2005 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(27) |
Oct
(22) |
Nov
(21) |
Dec
(14) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2006 |
Jan
(6) |
Feb
(11) |
Mar
(12) |
Apr
(11) |
May
(11) |
Jun
(1) |
Jul
(5) |
Aug
(4) |
Sep
(12) |
Oct
(19) |
Nov
(20) |
Dec
(22) |
| 2007 |
Jan
(12) |
Feb
(2) |
Mar
(4) |
Apr
(11) |
May
(8) |
Jun
(4) |
Jul
(4) |
Aug
(4) |
Sep
(6) |
Oct
(2) |
Nov
(3) |
Dec
(4) |
| 2008 |
Jan
(5) |
Feb
(5) |
Mar
(1) |
Apr
(1) |
May
(1) |
Jun
(3) |
Jul
(5) |
Aug
(2) |
Sep
(10) |
Oct
(4) |
Nov
(3) |
Dec
|
| 2009 |
Jan
(2) |
Feb
(6) |
Mar
(2) |
Apr
(2) |
May
|
Jun
(2) |
Jul
(1) |
Aug
(1) |
Sep
(4) |
Oct
(1) |
Nov
(32) |
Dec
(1) |
| 2010 |
Jan
(1) |
Feb
|
Mar
(3) |
Apr
(4) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2011 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
(1) |
Sep
(1) |
Oct
|
Nov
|
Dec
|
| 2012 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: SourceForge.net <no...@so...> - 2005-09-27 20:17:48
|
Patches item #867236, was opened at 2003-12-29 18:32 Message generated for change (Settings changed) made by jgyger You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427344&aid=867236&group_id=40205 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None >Status: Closed Resolution: None Priority: 5 Submitted By: Marcus Nylander (marcusnylander) Assigned to: Nobody/Anonymous (nobody) Summary: Patch to get Jadclipse working in Eclipse 3.0 M6 Initial Comment: Compiled version below. Patch that was applied to applied to the "Eclipse3port" branch: Index: .classpath ========================================== ========================= retrieving revision 1.10 diff -u -r1.10 .classpath --- .classpath 9 Apr 2003 06:12:14 -0000 1.10 +++ .classpath 29 Dec 2003 18:27:52 -0000 @@ -1,12 +1,28 @@ <?xml version="1.0" encoding="UTF-8"?> <classpath> - <classpathentry kind="src" path="src"/> - <classpathentry kind="var" path="JRE_LIB" sourcepath="JRE_SRC"/> - <classpathentry kind="src" path="/org.eclipse.core.resources"/> - <classpathentry kind="src" path="/org.eclipse.core.runtime"/> - <classpathentry kind="src" path="/org.eclipse.jdt.core"/> - <classpathentry kind="src" path="/org.eclipse.jdt.debug.ui"/> - <classpathentry kind="src" path="/org.eclipse.jdt.ui"/> - <classpathentry kind="src" path="/org.eclipse.ui"/> - <classpathentry kind="output" path="bin"/> + <classpathentry kind="src" path="src"/> + <classpathentry sourcepath="ORG_ECLIPSE_PLATFORM_SOURCE_SRC/org. eclipse.ui.ide_3.0.0/idesrc.zip" kind="var" path="ECLIPSE_HOME/plugins/org.eclipse.ui.ide_3.0.0/ide. jar"/> + <classpathentry sourcepath="ORG_ECLIPSE_PLATFORM_SOURCE_SRC/org. eclipse.ui.views_3.0.0/viewssrc.zip" kind="var" path="ECLIPSE_HOME/plugins/org.eclipse.ui.views_3.0.0/ views.jar"/> + <classpathentry sourcepath="ORG_ECLIPSE_PLATFORM_SOURCE_SRC/org. eclipse.jface.text_3.0.0/jfacetextsrc.zip" kind="var" path="ECLIPSE_HOME/plugins/org.eclipse.jface.text_3.0.0 /jfacetext.jar"/> + <classpathentry sourcepath="ORG_ECLIPSE_PLATFORM_SOURCE_SRC/org. eclipse.text_3.0.0/textsrc.zip" kind="var" path="ECLIPSE_HOME/plugins/org.eclipse.text_3.0.0/text. jar"/> + <classpathentry sourcepath="ORG_ECLIPSE_PLATFORM_SOURCE_SRC/org. eclipse.ui.workbench.texteditor_3.0.0/texteditorsrc.zip" kind="var" path="ECLIPSE_HOME/plugins/org.eclipse.ui.workbench.te xteditor_3.0.0/texteditor.jar"/> + <classpathentry sourcepath="ORG_ECLIPSE_PLATFORM_SOURCE_SRC/org. eclipse.ui.editors_3.0.0/editorssrc.zip" kind="var" path="ECLIPSE_HOME/plugins/org.eclipse.ui.editors_3.0.0 /editors.jar"/> + <classpathentry sourcepath="ORG_ECLIPSE_PLATFORM_SOURCE_SRC/org. eclipse.core.runtime_3.0.0/runtimesrc.zip" kind="var" path="ECLIPSE_HOME/plugins/org.eclipse.core.runtime_3. 0.0/runtime.jar"/> + <classpathentry sourcepath="ORG_ECLIPSE_PLATFORM_SOURCE_SRC/org. eclipse.core.resources_3.0.0/resourcessrc.zip" kind="var" path="ECLIPSE_HOME/plugins/org.eclipse.core.resources_ 3.0.0/resources.jar"/> + <classpathentry sourcepath="ORG_ECLIPSE_PLATFORM_SOURCE_SRC/org. eclipse.ui_3.0.0/uisrc.zip" kind="var" path="ECLIPSE_HOME/plugins/org.eclipse.ui_3.0.0/ui.jar"/ > + <classpathentry sourcepath="ORG_ECLIPSE_PLATFORM_SOURCE_WIN32_ WIN32_X86_SRC/org.eclipse.swt.win32_3.0.0/ws/win32/s wtsrc.zip" kind="var" path="ECLIPSE_HOME/plugins/org.eclipse.swt.win32_3.0. 0/ws/win32/swt.jar"/> + <classpathentry sourcepath="ORG_ECLIPSE_PLATFORM_SOURCE_SRC/org. eclipse.jface_3.0.0/jfacesrc.zip" kind="var" path="ECLIPSE_HOME/plugins/org.eclipse.jface_3.0.0/jfac e.jar"/> + <classpathentry sourcepath="ORG_ECLIPSE_PLATFORM_SOURCE_SRC/org. eclipse.ui.workbench_3.0.0/workbenchsrc.zip" kind="var" path="ECLIPSE_HOME/plugins/org.eclipse.ui.workbench_3. 0.0/workbench.jar"/> + <classpathentry sourcepath="ORG_ECLIPSE_JDT_SOURCE_SRC/org.eclipse .jdt.core_3.0.0/jdtcoresrc.zip" kind="var" path="ECLIPSE_HOME/plugins/org.eclipse.jdt.core_3.0.0/j dtcore.jar"/> + <classpathentry sourcepath="ORG_ECLIPSE_JDT_SOURCE_SRC/org.eclipse .jdt.ui_3.0.0/jdtsrc.zip" kind="var" path="ECLIPSE_HOME/plugins/org.eclipse.jdt.ui_3.0.0/jdt. jar"/> + <classpathentry sourcepath="ORG_ECLIPSE_JDT_SOURCE_SRC/org.eclipse .jdt.debug.ui_3.0.0/jdiuisrc.zip" kind="var" path="ECLIPSE_HOME/plugins/org.eclipse.jdt.debug.ui_3.0 .0/jdiui.jar"/> + <classpathentry sourcepath="ORG_ECLIPSE_PLATFORM_SOURCE_SRC/org. eclipse.osgi_3.0.0/osgisrc.zip" kind="var" path="ECLIPSE_HOME/plugins/org.eclipse.osgi_3.0.0/osgi. jar"/> + <classpathentry sourcepath="ORG_ECLIPSE_PLATFORM_SOURCE_SRC/org. eclipse.osgi_3.0.0/coresrc.zip" kind="var" path="ECLIPSE_HOME/plugins/org.eclipse.osgi_3.0.0/core. jar"/> + <classpathentry sourcepath="ORG_ECLIPSE_PLATFORM_SOURCE_SRC/org. eclipse.osgi_3.0.0/resolversrc.zip" kind="var" path="ECLIPSE_HOME/plugins/org.eclipse.osgi_3.0.0/resol ver.jar"/> + <classpathentry sourcepath="ORG_ECLIPSE_PLATFORM_SOURCE_SRC/org. eclipse.osgi_3.0.0/defaultAdaptorsrc.zip" kind="var" path="ECLIPSE_HOME/plugins/org.eclipse.osgi_3.0.0/defa ultAdaptor.jar"/> + <classpathentry sourcepath="ORG_ECLIPSE_PLATFORM_SOURCE_SRC/org. eclipse.osgi_3.0.0/eclipseAdaptorsrc.zip" kind="var" path="ECLIPSE_HOME/plugins/org.eclipse.osgi_3.0.0/eclip seAdaptor.jar"/> + <classpathentry sourcepath="ORG_ECLIPSE_PLATFORM_SOURCE_SRC/org. eclipse.osgi.util_3.0.0/utilsrc.zip" kind="var" path="ECLIPSE_HOME/plugins/org.eclipse.osgi.util_3.0.0/u til.jar"/> + <classpathentry sourcepath="ORG_ECLIPSE_PLATFORM_SOURCE_SRC/org. eclipse.osgi.services_3.0.0/servicessrc.zip" kind="var" path="ECLIPSE_HOME/plugins/org.eclipse.osgi.services_3. 0.0/services.jar"/> + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> + <classpathentry kind="output" path="bin"/> </classpath> Index: .project ========================================== ========================= retrieving revision 1.4 diff -u -r1.4 .project --- .project 9 Apr 2003 06:12:14 -0000 1.4 +++ .project 29 Dec 2003 18:27:52 -0000 @@ -3,12 +3,6 @@ <name>jadclipse</name> <comment></comment> <projects> - <project>org.eclipse.core.resources</project> - <project>org.eclipse.core.runtime</project> - <project>org.eclipse.jdt.core</project> - <project>org.eclipse.jdt.debug.ui</project> - <project>org.eclipse.jdt.ui</project> - <project>org.eclipse.ui</project> </projects> <buildSpec> <buildCommand> Index: build.properties ========================================== ========================= retrieving revision 1.3.4.1 diff -u -r1.3.4.1 build.properties --- build.properties 18 Sep 2003 14:46:34 -0000 1.3.4.1 +++ build.properties 29 Dec 2003 18:27:52 -0000 @@ -1 +1,6 @@ +bin.includes = icons/, + plugin.xml, + rel/, + jadclipse.jar, + plugin.properties source.jadclipse.jar = src Index: build.xml ========================================== ========================= retrieving revision 1.7.2.1 diff -u -r1.7.2.1 build.xml --- build.xml 18 Sep 2003 14:46:53 -0000 1.7.2.1 +++ build.xml 29 Dec 2003 18:27:52 -0000 @@ -1,88 +1,123 @@ -<project name="JadClipse2" default="dist" basedir="."> +<?xml version="1.0" encoding="UTF-8"?> +<project name="jadclipse" default="build.jars" basedir="."> - <!-- set global properties for this build --> - <property name="src" value="src"/> - <property name="plugdir" value="rel/jadclipse"/> - <property name="plugdescr" value="plugin.xml"/> - <property name="plugprop" value="plugin.properties"/> - <property name="rel" value="rel"/> - <property name="srcarc" value="jadclipse_src.zip"/> - <property name="clsarc" value="jadclipse.jar"/> - <property name="disarc" value="jadclipse_b206.zip"/> - - <!-- use Eclipse compiler --> - <!-- <property name="build.compiler" value="org.eclipse.pde.internal.core.JDTCompilerAdapter"/ > --> - - - <path id="prj.classpath"> - <pathelement location="../org.eclipse.core.resources/resources.jar"/> - <pathelement location="../org.eclipse.core.runtime/runtime.jar"/> - <pathelement location="../org.eclipse.jdt.core/jdtcore.jar"/> - <pathelement location="../org.eclipse.jdt.debug.ui/jdiui.jar"/> - <pathelement location="../org.eclipse.jdt.ui/jdt.jar"/> - <pathelement location="../org.eclipse.jface/jface.jar"/> - <pathelement location="../org.eclipse.jface.text/jfacetext.jar"/> - <pathelement location="../org.eclipse.swt.win32/ws/win32/swt.jar"/> - <pathelement location="../org.eclipse.text/text.jar"/> - <pathelement location="../org.eclipse.ui/ui.jar"/> - <pathelement location="../org.eclipse.ui.editors/editors.jar"/> - <pathelement location="../org.eclipse.ui.workbench/workbench.jar"/> - <pathelement location="../org.eclipse.ui.workbench.texteditor/textedito r.jar"/> - </path> - - - - <!-- getclasspath custom Ant task required --> - <!-- - <taskdef - name="getclasspath" - classname="au.com.oakton.ant.GetClassPath" - /> --> - - <target name="init"> - <!-- get classpath from .classpath file - <getclasspath resultid="eclipse.classpath" /> - --> - </target> - - <target name="compile" depends="init" description="Compiles project"> - <javac - srcdir="src" - destdir="bin" - classpathref="prj.classpath" - debug="on" - /> - <!-- <refreshLocal resource="jadclipse/bin" depth="infinite"/> --> - </target> - - - <target name="dist" depends="clean,compile" description="Creates archive for distribution"> - <copy todir="${plugdir}/icons"> - <fileset dir="icons"/> + <property name="bootclasspath" value=""/> + <property name="basews" value="${ws}"/> + <property name="baseos" value="${os}"/> + <property name="basearch" value="${arch}"/> + <property name="basenl" value="${nl}"/> + <property name="javacFailOnError" value="false"/> + <property name="javacDebugInfo" value="on"/> + <property name="javacVerbose" value="true"/> + <property name="javacSource" value="1.3"/> + <property name="javacTarget" value="1.1"/> + + <target name="init" depends="properties"> + <property name="temp.folder" value="${basedir}/temp.folder"/> + <property name="plugin.destination" value="${basedir}"/> + <property name="build.result.folder" value="${basedir}"/> + </target> + + <target name="properties" if="eclipse.running"> + <property name="build.compiler" value="org.eclipse.jdt.core.JDTCompilerAdapter"/> + </target> + + <target name="build.update.jar" depends="init" description="Build the plug-in: jadclipse for an update site."> + <delete dir="${temp.folder}"/> + <mkdir dir="${temp.folder}"/> + <antcall target="build.jars"/> + <antcall target="gather.bin.parts"> + <param name="destination.temp.folder" value="${temp.folder}/"/> + </antcall> + <zip zipfile="${plugin.destination}/jadclipse_2.0.6.1.jar" basedir="${temp.folder}/jadclipse_2.0.6.1" filesonly="false" whenempty="skip"/> + <delete dir="${temp.folder}"/> + </target> + + <target name="gather.bin.parts" depends="init" if="destination.temp.folder"> + <mkdir dir="${destination.temp.folder}/jadclipse_2.0.6.1"/> + <copy todir="${destination.temp.folder}/jadclipse_2.0.6.1"> + <fileset dir="${build.result.folder}" includes="icons/,plugin.xml,rel/,jadclipse.jar,plugin.propert ies" /> + </copy> + <copy todir="${destination.temp.folder}/jadclipse_2.0.6.1"> + <fileset dir="${basedir}" includes="icons/,plugin.xml,rel/,jadclipse.jar,plugin.propert ies" /> </copy> - <copy file="${plugdescr}" todir="${plugdir}"/> - <copy file="${plugprop}" todir="${plugdir}"/> - <jar jarfile="${plugdir}/${clsarc}" basedir="bin"/> - <zip zipfile="${plugdir}/${srcarc}" basedir="src"/> - <zip zipfile="${rel}/${disarc}"> - <zipfileset dir="${plugdir}" prefix="jadclipse"/> + </target> + + <target name="jadclipse.jar" depends="init" unless="jadclipse.jar" description="Create jar: jadclipse.jar."> + <delete dir="${temp.folder}/jadclipse.jar.bin"/> + <mkdir dir="${temp.folder}/jadclipse.jar.bin"/> + <!-- compile the source code --> + <javac destdir="${temp.folder}/jadclipse.jar.bin" failonerror="${javacFailOnError}" verbose="${javacVerbose}" debug="${javacDebugInfo}" includeAntRuntime="no" bootclasspath="${bootclasspath}" classpath="../../plugins/org.eclipse.core.boot_3.0.0/bin;.. /../plugins/org.eclipse.core.boot_3.0.0/boot.jar;../../plugi ns/org.eclipse.core.runtime_3.0.0/bin;../../plugins/org.ecli pse.core.runtime_3.0.0/runtime.jar;../../plugins/org.eclips e.osgi_3.0.0/bin;../../plugins/org.eclipse.osgi_3.0.0/osgi.j ar;../../plugins/org.eclipse.osgi_3.0.0/core.jar;../../plugin s/org.eclipse.osgi_3.0.0/resolver.jar;../../plugins/org.eclip se.osgi_3.0.0/defaultAdaptor.jar;../../plugins/org.eclipse. osgi_3.0.0/eclipseAdaptor.jar;../../plugins/org.eclipse.osgi _3.0.0/console.jar;../../plugins/org.eclipse.osgi.util_3.0.0/ bin;../../plugins/org.eclipse.osgi.util_3.0.0/util.jar;../../plu gins/org.eclipse.ui.ide_3.0.0/bin;../../plugins/org.eclipse.u i.ide_3.0.0/ide.jar;../../plugins/org.eclipse.ui.win32_3.0.0/ ide.jar;../../plugins/org.eclipse.ui.win32_3.0.0/bin;../../plu gins/org.eclipse.ui.win32_3.0.0/workbenchwin32.jar;../../ plugins/org.eclipse.core.resources_3.0.0/bin;../../plugins/ org.eclipse.core.resources_3.0.0/resources.jar;../../plugin s/org.eclipse.core.resources.win32_3.0.0/resources.jar;.. /../plugins/org.eclipse.core.runtime.compatibility_3.0.0/bi n;../../plugins/org.eclipse.core.runtime.compatibility_3.0. 0/compatibility.jar;../../plugins/org.eclipse.update.configu rator_3.0.0/bin;../../plugins/org.eclipse.update.configurat or_3.0.0/configurator.jar;../../plugins/org.eclipse.help_3.0 .0/bin;../../plugins/org.eclipse.help_3.0.0/help.jar;../../plu gins/org.eclipse.ui_3.0.0/bin;../../plugins/org.eclipse.ui_3. 0.0/ui.jar;../../plugins/org.eclipse.swt_3.0.0/bin;../../plugi ns/org.eclipse.swt_3.0.0/ws/ ${basews}/swt.jar;../../plugins/org.eclipse.swt.win32_3. 0.0/ws/ ${basews}/swt.jar;../../plugins/org.eclipse.jface_3.0.0/bi n;../../plugins/org.eclipse.jface_3.0.0/jface.jar;../../plugin s/org.eclipse.ui.workbench_3.0.0/bin;../../plugins/org.ecli pse.ui.workbench_3.0.0/compatibility.jar;../../plugins/org. eclipse.ui.workbench_3.0.0/workbench.jar;../../plugins/or g.eclipse.ui.workbench.compatibility_3.0.0/compatibility.j ar;../../plugins/org.eclipse.ui.workbench.compatibility_3.0 .0/workbench.jar;../../plugins/org.eclipse.ui.views_3.0.0/ bin;../../plugins/org.eclipse.ui.views_3.0.0/views.jar;../../ plugins/org.eclipse.update.core_3.0.0/bin;../../plugins/org .eclipse.update.core_3.0.0/updatecore.jar;../../plugins/or g.eclipse.update.core.win32_3.0.0/updatecore.jar;../../pl ugins/org.eclipse.jface.text_3.0.0/bin;../../plugins/org.ecli pse.jface.text_3.0.0/jfacetext.jar;../../plugins/org.eclipse .text_3.0.0/bin;../../plugins/org.eclipse.text_3.0.0/text.ja r;../../plugins/org.eclipse.ui.workbench.texteditor_3.0.0/b in;../../plugins/org.eclipse.ui.workbench.texteditor_3.0.0/ texteditor.jar;../../plugins/org.eclipse.ui.editors_3.0.0/bin ;../../plugins/org.eclipse.ui.editors_3.0.0/editors.jar;../../ plugins/org.eclipse.core.filebuffers_3.0.0/bin;../../plugins/ org.eclipse.core.filebuffers_3.0.0/filebuffers.jar;../../plugi ns/org.eclipse.jdt.core_3.0.0/bin;../../plugins/org.eclipse.j dt.core_3.0.0/jdtcore.jar;../../plugins/org.eclipse.ant.cor e_3.0.0/bin;../../plugins/org.eclipse.ant.core_3.0.0/antsu pport.jar;../../plugins/org.eclipse.core.variables_3.0.0/bin ;../../plugins/org.eclipse.core.variables_3.0.0/variables.jar ;../../plugins/org.eclipse.team.core_3.0.0/bin;../../plugins /org.eclipse.team.core_3.0.0/team.jar;../../plugins/org.ec lipse.jdt.ui_3.0.0/bin;../../plugins/org.eclipse.jdt.ui_3.0.0/ jdt.jar;../../plugins/org.eclipse.ui.console_3.0.0/bin;../../p lugins/org.eclipse.ui.console_3.0.0/console.jar;../../plugin s/org.eclipse.search_3.0.0/bin;../../plugins/org.eclipse.se arch_3.0.0/search.jar;../../plugins/org.eclipse.debug.core _3.0.0/bin;../../plugins/org.eclipse.debug.core_3.0.0/dtco re.jar;../../plugins/org.eclipse.debug.ui_3.0.0/bin;../../plu gins/org.eclipse.debug.ui_3.0.0/dtui.jar;../../plugins/org.e clipse.jdt.launching_3.0.0/bin;../../plugins/org.eclipse.jdt.l aunching_3.0.0/launching.jar;../../plugins/org.eclipse.jdt. debug_3.0.0/bin;../../plugins/org.eclipse.jdt.debug_3.0.0/ jdi.jar;../../plugins/org.eclipse.jdt.debug_3.0.0/jdimodel.ja r;../../plugins/org.eclipse.jdt.debug_3.0.0/tools.jar;../../pl ugins/org.eclipse.compare_3.0.0/bin;../../plugins/org.eclip se.compare_3.0.0/compare.jar;../../plugins/org.eclipse.jdt .debug.ui_3.0.0/bin;../../plugins/org.eclipse.jdt.debug.ui_ 3.0.0/jdiui.jar;../../plugins/org.eclipse.osgi.services_3.0.0 /bin;../../plugins/org.eclipse.osgi.services_3.0.0/services. jar" source="${javacSource}" target="${javacTarget}" > + <src path="src" /> + </javac> + <!-- copy necessary resources --> + <copy todir="${temp.folder}/jadclipse.jar.bin"> + <fileset dir="src" excludes="**/*.java" /> + </copy> + <mkdir dir="${build.result.folder}"/> + <jar jarfile="${build.result.folder}/jadclipse.jar" basedir="${temp.folder}/jadclipse.jar.bin"/> + <delete dir="${temp.folder}/jadclipse.jar.bin"/> + </target> + + <target name="jadclipsesrc.zip" depends="init" unless="jadclipsesrc.zip"> + <mkdir dir="${build.result.folder}"/> + <zip zipfile="${build.result.folder}/jadclipsesrc.zip" filesonly="false" whenempty="skip"> + <fileset dir="src" includes="**/*.java" /> </zip> - <!-- <refreshLocal resource="jadclipse/${rel}" depth="infinite"/> --> </target> - <target name="clean" description="Cleans up release and output directory"> - <!-- delete source, class, distribution archives and plugin - descriptor from release dir-- > - <delete file="${plugdir}/${srcarc}"/> - <delete file="${plugdir}/${clsarc}"/> - <delete file="${plugdir}/ ${plugdescr}"/> - <delete file="${plugdir}/ ${plugprop}"/> + <target name="build.jars" depends="init" description="Build all the jars for the plug-in: jadclipse."> + <available property="jadclipse.jar" file="${build.result.folder}/jadclipse.jar"/> + <antcall target="jadclipse.jar"/> + </target> + + <target name="build.sources" depends="init"> + <available property="jadclipsesrc.zip" file="${build.result.folder}/jadclipsesrc.zip"/> + <antcall target="jadclipsesrc.zip"/> + </target> + + <target name="build.zips" depends="init"> + </target> + + <target name="gather.sources" depends="init" if="destination.temp.folder"> + <mkdir dir="${destination.temp.folder}/jadclipse_2.0.6.1"/> + <copy file="${build.result.folder}/jadclipsesrc.zip" todir="${destination.temp.folder}/jadclipse_2.0.6.1"/> + </target> + + <target name="gather.logs" depends="init" if="destination.temp.folder"> + <mkdir dir="${destination.temp.folder}/jadclipse_2.0.6.1"/> + <copy file="${temp.folder}/jadclipse.jar.bin.log" todir="${destination.temp.folder}/jadclipse_2.0.6.1"/> + </target> + + <target name="clean" depends="init" description="Clean the plug-in: jadclipse of all the zips, jars and logs created."> + <delete file="${build.result.folder}/jadclipse.jar"/> + <delete file="${build.result.folder}/jadclipsesrc.zip"/> + <delete file="${plugin.destination}/jadclipse_2.0.6.1.jar"/> + <delete file="${plugin.destination}/jadclipse_2.0.6.1.zip"/> + <delete dir="${temp.folder}"/> + </target> + + <target name="refresh" depends="init" if="eclipse.running" description="Refresh this folder."> + <eclipse.convertPath fileSystemPath="C:/eclipse3.0M6/workspace/jadclipse/" property="resourcePath"/> + <eclipse.refreshLocal resource="jadclipse" depth="infinite"/> + </target> + + <target name="zip.plugin" depends="init" description="Create a zip containing all the elements for the plug-in: jadclipse."> + <delete dir="${temp.folder}"/> + <mkdir dir="${temp.folder}"/> + <antcall target="build.jars"/> + <antcall target="build.sources"/> + <antcall target="gather.bin.parts"> + <param name="destination.temp.folder" value="${temp.folder}/"/> + </antcall> + <antcall target="gather.sources"> + <param name="destination.temp.folder" value="${temp.folder}/"/> + </antcall> <delete> - <fileset dir="${rel}" includes="*.zip"/> + <fileset dir="${temp.folder}" includes="**/*.bin.log" /> </delete> - <delete dir="bin/jadclipse"/> - <!-- <refreshLocal resource="jadclipse/${rel}" depth="infinite"/> - <refreshLocal resource="jadclipse/bin" depth="infinite"/> --> + <zip zipfile="${plugin.destination}/jadclipse_2.0.6.1.zip" basedir="${temp.folder}" filesonly="true" whenempty="skip"/> + <delete dir="${temp.folder}"/> </target> -</project> +</project> Index: plugin.xml ========================================== ========================= retrieving revision 1.13.2.1 diff -u -r1.13.2.1 plugin.xml --- plugin.xml 18 Sep 2003 14:46:53 -0000 1.13.2.1 +++ plugin.xml 29 Dec 2003 18:27:53 -0000 @@ -1,8 +1,9 @@ <?xml version="1.0" encoding="UTF-8"?> +<?eclipse version="3.0"?> <plugin id="jadclipse" name="jadclipse Plugin" - version="2.0.6" + version="2.0.6.1" provider-name="BOBAH" class="jadclipse.JadclipsePlugin"> @@ -10,12 +11,20 @@ <library name="jadclipse.jar"/> </runtime> <requires> + <import plugin="org.eclipse.ui.ide"/> + <import plugin="org.eclipse.ui.views"/> + <import plugin="org.eclipse.jface.text"/> + <import plugin="org.eclipse.ui.workbench.texteditor"/> + <import plugin="org.eclipse.ui.editors"/> <import plugin="org.eclipse.core.runtime"/> <import plugin="org.eclipse.core.resources"/> <import plugin="org.eclipse.ui"/> <import plugin="org.eclipse.jdt.core"/> <import plugin="org.eclipse.jdt.ui"/> <import plugin="org.eclipse.jdt.debug.ui"/> + <import plugin="org.eclipse.osgi"/> + <import plugin="org.eclipse.osgi.util"/> + <import plugin="org.eclipse.osgi.services"/> </requires> ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-03-24 07:54 Message: Logged In: NO あdd ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-10-25 00:52 Message: Logged In: NO nog...@ho... ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427344&aid=867236&group_id=40205 |
|
From: SourceForge.net <no...@so...> - 2005-09-27 20:16:36
|
Patches item #847482, was opened at 2003-11-23 01:50 Message generated for change (Settings changed) made by jgyger You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427344&aid=847482&group_id=40205 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None >Status: Closed Resolution: None Priority: 5 Submitted By: Archimedes Trajano (trajano) Assigned to: Nobody/Anonymous (nobody) Summary: Patch to get Jadclipse working in Eclipse 3.0 M5 Initial Comment: Patch to get Jadclipse working in Eclipse 3.0 M5. This needs to be applied to the "Eclipse3port" branch ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-08-26 07:40 Message: Logged In: NO thanks ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-03-05 09:26 Message: Logged In: NO thank ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-01-14 12:39 Message: Logged In: NO thank ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-12-28 17:07 Message: Logged In: NO thx ---------------------------------------------------------------------- Comment By: TF (fusetks) Date: 2003-12-24 07:04 Message: Logged In: YES user_id=937262 thanks! ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-12-19 09:44 Message: Logged In: NO thx! ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-12-19 05:07 Message: Logged In: NO thanks. ---------------------------------------------------------------------- Comment By: jaikoman (jaiko4) Date: 2003-12-19 01:32 Message: Logged In: YES user_id=934204 thanks! ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-12-17 12:55 Message: Logged In: NO thx ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-12-13 06:37 Message: Logged In: NO thanks! ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-12-09 07:47 Message: Logged In: NO thanks! ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-12-05 16:40 Message: Logged In: NO fasd ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-12-04 06:02 Message: Logged In: NO sfgsgg ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-12-04 05:54 Message: Logged In: NO lgkyk ---------------------------------------------------------------------- Comment By: Todd Lindner (toddffw) Date: 2003-11-28 15:17 Message: Logged In: YES user_id=677584 It works great! Thanks! ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-11-26 01:31 Message: Logged In: NO any ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-11-26 01:24 Message: Logged In: NO ??? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427344&aid=847482&group_id=40205 |
|
From: SourceForge.net <no...@so...> - 2005-09-27 20:15:02
|
Patches item #956582, was opened at 2004-05-19 09:19 Message generated for change (Settings changed) made by jgyger You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427344&aid=956582&group_id=40205 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Eclipse build patches Group: None >Status: Closed Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: M8 file Initial Comment: Here should be the file, again. ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-07-06 06:16 Message: Logged In: NO sss ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427344&aid=956582&group_id=40205 |
|
From: SourceForge.net <no...@so...> - 2005-09-27 20:14:54
|
Patches item #956583, was opened at 2004-05-19 09:20 Message generated for change (Settings changed) made by jgyger You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427344&aid=956583&group_id=40205 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Eclipse build patches Group: None >Status: Closed Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: jadclipse_m8.txt Initial Comment: jadclipse_m8.txt ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-05-31 02:25 Message: Logged In: NO how low ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427344&aid=956583&group_id=40205 |
|
From: SourceForge.net <no...@so...> - 2005-09-27 20:03:21
|
Patches item #1188894, was opened at 2005-04-24 11:31 Message generated for change (Comment added) made by jgyger You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427344&aid=1188894&group_id=40205 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Eclipse build patches Group: None >Status: Closed Resolution: None Priority: 5 Submitted By: Olaf Siefart (osiefart) Assigned to: Nobody/Anonymous (nobody) Summary: patch for eclipse 3.1M6 based on jadclipse_b208 Initial Comment: Problem: JadClipse does not work with Eclipse 3.1M6 Solution: I took the patch-build jadclipse_b208.zip and fixed the class JadclipseBreakpointRulerActionDelegate with the patch from Alain Pannetier (seen in the jadclipse-plugin comments) and added some new plugin requirements in the plugin.xml. Source is included in the file. Seems to work for me, but no warranty. ---------------------------------------------------------------------- >Comment By: Johann Gyger (jgyger) Date: 2005-09-27 20:02 Message: Logged In: YES user_id=7927 Obsolete with new release of JadClipse. Please see patch 1232071 for further discussion. ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-09-16 02:44 Message: Logged In: NO 1 ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-09-12 10:26 Message: Logged In: NO good job! ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-08-04 15:50 Message: Logged In: NO thanks ---------------------------------------------------------------------- Comment By: Peik Aschan (peik) Date: 2005-08-04 07:43 Message: Logged In: YES user_id=845133 Why do we have all these patches but no official releases of JadClipse since 206? Maybe some of you patchers could join the project and submit the patches as official releases, if Vladimir (vovikg) has lost interest in it? Thanks for your work! ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-08-01 18:52 Message: Logged In: NO Regarding Johan's out of bounds exception below, I get the same error (only when align for debugging turned on as he says). I'm using Eclipse 3.1 final, jadclipse 2.0.9 patch, and jad1.5.8e under linux. Has anyone found a resolution for this issue. Thanks for patching jadclipse by the way! Thanks, Jeremy ---------------------------------------------------------------------- Comment By: Vinodh (vins_all) Date: 2005-07-11 14:28 Message: Logged In: YES user_id=1310801 Thnaks. ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-07-11 04:16 Message: Logged In: NO thx ---------------------------------------------------------------------- Comment By: David Pérez (david-perez) Date: 2005-07-04 09:56 Message: Logged In: YES user_id=1235599 Thanks a lot, I can now switch back to jadclipse instead of jode with Eclipse 3.1. JAD creates much understandable code. ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-06-29 06:04 Message: Logged In: NO a ---------------------------------------------------------------------- Comment By: k.a (keiko-azuma) Date: 2005-06-23 04:30 Message: Logged In: YES user_id=1301488 thanks ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-06-23 04:11 Message: Logged In: NO sasad ---------------------------------------------------------------------- Comment By: saiki (senova) Date: 2005-06-13 09:25 Message: Logged In: YES user_id=1295629 123 ---------------------------------------------------------------------- Comment By: kanno_mss1 (kanno_mss1) Date: 2005-06-09 07:15 Message: Logged In: YES user_id=1293715 a ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-06-03 07:48 Message: Logged In: NO aaaa ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-05-17 11:32 Message: Logged In: NO Hi Olaf, I have some input for You regaring the exception I posted about earlier. The exception occurs only when I check the option "Align code for debugging" under Java/JadClipse/Debug. Is it so that I'm the only one getting this exception when the option is checked? Can you reproduce the problem? BTW: I'm running 3.1M6 w/ jad 1.5.8e and I have removed the extension, run eclipse w/ -clean, reinstalled the extension and started eclipse with -clean. Regards, /Johan. ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-04-27 01:58 Message: Logged In: NO Hi Olaf, This patch also works fine with version 1.5.8f of JAD, using 3.1M6 / JDK 1.4.2 / W2K. Great work! Regards, Marc ---------------------------------------------------------------------- Comment By: Olaf Siefart (osiefart) Date: 2005-04-26 16:08 Message: Logged In: YES user_id=1265534 Hi Johan, Did you really use eclipse 3.1M6 ? I don't know, what happens, if you try the patch with an earlier version of eclipse. Wich version of jad is used? The patch works with version 1.5.8e for me. eclipse -clean is also a possibility, if you are using an old workspace. Hope this helps. Olaf ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-04-26 10:22 Message: Logged In: NO Hi, I get a problem with this version of jadclipse. When opening a classfile only the comment part from jad is shown and a stacktrace from an exception is included. --snip-- JAD REPORTED MESSAGES/ERRORS: Method <init> Method enumerate Method getType Method init Method readResolve Method toString Method valueOf Method <clinit> #classes: 1, #methods: 8, #fields: 9, elapsed time: 0.005s CAUGHT EXCEPTIONS: java.lang.ArrayIndexOutOfBoundsException: Array index out of range: 0 at java.util.Vector.get(Vector.java:710) at jadclipse.DebugAlignWriter$FuncBuffer.get(DebugAlignWriter.java:185) at jadclipse.DebugAlignWriter.parse(DebugAlignWriter.java:282) at jadclipse.DebugAlignWriter.close(DebugAlignWriter.java:59) at jadclipse.JadDecompiler.decompile(JadDecompiler.java:183) at jadclipse.JadDecompiler.decompileFromArchive(JadDecompiler.java:218) at jadclipse.JadclipseSourceMapper.findSource(JadclipseSourceMapper.java:91) at jadclipse.JadclipseSourceMapper.findSource(JadclipseSourceMapper.java:71) at jadclipse.JadclipseClassFileEditor.doOpenBuffer(JadclipseClassFileEditor.java:134) at jadclipse.JadclipseClassFileEditor.init(JadclipseClassFileEditor.java:81) at org.eclipse.ui.internal.EditorManager.createSite(EditorManager.java:857) at org.eclipse.ui.internal.EditorManager.busyRestoreEditorHelper(EditorManager.java:1223) --snip-- Is this due to some configuration problem at my end or is this a bug in the patch? (BTW b206 worked but with the breakpoint-ruler-warning) /Johan ---------------------------------------------------------------------- Comment By: Olaf Siefart (osiefart) Date: 2005-04-25 08:03 Message: Logged In: YES user_id=1265534 hm, no problem for me with download and unzip. Maybe your download was unsuccessful? Try again... If it's a zip client problem try 7zip for unzip.. Tell me, if you got more problems. thx, Olaf. ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-04-25 07:00 Message: Logged In: NO Hi, The zip file seems to be invalid. Could you repost it? thx, Tim ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427344&aid=1188894&group_id=40205 |
|
From: SourceForge.net <no...@so...> - 2005-09-27 19:56:37
|
Patches item #1262020, was opened at 2005-08-17 12:21 Message generated for change (Comment added) made by jgyger You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427344&aid=1262020&group_id=40205 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Eclipse build patches Group: None >Status: Closed >Resolution: Duplicate Priority: 5 Submitted By: Jose M Beleta (beleta) Assigned to: Nobody/Anonymous (nobody) Summary: build of jadclipse+patch for 3.1 Initial Comment: build of jadclipse+patch for 3.1 just for convenience; the build of the jadclipse + the patch of [ 1232071 ] jadclipse in Eclipse 3.1 (ClassNotFoundException) from ckeat. I included the file that is missing in the askel patch. ---------------------------------------------------------------------- >Comment By: Johann Gyger (jgyger) Date: 2005-09-27 19:56 Message: Logged In: YES user_id=7927 Obsolete with new release of JadClipse. Please see patch 1232071 for further discussion. ---------------------------------------------------------------------- Comment By: akitankobu (akitankobu) Date: 2005-09-13 05:54 Message: Logged In: YES user_id=1343669 I got it! ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-08-19 18:52 Message: Logged In: NO I'm using Eclipse 3.1.0. I am getting the following exception in Eclipse when attempting to open a class file (with this plugin): java.lang.NullPointerException at org.eclipse.jdt.internal.core.BinaryType.sourceFileName(BinaryType.java:875) at org.eclipse.jdt.internal.core.SourceMapper.mapSource(SourceMapper.java:1163) at org.eclipse.jdt.internal.core.SourceMapper.mapSource(SourceMapper.java:1101) at jadclipse.JadclipseSourceMapper.mapSource(JadclipseSourceMapper.java:206) at jadclipse.JadclipseClassFileEditor.doOpenBuffer(JadclipseClassFileEditor.java:121) at jadclipse.JadclipseClassFileEditor.doSetInput(JadclipseClassFileEditor.java:68) at jadclipse.JadclipseActionBarContributor.setActiveEditor(JadclipseActionBarContributor.java:87) at org.eclipse.ui.internal.EditorActionBars.partChanged(EditorActionBars.java:310) at org.eclipse.ui.internal.WorkbenchPage$3.run(WorkbenchPage.java:570) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1044) at org.eclipse.core.runtime.Platform.run(Platform.java:783) at org.eclipse.ui.internal.WorkbenchPage.activatePart(WorkbenchPage.java:559) at org.eclipse.ui.internal.WorkbenchPage.setActivePart(WorkbenchPage.java:2855) at org.eclipse.ui.internal.WorkbenchPage.activate(WorkbenchPage.java:552) at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditorBatched(WorkbenchPage.java:2334) at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:2258) at org.eclipse.ui.internal.WorkbenchPage.access$9(WorkbenchPage.java:2250) at org.eclipse.ui.internal.WorkbenchPage$9.run(WorkbenchPage.java:2236) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69) at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2231) at org.eclipse.ui.actions.OpenWithMenu.openEditor(OpenWithMenu.java:279) at org.eclipse.ui.actions.OpenWithMenu.access$0(OpenWithMenu.java:271) at org.eclipse.ui.actions.OpenWithMenu$2.handleEvent(OpenWithMenu.java:178) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:843) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3080) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2713) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1699) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1663) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:367) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:103) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:226) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:376) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:163) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334) at org.eclipse.core.launcher.Main.basicRun(Main.java:278) at org.eclipse.core.launcher.Main.run(Main.java:973) at org.eclipse.core.launcher.Main.main(Main.java:948) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427344&aid=1262020&group_id=40205 |
|
From: SourceForge.net <no...@so...> - 2005-09-27 19:53:32
|
Patches item #1234652, was opened at 2005-07-08 08:11 Message generated for change (Settings changed) made by jgyger You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427344&aid=1234652&group_id=40205 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None >Status: Closed >Resolution: Invalid Priority: 5 Submitted By: Aksel Schmidt (aksel) Assigned to: Nobody/Anonymous (nobody) Summary: build of jadclipse+patch for 3.1 Initial Comment: just for convenience; the build of the jadclipse + the patch of [ 1232071 ] jadclipse in Eclipse 3.1 (ClassNotFoundException) from ckeat /aksel ---------------------------------------------------------------------- Comment By: shinra (rev-shinra) Date: 2005-08-12 17:27 Message: Logged In: YES user_id=1328320 test ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-07-23 12:17 Message: Logged In: NO yan...@Bo... ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-07-21 07:06 Message: Logged In: NO faf ---------------------------------------------------------------------- Comment By: Aksel Schmidt (aksel) Date: 2005-07-08 10:51 Message: Logged In: YES user_id=238196 no file - didnt work anyway sry! ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427344&aid=1234652&group_id=40205 |
|
From: SourceForge.net <no...@so...> - 2005-09-27 18:54:42
|
Feature Requests item #974142, was opened at 2004-06-16 18:59 Message generated for change (Comment added) made by jgyger You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427345&aid=974142&group_id=40205 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None >Status: Closed Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Support for Jar archives Initial Comment: The plugin should support the view of .class files inside jar archives. This could be done by exporting the .class file to a temporary file and then invoking Jad. ---------------------------------------------------------------------- >Comment By: Johann Gyger (jgyger) Date: 2005-09-27 18:54 Message: Logged In: YES user_id=7927 Duplicate. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427345&aid=974142&group_id=40205 |
|
From: SourceForge.net <no...@so...> - 2005-09-27 18:54:11
|
Feature Requests item #974150, was opened at 2004-06-16 19:11 Message generated for change (Comment added) made by jgyger You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427345&aid=974150&group_id=40205 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None >Status: Closed Priority: 5 Submitted By: Flávio Stutz (flaviostutz) Assigned to: Nobody/Anonymous (nobody) Summary: Support for Jar archives Initial Comment: JadClipse would support the opening of class files inside jar archives. This could be done by extracting the class file to a temporary file and then applying Jad. ---------------------------------------------------------------------- >Comment By: Johann Gyger (jgyger) Date: 2005-09-27 18:54 Message: Logged In: YES user_id=7927 ... which is already done. ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-07-14 16:20 Message: Logged In: NO This works for me on Eclipse 2.1 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427345&aid=974150&group_id=40205 |
|
From: SourceForge.net <no...@so...> - 2005-09-27 18:52:29
|
Feature Requests item #800244, was opened at 2003-09-04 05:55 Message generated for change (Comment added) made by jgyger You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427345&aid=800244&group_id=40205 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None >Status: Closed Priority: 5 Submitted By: Benoit Cerrina (benoitcerrina) Assigned to: Nobody/Anonymous (nobody) Summary: support for eclipse 3M3 Initial Comment: title says it all. I would appreciate being able to use jadclipse with eclipse 3 ---------------------------------------------------------------------- >Comment By: Johann Gyger (jgyger) Date: 2005-09-27 18:52 Message: Logged In: YES user_id=7927 JadClipse now supports Eclipse 3.1 ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-04-29 14:52 Message: Logged In: NO Bug 42370 seems to be fixed in 3M8 ---------------------------------------------------------------------- Comment By: Henning Vitting (vitting) Date: 2003-09-18 09:19 Message: Logged In: YES user_id=790067 Port has been postponed awaiting a solution to Eclipse Bugzilla Bug 42370 Problems opening Class File Editor. ---------------------------------------------------------------------- Comment By: Tonny Madsen (tonnymadsen) Date: 2003-09-16 12:13 Message: Logged In: YES user_id=11863 Me too! ---------------------------------------------------------------------- Comment By: Henning Vitting (vitting) Date: 2003-09-05 08:09 Message: Logged In: YES user_id=790067 Eclipse 3M2 had some problems in the area of the ClassFileEditor which preventet a port of JadEclipse to Eclipse version 3, we will give 3M3 a go asap. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427345&aid=800244&group_id=40205 |
|
From: SourceForge.net <no...@so...> - 2005-09-27 18:48:17
|
Feature Requests item #983468, was opened at 2004-07-01 14:44 Message generated for change (Comment added) made by jgyger You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427345&aid=983468&group_id=40205 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None >Status: Closed Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: support eclipse 3 final Initial Comment: plugins has changed between m8 an RCx releases is mandatory :-)) support the new final 3.0 release!! ---------------------------------------------------------------------- >Comment By: Johann Gyger (jgyger) Date: 2005-09-27 18:48 Message: Logged In: YES user_id=7927 Eclipse 3.1 is now supported. ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-08-11 19:33 Message: Logged In: NO PLEASE! ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427345&aid=983468&group_id=40205 |
|
From: SourceForge.net <no...@so...> - 2005-09-27 18:39:40
|
Bugs item #827890, was opened at 2003-10-22 00:02 Message generated for change (Comment added) made by jgyger You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427342&aid=827890&group_id=40205 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None >Status: Closed Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Unable to open class files with 2.06beta Initial Comment: Hi, I installed jadclipse 2.06 beta, along with jad v 1.5.8e2... I use eclipse Version: 2.1.1 Build id: 200306271545... whenever I try to open a class file I get the error listed below. any help will be appreciated. thanks --bala ENTRY org.eclipse.ui.workbench 4 2 Oct 21, 2003 17:01:45.358 !MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.ui.workbench". !STACK 0 java.lang.NoClassDefFoundError: org/eclipse/jdt/internal/ui/javaeditor/ClassFileEditorInput at jadclipse.JadclipseActionDelegate.setActiveEditor (JadclipseActionDelegate.java:43) at org.eclipse.ui.internal.EditorPluginAction.editorChanged (EditorPluginAction.java:79) at org.eclipse.ui.internal.EditorActionBuilder$EditorContributi on.editorChanged(EditorActionBuilder.java:86) at org.eclipse.ui.internal.EditorActionBuilder$ExternalContrib utor.setActiveEditor(EditorActionBuilder.java:131) at org.eclipse.ui.internal.EditorActionBars.partChanged (EditorActionBars.java:178) at org.eclipse.ui.internal.WorkbenchPage$2.run (WorkbenchPage.java:427) at org.eclipse.core.internal.runtime.InternalPlatform.run (InternalPlatform.java:1006) at org.eclipse.core.runtime.Platform.run (Platform.java:413) at org.eclipse.ui.internal.WorkbenchPage.activatePart (WorkbenchPage.java:419) at org.eclipse.ui.internal.WorkbenchPage.setActivePart (WorkbenchPage.java:2490) at org.eclipse.ui.internal.WorkbenchPage.activate (WorkbenchPage.java:408) at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor (WorkbenchPage.java:2071) at org.eclipse.ui.internal.WorkbenchPage.access$6 (WorkbenchPage.java:2004) at org.eclipse.ui.internal.WorkbenchPage$9.run (WorkbenchPage.java:1991) at org.eclipse.swt.custom.BusyIndicator.showWhile (BusyIndicator.java:69) at org.eclipse.ui.internal.WorkbenchPage.openEditor (WorkbenchPage.java:1986) at org.eclipse.ui.internal.WorkbenchPage.openEditor (WorkbenchPage.java:1919) at org.eclipse.jdt.internal.ui.javaeditor.EditorUtility.openInEd itor(EditorUtility.java:145) at org.eclipse.jdt.internal.ui.javaeditor.EditorUtility.openInEd itor(EditorUtility.java:115) at org.eclipse.jdt.internal.ui.actions.OpenActionUtil.open (OpenActionUtil.java:47) at org.eclipse.jdt.ui.actions.OpenAction.run (OpenAction.java:158) at org.eclipse.jdt.ui.actions.OpenAction.run (OpenAction.java:147) at org.eclipse.jdt.ui.actions.SelectionDispatchAction.dispatc hRun(SelectionDispatchAction.java:191) at org.eclipse.jdt.ui.actions.SelectionDispatchAction.run (SelectionDispatchAction.java:169) at org.eclipse.jdt.internal.ui.packageview.PackageExplorerAc tionGroup.handleOpen (PackageExplorerActionGroup.java:324) at org.eclipse.jdt.internal.ui.packageview.PackageExplorerPa rt$3.open(PackageExplorerPart.java:323) at org.eclipse.jface.viewers.StructuredViewer$2.run (StructuredViewer.java:397) at org.eclipse.core.internal.runtime.InternalPlatform.run (InternalPlatform.java:1006) at org.eclipse.core.runtime.Platform.run (Platform.java:413) at org.eclipse.jface.viewers.StructuredViewer.fireOpen (StructuredViewer.java:395) at org.eclipse.jface.viewers.StructuredViewer.handleOpen (StructuredViewer.java:605) at org.eclipse.jface.viewers.StructuredViewer$6.handleOpen (StructuredViewer.java:694) at org.eclipse.jface.util.OpenStrategy.fireOpenEvent (OpenStrategy.java:209) at org.eclipse.jface.util.OpenStrategy.access$2 (OpenStrategy.java:204) at org.eclipse.jface.util.OpenStrategy$1.handleEvent (OpenStrategy.java:233) at org.eclipse.swt.widgets.EventTable.sendEvent (EventTable.java:81) at org.eclipse.swt.widgets.Widget.sendEvent (Widget.java:840) at org.eclipse.swt.widgets.Display.runDeferredEvents (Display.java:1838) at org.eclipse.swt.widgets.Display.readAndDispatch (Display.java:1545) at org.eclipse.ui.internal.Workbench.runEventLoop (Workbench.java:1402) at org.eclipse.ui.internal.Workbench.run (Workbench.java:1385) at org.eclipse.core.internal.boot.InternalBootLoader.run (InternalBootLoader.java:858) at org.eclipse.core.boot.BootLoader.run (BootLoader.java:461) at java.lang.reflect.Method.invoke(Native Method) at org.eclipse.core.launcher.Main.basicRun (Main.java:291) at org.eclipse.core.launcher.Main.run (Main.java:747) at org.eclipse.core.launcher.Main.main (Main.java:583) ---------------------------------------------------------------------- >Comment By: Johann Gyger (jgyger) Date: 2005-09-27 18:39 Message: Logged In: YES user_id=7927 Closing this bug since there are no additional comments. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427342&aid=827890&group_id=40205 |
|
From: SourceForge.net <no...@so...> - 2005-09-27 18:37:59
|
Bugs item #898456, was opened at 2004-02-17 02:45 Message generated for change (Comment added) made by jgyger You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427342&aid=898456&group_id=40205 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None >Status: Closed Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Cannot open .class file Initial Comment: My configuration: jadclipse 2.06 beta, jad v 1.5.8e2 WSAD Version: 5.0.0 Build id: 20030423_1316 Eclipse Version: 2.0.3 Build id: 200303031612 Whenever I try to open a class file I get the error as below. Any help will be appreciated. thanks a lot! java.lang.VerifyError: (class: jadclipse/JadclipseActionBarContributor, method: contributeToToolBar signature: (Lorg/eclipse/jface/action/IToolBarManager;)V) Illegal use of nonvirtual method call at java.lang.Class.newInstance0(Native Method) at java.lang.Class.newInstance(Class.java(Compiled Code)) at org.eclipse.core.internal.plugins.PluginDescriptor.createEx ecutableExtension(PluginDescriptor.java:136) at org.eclipse.core.internal.plugins.PluginDescriptor.createEx ecutableExtension(PluginDescriptor.java:165) at org.eclipse.core.internal.plugins.ConfigurationElement.cre ateExecutableExtension(ConfigurationElement.java:102) at org.eclipse.ui.internal.WorkbenchPlugin.createExtension (WorkbenchPlugin.java:109) at org.eclipse.ui.internal.registry.EditorDescriptor.createActi onBarContributor(EditorDescriptor.java:55) at org.eclipse.ui.internal.EditorManager.createEditorActionBa rs(EditorManager.java:164) at org.eclipse.ui.internal.EditorManager.createSite (EditorManager.java:561) at org.eclipse.ui.internal.EditorManager.openInternalEditor (EditorManager.java:607) at org.eclipse.ui.internal.EditorManager.openEditorFromDescr iptor(EditorManager.java:421) at org.eclipse.ui.internal.EditorManager.openEditorFromInput (EditorManager.java:304) at org.eclipse.ui.internal.EditorManager.openEditor (EditorManager.java:386) at org.eclipse.ui.internal.WorkbenchPage.openEditor (WorkbenchPage.java:1708) at org.eclipse.ui.internal.WorkbenchPage.openEditor (WorkbenchPage.java:1594) at org.eclipse.ui.actions.OpenFileAction.openFile (OpenFileAction.java:91) at org.eclipse.ui.actions.OpenSystemEditorAction.run (OpenSystemEditorAction.java:91) at org.eclipse.ui.views.navigator.OpenActionGroup.runDefaul tAction(OpenActionGroup.java:112) at org.eclipse.ui.views.navigator.MainActionGroup.runDefault Action(MainActionGroup.java:177) at org.eclipse.ui.views.navigator.ResourceNavigator.handleO pen(ResourceNavigator.java:531) at org.eclipse.ui.views.navigator.ResourceNavigator.open (ResourceNavigator.java:303) at org.eclipse.jface.viewers.StructuredViewer.fireOpen (StructuredViewer.java:320) at org.eclipse.jface.viewers.StructuredViewer.handleOpen (StructuredViewer.java:494) at org.eclipse.jface.viewers.StructuredViewer.handleOpen (StructuredViewer.java:581) at org.eclipse.jface.util.OpenStrategy.fireOpenEvent (OpenStrategy.java:198) at org.eclipse.jface.util.OpenStrategy.handleEvent (OpenStrategy.java(Compiled Code)) at org.eclipse.jface.util.OpenStrategy.handleEvent (OpenStrategy.java(Compiled Code)) at org.eclipse.swt.widgets.EventTable.sendEvent (EventTable.java(Compiled Code)) at org.eclipse.swt.widgets.Display.runDeferredEvents (Display.java(Compiled Code)) at org.eclipse.swt.widgets.Display.runDeferredEvents (Display.java(Compiled Code)) at org.eclipse.swt.widgets.Display.readAndDispatch (Display.java(Compiled Code)) at org.eclipse.ui.internal.Workbench.runEventLoop (Workbench.java(Compiled Code)) at org.eclipse.ui.internal.Workbench.run (Workbench.java:1326) at org.eclipse.core.internal.boot.InternalBootLoader.run (InternalBootLoader.java:831) at org.eclipse.core.boot.BootLoader.run (BootLoader.java:462) at java.lang.reflect.Method.invoke(Native Method) at org.eclipse.core.launcher.Main.basicRun (Main.java:247) at org.eclipse.core.launcher.Main.run(Main.java:703) at org.eclipse.core.launcher.Main.main(Main.java:539) ---------------------------------------------------------------------- >Comment By: Johann Gyger (jgyger) Date: 2005-09-27 18:37 Message: Logged In: YES user_id=7927 Closing this bug since there are no additional comments. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427342&aid=898456&group_id=40205 |
|
From: SourceForge.net <no...@so...> - 2005-09-27 18:28:35
|
Bugs item #1111575, was opened at 2005-01-28 16:56 Message generated for change (Comment added) made by jgyger You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427342&aid=1111575&group_id=40205 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None >Status: Closed Resolution: None Priority: 5 Submitted By: waseem (wsayegh) Assigned to: Nobody/Anonymous (nobody) Summary: Insert statement at this position dialog size Initial Comment: The dialog you get when the user chooses to insert statement at this position should be within the size of the main eclipse dialog. I am running windows on two monitors, with eclipse maximized only on one monitor, but when I choose this dialog, the dialog appears on wider than eclipse and spreads to both monitors. ---------------------------------------------------------------------- >Comment By: Johann Gyger (jgyger) Date: 2005-09-27 18:28 Message: Logged In: YES user_id=7927 Cleaning up bugs. I assume, this is not a JadClipse problem. ---------------------------------------------------------------------- Comment By: Gregory Bragg (gregbragg) Date: 2005-03-18 13:45 Message: Logged In: YES user_id=1113589 I don't believe that this is a problem with the JadClipse plugin since there is nothing in it to support this functionality... This is probably coming from an editor in Eclipse whether from a core feature or a plugin. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427342&aid=1111575&group_id=40205 |