I
am attempting to use xdoclet from within Maven and am running into an
odd issue. The strutsconfig.xml is generated, but none of my actions
are mapped within. I believe that xdoclet is finding them (there are
two just now), but it seems to get stuck while trying to process them.
So if I run ma
--- Roland Chan <[EMAIL PROTECTED]> wrote:
> I have been using XDoclet successfully for quite
> some time to generate
> hibernate mapping files.
>
> My current problem is that I am attempting to merge
> a single entity
> containing additional property mappings for a single
> class, however, it is
Thanks Mark,
But I have both in my build file both sourcepath tag
and also fileset tag. I herewith attach the build.xml
Thanks
Rupen
--- Mark Lowe <[EMAIL PROTECTED]> wrote:
> I'm having a guess here but somewhere in you build
> file there's a
> sourcepath tag or attribute.. Find it and repla
I'm having a guess here but somewhere in you build file there's a
sourcepath tag or attribute.. Find it and replace is with a fileset tag
something like
On 10 Jan 2004, at 14:31, Rupen Mody wrote:
Hi,
Build failed saying soucepath could not be
found...
Please kindly help.
Thank
Hi,
Build failed saying soucepath could not be
found...
Please kindly help.
Thanks Rupen
CONSOLE OUTPUT :-
D:\eclipse\workspace\EJBTest\count>ant -v
Apache Ant version 1.6.0 compiled on December 18 2003
Buildfile: build.xml
Detected Java version: 1.4 in: C:\Program
Files\Java\j2r
Hi,
I get the following error. Please help me
Also attached herewith is my build.xml file.
D:\eclipse\workspace\EJBTest\count>ant -v
Apache Ant version 1.6.0 compiled on December 18 2003
Buildfile: build.xml
Detected Java version: 1.4 in: C:\Program
Files\Java\j2re1.4.0-rc
Detected OS: Wind
I am a relatively new user of XDoclet so please be gentle, I am using
version 1.2 and have previuosly used 1.2b3. I want to generate EJB
deployment descriptors for Webloginc & Webshpere (4.0). I have built the ant
script and placed the tags in my source files as per the XDoclet
instructions and