This guy is absolutely fantastic. I love him. He's asking about JBoss, Ant,
CVS, Oracle and CruiseControl! I have asked him politely on several
occasions to consider the appropriateness of his questions before posting to
mailing lists. I've asked him to read manuals. I've just pointed him to an
article which explains how to ask intelligent questions. He just refuses to
do fuck-all studies on his own and continues to ask off-topic questions.
He's even sending me personal mail.
I will never answer any of your questions again, Emerson. I promise.
Aslak
> 1� : I created by hand an application.xml and copy to the build dir before
> jaring the ear, but in sample of xdoclet it's generated through
ReplaceCopy.
> And there's theEAR and WAR task in ant, what's better?
>
off topic.
> 2� : i sent a question about problem in reading the ejb-jar.xml, in oc4j
> and jboss, utf-8 error, if u can, take a look in my last post. obs: I can
> solve this...
>
off topic.
> 3� I created three diffrent branches in my path for each module :
>
off topic.
> client
> server
> both
>
> so I can put , for example, the interface and home in both, bussiness
delegates in client, and so on. SO when I want to compile i do :
>
>
> <target name="compile-ejbs" depends="ejbdoclet">
> <!-- Compile EJBs -->
> <javac srcdir="${java.dir};${generated.java.dir}"
> destdir="${ejb.classes.dir}"
> includes="**/server/**/*.java,**/both/**/*.java" >
> <classpath refid="project.class.path" />
> </javac>
> <echo message="compiled ejb classes"/>
> </target>
>
> <!-- Compila -->
> <target name="compile" depends="compile-ejbs">
>
> <!-- Compila classes web -->
> <javac srcdir="${java.dir};${generated.java.dir}"
> destdir="${build.dir}/web/WEB-INF/classes"
> includes="**/client/**/*.java;**/both/**/*.java">
> <classpath refid="project.class.path" />
>
> </javac>
> <echo message="compilou classes para web"/>
>
> </target>
>
> is it a nice way to separate and to distribute the same classes to either
server and client ????
_______________________________________________
Xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user