[go: up one dir, main page]

Activity for Marc MAZAS

  • Marc MAZAS Marc MAZAS modified ticket #92

    1.6.0 project nature and builder not recognized

  • Marc MAZAS Marc MAZAS posted a comment on ticket #92

    Hi Eric. Can I close the issue? TIA.

  • Marc MAZAS Marc MAZAS posted a comment on ticket #92

    Well: first the projects must be opened, and changes must be allowed. So I bet it will fail and log an error. But one has to try. How are you files locked? See * @param description the project description * @param monitor a progress monitor, or null if progress * reporting is not desired * @exception CoreException if this method fails. Reasons include: * * This project does not exist in the workspace. * This project is not open. * The location in the local file system corresponding to the project...

  • Marc MAZAS Marc MAZAS modified a wiki page

    Home

  • Marc MAZAS Marc MAZAS modified a wiki page

    Home

  • Marc MAZAS Marc MAZAS modified a wiki page

    Home

  • Marc MAZAS Marc MAZAS posted a comment on ticket #92

    Hi Eric. I have published version 1.6.1, which on startup iterates on all workspace's projects and updates the old nature and builder ids to the new ones, without any user action ; info messages are logged in the Error Log.

  • Marc MAZAS Marc MAZAS created a blog post

    Version 1.6.1

  • Marc MAZAS Marc MAZAS committed [89fb67] on Code (Git) (New)

    Version 1.6.1 initial commit

  • Marc MAZAS Marc MAZAS modified ticket #93

    Error: Could not find or load main class javacc

  • Marc MAZAS Marc MAZAS modified a comment on ticket #93

    Hi Giacomo The culprit is a change from version 1.5.x (Eclipse is asked not to unpack the jars - under /plugins). I'll fix it. You can use the following workaround : extract from \D:\Zip\Eclipse\eclipse\plugins\sf.eclipse.javacc.core_1.6.0.jar the jar javacc-7.0.12.jar (within subdirectory /jars) to any place in your file system, and use 'your test project' / Project / Properties / JavaCC / Global Options / JavaCC jar file, use the Browse (file)... button to browse to the extracted jar. Marc

  • Marc MAZAS Marc MAZAS posted a comment on ticket #93

    Hi Giacomo The culprit is a change from version 1.5.x (Eclipse is asked not to unpack the jars - under /plugins). I'll fix it. You can use the following workaround : extract from \D:\Zip\Eclipse\eclipse\plugins\sf.eclipse.javacc.core_1.6.0.jar the jar javacc-7.0.12.jar (within subdirectory /jars) to any place in your file system, and use <your test="" project=""> / Project / Properties / JavaCC / Global Options / JavaCC jar file, use the Browse (file)... button to browse to the extracter jar.</y...

  • Marc MAZAS Marc MAZAS posted a comment on ticket #92

    Hi Eric Well, I found a way to iterate at startup on all workspace's projects and update the old nature and builder ids to the new ones, without any user action ; info messages are logged in the Error Log. I'll publish a 1.6.1 version in a few days.

  • Marc MAZAS Marc MAZAS posted a comment on ticket #92

    Hi Eric I can propose the following improvement: when you have projects with the JavaCC 1.5.x nature: when you upgrade the plug-in to 1.6.x: in the Project / Properties / JavaCC / GlobalOptions, the checkbox "Automatically ... adds a project nature" becomes automatically unchecked (but the .project keeps the old nature and builder but does not have the new ones; you have a "missing builder" in the Project / Properties / Builders, and a warning on the nature in the .project) : when the user checks...

  • Marc MAZAS Marc MAZAS modified ticket #92

    1.6.0 project nature and builder not recognized

  • Marc MAZAS Marc MAZAS modified a comment on ticket #92

    Hi Eric The ids have changed, and people can simply change them in their .project files (sf.eclipse.javacc.core.javaccnature & sf.eclipse.javacc.core.javaccbuilder). This was anticipated and documented in https://sourceforge.net/projects/eclipse-javacc/files/ (README_Site.md), but probably it was not obvious to find it. The https://eclipse-javacc.sourceforge.net/ index file was inadequate, I changed it to point to the doc. If you have suggestions, feel free. I have not much yet understood the 1.5.33...

  • Marc MAZAS Marc MAZAS posted a comment on ticket #92

    <is it="" possible="" to="" support="" both="" sets="" of="" ids="" for="" the="" nature="" and="" builder?=""> Well, I've checked another time, and I don't see how to do it. No way to get rid of the plugin-id (sf.eclipse.javacc.core - see the extension point reference), unless to revert back to the previous structure, which is not my goal. The JDT nature / builder are org.eclipse.jdt.core.javanature / javabuilder, so the JavaCC Plug-in is similar now in v1.6.0. Note that the id changes in the .project...

  • Marc MAZAS Marc MAZAS posted a comment on ticket #92

    About the composite .xml files: the content.xml and artifacts.xml files are generated by the Eclipse PDE build system; can the composite ones be also generated? If not, this will be an additional manual step, which I am relunctant to add...

  • Marc MAZAS Marc MAZAS posted a comment on ticket #92

    Hi again. I extracted the plugins and features directories under the 1.5.33 directory; now this version update site should work, right ? Marc

  • Marc MAZAS Marc MAZAS modified a comment on ticket #92

    Hi Richard The ids have changed, and people can simply change them in their .project files (sf.eclipse.javacc.core.javaccnature & sf.eclipse.javacc.core.javaccbuilder). This was anticipated and documented in https://sourceforge.net/projects/eclipse-javacc/files/ (README_Site.md), but probably it was not obvious to find it. The https://eclipse-javacc.sourceforge.net/ index file was inadequate, I changed it to point to the doc. If you have suggestions, feel free. I have not much yet understood the...

  • Marc MAZAS Marc MAZAS posted a comment on ticket #92

    Hi Richard The ids have changed, and people can simply change them in their .project files (sf.eclipse.javacc.core.nature & sf.eclipse.javacc.core.builder). This was anticipated and documented in https://sourceforge.net/projects/eclipse-javacc/files/ (README_Site.md), but probably it was not obvious to find it. The https://eclipse-javacc.sourceforge.net/ index file was inadequate, I changed it to point to the doc. If you have suggestions, feel free. I have not much yet understood the 1.5.33 issue,...

  • Marc MAZAS Marc MAZAS committed [b1b29e] on Code (Git) (New)

    Version 1.6.0: other projects / folders restructurations; doc / READMEs

  • Marc MAZAS Marc MAZAS modified ticket #20

    Enable occurrences marking in editors

  • Marc MAZAS Marc MAZAS posted a comment on ticket #20

    Done in 1.6.0 :-)

  • Marc MAZAS Marc MAZAS modified ticket #91

    JJDoc does not handle spaces in file paths properly

  • Marc MAZAS Marc MAZAS modified ticket #86

    Support of JavaCC 6.0

  • Marc MAZAS Marc MAZAS posted a comment on ticket #86

    The plugin still currently has no support of C++ code (for which a character scanner has to be developped ...)

  • Marc MAZAS Marc MAZAS posted a comment on ticket #91

    Hi Rigo. Version 1.6.0 has the fix for it.

  • Marc MAZAS Marc MAZAS modified a blog post

    Version 1.6.0

  • Marc MAZAS Marc MAZAS created a blog post

    Version 1.6.0

  • Marc MAZAS Marc MAZAS posted a comment on a blog post

    Version 1.6.0 of the SF JavaCC plugin brings a navigation by occurrences on javacc productions and tokens and a full updated User Guide manual. It has be totally restructured internally in terms of bundles, plug-ins and features. It embeds JTB 1.5.0. It is configured to require a JavaSE 18+ (so Eclipse versions prior to Neon are no more supported). See the update web site (http://eclipse-javacc.sourceforge.net/). It can be downloaded or installed through the Eclipse Update Manager or the Eclipse...

  • Marc MAZAS Marc MAZAS committed [ee3476] on Code (Git) (New)

    Version 1.6.0: removing bin dir

  • Marc MAZAS Marc MAZAS committed [5637be] on Code (Git) (New)

    Version 1.6.0: added shared feature plug-in; updated docs and readmes

  • Marc MAZAS Marc MAZAS committed [20020b] on Code (Git) (New)

    Added to 1.6.0 initial commit

  • Marc MAZAS Marc MAZAS committed [3f7124] on Code (Git) (New)

    tweaks in 1.6.0 initial commits

  • Marc MAZAS Marc MAZAS committed [5e4df1] on Code (Git) (New)

    Removed in 1.6.0

  • Marc MAZAS Marc MAZAS committed [1e63c5] on Code (Git) (New)

    version 1.6.0 initial commit on feature & site

  • Marc MAZAS Marc MAZAS committed [87fbf8] on Code (Git) (New)

    version 1.6.0 initial commit on headless.feature & headless.site

  • Marc MAZAS Marc MAZAS committed [a96be9] on Code (Git) (New)

    version 1.6.0 initial commit on core & ui

  • Marc MAZAS Marc MAZAS committed [d225a4] on Code (Git) (New)

    Version 1.6.0 initial commit on help & help.feature

  • Marc MAZAS Marc MAZAS committed [bf0287] on Code (Git) (New)

    Revert "Version 1.6.0 initial commit"

  • Marc MAZAS Marc MAZAS committed [f278fd] on Code (Git) (New)

    Version 1.6.0 initial commit

  • Marc MAZAS Marc MAZAS posted a comment on ticket #18

    Hi Nick I'd like to know if you still use the headless plugin. TIA. Regards, Marc

  • Marc MAZAS Marc MAZAS posted a comment on discussion Help

    Bonjour. Vérifiez tout d'abord que votre projet n'a pas spécifié comme jar de javacc le fichier jar par défaut de l'ancien plugin (Projet / Propriétés / Options JavaCC / ...) ; si oui effacez le.

  • Marc MAZAS Marc MAZAS created ticket #79

    Bad icon file names

  • Marc MAZAS Marc MAZAS created ticket #49

    Exclude in cycles javadoc references

  • Marc MAZAS Marc MAZAS committed [3e6422]

    Clean up in projects' Builders, JREs, ignored f...

  • Marc MAZAS Marc MAZAS modified ticket #28

    Specialize JavaCC properties

  • Marc MAZAS Marc MAZAS created a blog post

    New (Git) repository for the plugin code

  • Marc MAZAS Marc MAZAS committed [d7e545]

    Suppressed as should not be there

  • Marc MAZAS Marc MAZAS posted a comment on ticket #28

    Hi Francis The plugin builds the compile command line with the project's level options...

  • Marc MAZAS Marc MAZAS modified ticket #3

    Patch for adding a JVM_OPTS to the java command line

  • Marc MAZAS Marc MAZAS posted a comment on discussion Open Discussion

    See the Summary : you can use the embed javacc 6.0 jar (although it is not the default)...

  • Marc MAZAS Marc MAZAS created a blog post

    Version 1.5.33

  • Marc MAZAS Marc MAZAS modified a comment on discussion Help

    Hi. I created in version 1.5.33 different variables : "eclipse value variables" (set...

  • Marc MAZAS Marc MAZAS posted a comment on discussion Help

    Hi. I created in version 1.5.33 different variables : "eclipse value variables" (set...

  • Marc MAZAS Marc MAZAS posted a comment on discussion Help

    Hi. Would it be enough for you to define an OS env var like %javacc_jar% which contains...

  • Marc MAZAS Marc MAZAS posted a comment on discussion Help

    Hi Please check that the "/home/agung/eclipse/java-mars/eclipse/../../../.p2/pool/plugins/sf.eclipse.javacc_1.5.32/jars"...

  • Marc MAZAS Marc MAZAS modified a blog post

    Version 1.5.32

  • Marc MAZAS Marc MAZAS created a blog post

    Version 1.5.32

  • Marc MAZAS Marc MAZAS posted a comment on ticket #90

    Francesco : Eclipse is started under some JVM, depending of your launch settings....

  • Marc MAZAS Marc MAZAS posted a comment on ticket #90

    Francesco : with all my respect, I advise you to look more deeply at bug 87 answer....

  • Marc MAZAS Marc MAZAS modified ticket #89

    Cannot use ${project_loc} variable in JavaCC plugin preferences

  • Marc MAZAS Marc MAZAS posted a comment on ticket #90

    See https://sourceforge.net/p/eclipse-javacc/bugs/87/

  • Marc MAZAS Marc MAZAS modified ticket #90

    No support for JRE 8 !!

  • Marc MAZAS Marc MAZAS posted a comment on ticket #89

    Hi Vincent Variables substitution works (I tested with ${project_loc}/../../../Eclipse-IDEs\eclipse-DSL-4.4.1a.Luna_64\eclipse\plugins\sf.eclipse.javacc_1.5.30\jars\javacc.jar...

  • Marc MAZAS Marc MAZAS posted a comment on discussion Help

    Hi Ellen I would be pleased and interested to have some feedback from you, as a teacher...

  • Marc MAZAS Marc MAZAS posted a comment on discussion Help

    Hello Ellen My apologies for : - having altered your first name :( - having forgotten...

  • Marc MAZAS Marc MAZAS posted a comment on discussion Help

    Hello Helen Version 1.5.29 had a stupid regression problem. Use version 1.5.30. Marc...

  • Marc MAZAS Marc MAZAS modified ticket #88

    ClassCastException in Eclipse when attempting to compile .jjt file

  • Marc MAZAS Marc MAZAS posted a comment on discussion Help

    Good to know this. But it fixes only part of the problems (see bug #88). Full fix...

  • Marc MAZAS Marc MAZAS posted a comment on ticket #88

    Hi Which version of the plugin are you using? A similar problem was fixed in 1.5.30....

  • Marc MAZAS Marc MAZAS created a blog post

    Version 1.5.30

  • Marc MAZAS Marc MAZAS posted a comment on discussion Help

    !$@% A File search / replace instead of a Java search / replace has changed Builder...

  • Marc MAZAS Marc MAZAS modified a blog post

    Version 1.5.29

  • Marc MAZAS Marc MAZAS created a blog post

    Version 1.5.29

  • Marc MAZAS Marc MAZAS posted a comment on discussion Help

    Hi Moritz Thanks a lot, you did the test I did not dare to ask for. Yes, I've checked,...

  • Marc MAZAS Marc MAZAS posted a comment on discussion Help

    Hi all a) The jars directory addition was not propagated to the Restore defaults...

  • Marc MAZAS Marc MAZAS modified a comment on discussion Help

    Hi Was your problem an "Error: Could not find or load main class" ? These options...

  • Marc MAZAS Marc MAZAS posted a comment on discussion Help

    Hi Was your problem an "Error: Could not find or load main class" ? These options...

  • Marc MAZAS Marc MAZAS posted a comment on discussion Help

    Hi Hack I believe your guess is right, ie it cannot create the java command because...

  • Marc MAZAS Marc MAZAS posted a comment on discussion Help

    Hello Hack I can't help you with no context information ... What is the full log...

  • Marc MAZAS Marc MAZAS modified a wiki page

    Home

  • Marc MAZAS Marc MAZAS modified a wiki page

    Home

  • Marc MAZAS Marc MAZAS modified a wiki page

    Home

  • Marc MAZAS Marc MAZAS posted a comment on ticket #26

    Included in version 1.5.28

  • Marc MAZAS Marc MAZAS modified ticket #26

    Add the OUTPUT_LANGUAGE JavaCC option

  • Marc MAZAS Marc MAZAS modified ticket #27

    Allow the choice of the javacc version to run in the preference panel

  • Marc MAZAS Marc MAZAS posted a comment on ticket #27

    Included in version 1.5.28

  • Marc MAZAS Marc MAZAS modified ticket #15

    utf-8 windows

  • Marc MAZAS Marc MAZAS modified ticket #2

    Patch to provide derived resource property

  • Marc MAZAS Marc MAZAS created a blog post

    Version 1.5.28

  • Marc MAZAS Marc MAZAS posted a comment on ticket #25

    Done in 1.5.28 (to be soon released)

  • Marc MAZAS Marc MAZAS modified ticket #25

    Fold / unfold block and javadoc comments in jj/jtb editors

  • Marc MAZAS Marc MAZAS modified ticket #78

    JTB generates incorrect DepthFirst visitors

  • Marc MAZAS Marc MAZAS posted a comment on ticket #78

    Fixed in JTB 1.4.8 / JavaCC Plugin 1.5.28 (to be soon released)

  • Marc MAZAS Marc MAZAS modified ticket #56

    NPE dragging a jj/jjt/jtb file in Eclipse plugin

  • Marc MAZAS Marc MAZAS posted a comment on ticket #56

    Added drag and drop support in 1.5.28 (to be soon released)

  • Marc MAZAS Marc MAZAS modified ticket #87

    Error if Java 8 is the default installed version

1 >