docs: route cn1lib creation through the Maven cn1lib-archetype#4952
Merged
Conversation
Advanced-Topics-Under-The-Hood still walked readers through the old
NetBeans/Eclipse plugin wizard ("Select the CodenameOne Library Option"
screenshots) and the Ant `Refresh cn1lib files` flow for installing
libraries. New projects use Maven, and the canonical library-creation
guide already lives in Maven-Creating-CN1Libs.adoc — so this section
now leads with the `cn1lib-archetype` + pom-dependency workflow and
keeps the Ant instructions only as a clearly-labelled legacy sidebar.
Also removes the orphaned cn1lib-create-step{1,2}.png screenshots that
were tied to the old wizard.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Contributor
|
Developer Guide build artifacts are available for download from this workflow run:
Developer Guide quality checks:
Unused image preview:
|
Contributor
Cloudflare Preview
|
shai-almog
added a commit
that referenced
this pull request
May 16, 2026
Splits the find_unused_images.py check into a real quality gate: - ignore non-image files in the image tree so .gitkeep placeholders no longer flash as orphans - exit non-zero when at least one unused image is found so the new quality-gate step at the end of the developer-guide workflow can fail the build with the other linters Also removes docs/developer-guide/img/cn1libs-refresh.png, which was orphaned by #4952 when the matching image:: directive was deleted alongside the other cn1lib screenshots. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Refresh cn1lib filesflow. Re-route these sections to the Mavencn1lib-archetype+ pom-dependency workflow that already exists inMaven-Creating-CN1Libs.adoc(anchorcreating-cn1libs).cn1lib-create-step1.png,cn1lib-create-step2.png) that were no longer referenced.Test plan
creating-cn1libs/maven-project-workflow.image::img/cn1lib-create-step*.png[]references exist anywhere in the repo.🤖 Generated with Claude Code