Hi
I am using the WebDocletTask to generate struts-config.xml and validation.xml.
Some actions use various ~Env.java files which extend EnvironmentMgr.
Unfortunately EnvironmentMgr is found in a seperate .jar file which for unfortunate
reasons I cannot pass to the ant taskdef tag. I can also not add the file to the fileset
beacause I only have the compiled version.
This makes me wonder why such classes have to be know by the strutsconfigxml task anyway.
Can you explain?
Here my log when executing:
- Running <strutsconfigxml/>
- Generating output 'struts-config.xml' using template file 'jar:file:/C:/Dokumente und Einstellungen/loesterr/sns/builder/1/lib/xdoclet-apache-module-1.2.2.jar!/xdoclet/modules/apache/struts/resources/struts_config_xml.xdt'.
- Running <strutsvalidationxml/>
- Generating output 'validation.xml' using template file 'file:/C:/apps/eclipse3/workspace/sonera-backoffice/src/build/template/validation_xml.xdt'.
INFO: Some classes refer to other classes that were not found among the sources or on the classpath.
(Perhaps the referred class doesn't exist? Hasn't been generated yet?)
The referring classes do not import any fully qualified classes matching these classes.
However, since no packages are imported, xjavadoc has assumed that the referred classes
belong to the same package as the referring class. The classes are:
C:\apps\eclipse3\workspace\sonera-backoffice\src\main\java\com\sonynetservices\pma\backoffice\util\PriceSettingsEnv.java --> EnvironmentMgr qualified to com.sonynetservices.pma.backoffice.util.EnvironmentMgr
C:\apps\eclipse3\workspace\sonera-backoffice\src\main\java\com\sonynetservices\pma\backoffice\util\ReportEnv.java --> EnvironmentMgr qualified to com.sonynetservices.pma.backoffice.util.EnvironmentMgr
C:\apps\eclipse3\workspace\sonera-backoffice\src\main\java\com\sonynetservices\pma\backoffice\util\UserManagementEnv.java --> EnvironmentMgr qualified to com.sonynetservices.pma.backoffice.util.EnvironmentMgr
- Re: [Xdoclet-user] required class-references using web... Lukas Oesterreicher
- Re: [Xdoclet-user] required class-references usin... Andrew Stevens
