GithubHelp home page GithubHelp logo

gerrey / netbeans Goto Github PK

View Code? Open in Web Editor NEW

This project forked from apache/netbeans

0.0 0.0 0.0 353.11 MB

Apache NetBeans

Home Page: https://netbeans.apache.org/

License: Apache License 2.0

Shell 0.11% JavaScript 0.39% Ruby 0.01% C++ 0.01% Python 0.01% Perl 0.01% C 0.14% PHP 1.15% Java 87.84% Haskell 0.01% Groovy 0.03% R 0.01% Standard ML 9.67% TypeScript 0.05% XSLT 0.44% CSS 0.12% ANTLR 0.01% GAP 0.02% AspectJ 0.01% Grammatical Framework 0.01%

netbeans's Introduction

Apache NetBeans

Apache NetBeans is an open source development environment, tooling platform, and application framework.

Build status

  • GitHub actions
    • Build Status
    • Profiler Lib Native Binaries
  • TravisCI:
    • Build Status
  • Apache Jenkins:
    • Linux: Build Status
    • Windows: Build Status
  • License Status ( Apache Rat and ant verify-libs-and-licenses )
    • Build Status

Requirements

  • Git
  • Ant 1.9.9 or above
  • JDK 11 or above (to build and run NetBeans)

Notes:

  • NetBeans license violation checks are managed via the rat-exclusions.txt file.
  • Set JAVA_HOME and ANT_HOME appropriately or leave them undefined.

Building NetBeans

Build with the default config (See the cluster.config property.)

$ ant

Build the basic project (mainly, JavaSE features):

$ ant -Dcluster.config=basic

Build the full project (including Groovy, PHP, JavaEE/JakartaEE, and JavaScript features):

$ ant -Dcluster.config=full

Build the NetBeans Platform:

$ ant -Dcluster.config=platform

Notes:

Generating Javadoc

Build javadoc:

$ ant build javadoc

Note Run javadoc-nb task in Netbeans to run the javadoc build and display it in a web browser.

Running NetBeans

Run the build:

$ ant tryme

Note: Look in nbbuild/netbeans for the NetBeans installation created by the build process.

Get In Touch

Subscribe or mail the [email protected] list - Ask questions, find answers, and also help other users.

Subscribe or mail the [email protected] list - Join development discussions, propose new ideas and connect with contributors.

Download

Developer builds can be downloaded: Latest build (netbeans-xxx.zip).

Latest release (convenience binary of released source artifacts): https://netbeans.apache.org/download/index.html.

Reporting Bugs

Bugs should be reported to https://github.com/apache/netbeans/issues

Log, Config and Cache Locations

  • start config (JVM settings, default JDK, userdir, cachedir location and more):
    netbeans/etc/netbeans.conf
  • user settings storage (preferences, installed plugins, logs):
    system dependent, see Help -> About for concrete location
  • cache files (maven index, search index etc):
    system dependent, see Help -> About for concrete location
  • default log location (tip: can be inspected via View -> IDE Log):
    $DEFAULT_USERDIR_ROOT/var/log/messages.log

Note: removing/changing the user settings directory will reset NetBeans to first launch defaults

Full History

The origins of the code in this repository are older than its Apache existence. As such significant part of the history (before the code was donated to Apache) is kept in an independent repository. To fully understand the code you may want to merge the modern and ancient versions together:

$ git clone https://github.com/apache/netbeans.git
$ cd netbeans
$ git log platform/uihandler/arch.xml

This gives you just few log entries including the initial checkin and change of the file headers to Apache. But then the magic comes:

$ git remote add emilian https://github.com/emilianbold/netbeans-releases.git
$ git fetch emilian # this takes a while, the history is huge!
$ git replace 6daa72c98 32042637 # the 1st donation
$ git replace 6035076ee 32042637 # the 2nd donation

When you search the log, or use the blame tool, the full history is available:

$ git log platform/uihandler/arch.xml
$ git blame platform/uihandler/arch.xml

Many thanks to Emilian Bold who converted the ancient history to his Git repository and made the magic possible!

netbeans's People

Contributors

matthiasblaesing avatar sdedic avatar jlahoda avatar geertjanw avatar junichi11 avatar lkishalmi avatar neilcsmith-net avatar ebarboni avatar mbien avatar dbalek avatar hectorespert avatar tmysik avatar entlicher avatar pepness avatar dukescript avatar eirikbakke avatar bradwalker avatar kacercz avatar jgauravgupta avatar devcharly avatar vieiro avatar emilianbold avatar rtaneja1 avatar mklaehn avatar thilina01 avatar tzezula avatar ppisl avatar vikasprabhakar avatar errael avatar singh-akhilesh avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.