Discussion:
AW: [Middlegen-user] Build plugins problem
Meyer-Willner, Bernhard
2002-08-08 09:39:01 UTC
Permalink
Make sure you use Ant 1.5

-----Ursprüngliche Nachricht-----
Von: Antaya Roger [mailto:***@tetrapak.com]
Gesendet: Donnerstag, 8. August 2002 13:34
An: 'middlegen-***@lists.sourceforge.net'
Betreff: [Middlegen-user] Build plugins problem


I downloaded the latest files from CVS last night, but I can't get the build
to work.
The Ant output looks like this:

Buildfile: build.xml
init:
pretty:
prepare:
compile:
jar:
plugins:
plugin:
BUILD FAILED
file:C:/P2Development/middlegen1/build.xml:358: sourcePath attribute must be
present.
Total time: 6 seconds

The relevant part of build.xml is unchanged, looks like this:
<mkdir dir="${plugin.classes.dir}/META-INF"/>
<xdoclet destdir="${plugin.classes.dir}/META-INF">
<fileset dir="${plugin.src.dir}">
<include name="*/*Plugin.java" />
</fileset>
<template
templateFile="${basedir}/etc/middlegen-plugin.xdt"
destinationFile="middlegen-plugin.xml"
/>
</xdoclet>
Any idea on why DocletTask (I believe it is) is not getting the sourcePath?

/Roger


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
middlegen-user mailing list
middlegen-***@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/middlegen-user

This e-mail and any attachment is for authorised use by the intended recipient(s) only. It may contain proprietary material, confidential information and/or be subject to legal privilege. It should not be copied, disclosed to, retained or used by, any other party. If you are not an intended recipient then please promptly delete this e-mail and any attachment and all copies and inform the sender. Thank you.
a***@netcom.no
2002-08-08 09:46:01 UTC
Permalink
My superman X-ray vision tells me you have an old XDoclet on your
system classpath. Lose it. (Wrap the old xdoclet.jar in a tetrapak and
burn it).

Aslak

----- Original Message -----
From: "Meyer-Willner, Bernhard" <Meyer-***@logica.com>
Date: Thursday, August 8, 2002 1:37 pm
Subject: AW: [Middlegen-user] Build plugins problem
Post by Meyer-Willner, Bernhard
Make sure you use Ant 1.5
-----Urspr�ngliche Nachricht-----
Gesendet: Donnerstag, 8. August 2002 13:34
Betreff: [Middlegen-user] Build plugins problem
I downloaded the latest files from CVS last night, but I can't get
the build
to work.
Buildfile: build.xml
BUILD FAILED
file:C:/P2Development/middlegen1/build.xml:358: sourcePath
attribute must be
present.
Total time: 6 seconds
<mkdir dir="${plugin.classes.dir}/META-INF"/>
<xdoclet destdir="${plugin.classes.dir}/META-INF">
<fileset dir="${plugin.src.dir}">
<include name="*/*Plugin.java" />
</fileset>
<template
templateFile="${basedir}/etc/middlegen-plugin.xdt"
destinationFile="middlegen-plugin.xml"
/>
</xdoclet>
Any idea on why DocletTask (I believe it is) is not getting the
sourcePath?
/Roger
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
middlegen-user mailing list
https://lists.sourceforge.net/lists/listinfo/middlegen-user
This e-mail and any attachment is for authorised use by the
intended recipient(s) only. It may contain proprietary material,
confidential information and/or be subject to legal privilege. It
should not be copied, disclosed to, retained or used by, any other
party. If you are not an intended recipient then please promptly
delete this e-mail and any attachment and all copies and inform
the sender. Thank you.
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
middlegen-user mailing list
https://lists.sourceforge.net/lists/listinfo/middlegen-user
Antaya Roger
2002-08-08 10:56:01 UTC
Permalink
I'm using Ant 1.5 and the xdoclet.jar is 1.1.2. Is there a later xdoclet out
there?
The old ones are tucked away safely off the classpath.
Any other ideas?
/Roger

-----Original Message-----
From: ***@netcom.no [mailto:***@netcom.no]
Sent: August 08, 2002 13:45
To: Meyer-Willner, Bernhard
Cc: 'Antaya Roger'; 'middlegen-***@lists.sourceforge.net'
Subject: Re: AW: [Middlegen-user] Build plugins problem


My superman X-ray vision tells me you have an old XDoclet on your
system classpath. Lose it. (Wrap the old xdoclet.jar in a tetrapak and
burn it).

Aslak

----- Original Message -----
From: "Meyer-Willner, Bernhard" <Meyer-***@logica.com>
Date: Thursday, August 8, 2002 1:37 pm
Subject: AW: [Middlegen-user] Build plugins problem
Post by Meyer-Willner, Bernhard
Make sure you use Ant 1.5
-----Ursprüngliche Nachricht-----
Gesendet: Donnerstag, 8. August 2002 13:34
Betreff: [Middlegen-user] Build plugins problem
I downloaded the latest files from CVS last night, but I can't get
the build
to work.
Buildfile: build.xml
BUILD FAILED
file:C:/P2Development/middlegen1/build.xml:358: sourcePath
attribute must be
present.
Total time: 6 seconds
<mkdir dir="${plugin.classes.dir}/META-INF"/>
<xdoclet destdir="${plugin.classes.dir}/META-INF">
<fileset dir="${plugin.src.dir}">
<include name="*/*Plugin.java" />
</fileset>
<template
templateFile="${basedir}/etc/middlegen-plugin.xdt"
destinationFile="middlegen-plugin.xml"
/>
</xdoclet>
Any idea on why DocletTask (I believe it is) is not getting the
sourcePath?
/Roger
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
middlegen-user mailing list
https://lists.sourceforge.net/lists/listinfo/middlegen-user
This e-mail and any attachment is for authorised use by the
intended recipient(s) only. It may contain proprietary material,
confidential information and/or be subject to legal privilege. It
should not be copied, disclosed to, retained or used by, any other
party. If you are not an intended recipient then please promptly
delete this e-mail and any attachment and all copies and inform
the sender. Thank you.
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
middlegen-user mailing list
https://lists.sourceforge.net/lists/listinfo/middlegen-user
Loading...