+1 to removing mx4j from xdoclet's build, because: - it doesn't seem to be generic enough - and btw do we need it in the core?
I think we definitely need to follow the path ant follows: - a core (xdoclet core + core tasks/subtasks) - a set of optional tasks/subtasks - a separate xdoclet-contrib module for special purpose items Ara. > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:xdoclet-devel- > [EMAIL PROTECTED]] On Behalf Of Peter Donald > Sent: Thursday, April 04, 2002 5:11 PM > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: [Xdoclet-devel] XDoclet / MX4j integration failure > > Hi, > > I am having trouble building the latest mx4j with the latest xdoclet. I > can't > quite locate the problem. Basically the following snippet from the mx4j > build > file > > <jmxdoclet sourcepath="${tools.src.dir}" > destdir="${tools.src.dir}" > classpathref="xdoclet" force="yes"> > <fileset dir="${tools.src.dir}"> > <include name="mx4j/tools/jython/JythonRunner.java" /> > </fileset> > <mbeaninterface/> > <mx4jdescription/> > </jmxdoclet> > > Will create the file > > src/tools/mx4j/tools/jython/jython.JythonRunnerMBean > > Notice the fact that the filename is same as classname rather than > replacing > '.'s with slashes and appending ".java". Thus this will cause the > following > build steps to fail. For an example see > > http://nagoya.apache.org/~rubys/gump/mx4j.html > > I am cross posting because I can't quite figure out where the problem is > between two products. Anyone got any ideas? > > BTW include me on any replies as I am not subscribed to either list. > > BTW MX4 team. If you want to receive nightly notification when a build > failure is occuring I can set that up for you. Just drop me an email and I > will enable "nag" notifications. > > -- > Cheers, > > Pete > > -------------------------------------------------- > you've made a dangerous leap right over common > sense, like some kind of metaphysical Evil Knievel > -------------------------------------------------- > > _______________________________________________ > Xdoclet-devel mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/xdoclet-devel _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com _______________________________________________ Xdoclet-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-devel
