From e693672cd44ab0e648643f4b5c24b1c177ab6c84 Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Mon, 12 Jul 2010 23:48:02 +0200 Subject: Changed build system to ivy. --- .classpath | 29 --- .factorypath | 3 - .gitignore | 6 + .project | 17 -- .settings/org.eclipse.core.resources.prefs | 3 - .settings/org.eclipse.core.runtime.prefs | 3 - .settings/org.eclipse.jdt.apt.core.prefs | 5 - .settings/org.eclipse.jdt.core.prefs | 102 -------- .settings/org.eclipse.jdt.launching.prefs | 3 - LICENCE | 19 -- LICENSE | 19 ++ build.xml | 287 ++++++++++++++++++--- buildScripts/compile.ant.xml | 173 ------------- buildScripts/deps.ant.xml | 51 ---- buildScripts/deps/eclipse-debug-target.template | 34 --- buildScripts/deps/eclipse-debugging.ant.xml | 259 ------------------- buildScripts/deps/findbugs.ant.xml | 79 ------ buildScripts/deps/lombok-patcher.ant.xml | 158 ------------ buildScripts/eclipse-debug-target.template | 34 +++ buildScripts/git.ant.xml | 73 ------ .../ivy-repo/eclipse.org-core.runtime-3.5.0.xml | 12 + buildScripts/ivy-repo/eclipse.org-ecj-3.5.2.xml | 14 + .../ivy-repo/eclipse.org-equinox.common-3.5.0.xml | 12 + .../ivy-repo/eclipse.org-jdt.core-3.5.0.xml | 12 + buildScripts/ivy-repo/eclipse.org-jdt.ui-3.5.1.xml | 12 + buildScripts/ivy-repo/eclipse.org-osgi-3.5.0.xml | 12 + buildScripts/ivy-repo/lombok.patcher-ivy-0.3.xml | 14 + .../ivy-repo/netbeans.org-boot-6.8beta.xml | 12 + .../netbeans.org-modules.java.source-6.8beta.xml | 12 + .../netbeans.org-openide.modules-6.8beta.xml | 12 + .../ivy-repo/netbeans.org-openide.util-6.8beta.xml | 12 + .../projectlombok.org-ant-googlecode-0.0.2.xml | 11 + .../ivy-repo/projectlombok.org-javac-1.6.0.18.xml | 14 + .../ivy-repo/projectlombok.org-juunit-4.8.1.xml | 13 + .../projectlombok.org-markdownj-1.02b4.xml | 11 + .../ivy-repo/projectlombok.org-spi-0.2.4.xml | 12 + .../ivy-repo/zwitserloot.com-cmdreader-1.2.xml | 15 ++ buildScripts/ivy.xml | 39 +++ buildScripts/ivysettings.xml | 11 + buildScripts/maven.ant.xml | 148 ----------- buildScripts/publish.ant.xml | 79 ------ buildScripts/test.ant.xml | 79 ------ buildScripts/website.ant.xml | 40 +-- contrib/README | 4 - contrib/asm-3.1-javadoc.zip | Bin 620640 -> 0 bytes contrib/asm-3.1-src.zip | Bin 336609 -> 0 bytes contrib/ecjsrc-3.5.1.zip | Bin 1297603 -> 0 bytes contrib/javac-source.zip | Bin 1839929 -> 0 bytes deps/README | 4 - deps/buildScripts/.gitignore | 2 - deps/buildScripts/ant-googlecode-0.0.2.jar | Bin 16262 -> 0 bytes deps/buildScripts/ant-jsch-fixed.jar | Bin 28388 -> 0 bytes deps/buildScripts/java2html.jar | Bin 192282 -> 0 bytes deps/buildScripts/jsch-0.1.42.jar | Bin 185746 -> 0 bytes deps/buildScripts/markdownj.jar | Bin 40987 -> 0 bytes deps/javadoc/java6/package-list | 203 --------------- deps/junit-4.7.jar | Bin 232354 -> 0 bytes deps/lombok/ant.jar | Bin 1319377 -> 0 bytes deps/lombok/ecj-3.5.1.jar | Bin 1674737 -> 0 bytes .../org.eclipse.core.runtime_3.5.0.v20090525.jar | Bin 69761 -> 0 bytes ...eclipse.equinox.common_3.5.0.v20090520-1800.jar | Bin 99430 -> 0 bytes .../eclipse/org.eclipse.jdt.core_3.5.0.v_963.jar | Bin 4471784 -> 0 bytes ...rg.eclipse.jdt.ui_3.5.1.r351_v20090821-0800.jar | Bin 9803138 -> 0 bytes .../eclipse/org.eclipse.osgi_3.5.0.v20090520.jar | Bin 1122602 -> 0 bytes deps/lombok/netbeans/boot_6.8beta.jar | Bin 263129 -> 0 bytes .../org-netbeans-modules-java-source_6.8beta.jar | Bin 2155618 -> 0 bytes .../netbeans/org-openide-modules_6.8beta.jar | Bin 28722 -> 0 bytes deps/lombok/netbeans/org-openide-util_6.8beta.jar | Bin 645380 -> 0 bytes .../org.eclipse.core.runtime_3.5.0.v20090525.jar | Bin 69761 -> 0 bytes ...eclipse.equinox.common_3.5.0.v20090520-1800.jar | Bin 99430 -> 0 bytes deps/lombok/org.eclipse.jdt.core_3.5.0.v_963.jar | Bin 4471784 -> 0 bytes ...rg.eclipse.jdt.ui_3.5.1.r351_v20090821-0800.jar | Bin 9803138 -> 0 bytes deps/lombok/org.eclipse.osgi_3.5.0.v20090520.jar | Bin 1122602 -> 0 bytes deps/lombok/spi-0.2.4.jar | Bin 23904 -> 0 bytes deps/lombok/tools.jar | Bin 12546055 -> 0 bytes .../DisableCheckedExceptionsAgent.java | 4 +- lib/README | 4 - lib/lombok/.gitignore | 1 - lib/lombok/.gitkeep | 1 - lib/lombok/com.zwitserloot.cmdreader.jar | Bin 19082 -> 0 bytes src/core/lombok/eclipse/Eclipse.java | 1 - .../lombok/netbeans/agent/PatchFixes.java | 8 +- 82 files changed, 583 insertions(+), 1614 deletions(-) delete mode 100644 .classpath delete mode 100644 .factorypath delete mode 100644 .project delete mode 100644 .settings/org.eclipse.core.resources.prefs delete mode 100644 .settings/org.eclipse.core.runtime.prefs delete mode 100644 .settings/org.eclipse.jdt.apt.core.prefs delete mode 100644 .settings/org.eclipse.jdt.core.prefs delete mode 100644 .settings/org.eclipse.jdt.launching.prefs delete mode 100644 LICENCE create mode 100644 LICENSE delete mode 100644 buildScripts/compile.ant.xml delete mode 100644 buildScripts/deps.ant.xml delete mode 100644 buildScripts/deps/eclipse-debug-target.template delete mode 100644 buildScripts/deps/eclipse-debugging.ant.xml delete mode 100644 buildScripts/deps/findbugs.ant.xml delete mode 100644 buildScripts/deps/lombok-patcher.ant.xml create mode 100644 buildScripts/eclipse-debug-target.template delete mode 100644 buildScripts/git.ant.xml create mode 100644 buildScripts/ivy-repo/eclipse.org-core.runtime-3.5.0.xml create mode 100644 buildScripts/ivy-repo/eclipse.org-ecj-3.5.2.xml create mode 100644 buildScripts/ivy-repo/eclipse.org-equinox.common-3.5.0.xml create mode 100644 buildScripts/ivy-repo/eclipse.org-jdt.core-3.5.0.xml create mode 100644 buildScripts/ivy-repo/eclipse.org-jdt.ui-3.5.1.xml create mode 100644 buildScripts/ivy-repo/eclipse.org-osgi-3.5.0.xml create mode 100644 buildScripts/ivy-repo/lombok.patcher-ivy-0.3.xml create mode 100644 buildScripts/ivy-repo/netbeans.org-boot-6.8beta.xml create mode 100644 buildScripts/ivy-repo/netbeans.org-modules.java.source-6.8beta.xml create mode 100644 buildScripts/ivy-repo/netbeans.org-openide.modules-6.8beta.xml create mode 100644 buildScripts/ivy-repo/netbeans.org-openide.util-6.8beta.xml create mode 100644 buildScripts/ivy-repo/projectlombok.org-ant-googlecode-0.0.2.xml create mode 100644 buildScripts/ivy-repo/projectlombok.org-javac-1.6.0.18.xml create mode 100644 buildScripts/ivy-repo/projectlombok.org-juunit-4.8.1.xml create mode 100644 buildScripts/ivy-repo/projectlombok.org-markdownj-1.02b4.xml create mode 100644 buildScripts/ivy-repo/projectlombok.org-spi-0.2.4.xml create mode 100644 buildScripts/ivy-repo/zwitserloot.com-cmdreader-1.2.xml create mode 100644 buildScripts/ivy.xml create mode 100644 buildScripts/ivysettings.xml delete mode 100644 buildScripts/maven.ant.xml delete mode 100644 buildScripts/publish.ant.xml delete mode 100644 buildScripts/test.ant.xml delete mode 100644 contrib/README delete mode 100644 contrib/asm-3.1-javadoc.zip delete mode 100644 contrib/asm-3.1-src.zip delete mode 100644 contrib/ecjsrc-3.5.1.zip delete mode 100644 contrib/javac-source.zip delete mode 100644 deps/README delete mode 100644 deps/buildScripts/.gitignore delete mode 100644 deps/buildScripts/ant-googlecode-0.0.2.jar delete mode 100644 deps/buildScripts/ant-jsch-fixed.jar delete mode 100644 deps/buildScripts/java2html.jar delete mode 100644 deps/buildScripts/jsch-0.1.42.jar delete mode 100644 deps/buildScripts/markdownj.jar delete mode 100644 deps/javadoc/java6/package-list delete mode 100644 deps/junit-4.7.jar delete mode 100644 deps/lombok/ant.jar delete mode 100644 deps/lombok/ecj-3.5.1.jar delete mode 100644 deps/lombok/eclipse/org.eclipse.core.runtime_3.5.0.v20090525.jar delete mode 100644 deps/lombok/eclipse/org.eclipse.equinox.common_3.5.0.v20090520-1800.jar delete mode 100644 deps/lombok/eclipse/org.eclipse.jdt.core_3.5.0.v_963.jar delete mode 100644 deps/lombok/eclipse/org.eclipse.jdt.ui_3.5.1.r351_v20090821-0800.jar delete mode 100644 deps/lombok/eclipse/org.eclipse.osgi_3.5.0.v20090520.jar delete mode 100644 deps/lombok/netbeans/boot_6.8beta.jar delete mode 100644 deps/lombok/netbeans/org-netbeans-modules-java-source_6.8beta.jar delete mode 100644 deps/lombok/netbeans/org-openide-modules_6.8beta.jar delete mode 100644 deps/lombok/netbeans/org-openide-util_6.8beta.jar delete mode 100644 deps/lombok/org.eclipse.core.runtime_3.5.0.v20090525.jar delete mode 100644 deps/lombok/org.eclipse.equinox.common_3.5.0.v20090520-1800.jar delete mode 100644 deps/lombok/org.eclipse.jdt.core_3.5.0.v_963.jar delete mode 100644 deps/lombok/org.eclipse.jdt.ui_3.5.1.r351_v20090821-0800.jar delete mode 100644 deps/lombok/org.eclipse.osgi_3.5.0.v20090520.jar delete mode 100644 deps/lombok/spi-0.2.4.jar delete mode 100644 deps/lombok/tools.jar delete mode 100644 lib/README delete mode 100644 lib/lombok/.gitignore delete mode 100644 lib/lombok/.gitkeep delete mode 100644 lib/lombok/com.zwitserloot.cmdreader.jar diff --git a/.classpath b/.classpath deleted file mode 100644 index 82336e52..00000000 --- a/.classpath +++ /dev/null @@ -1,29 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.factorypath b/.factorypath deleted file mode 100644 index d4e5b82c..00000000 --- a/.factorypath +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/.gitignore b/.gitignore index 82db0a61..4244e37d 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,9 @@ debug LombokizedEclipse.launch libertad-upload.key findbugsReport.html +lib +.settings +.project +.classpath +.factorypath + diff --git a/.project b/.project deleted file mode 100644 index 628b6001..00000000 --- a/.project +++ /dev/null @@ -1,17 +0,0 @@ - - - lombok - - - - - - org.eclipse.jdt.core.javabuilder - - - - - - org.eclipse.jdt.core.javanature - - diff --git a/.settings/org.eclipse.core.resources.prefs b/.settings/org.eclipse.core.resources.prefs deleted file mode 100644 index d7884166..00000000 --- a/.settings/org.eclipse.core.resources.prefs +++ /dev/null @@ -1,3 +0,0 @@ -#Sat Jul 18 00:51:09 CEST 2009 -eclipse.preferences.version=1 -encoding/=UTF-8 diff --git a/.settings/org.eclipse.core.runtime.prefs b/.settings/org.eclipse.core.runtime.prefs deleted file mode 100644 index e16e19be..00000000 --- a/.settings/org.eclipse.core.runtime.prefs +++ /dev/null @@ -1,3 +0,0 @@ -#Sat Jul 18 00:51:27 CEST 2009 -eclipse.preferences.version=1 -line.separator=\n diff --git a/.settings/org.eclipse.jdt.apt.core.prefs b/.settings/org.eclipse.jdt.apt.core.prefs deleted file mode 100644 index c978bb18..00000000 --- a/.settings/org.eclipse.jdt.apt.core.prefs +++ /dev/null @@ -1,5 +0,0 @@ -#Fri Jun 12 03:57:29 CEST 2009 -eclipse.preferences.version=1 -org.eclipse.jdt.apt.aptEnabled=true -org.eclipse.jdt.apt.genSrcDir=.apt_generated -org.eclipse.jdt.apt.reconcileEnabled=true diff --git a/.settings/org.eclipse.jdt.core.prefs b/.settings/org.eclipse.jdt.core.prefs deleted file mode 100644 index aab1b6fa..00000000 --- a/.settings/org.eclipse.jdt.core.prefs +++ /dev/null @@ -1,102 +0,0 @@ -#Sat Dec 12 14:05:24 CET 2009 -eclipse.preferences.version=1 -org.eclipse.jdt.core.builder.cleanOutputFolder=clean -org.eclipse.jdt.core.builder.duplicateResourceTask=warning -org.eclipse.jdt.core.builder.invalidClasspath=abort -org.eclipse.jdt.core.builder.recreateModifiedClassFileInOutputFolder=ignore -org.eclipse.jdt.core.builder.resourceCopyExclusionFilter=*.launch -org.eclipse.jdt.core.circularClasspath=error -org.eclipse.jdt.core.classpath.exclusionPatterns=enabled -org.eclipse.jdt.core.classpath.multipleOutputLocations=enabled -org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled -org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6 -org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve -org.eclipse.jdt.core.compiler.compliance=1.6 -org.eclipse.jdt.core.compiler.debug.lineNumber=generate -org.eclipse.jdt.core.compiler.debug.localVariable=generate -org.eclipse.jdt.core.compiler.debug.sourceFile=generate -org.eclipse.jdt.core.compiler.doc.comment.support=enabled -org.eclipse.jdt.core.compiler.maxProblemPerUnit=100 -org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning -org.eclipse.jdt.core.compiler.problem.assertIdentifier=error -org.eclipse.jdt.core.compiler.problem.autoboxing=ignore -org.eclipse.jdt.core.compiler.problem.comparingIdentical=warning -org.eclipse.jdt.core.compiler.problem.deadCode=warning -org.eclipse.jdt.core.compiler.problem.deprecation=warning -org.eclipse.jdt.core.compiler.problem.deprecationInDeprecatedCode=disabled -org.eclipse.jdt.core.compiler.problem.deprecationWhenOverridingDeprecatedMethod=disabled -org.eclipse.jdt.core.compiler.problem.discouragedReference=warning -org.eclipse.jdt.core.compiler.problem.emptyStatement=warning -org.eclipse.jdt.core.compiler.problem.enumIdentifier=error -org.eclipse.jdt.core.compiler.problem.fallthroughCase=ignore -org.eclipse.jdt.core.compiler.problem.fatalOptionalError=enabled -org.eclipse.jdt.core.compiler.problem.fieldHiding=warning -org.eclipse.jdt.core.compiler.problem.finalParameterBound=warning -org.eclipse.jdt.core.compiler.problem.finallyBlockNotCompletingNormally=warning -org.eclipse.jdt.core.compiler.problem.forbiddenReference=ignore -org.eclipse.jdt.core.compiler.problem.hiddenCatchBlock=warning -org.eclipse.jdt.core.compiler.problem.incompatibleNonInheritedInterfaceMethod=warning -org.eclipse.jdt.core.compiler.problem.incompleteEnumSwitch=warning -org.eclipse.jdt.core.compiler.problem.indirectStaticAccess=warning -org.eclipse.jdt.core.compiler.problem.invalidJavadoc=ignore -org.eclipse.jdt.core.compiler.problem.invalidJavadocTags=disabled -org.eclipse.jdt.core.compiler.problem.invalidJavadocTagsDeprecatedRef=disabled -org.eclipse.jdt.core.compiler.problem.invalidJavadocTagsNotVisibleRef=disabled -org.eclipse.jdt.core.compiler.problem.invalidJavadocTagsVisibility=public -org.eclipse.jdt.core.compiler.problem.localVariableHiding=warning -org.eclipse.jdt.core.compiler.problem.methodWithConstructorName=warning -org.eclipse.jdt.core.compiler.problem.missingDeprecatedAnnotation=warning -org.eclipse.jdt.core.compiler.problem.missingHashCodeMethod=warning -org.eclipse.jdt.core.compiler.problem.missingJavadocComments=ignore -org.eclipse.jdt.core.compiler.problem.missingJavadocCommentsOverriding=disabled -org.eclipse.jdt.core.compiler.problem.missingJavadocCommentsVisibility=public -org.eclipse.jdt.core.compiler.problem.missingJavadocTagDescription=return_tag -org.eclipse.jdt.core.compiler.problem.missingJavadocTags=ignore -org.eclipse.jdt.core.compiler.problem.missingJavadocTagsOverriding=disabled -org.eclipse.jdt.core.compiler.problem.missingJavadocTagsVisibility=public -org.eclipse.jdt.core.compiler.problem.missingOverrideAnnotation=warning -org.eclipse.jdt.core.compiler.problem.missingSerialVersion=ignore -org.eclipse.jdt.core.compiler.problem.missingSynchronizedOnInheritedMethod=ignore -org.eclipse.jdt.core.compiler.problem.noEffectAssignment=warning -org.eclipse.jdt.core.compiler.problem.noImplicitStringConversion=warning -org.eclipse.jdt.core.compiler.problem.nonExternalizedStringLiteral=ignore -org.eclipse.jdt.core.compiler.problem.nullReference=warning -org.eclipse.jdt.core.compiler.problem.overridingPackageDefaultMethod=warning -org.eclipse.jdt.core.compiler.problem.parameterAssignment=ignore -org.eclipse.jdt.core.compiler.problem.possibleAccidentalBooleanAssignment=warning -org.eclipse.jdt.core.compiler.problem.potentialNullReference=warning -org.eclipse.jdt.core.compiler.problem.rawTypeReference=warning -org.eclipse.jdt.core.compiler.problem.redundantNullCheck=warning -org.eclipse.jdt.core.compiler.problem.redundantSuperinterface=warning -org.eclipse.jdt.core.compiler.problem.specialParameterHidingField=disabled -org.eclipse.jdt.core.compiler.problem.staticAccessReceiver=warning -org.eclipse.jdt.core.compiler.problem.suppressWarnings=enabled -org.eclipse.jdt.core.compiler.problem.syntheticAccessEmulation=ignore -org.eclipse.jdt.core.compiler.problem.typeParameterHiding=warning -org.eclipse.jdt.core.compiler.problem.uncheckedTypeOperation=warning -org.eclipse.jdt.core.compiler.problem.undocumentedEmptyBlock=ignore -org.eclipse.jdt.core.compiler.problem.unhandledWarningToken=warning -org.eclipse.jdt.core.compiler.problem.unnecessaryElse=warning -org.eclipse.jdt.core.compiler.problem.unnecessaryTypeCheck=warning -org.eclipse.jdt.core.compiler.problem.unqualifiedFieldAccess=ignore -org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownException=warning -org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionExemptExceptionAndThrowable=enabled -org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionIncludeDocCommentReference=enabled -org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionWhenOverriding=disabled -org.eclipse.jdt.core.compiler.problem.unusedImport=warning -org.eclipse.jdt.core.compiler.problem.unusedLabel=warning -org.eclipse.jdt.core.compiler.problem.unusedLocal=warning -org.eclipse.jdt.core.compiler.problem.unusedParameter=warning -org.eclipse.jdt.core.compiler.problem.unusedParameterIncludeDocCommentReference=enabled -org.eclipse.jdt.core.compiler.problem.unusedParameterWhenImplementingAbstract=disabled -org.eclipse.jdt.core.compiler.problem.unusedParameterWhenOverridingConcrete=disabled -org.eclipse.jdt.core.compiler.problem.unusedPrivateMember=warning -org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning -org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning -org.eclipse.jdt.core.compiler.processAnnotations=enabled -org.eclipse.jdt.core.compiler.source=1.6 -org.eclipse.jdt.core.compiler.taskCaseSensitive=enabled -org.eclipse.jdt.core.compiler.taskPriorities=NORMAL,HIGH,NORMAL -org.eclipse.jdt.core.compiler.taskTags=TODO,FIXME,XXX -org.eclipse.jdt.core.incompatibleJDKLevel=ignore -org.eclipse.jdt.core.incompleteClasspath=warning diff --git a/.settings/org.eclipse.jdt.launching.prefs b/.settings/org.eclipse.jdt.launching.prefs deleted file mode 100644 index 9d56586e..00000000 --- a/.settings/org.eclipse.jdt.launching.prefs +++ /dev/null @@ -1,3 +0,0 @@ -#Sat Dec 12 13:38:59 CET 2009 -eclipse.preferences.version=1 -org.eclipse.jdt.launching.PREF_STRICTLY_COMPATIBLE_JRE_NOT_AVAILABLE=warning diff --git a/LICENCE b/LICENCE deleted file mode 100644 index c370acef..00000000 --- a/LICENCE +++ /dev/null @@ -1,19 +0,0 @@ -Copyright © 2009 Reinier Zwitserloot and Roel Spilker. - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. diff --git a/LICENSE b/LICENSE new file mode 100644 index 00000000..c370acef --- /dev/null +++ b/LICENSE @@ -0,0 +1,19 @@ +Copyright © 2009 Reinier Zwitserloot and Roel Spilker. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/build.xml b/build.xml index f7171052..8de57ac0 100644 --- a/build.xml +++ b/build.xml @@ -1,5 +1,5 @@ - + This buildfile is part of projectlombok.org. It is the main entry point that contains the common tasks and can be called on to run the main aspects of all the sub-scripts. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - + Lombok version: ${lombok.version} - - + + + + - - + + + + + + + + + + + + + + + + + + + + + + + lombok.core.AnnotationProcessor - - + + + + + + + + + + + + + + + + + - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - + + + + + + + + + + + + - - - - + + + + + + + + + + + + + + + + All tests successful. - - + + + + + + + + + + + + + + - - + + + You don't have the libertad-upload.key; you'll need it to get write access to the server. + + - - - - + + - - - - + + +#username=[your google account name without @gmail.com] +#password=[your googlecode password, is NOT your gmail password] + + - - - - + + + + + - - -This buildfile is part of projectlombok.org. It responsible for compiling the main -lombok code including the various agents. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - lombok.core.AnnotationProcessor - - - - - - - - - - - - - - - - - - - - diff --git a/buildScripts/deps.ant.xml b/buildScripts/deps.ant.xml deleted file mode 100644 index f3a07ec8..00000000 --- a/buildScripts/deps.ant.xml +++ /dev/null @@ -1,51 +0,0 @@ - - - -This buildfile is part of projectlombok.org. It responsible for finding, downloading, -and building dependencies. - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/buildScripts/deps/eclipse-debug-target.template b/buildScripts/deps/eclipse-debug-target.template deleted file mode 100644 index 7a1ac635..00000000 --- a/buildScripts/deps/eclipse-debug-target.template +++ /dev/null @@ -1,34 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/buildScripts/deps/eclipse-debugging.ant.xml b/buildScripts/deps/eclipse-debugging.ant.xml deleted file mode 100644 index dddd7f6a..00000000 --- a/buildScripts/deps/eclipse-debugging.ant.xml +++ /dev/null @@ -1,259 +0,0 @@ - - - -This buildfile is part of projectlombok.org. It responsible for downloading, updating, and setting up the eclipse modules that are useful to have when working on lombok's eclipse integration. It's optional. - - - - - - - - - - - - - - - - - -Do you want me to create an eclipse debug target so you can launch a second eclipse, lombok-ized, in the eclipse debugger? - - - - - - - - - - - - -Do you want me to grab from CVS the 3.5 version of org.eclipse.jdt.core? -Lombok integrates with this eclipse module often, and you should grab it if you're going to work on lombok's eclipse integration. - - - - - - - - - - - -Do you want me to grab from CVS the 3.5 version of org.eclipse.jdt.ui? -Lombok integrates with this eclipse module often, and you should grab it if you're going to work on lombok's eclipse integration. - - - - - - - - - - - -Do you want me to grab from CVS the 3.5 version of org.eclipse.core.runtime? -Interacting with the filer and messager (for errors and warnings) requires core.runtime, as well as interacting with modules. -You may not need it unless you're going to work on those areas. - - - - - - - - - - - - -Do you want me to grab from CVS the 3.5 version of org.eclipse.ltk.core.refactoring? -Unless you're going to work with lombok's patching of the refactor scripts, you won't need it. - - - - - - - - - - - - -Do you want me to grab from CVS the 3.5 version of org.eclipse.equinox? -Unless you're going to work on lombok.patcher's OSGi integration, you won't need this. - -WARNING: This project is enormous (350MB) and takes like an hour to check out. You should answer no unless you _really_ want it. - - - - - - - - - - - - - eclipse module checked out in a sibling directory to the lombok project directory. You may want to add the project to your eclipse workspace. - - - - - - - - - eclipse module checked out in a sibling directory to the lombok project directory. You may want to add the project to your eclipse workspace. - - - - - - - - - eclipse module checked out in a sibling directory to the lombok project directory. You may want to add the project to your eclipse workspace. - - - - - - - - - eclipse module checked out in a sibling directory to the lombok project directory. You may want to add the project to your eclipse workspace. - - - - - - - - - eclipse module checked out in a sibling directory to the lombok project directory. You may want to add the project to your eclipse workspace. - - - - - - - - - - --------------------------- - - Launch target configured; it should show up in your eclipse under the debug menu as "LombokizedEclipse". - It does NOT hot-code-replace on lombok itself - you'll need to run 'ant dist' every time you want to use it. This is an unavoidable shortcoming of java agents. You can, however, breakpoint and step through your eclipse this way. - - --------------------------- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/buildScripts/deps/findbugs.ant.xml b/buildScripts/deps/findbugs.ant.xml deleted file mode 100644 index 6aeedb79..00000000 --- a/buildScripts/deps/findbugs.ant.xml +++ /dev/null @@ -1,79 +0,0 @@ - - - -This buildfile is part of projectlombok.org. It responsible for finding, downloading, and updating findbugs. - - - - - - - - - - - - Downloading findbugs v1.3.9 from sourceforge... - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -You don't have the findbugs dependency. If you want to run the 'ant findbugs' task to run findbugs on the lombok sources, you'll need it. Otherwise, you can skip it. If you want me to do so, I will download findbugs now and unpack it in the appropriate place (deps/buildScripts/findbugs). The file will be downloaded from sourceforge. - Pick one (first letter will do): - Skip - Skips this download. This dependency is optional. - Download - Grabs findbugs, so that you can run 'ant findbugs'. - - - - - - - diff --git a/buildScripts/deps/lombok-patcher.ant.xml b/buildScripts/deps/lombok-patcher.ant.xml deleted file mode 100644 index c0dfbf77..00000000 --- a/buildScripts/deps/lombok-patcher.ant.xml +++ /dev/null @@ -1,158 +0,0 @@ - - - -This buildfile is part of projectlombok.org. It responsible for finding, downloading, and updating the lombok.patcher dependency. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - You don't have any version of lombok-patcher.jar installed. Run 'ant installDeps' to fix this. - - - - - - - - - - - - - - - - ** UPDATED: ${lombok.patcher.fileloc} - - - - - - - - - - - - - - - - - - - - - - -You don't have the lombok.patcher dependency. I can grab the lombok.patcher project form version control. If you want me to do so, I will put the project in a sibling directory next to your 'lombok' project directory. Otherwise, I can grab a copy from the internet, though it won't be as up-to-date, and may thus be insufficient to run the very latest lombok. - Pick one (first letter will do): - Skip - Skips this download. This dependency is not optional, so your lombok won't compile. - Get - Grabs the latest version of lombok.patcher from source control. - Download - Downloads the latest version from the internet, and will not be as up to date as 'get'. - - - - - - - - - - - - - -You only have the lombok.patcher dependency as a downloaded file, which won't be as cutting edge as grabbing it from version control. Do you want to grab lombok.patcher from source control? I will put the project in a sibling directory next to your 'lombok' directory. - Pick one (first letter will do): - Skip - Skips this download, and continues to rely on the occasionally updated web version. - Get - Grabs the latest version of lombok.patcher from source control. Lombok will start using this instead. - - - - - - - - - - - - - Cloning ${lombok.patcher.giturl} into ${lombok.patcher.dir} - - -Done! lombok-patcher.jar will now be resolved from this cloned repository. -You may want to import this project into your eclipse workspace as well. - - - - - - Updating existing git repository of lombok.patcher... - - - - - Downloading lombok-patcher.jar from the internet... - - - - - Updating existing lombok-patcher.jar from the internet... - - - - - - - diff --git a/buildScripts/eclipse-debug-target.template b/buildScripts/eclipse-debug-target.template new file mode 100644 index 00000000..7a1ac635 --- /dev/null +++ b/buildScripts/eclipse-debug-target.template @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/buildScripts/git.ant.xml b/buildScripts/git.ant.xml deleted file mode 100644 index 14d3e963..00000000 --- a/buildScripts/git.ant.xml +++ /dev/null @@ -1,73 +0,0 @@ - - - Useful macrodefs for using git from ant. - - - - - - - - - - - - - - - - - - -[GIT NOT FOUND] - -You don't appear to have git installed. If you're on windows, try running this in your git shell. -Otherwise, install git. git is a free and open source version control system. -You can download it from: http://git-scm.com/ - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/buildScripts/ivy-repo/eclipse.org-core.runtime-3.5.0.xml b/buildScripts/ivy-repo/eclipse.org-core.runtime-3.5.0.xml new file mode 100644 index 00000000..d57eb367 --- /dev/null +++ b/buildScripts/ivy-repo/eclipse.org-core.runtime-3.5.0.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/buildScripts/ivy-repo/eclipse.org-ecj-3.5.2.xml b/buildScripts/ivy-repo/eclipse.org-ecj-3.5.2.xml new file mode 100644 index 00000000..b5d37c26 --- /dev/null +++ b/buildScripts/ivy-repo/eclipse.org-ecj-3.5.2.xml @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/buildScripts/ivy-repo/eclipse.org-equinox.common-3.5.0.xml b/buildScripts/ivy-repo/eclipse.org-equinox.common-3.5.0.xml new file mode 100644 index 00000000..865f3455 --- /dev/null +++ b/buildScripts/ivy-repo/eclipse.org-equinox.common-3.5.0.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/buildScripts/ivy-repo/eclipse.org-jdt.core-3.5.0.xml b/buildScripts/ivy-repo/eclipse.org-jdt.core-3.5.0.xml new file mode 100644 index 00000000..22b0623f --- /dev/null +++ b/buildScripts/ivy-repo/eclipse.org-jdt.core-3.5.0.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/buildScripts/ivy-repo/eclipse.org-jdt.ui-3.5.1.xml b/buildScripts/ivy-repo/eclipse.org-jdt.ui-3.5.1.xml new file mode 100644 index 00000000..75867b4f --- /dev/null +++ b/buildScripts/ivy-repo/eclipse.org-jdt.ui-3.5.1.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/buildScripts/ivy-repo/eclipse.org-osgi-3.5.0.xml b/buildScripts/ivy-repo/eclipse.org-osgi-3.5.0.xml new file mode 100644 index 00000000..62a6d3d4 --- /dev/null +++ b/buildScripts/ivy-repo/eclipse.org-osgi-3.5.0.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/buildScripts/ivy-repo/lombok.patcher-ivy-0.3.xml b/buildScripts/ivy-repo/lombok.patcher-ivy-0.3.xml new file mode 100644 index 00000000..ea9e369e --- /dev/null +++ b/buildScripts/ivy-repo/lombok.patcher-ivy-0.3.xml @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/buildScripts/ivy-repo/netbeans.org-boot-6.8beta.xml b/buildScripts/ivy-repo/netbeans.org-boot-6.8beta.xml new file mode 100644 index 00000000..4f6b6a86 --- /dev/null +++ b/buildScripts/ivy-repo/netbeans.org-boot-6.8beta.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/buildScripts/ivy-repo/netbeans.org-modules.java.source-6.8beta.xml b/buildScripts/ivy-repo/netbeans.org-modules.java.source-6.8beta.xml new file mode 100644 index 00000000..352b390a --- /dev/null +++ b/buildScripts/ivy-repo/netbeans.org-modules.java.source-6.8beta.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/buildScripts/ivy-repo/netbeans.org-openide.modules-6.8beta.xml b/buildScripts/ivy-repo/netbeans.org-openide.modules-6.8beta.xml new file mode 100644 index 00000000..6549869e --- /dev/null +++ b/buildScripts/ivy-repo/netbeans.org-openide.modules-6.8beta.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/buildScripts/ivy-repo/netbeans.org-openide.util-6.8beta.xml b/buildScripts/ivy-repo/netbeans.org-openide.util-6.8beta.xml new file mode 100644 index 00000000..3ef68928 --- /dev/null +++ b/buildScripts/ivy-repo/netbeans.org-openide.util-6.8beta.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/buildScripts/ivy-repo/projectlombok.org-ant-googlecode-0.0.2.xml b/buildScripts/ivy-repo/projectlombok.org-ant-googlecode-0.0.2.xml new file mode 100644 index 00000000..9f5d13ba --- /dev/null +++ b/buildScripts/ivy-repo/projectlombok.org-ant-googlecode-0.0.2.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/buildScripts/ivy-repo/projectlombok.org-javac-1.6.0.18.xml b/buildScripts/ivy-repo/projectlombok.org-javac-1.6.0.18.xml new file mode 100644 index 00000000..f2335aa1 --- /dev/null +++ b/buildScripts/ivy-repo/projectlombok.org-javac-1.6.0.18.xml @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/buildScripts/ivy-repo/projectlombok.org-juunit-4.8.1.xml b/buildScripts/ivy-repo/projectlombok.org-juunit-4.8.1.xml new file mode 100644 index 00000000..aa31e5b0 --- /dev/null +++ b/buildScripts/ivy-repo/projectlombok.org-juunit-4.8.1.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/buildScripts/ivy-repo/projectlombok.org-markdownj-1.02b4.xml b/buildScripts/ivy-repo/projectlombok.org-markdownj-1.02b4.xml new file mode 100644 index 00000000..06c581ec --- /dev/null +++ b/buildScripts/ivy-repo/projectlombok.org-markdownj-1.02b4.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/buildScripts/ivy-repo/projectlombok.org-spi-0.2.4.xml b/buildScripts/ivy-repo/projectlombok.org-spi-0.2.4.xml new file mode 100644 index 00000000..da949c50 --- /dev/null +++ b/buildScripts/ivy-repo/projectlombok.org-spi-0.2.4.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/buildScripts/ivy-repo/zwitserloot.com-cmdreader-1.2.xml b/buildScripts/ivy-repo/zwitserloot.com-cmdreader-1.2.xml new file mode 100644 index 00000000..5f7b501b --- /dev/null +++ b/buildScripts/ivy-repo/zwitserloot.com-cmdreader-1.2.xml @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/buildScripts/ivy.xml b/buildScripts/ivy.xml new file mode 100644 index 00000000..4bcce7c8 --- /dev/null +++ b/buildScripts/ivy.xml @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/buildScripts/ivysettings.xml b/buildScripts/ivysettings.xml new file mode 100644 index 00000000..18cb32d4 --- /dev/null +++ b/buildScripts/ivysettings.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/buildScripts/maven.ant.xml b/buildScripts/maven.ant.xml deleted file mode 100644 index f2495bcd..00000000 --- a/buildScripts/maven.ant.xml +++ /dev/null @@ -1,148 +0,0 @@ - - - -This buildfile is part of projectlombok.org. It is responsible for creating and maintaining -the maven repository that contains lombok's deliverables for those using maven. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <version>${lombok.version}</version> - - - - - - - - - - - - - - - - - - - - ${mvn.bin.md5} - ${mvn.bin.sha1} - - - - - - - - ${mvn.src.md5} - ${mvn.src.sha1} - - - - - - - - - - ${mvn.pom.md5} - ${mvn.pom.sha1} - - - org.projectlombok - lombok - ${lombok.version} - - - ${lombok.version} - ${mvn.oldversions} - - ${now.millis} - - -]]> - - - ${mvn.manifest.md5} - ${mvn.manifest.sha1} - - - - - - - - - - You don't have the libertad-upload.key; you'll need it to get write access to the server. - - - - - - - - diff --git a/buildScripts/publish.ant.xml b/buildScripts/publish.ant.xml deleted file mode 100644 index da24c21f..00000000 --- a/buildScripts/publish.ant.xml +++ /dev/null @@ -1,79 +0,0 @@ - - - -This buildfile is part of projectlombok.org. It is responsible for turning the build results -into the actual deliverable form, and uploading it to the distribution websites. - - - - - - - - - - - - - - - - - - - - - - - - - -#username=[your google account name without @gmail.com] -#password=[your googlecode password, is NOT your gmail password] - - - - - - - - - - - diff --git a/buildScripts/test.ant.xml b/buildScripts/test.ant.xml deleted file mode 100644 index 5e10bbb0..00000000 --- a/buildScripts/test.ant.xml +++ /dev/null @@ -1,79 +0,0 @@ - - - -This buildfile is part of projectlombok.org. It responsible for running unit tests. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - All tests successful. - - diff --git a/buildScripts/website.ant.xml b/buildScripts/website.ant.xml index e0861e83..b33eebf2 100644 --- a/buildScripts/website.ant.xml +++ b/buildScripts/website.ant.xml @@ -1,5 +1,5 @@