> > I'm not sure what to do with the jar... the api is definately alpha, > and > > changes frequently, so from that pov it kinda makes sense to have > > it in cvs, > > but then I have to update it all the time.... otoh I could remove it > from > > cvs, and say that users must have the latest (or rather the version I'm > > developing against) openapi.jar. > > > > Yes. Remove it. Those who don't have the right IDEA won't need it; They > have > it. > I suggest you add a README.txt where you enumerate the build numbers you > have tested it on.
And I believe it's not legal to distribute the jar anyway. Btw, <property name="intellij.plugin.dir" value="C:/programs/intellij.648/plugins"/> Ouch! This is in the build.xml file. Would you please make it a bit more parametric? Move it to a properties file, or even better: if user defines it via ant -Dblabla=c:\dada\idea then use it otherwise prompt the user with Ant's <input/> task. <property name="ejb.jar" value="C:/cvs/cvs.jboss.sourceforge.net/jboss-all/build/output/jboss-3.1 .0alpha/server/all/lib/jboss-j2ee.jar" /> <property name="openapi.jar" value="C:/programs/intellij.648/lib/openapi.jar" /> Ouch again ;-) So what are the steps to build and use it? A readme file? Ara. ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Xdoclet-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-devel