> Hi Philipp,
>
> >from where did you start Maven? Did you build the complete multi-project
> or only a single subproject?
I've started it from a single subproject.
>
>
> Philipp Gasser wrote on Friday, May 06, 2005 2:13 PM:
>
> [snip]
>
> > SubProject - project.xml:
> > --------------------------
> > <?xml version="1.0"?>
> > <!DOCTYPE project [
> > <!ENTITY % index SYSTEM "file:index.ent"> %index; ]>
>
>
> What's the content of your index.ent?
<!ENTITY % versions SYSTEM "versions.ent">
%versions;
the main version - file.
>
>
> > <project>
> > <extend>${basedir}/../../../common-project.xml</extend>
> >
> > <name>converter API</name>
> >
> > <groupId>&ddp-id;</groupId>
> > <id>&convertor-api-id;</id>
> > <currentVersion>&convertor-api-version;</currentVersion>
> >
> > <description>
> > ........
> >
> >
> > Multiproject - commons-project.xml
> > ------------------------------------
> > <?xml version="1.0" encoding="ISO-8859-1"?>
> > <!DOCTYPE project [
> > <!ENTITY % index SYSTEM "versions.ent"> %index;
> > ]>
>
>
> Why didn't you use fhe file: protocol here for the system entitiy ?
>
>
> > <project>
> >
> > <pomVersion>3</pomVersion>
> > ........
> >
> >
> > I have no idea how to find the bad situation, within these
> > project.xml-files.
>
> [snip]
>
> - J�rg
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
--
+++ Lassen Sie Ihren Gedanken freien Lauf... z.B. per FreeSMS +++
GMX bietet bis zu 100 FreeSMS/Monat: http://www.gmx.net/de/go/mail
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]