I had the exact problem recently and FINALLY got it work -- well almost, it
still doesn't send e-mail.
Nevertheless, I did get it to work by adding the monitor.properties file in
the same path as the BuildMonitor.class file. In fact, I created a jar file
and added it to the ant/lib directory.
This seems like the only way I was able to make it work. Of course, your
mileage may vary. Then again, I don't think this was the "right" way to do
this. Anyone else have any ideas?
-----Original Message-----
From: David Scassa [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, May 22, 2001 9:00 AM
To: '[EMAIL PROTECTED]'
Subject: FW: Listener: BuildMonitor.class
Here is my cmd string: d:\context>ant -listener BuildMonitor -buildfile
autobuild.xml
Here is the error that I'm getting:
Unable to instantiate listener BuildMonitor
--- Nested Exception ---
java.lang.NullPointerException
at java.lang.Throwable.<init>(Throwable.java:84)
at java.lang.Exception.<init>(Exception.java:35)
at java.lang.RuntimeException.<init>(RuntimeException.java:39)
at
java.lang.NullPointerException.<init>(NullPointerException.java:45)
at java.io.Reader.<init>(Reader.java:68)
at java.io.InputStreamReader.<init>(InputStreamReader.java:88)
at java.io.InputStreamReader.<init>(InputStreamReader.java:77)
at java.util.Properties.load(Properties.java(Compiled Code))
at BuildMonitor.<init>(BuildMonitor.java:24)
at java.lang.Class.newInstance0(Native Method)
at java.lang.Class.newInstance(Class.java:254)
at org.apache.tools.ant.Main.addBuildListeners(Main.java:445)
at org.apache.tools.ant.Main.runBuild(Main.java:384)
at org.apache.tools.ant.Main.main(Main.java:149)
Total time: 0 seconds
-----Original Message-----
From: David Scassa
Sent: Tuesday, May 22, 2001 10:46 AM
To: '[EMAIL PROTECTED]'
Subject: Listener: BuildMonitor.class
Trying to get the BuildMonitor.class to work.
In order to build this class, I had to download javamail 1.2 and include the
mail.jar in the classpath. I then jar'ed the .class file and added the .jar
file to my path. I then configured the monitor.properties file and placed it
in the directory from which I was working. I've tried to add the properties
file to the jar and just about everywhere else, but no workie.
I was wondering if there is a website with instructions. I've read all of
the instructions I could find in the archive. I'm certainly doing this
wrong.
Dave