Am 01.02.2016 um 23:01 schrieb Andreas Tille:
> Hi,
> 
> any idea how to build libnetlib-java with the existing lombok package or
> how to fix the lombok package that I can build libnetlib-java
> successfully.  I have no idea what might went wrong here.
> 

I'm currently working on getting the android gradle plugin into Debian
and lombok-[ast] is one of its build-dependencies. I'm facing a similar
issue and I think this must be solved within src:ivyplusplus. The
attached patch (workaround) might get you a little further. I also
noticed that lombok master fails to build from source (some TABS are
missing in debian/rules) and I suggest to create a separate branch to
ensure that master always works.

Regards,

Markus

From: Markus Koschany <a...@debian.org>
Date: Mon, 1 Feb 2016 19:35:02 +0100
Subject: antlib.xml

---
 src/com/zwitserloot/ivyplusplus/antlib.xml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/src/com/zwitserloot/ivyplusplus/antlib.xml b/src/com/zwitserloot/ivyplusplus/antlib.xml
index d3752bd..d76d5c9 100644
--- a/src/com/zwitserloot/ivyplusplus/antlib.xml
+++ b/src/com/zwitserloot/ivyplusplus/antlib.xml
@@ -22,10 +22,6 @@
 -->
 <antlib xmlns:current="ant:current">
 	<!-- insert here -->
-	<typedef name="eclipsegen" classname="com.zwitserloot.ivyplusplus.eclipse.BuildEclipseProject" />
-	<typedef name="intellijgen" classname="com.zwitserloot.ivyplusplus.intellij.BuildIntellijProject" />
-	<typedef name="eclipse-gen" classname="com.zwitserloot.ivyplusplus.eclipse.BuildEclipseProject" />
-	<typedef name="intellij-gen" classname="com.zwitserloot.ivyplusplus.intellij.BuildIntellijProject" />
 	<typedef name="compile" classname="com.zwitserloot.ivyplusplus.Compile" />
 	<typedef name="ensureippversion" classname="com.zwitserloot.ivyplusplus.EnsureVersion" />
 	<typedef name="ensure-ipp-version" classname="com.zwitserloot.ivyplusplus.EnsureVersion" />

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to