----- Original Message -----
From: "Jason van Zyl" <[EMAIL PROTECTED]>
To: "Turbine Maven Users List" <[EMAIL PROTECTED]>
Sent: Thursday, January 02, 2003 10:06 AM
Subject: Re: continuing build problems


> On Thu, 2003-01-02 at 12:11, Warner Onstine wrote:
> > ----- Original Message -----
> > From: "Jason van Zyl" <[EMAIL PROTECTED]>
> > To: "Turbine Maven Users List" <[EMAIL PROTECTED]>
> > Sent: Thursday, January 02, 2003 9:45 AM
> > Subject: Re: continuing build problems
> >
> >
> > > On Thu, 2003-01-02 at 11:39, Warner Onstine wrote:
> > >
> > > >
> > > > Back to the safe tag, and as I suspected, it isn't working either.
> > >
> > > You mean it isn't working for you. I can only add tests as I get
decent
> > > information. You're not providing anything useful. I have the
bootstrap,
> > > the touchstone and 30 odd projects that I build when I make changes.
Not
> > > much else I or anyone else can do. There may certainly be a problem,
> > > it's even likely but look at what you're saying: "My build doesn't
work
> > > what's wrong?". I don't know what's wrong, let's see the build or
> > > something.
> >
> > That's why I was asking for debug, how do I do it? I can't remember how
and
> > I don't see docs on it on the site. Tell me how to do this so I can do
more
> > digging and I will gladly do this (I seem to remember asking for how-to
> > debug three times already).
>
> -e (full stack trace on error)
> -X (debugging)

Sorry for being snippy (still recovering from New Years ;-). maven -X just
shows me that it is finding the source directory and adds in all the jar
files then does
build:start
build:end

then build successful, but nothing is built.

maven -e doesn't show anything, probably because no error is generated.

>
> > I'm not trying to be blunt here, but yes my build doesn't work, but it
also
> > doesn't report any errors back to me, it tells me that it was
successful.
> > However, no target directory is being created and the maven.log file is
> > being generated with those errors I mentioned before.
> >
> > >
> > > If you provide nothing, you get nothing. If you're not willing to try
> > > and compare your project with the touchstone or do some digging than I
> > > can't help you. If you give me something concrete I will add tests for
> > > you. Tar up your project where I can see it and I'll take a look.
> >
> > Well, I certainly don't think I have provided nothing. I sent my
maven.log
> > file. I explained what I was experiencing (in related e-mails from
earlier).
> > I don't mind tracking down problems, I'm not asking anyone to do it for
me.
> > I just need some pointers in the right direction.
>
> Can I see your project.xml file?

Attached. Thanks for the help. It really is appreciated.

>
> > -warner
> >
> > >
> > > > -warner
> > > >
> > > >
> > > > --
> > > > To unsubscribe, e-mail:
> > <mailto:[EMAIL PROTECTED]>
> > > > For additional commands, e-mail:
> > <mailto:[EMAIL PROTECTED]>
> > > --
> > > jvz.
> > >
> > > Jason van Zyl
> > > [EMAIL PROTECTED]
> > > http://tambora.zenplex.org
> > >
> > > In short, man creates for himself a new religion of a rational
> > > and technical order to justify his work and to be justified in it.
> > >
> > >   -- Jacques Ellul, The Technological Society
> > >
> > >
> > > --
> > > To unsubscribe, e-mail:
> > <mailto:[EMAIL PROTECTED]>
> > > For additional commands, e-mail:
> > <mailto:[EMAIL PROTECTED]>
> > >
> > >
> >
> >
> > --
> > To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
> > For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>
> --
> jvz.
>
> Jason van Zyl
> [EMAIL PROTECTED]
> http://tambora.zenplex.org
>
> In short, man creates for himself a new religion of a rational
> and technical order to justify his work and to be justified in it.
>
>   -- Jacques Ellul, The Technological Society
>
>
> --
> To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>
>
>
<?xml version="1.0" encoding="UTF-8"?>

