Discussion:
[Middlegen-user] Problem with commons-logging.jar and ejbjarxml
Anjarivo Razafinimanana
2002-06-13 07:56:02 UTC
Permalink
Hi folks,

I have just retreived the last version of Middlegen from
CVS [13 June 2002]. I've faced two issues:
- When building middlegen, I had to add "commons-logging.jar" in
middlegen\lib ???
- When trying to build samples, I also had to insert the file above,
and I received this message:

BUILD FAILED
C:\temp\middlegen\samples\build.xml:177: Can't create a ejbjarxml element
under ejbdoclet. Make sure the jar file containing the corresponding subtask
class is on the classpath specified in the <taskdef> that defined ejbdoclet.
at xdoclet.DocletTask.createDynamicElement(DocletTask.java:252)

I'm using Ant 1.5beta2, JDK 1.3.1-b24, and Windows98SE

Did I miss something ???


Regards

Anjarivo Razafinimanana
a***@netcom.no
2002-06-13 10:41:02 UTC
Permalink
Sorry about the inconvenience. I was sloppy during my last commit. (I
still have some uncommitted stuff on my computer).

I'll probably fix this tonight, and after that you won't have to do any
juggling to get it to work (hopefully) ;-)

Cheers,
Aslak

----- Original Message -----
From: "Anjarivo Razafinimanana" <***@hubwoo.com>
Date: Thursday, June 13, 2002 12:04 pm
Subject: [Middlegen-user] Problem with commons-logging.jar and ejbjarxml
Post by Anjarivo Razafinimanana
Hi folks,
I have just retreived the last version of Middlegen from
- When building middlegen, I had to add "commons-
logging.jar" in
middlegen\lib ???
- When trying to build samples, I also had to insert the
file above,
BUILD FAILED
C:\temp\middlegen\samples\build.xml:177: Can't create a ejbjarxml
elementunder ejbdoclet. Make sure the jar file containing the
corresponding subtask
class is on the classpath specified in the <taskdef> that defined
ejbdoclet. at
xdoclet.DocletTask.createDynamicElement(DocletTask.java:252)
I'm using Ant 1.5beta2, JDK 1.3.1-b24, and Windows98SE
Did I miss something ???
Regards
Anjarivo Razafinimanana
_______________________________________________________________
Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas - http://devcon.sprintpcs.co
_______________________________________________
middlegen-user mailing list
https://lists.sourceforge.net/lists/listinfo/middlegen-user
Aslak Hellesoy
2002-06-14 04:42:01 UTC
Permalink
I have committed a bunch of stuff. Things should be allright now.

Middlegen now bundles hsqldb (a tiny Java RDBMS) that is used in the
samples' default configuration. (See samples/build.xml's "import"
statements.

In order to build the airline samples you should do:

1) cd middlegen
2) ant clean
3) ant
4) cd samples
5) remove any old airline-prefs.xml you might have in samples/src
6) ant create-database
7) ant

There is some struts stuff in there too. It should compile, but don't expect
it to work.

I'm planning a release of Middlegen 1.1beta in a week or two. Any pressing
issues?

Cheers,
Aslak
a***@free.fr
2002-06-17 10:05:08 UTC
Permalink
Ok right now, everything works fine ;-)
I'm eager to see your next version.
Thanks a lot

Anjarivo RAZAFINIMANANA

---------------------------------------------------------------------
I have committed a bunch of stuff. Things should be allright now.

Middlegen now bundles hsqldb (a tiny Java RDBMS) that is used in the
samples' default configuration. (See samples/build.xml's "import"
statements.

In order to build the airline samples you should do:

1) cd middlegen
2) ant clean
3) ant
4) cd samples
5) remove any old airline-prefs.xml you might have in samples/src
6) ant create-database
7) ant

There is some struts stuff in there too. It should compile, but don't expect
it to work.

I'm planning a release of Middlegen 1.1beta in a week or two. Any pressing
issues?

Cheers,
Aslak

Loading...