Tagged Questions
The xdoclet tag has no wiki summary.
3
votes
1answer
315 views
XDoclet, a dead tool?
I am using the latest Eclipse for Java EE & the latest JBoss Tools plugin.
Now, I am working on some EJB 2.x code.
I cannot find a way to generate the xdoclet-build.xml file like before.
After ...
2
votes
1answer
448 views
What is xdoclet? (from a C-programmer point of view)
Question from a C-guy who has to work with some java code that is connected to my C-code via JNI.
I have to work on the build-system, and I'm trying to change that from a shell-script to a proper ...
1
vote
0answers
121 views
How to run XDoclet strutsconfigxml task in Eclipse Indigo
I have a Dynamic Web Project that uses struts 1 with xdoclet. The jars, including xdoclet-apache-modules-1.2.3.jar, are located in the XDoclet home configured in eclipse.
If I right click on the ...
1
vote
0answers
136 views
What are some cool Javadoc doclet/templates? [closed]
I really don't like the way the default Javadocs look. I like the look of this one better. What are some other templates/doclets I can use for generating better JavaDoc pages?
1
vote
1answer
130 views
Automated conversion from XDoclet to annoations
Does anybody know of a way to convert xdoclet to annotations in an automated fashion? It seems to me that it should be possible to have equivalent annotations/annotation preprocessors for anything ...
1
vote
1answer
259 views
Is there a substitute for xdoclet that supports generics?
I have an old EJB (2.1) project that uses xdoclet (1.2.3) to generate the EJB interfaces. Unfortunately xdoclet makes it impossible to use generics in the method signatures.
Is there a substitute or ...
1
vote
2answers
726 views
Now that we have annotations in java, is xdoclet legacy?
I came accross the xdoclet project and see it enjoys/ed high popularity. So the question is, now that we have annotations in java: is xdoclet legacy?
Or is there something to xdoclet I didn't ...
0
votes
0answers
25 views
xdoclet hibernate.map one-to-many composite entity index
I have the following classes:
Subinventory, with a key of SUBINVENTORY_NAME and ORGANIZATION_ID
OnhandQuantity, with a key of ONHAND_QUANTITY_ID
Item, with a key of INVENTORY_ITEM_ID and ...
0
votes
2answers
57 views
Maven-based Code Generator
I have a need to have a config.xml file in my Eclipse project, and to use that file as the input to a Maven goal. That goal will use config.xml to auto-generate code (both XML and Java) under a ...
0
votes
1answer
117 views
Issue with maven ant plugin for generating hbm files in hibernate using Xdoclet
I am trying to generate hbm files using ant task with maven, however it's running into issues related to classpath. (I am doing this to migrate the project from ant to maven and do not want to change ...
0
votes
1answer
110 views
Xdoclet @spring.bean not generating configuration file properly
I'm stuck using Spring 2.0.8 at the moment (still awaiting sign-off on the upgrade) as I cannot use annotations I though I would use xdoclet to generate the beans config file for a large number of ...
0
votes
0answers
46 views
JDeveloper & XDoclet
XDoclet is integrated well with Eclipse via plugins. Is there any such integration with JDeveloper 11g? Specifically, I'm looking for an easy way to right-click on an EJB project and generate ...
0
votes
1answer
67 views
XDoclet - check annotation from other class
I'm using XDoclet to generate code:
/**
* @diff.special
*/
public String myString;
Now I'd like to generate code depending on this annotation AND an annotation in an other class, i.e.
if ...
0
votes
1answer
98 views
C++ Tool Equivalent to Java XDoclet
I'm looking for a way to add annotations to my C++ source. Is there any XDoclet/Javadoc style tools available for C++?
0
votes
2answers
202 views
Removing generated resources from a jar file
Hello I am using maven2-xdoclet2-plugin to generate the hibernate mappings
The config of xdoclet is something similar to this:
<plugin>
<groupId>org.codehaus.xdoclet</groupId>
...
0
votes
1answer
506 views
Create Websphere deployment descriptior with ANT
I have created an EAR file for deployment in JBoss application server with ANT 1.8. Now I have a task to create the EAR file to be deployed in Websphere server. When I deployed the previously created ...
0
votes
2answers
454 views
hibernate manytomany xdoclet
is this the right way of using it? because it does not work. i have the same thing in the RoleDAO. the two tables for users and roles are generated, but the table that links userid to roleid is not.
...
0
votes
2answers
649 views
xdoclet vs xdoclet2?
I'm updating an old project & my version of xdoclet complains about my Java 1.5 annontations (ArrayList data = ....) when parsing for Hibernate (hibernate3) tags.
So my question is this...
Is ...