summaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)Author
2026-07-04enhanced gitignoreMichael Peter Christen
2025-06-22try to fix push problems #4Michael Peter Christen
2024-11-25code maintenance - removed warnings and replaced deprecated functionsMichael Peter Christen
2024-02-04add Yacy vagrantFrank Tornack
untested
2023-07-27removed 7Zip parser because the old library could not be replaced by a maven ↵Michael Peter Christen
repository
2022-10-03changed system to load build propertiesMichael Christen
2022-10-02added ivy class path to gitignoreMichael Peter Christen
2022-07-10remove gradle build systemThomas Koch
I'm about to make changes to the ant build that require to also be done to the gradle build. However there is no active developer for gradle in the YaCy project right now. The motivation to introduce gradle was primarily to manage dependencies and not commit them to git anymore. This has been solved by using ivy. Additionally, there were (to my understanding) still open tasks to be completed for the gradle migration, e.g. the Windows build. I came to YaCy with the intention of packaging it for Debian. It is currently not feasible use gradle in Debian: "If you have a choice, we recommend to use a different build system like Ant or Maven which are better supported in Debian and are more stable when it comes to Debian Java packaging." -- https://wiki.debian.org/Java/Packaging/Gradle It seems Fedora has completely given up on packaging gradle. The last activity seems to be from 2017: https://bugzilla.redhat.com/show_bug.cgi?id=1191535 This commit also shows how many files are necessary for gradle while ant just needs build.xml and ivy.xml. It is also ironic that gradle was introduced here to get rid of binary files in Git (jars) but apparently gradle itself needs jar files in the repo to work.
2022-01-29remove .settings - Eclipse specific local settings not needed in distributionreger24
.settings is created locally by Eclipse upon import as gradle project to store Eclipse specific defaults. No need to include in distribution. Also - .project and - .classpath are Eclipse specific and created by gradle and should be deleted (as not needed and IDE specific) - left them for now as files might be needed for building project with Ant (build.xml) which is likely still used by some.
2022-01-26Updated Readme "Compiling YaCy:" to reflect move to gradlereger24
2022-01-25removed redundant line from gitignoreDaleth Darko
2022-01-24Idea project filesDaleth Darko
2022-01-18Import Ant build.xml into Gradle and use old compile of servlets in Gradlereger24
to be able to use/reuse Ant targets where task has not been implemented in Gradle build. - use the import to include the compile of htroot as first important task ! it is possible that first build fails an compile of GitRevTask.jar ! ! solution/workaround -> use "ant all" once to compile GitRevTask.jar ! - adjusted build.xml a little - split compile-core into compile-core and compile-htroot to have a target for htroot comp. only - set build-path to reuse Gradles build directory - (fix javadoc failure) - changed the filtered-copy of yacyBuildProperties.java to ! the build path :-( as current (copy,delete,exclude) is complicated and not migration worthy, used simple/straigt forward approach (using a yacyBuildProperties.java.template file as copy source)
2021-07-19add gradle to gitignoreMichael Peter Christen
2021-07-14gradle cleanupadmin
2017-01-09Ignore generated Javadoc with git SCM.luccioman
2016-09-20test case: for NewsPool to check the id modificator (for unique id) reger
and observe the distribution order .. hands on. + add test/DATA to gitignor
2016-05-16upd to Jetty v9.2.16.v20160414reger
- exclude unused mime4j - remove unused yacy-cora build
2016-03-14adding Mavens output dir to gitignorereger
2016-01-04Log files are commitable and shouldn't besudheesh001
2015-09-02ignore /DATA (Eclipse Mars)sixcooler
2014-10-24replaced input text field with text field for index deletion with queryMichael Peter Christen
and replaced GET with POST method. This should make it possible to tubmit here very large queries for deletion.
2014-06-15ignore the api javadoc directory in git commitsorbiter
2013-09-15- the webgraph shall store all links which appear on a web page and notMichael Peter Christen
all unique links! This made it necessary, that a large portion of the parser and link processing classes must be adopted to carry a different type of link collection which carry a property attribute which are attached to web anchors. - introduction of a new URL class, AnchorURL - the other url classes, DigestURI and MultiProtocolURI had been renamed and refactored to fit into a new document package schema, document.id - cleanup of net.yacy.cora.document package and refactoring
2013-07-04Revert "do not use remote proxy if not switched on - regardless of the proto"sixcooler
This reverts commit 20f452d22809ccb55f177c9b1651f878922e495c.
2013-07-04do not use remote proxy if not switched on - regardless of the protosixcooler
2013-02-25fix for schema export to consider also automatically generatedMichael Peter Christen
coordinate fields
2013-02-25- generalized SchemaConfiguration into super-class Configuration andMichael Peter Christen
adopted other classes which used the configuration-only access for that class - removed many warnings - adjusted logging
2012-09-20more ignoreorbiter
2012-01-16created an working free-form project for netbeans (7.1)Alexander Fieger
2012-01-08add *.*~ to .gitignoreMarek Otahal
Signed-off-by: Marek Otahal <markotahal@gmail.com>
2012-01-08add support for development in netbeansMarek Otahal
imported project from eclipse, now netbeans will automatically recognize project folder, link needed libraries, build scripts etc. Just do Open project... Signed-off-by: Marek Otahal <markotahal@gmail.com>
2011-11-24test for pushingsixcooler
some files to ignore
2011-11-24bring my master to stuff from remotesixcooler
2011-11-24Ant-Task for getting version from gitsixcooler
2011-11-14not checking for the pid-filesixcooler
2011-11-12git testing:sixcooler
2011-05-26* add .gitignore to svn, so it doesn't get lost on git syncronizationf1ori
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7743 6c8d7289-2bf4-0310-a012-ef5d649a1542