Skip to main content



      Home
Home » Newcomers » Newcomers » Problem Occured: Match Job
Problem Occured: Match Job [message #257329] Wed, 28 May 2008 10:32 Go to next message
Eclipse UserFriend
Originally posted by: cmattmiller.gmail.com

I keep getting this error while building and deploying build.xml with Ant
in the Java EE perspective.

An internal error occurred during: "Match Job".
java.lang.NullPointerException


Any ideas as to what I am doing wrong or maybe have configured wrong?
Re: Problem Occured: Match Job [message #257335 is a reply to message #257329] Wed, 28 May 2008 10:48 Go to previous message
Eclipse UserFriend
Originally posted by: codeslave.ca.ibm.com

A quick google for the error message yields some related issues:

http://jira.codehaus.org/browse/GROOVY-2189
http://osdir.com/ml/ide.eclipse.plugins.radrails/2006-09/msg 00218.html

which suggests to me that you're running an ant task for which there's a
missing attribute or subtask... or maybe you're trying to run a process
on an empty set (eg., zipping some files from a non-existent dir, moving
some files from a <fileset> that is empty, running a mapper on some
files which don't exist, etc.)

If that's not helpful, try posting this to the Apache Ant newsgroup /
mailing list.

Chris wrote:
> I keep getting this error while building and deploying build.xml with
> Ant in the Java EE perspective.
>
> An internal error occurred during: "Match Job".
> java.lang.NullPointerException
>
>
> Any ideas as to what I am doing wrong or maybe have configured wrong?
>

--
Nick Boldt :: Release Engineer, IBM Toronto Lab
Eclipse Modeling :: http://www.eclipse.org/modeling
http://wiki.eclipse.org/index.php/User:Nickb
Previous Topic:Adding jar to system library
Next Topic:Loading a code style profile into the workspace config
Goto Forum:
  


Current Time: Tue Jul 22 04:55:43 EDT 2025

Powered by FUDForum. Page generated in 0.15984 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top