-syncwebappjavaclasses parameter causes an error

(CR #418643) If you use the -syncwebappjavaclasses option in jagtool that is set to false to synchronize the EJB class files, this results an error. This parameter is ignored if the entity type is Package:PKGName or Component:PKGName.

To work around this problem, add a new sync option in jagtool command, -syncjavaclasses [true | false ]. The default setting is True. This new option has a higher priority over -syncwebappjavaclasses. Refer to “Chapter 12, Using jagtool and jagant” of this document for more details about the sync command used by jagtool.