René's URL Explorer Experiment


Title: Generating j2slib.zip from scratch · Issue #8 · java2script/java2script · GitHub

Open Graph Title: Generating j2slib.zip from scratch · Issue #8 · java2script/java2script

X Title: Generating j2slib.zip from scratch · Issue #8 · java2script/java2script

Description: Hi, I'm trying to figure out how to generate j2slib.zip from scratch - i.e. without reusing files from inside the j2slib.zip already in the git repository. I can regenerate most of it, however there are some differences. I am using the j...

Open Graph Description: Hi, I'm trying to figure out how to generate j2slib.zip from scratch - i.e. without reusing files from inside the j2slib.zip already in the git repository. I can regenerate most of it, however ther...

X Description: Hi, I'm trying to figure out how to generate j2slib.zip from scratch - i.e. without reusing files from inside the j2slib.zip already in the git repository. I can regenerate most of it, however ...

Opengraph URL: https://github.com/java2script/java2script/issues/8

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Generating j2slib.zip from scratch","articleBody":"Hi, I'm trying to figure out how to generate j2slib.zip from scratch - i.e. without reusing files from inside the j2slib.zip already in the git repository. I can regenerate most of it, however there are some differences. I am using the j2s-eclipse-3.8 branch, and I'm using the Makefile in PR #6 to do the build. Roughly, what it does is:\r\n1. Delete `sources/net.sf.j2s.lib/j2slib.zip`.\r\n2. Build the plugin projects:\r\n   1. net.sf.j2s.core\r\n   2. net.sf.j2s.ajax\r\n   3. net.sf.j2s.ui\r\n   4. net.sf.j2s.lib\r\n3. Install the above to Eclipse\r\n4. Build the j2s projects:\r\n   1. net.sf.j2s.ajax\r\n   2. net.sf.j2s.java.core\r\n   3. net.sf.j2s.java.org.eclipse.swt\r\n5. Runs the `j2s.pack.lib` target in `sources/net.sf.j2s.lib/build/build.xml`.\r\n\r\nThe build succeeds, but my j2slib.zip is a bit different. Here are the differences:\r\n\r\n**Unexplained missing files** (not in my j2slib.zip, but in the one in git):\r\n\r\n~~~~\r\n-java/io/FileInputStream.js\r\n-java/io/FileOutputStream.js\r\n-java/lang/Object.js\r\n-java/net/URL.js\r\n~~~~\r\n\r\nMissing, but `git grep -- sources` suggests that nothing is using them:\r\n\r\n~~~~\r\n-net/sf/j2s/ajax/PipeManager.js\r\n-net/sf/j2s/ajax/PipeObject.js\r\n~~~~\r\n\r\nMissing, but `git log -p` shows you're no longer building these, so I don't need to either:\r\n\r\n~~~~\r\n-java/error.z.js\r\n-java/lang/reflect.z.js\r\n-net/sf/j2s/ajax/simple.z.js\r\n-org/eclipse/swt/custom/images/**\r\n-org/eclipse/swt/events.z.js\r\n-org/eclipse/swt/more.z.js # moved to widgets\r\n-org/eclipse/swt/layout/FillLayout.z.js\r\n-org/eclipse/swt/layout/GridLayout.z.js\r\n-org/eclipse/swt/widgets/Common.z.js\r\n-org/eclipse/swt/widgets/DesktopListener.js\r\n-org/eclipse/swt/widgets/Menu.z.js\r\n-org/eclipse/swt/widgets/TabFolder.z.js\r\n-org/eclipse/swt/widgets/Tray.z.js\r\n~~~~\r\n\r\nExtra files on my side, probably just a part of the newer version of the source code:\r\n\r\n~~~~\r\n+j2slib.src.z.js\r\n+j2slib.swt.z.js\r\n+net/sf/j2s/ajax/annotation/SimpleComment.js\r\n+net/sf/j2s/ajax/annotation/SimpleIn.js\r\n+net/sf/j2s/ajax/annotation/SimpleInOut.js\r\n+net/sf/j2s/ajax/annotation/SimpleOut.js\r\n+net/sf/j2s/ajax/ISimpleCacheable.js\r\n+net/sf/j2s/ajax/ISimpleCometable.js\r\n+net/sf/j2s/ajax/ISimpleConstant.js\r\n+net/sf/j2s/ajax/ISimpleEnum.js\r\n+net/sf/j2s/ajax/ISimpleGeoLocationBinding.js\r\n+net/sf/j2s/ajax/ISimpleGeoLocation.js\r\n+net/sf/j2s/ajax/ISimplePipePriority.js\r\n+net/sf/j2s/ajax/ISimpleRequestBinding.js\r\n+net/sf/j2s/ajax/ISimpleRequestInfoBinding.js\r\n+net/sf/j2s/ajax/ISimpleRequestInfo.js\r\n+net/sf/j2s/ajax/SimpleClassLoader.js\r\n+net/sf/j2s/ajax/SimpleFactory.js\r\n+net/sf/j2s/ajax/SimpleNamedThreadFactory.js\r\n+net/sf/j2s/ajax/SimplePipeSequence.js\r\n+net/sf/j2s/ajax/SimpleRPCUtils.js\r\n+net/sf/j2s/ajax/SimpleSource4Java.js\r\n+net/sf/j2s/ajax/SimpleSource4ObjectiveC.js\r\n+net/sf/j2s/ajax/SimpleThreadConfig.js\r\n+net/sf/j2s/ajax/SimpleThreadHelper.js\r\n+net/sf/j2s/ajax/SimpleThreadPoolExecutor.js\r\n+net/sf/j2s/ajax/SourceUtils.js\r\n+net/sf/j2s/annotation/J2SDebug.js\r\n+net/sf/j2s/annotation/J2SIgnoreImport.js\r\n+net/sf/j2s/annotation/J2SIgnore.js\r\n+net/sf/j2s/annotation/J2SIngoreSuperConstructor.js\r\n+net/sf/j2s/annotation/J2SKeep.js\r\n+net/sf/j2s/annotation/J2SNative.js\r\n+net/sf/j2s/annotation/J2SNativeSrc.js\r\n+net/sf/j2s/annotation/J2SOptionalImport.js\r\n+net/sf/j2s/annotation/J2SOverride.js\r\n+net/sf/j2s/annotation/J2SPrefix.js\r\n+net/sf/j2s/annotation/J2SRequireImport.js\r\n+net/sf/j2s/annotation/J2SSuffix.js\r\n+net/sf/j2s/store/CookieStore.js\r\n+net/sf/j2s/store/HTML5LocalStorage.js\r\n+net/sf/j2s/store/INIFileStore.js\r\n+net/sf/j2s/store/IStore.js\r\n+net/sf/j2s/store/SimpleStore.js\r\n+net/sf/j2s/store/xss-cookie.html\r\n+net/sf/j2s/store/XSSCookieStore.js\r\n+org/eclipse/swt/dnd.z.js\r\n+org/eclipse/swt/widgets/images/packed.gif\r\n+org/eclipse/swt/widgets/more.z.js\r\n~~~~\r\n\r\nCould you tell me the reason behind these differences, and how I can generate j2slib to exact match the one distributed in git?\r\n","author":{"url":"https://github.com/infinity0","@type":"Person","name":"infinity0"},"datePublished":"2016-10-27T12:43:09.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":4},"url":"https://github.com/8/java2script/issues/8"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:a99ea6c8-9846-217d-14eb-d8bcc4d53648
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-id8FF8:250D29:3D25B:5150C:6969F9AD
html-safe-noncebf7c79f20f80c4af47924971513e9aa8db362a225e8f819ce39c9c3d7fe1ab04
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI4RkY4OjI1MEQyOTozRDI1Qjo1MTUwQzo2OTY5RjlBRCIsInZpc2l0b3JfaWQiOiIxMzM2NDc0MjM1MjE0MzYzMDUzIiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmac4c28b14ac6b46b574092dab6f3a2dd900293de653eac5c31f896dca943c1c435
hovercard-subject-tagissue:185657601
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/java2script/java2script/8/issue_layout
twitter:imagehttps://opengraph.githubassets.com/d2b5b19ad48ada3b8a9bd0ada2986993564e4d93dfe58f0f8b6e83f64176519f/java2script/java2script/issues/8
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/d2b5b19ad48ada3b8a9bd0ada2986993564e4d93dfe58f0f8b6e83f64176519f/java2script/java2script/issues/8
og:image:altHi, I'm trying to figure out how to generate j2slib.zip from scratch - i.e. without reusing files from inside the j2slib.zip already in the git repository. I can regenerate most of it, however ther...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernameinfinity0
hostnamegithub.com
expected-hostnamegithub.com
None7b32f1c7c4549428ee399213e8345494fc55b5637195d3fc5f493657579235e8
turbo-cache-controlno-preview
go-importgithub.com/java2script/java2script git https://github.com/java2script/java2script.git
octolytics-dimension-user_id29178484
octolytics-dimension-user_loginjava2script
octolytics-dimension-repository_id32129080
octolytics-dimension-repository_nwojava2script/java2script
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id32129080
octolytics-dimension-repository_network_root_nwojava2script/java2script
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
releasebdde15ad1b403e23b08bbd89b53fbe6bdf688cad
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/java2script/java2script/issues/8#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fjava2script%2Fjava2script%2Fissues%2F8
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fjava2script%2Fjava2script%2Fissues%2F8
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=java2script%2Fjava2script
Reloadhttps://github.com/java2script/java2script/issues/8
Reloadhttps://github.com/java2script/java2script/issues/8
Reloadhttps://github.com/java2script/java2script/issues/8
java2script https://github.com/java2script
java2scripthttps://github.com/java2script/java2script
Notifications https://github.com/login?return_to=%2Fjava2script%2Fjava2script
Fork 30 https://github.com/login?return_to=%2Fjava2script%2Fjava2script
Star 62 https://github.com/login?return_to=%2Fjava2script%2Fjava2script
Code https://github.com/java2script/java2script
Issues 10 https://github.com/java2script/java2script/issues
Pull requests 0 https://github.com/java2script/java2script/pulls
Actions https://github.com/java2script/java2script/actions
Projects 0 https://github.com/java2script/java2script/projects
Wiki https://github.com/java2script/java2script/wiki
Security Uh oh! There was an error while loading. Please reload this page. https://github.com/java2script/java2script/security
Please reload this pagehttps://github.com/java2script/java2script/issues/8
Insights https://github.com/java2script/java2script/pulse
Code https://github.com/java2script/java2script
Issues https://github.com/java2script/java2script/issues
Pull requests https://github.com/java2script/java2script/pulls
Actions https://github.com/java2script/java2script/actions
Projects https://github.com/java2script/java2script/projects
Wiki https://github.com/java2script/java2script/wiki
Security https://github.com/java2script/java2script/security
Insights https://github.com/java2script/java2script/pulse
New issuehttps://github.com/login?return_to=https://github.com/java2script/java2script/issues/8
New issuehttps://github.com/login?return_to=https://github.com/java2script/java2script/issues/8
Generating j2slib.zip from scratchhttps://github.com/java2script/java2script/issues/8#top
https://github.com/infinity0
https://github.com/infinity0
infinity0https://github.com/infinity0
on Oct 27, 2016https://github.com/java2script/java2script/issues/8#issue-185657601
#6https://github.com/java2script/java2script/pull/6
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.