These characters need to be removed (along with others) and the next character becomes capitalized.
i.e. batch-trading becomes BatchTrading when used as a stem for class names
Description
These characters need to be removed (along with others) and the next character becomes capitalized.
i.e. batch-trading becomes BatchTrading when used as a stem for class names
The artifactId can contain characters such as underscore or hyphen, however, the plug-in will convert the name into a usable form suitable for Java. For example, if the argument is specified as -DartifactId=My#Awesome-Mule_Project, the project will be created in a directory of that name, but the project name will be MyAwesomeMuleProject and the package name will be com.foo.myawesomemuleproject
Ross Mason added a comment - 11/Dec/08 02:03 AM Fixed: http://fisheye.codehaus.org/changelog/mule/?cs=13609
The artifactId can contain characters such as underscore or hyphen, however, the plug-in will convert the name into a usable form suitable for Java. For example, if the argument is specified as -DartifactId=My#Awesome-Mule_Project, the project will be created in a directory of that name, but the project name will be MyAwesomeMuleProject and the package name will be com.foo.myawesomemuleproject
The artifactId can contain characters such as underscore or hyphen, however, the plug-in will convert the name into a usable form suitable for Java. For example, if the argument is specified as -DartifactId=My#Awesome-Mule_Project, the project will be created in a directory of that name, but the project name will be MyAwesomeMuleProject and the package name will be com.foo.myawesomemuleproject