Hello,
I have a problem in switching from 1.4.1 to 1.5. If I run my makefile I got the
following output:
bash-2.01$ make.sh
GenIC -verbose -d . app-server/EJBRepository.ser
GenIC: Treatement of the Serialized Deployment Descriptor 'app-server/EJBRepo
ory.ser'.
GenIC: The Implementation Remote Class is successfully generated in .\viasoft
pository\ejb\JOnASEJBBeanRepositoryEJBRepository.java file.
GenIC: The Implementation Home Class is successfully generated in .\viasoft\r
sitory\ejb\JOnASEJBBeanRepositoryEJBHomeRepository.java file.
GenIC: Running 'javac -d . .\viasoft\repository\ejb\JOnASEJBBeanRepositoryEJ
pository.java .\viasoft\repository\ejb\JOnASEJBBeanRepositoryEJBHomeRepositor
ava'
GenIC: The Implementation Remote and Home Classes are successfully compiled v
javac.
GenIC: Running 'rmic -keepgenerated -v1.1 -d . viasoft.repository.ejb.JOnA
BBeanRepositoryEJBRepository viasoft.repository.ejb.JOnASEJBBeanRepositoryEJB
eRepository'
If I run the rmic separately (that means not started from the GenIC tool) it can
generate the appropriate classes.
So what is the difference???
Thanks in advance
Torsten