Hi All,
I am facing a problem in publishing a website in aem.
My problem is that , when i publish any static pages using package manager , it works fine .
But when i use any component in my script , it triggers an error in publish instance as:
Unable to compile class for JSP: An error occurred at line: 19 in the generated java file Only a type can be imported. org.training.test.Helloworld resolves to a package
i build and replicate my package everytime when i make changes in script.
underlying bundle is a bundle in my one another project.
even i import this bundle in publish instance using http://localhost:4503/system/console/bundles. it trigger the same error.
can you give me solution for this !!