projectLombok:1.16.20 - lombok.Builder not working

551 views
Skip to first unread message

Suresh

unread,
May 4, 2018, 12:05:19 PM5/4/18
to Project Lombok
Hi..

I am using project lombok 1.16.20 with Java 8 and Maven Compiler 3.7.0.

With the above configuration when I run mvn clean install, its not generating builder pattern classes. Whereas when I use 1.14.8, which is working well and good. Any help appreciated. Thanks.
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<scope>provided</scope>
</dependency>


<build>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>${compiler.plugin.version}</version>
<configuration>
<source>${java.version}</source>
<target>${java.version}</target>
<showDeprecation>true</showDeprecation>
<showWarnings>true</showWarnings>
<fork>true</fork>
<annotationProcessorPaths>
<path>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>${lombok.version}</version>
</path>
</annotationProcessorPaths>
</configuration>
</plugin>
</plugins>
</build>

RAHUL PATEL

unread,
May 5, 2018, 6:36:53 AM5/5/18
to project...@googlegroups.com
You have to install lombok.jar also. 

--
You received this message because you are subscribed to the Google Groups "Project Lombok" group.
To unsubscribe from this group and stop receiving emails from it, send an email to project-lombok+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.



--
Rahul Patel
Mob: 9472703615 | Skype: rahulpatel11315

Reinier Zwitserloot

unread,
May 14, 2018, 3:15:44 PM5/14/18
to Project Lombok
Bug reports go here: https://github.com/rzwitserloot/lombok/issues

bug reports with "doesn't work" tend to be denied; we get lots of bug reports, and "doesnt work" makes it sufficiently difficult for us to reproduce it that we can't take them seirously. Describe exactly what you tried, and what doesn't work. For example, does lombok not work _at all_, or is it only @Builder that is giving you trouble? If It's just builder, is there just no effect at all? Any errors?
Reply all
Reply to author
Forward
0 new messages