<project>
  <pomVersion>3</pomVersion>
  <name>ZOE</name>
  <id>zoe</id>
  <currentVersion>0.3.3</currentVersion>
  <organization>
    <name>Raphael Szwarc Open Source</name>
    <url>http://guests.evectors.it/zoe/</url>
    <logo>http://zoe.warneronstine.com/images/zoe_logo.gif</logo>
  </organization>
  <logo>/images/zoe_logo.gif</logo>
  <repository>  
      <connection>
        scm:cvs:pserver:[EMAIL PROTECTED]:/cvsroot/zoe:zoe
      </connection>
      <url>http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/zoe/</url>
  </repository>
  <versions>
    <id>b1</id>
    <name>0.3.3</name>
    <tag>HEAD</tag>
  </versions>
  <inceptionYear>2002</inceptionYear>
  <package>org.zoe</package>
  <shortDescription>ZOE - E-mail client and server</shortDescription>
  <gumpRepositoryId>zoe</gumpRepositoryId>
  <description>Zoe e-mail client</description>
  <url>http://zoe.warneronstine.com</url>
  <!--issueTrackingUrl/-->

  <siteAddress>zoe.warneronstine.com</siteAddress>
  <siteDirectory/>
  <distributionDirectory/>
  <mailingLists>
    <mailingList>
      <name>Zoe Developer List</name>
      <subscribe>http://lists.sourceforge.net/lists/listinfo/zoe-develop</subscribe>
      <unsubscribe>http://lists.sourceforge.net/lists/listinfo/zoe-develop</unsubscribe>
      <archive>http://sourceforge.net/mailarchive/forum.php?forum_id=9604</archive>
    </mailingList>
    <mailingList>
    	<name>Zoe General List</name>
	<subscribe>http://lists.sourceforge.net/lists/listinfo/zoe-general</subscribe>
	<unsubscribe>http://lists.sourceforge.net/lists/listinfo/zoe-general</unsubscribe>
	<archive>http://sourceforge.net/mailarchive/forum.php?forum_id=9709</archive>
    </mailingList>
  </mailingLists>
  <developers>
    <developer>
      <name>Raphael Szwarc</name>
      <id>zoe_info</id>
      <email>[EMAIL PROTECTED]</email>
      <organization/>
      <roles>
        <role>Lead Developer</role>
      </roles>
    </developer>
    <developer>
      <name>Kate Rhodes</name>
      <id>masukomi</id>
      <email>[EMAIL PROTECTED]</email>
      <organization/>
      <roles>
        <role>Project Manager</role>
        <role>Developer</role>
      </roles>
    </developer>
    <developer>
      <name>Warner Onstine</name>
      <id>warnero</id>
      <email>[EMAIL PROTECTED]</email>
      <organization/>
      <roles>
        <role>Developer</role>
      </roles>
    </developer>
    <developer>
        <name>Paul Scott Murphy</name>
        <id>psm42</id>
        <email>[EMAIL PROTECTED]</email>
        <organization/>
        <roles>
            <role>Developer</role>
        </roles>
    </developer>
  </developers>
  <dependencies>
    <dependency>
      <id>zoe-patches</id>
      <version>1.0</version>
      <jar>zoe-patches.jar</jar>
    </dependency>
    <!-- currently two versions of lucene, old and apache version -->
    <dependency>
      <id>lucene</id>
      <version>1.0.1</version>
      <properties>
        <war.bundle.jar>true</war.bundle.jar>
      </properties>
    </dependency>
    <dependency>
      <id>lucene+apache</id>
      <version>1.2</version>
      <properties>
        <war.bundle.jar>true</war.bundle.jar>
      </properties>
      <jar>lucene-1.2.jar</jar>
    </dependency>
    <dependency>
      <id>jdbm</id>
      <version>0.12</version>
      <properties>
        <war.bundle.jar>true</war.bundle.jar>
      </properties>
    </dependency>
    <dependency>
      <id>jtidy</id>
      <version>1.0-r6</version>
      <properties>
        <war.bundle.jar>true</war.bundle.jar>
      </properties>
    </dependency>
    <dependency>
      <id>jrendezvous</id>
      <version>1.0-b2</version>
      <properties>
        <war.bundle.jar>true</war.bundle.jar>
      </properties>
    </dependency>
    <dependency>
      <id>activation</id>
      <version>1.0.1</version>
      <properties>
        <war.bundle.jar>true</war.bundle.jar>
      </properties>
      <url>http://java.sun.com/products/javabeans/glasgow/jaf.html</url>
    </dependency>
    <dependency>
      <id>javamail</id>
      <version>1.2</version>
      <properties>
        <war.bundle.jar>true</war.bundle.jar>
      </properties>
      <url>http://java.sun.com/products/javamail/index.html</url>
    </dependency>
    <dependency>
      <id>googleapi</id>
      <version>1.0</version>
      <properties>
        <war.bundle.jar>true</war.bundle.jar>
      </properties>
      <jar>googleapi.jar</jar>
    </dependency>
    <dependency>
      <id>xpp</id>
      <version>3.1.1.2</version>
      <properties>
        <war.bundle.jar>true</war.bundle.jar>
      </properties>
    </dependency>
    <!-- new dependencies -->
    <dependency>
      <id>junit</id>
      <version>3.7</version>
    </dependency>
    <dependency>
      <id>servletapi</id>
      <version>2.3</version>
    </dependency>
  </dependencies>
  <build>
    <nagEmailAddress>[EMAIL PROTECTED]</nagEmailAddress>
    <name>ZOE</name>
    <sourceDirectory>src/java</sourceDirectory>
    <unitTestSourceDirectory>src/test</unitTestSourceDirectory>
    <integrationUnitTestSourceDirectory/>
    <aspectSourceDirectories/>
    <unitTestPatterns>
      <unitTestPattern>include = **/*Test*.class</unitTestPattern>
    </unitTestPatterns>
    <integrationUnitTestPatterns/>
    <jars/>
  </build>
</project>

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to