You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi , I am very interested in this tool, but I don't know how to use it in my maven project for the code generation part.
I write a small class like:
@Fluentize(className = "CoreClass", startState = "new", startMethod = "create")
public class CriticalPathMethod implements Cloneable {
.....
}
And in the command line, I try:
apt -cp ./:./fluflu-2.0.0.jar monmouth/schedule/logic/CriticalPathMethod.java
But nothing happens.
Will you please give some use case samples? Really appreciate.
Ken
Reply to this email directly or view it on GitHub: #16
Hi , I am very interested in this tool, but I don't know how to use it in my maven project for the code generation part.
I write a small class like:
@Fluentize(className = "CoreClass", startState = "new", startMethod = "create")
public class CriticalPathMethod implements Cloneable {
.....
}
And in the command line, I try:
apt -cp ./:./fluflu-2.0.0.jar monmouth/schedule/logic/CriticalPathMethod.java
But nothing happens.
Will you please give some use case samples? Really appreciate.
Ken
The text was updated successfully, but these errors were encountered: