I have a similar problem. I am using a Torque (
http://jakarta.apache.org/turbine ) task. It works fine form command line
and worked fine in 2.5.x and I in earlier Ariadna build as well, but now it
fails with (I do not think this gives much insight, but anyway)
MalformedURLException in EntityResolver because URL being passed is null
(normally it is not). That is most I could learn about what's happening.
Problems like this usually come from either classloading or init order
problems, but that is just a wild guess... I would have been able to figure
out more if I was able to debug the build (could you add such capability?).
What I tried to do to debug was I added idea.jar to project CP and then
executed com.intellij.ant.AntMain with proper parameters. IU could debug it
but... when I run it like this it works with no problem :-)

I was hesitant to report it as a bug because I did not have much to
report.... Anyway please let me know if I can provide you with some
additional information or how I can debug the build....

--
fedor.

----
The [Ford Foundation] is a large body of money completely surrounded by
people who want some.
                -- Dwight MacDonald


> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, March 07, 2002 4:18 AM
> To: [EMAIL PROTECTED]
> Subject: [Eap-list] Ant build fails under build 609, but works under
> 2.5.1 and from the command line
> 
> 
> Hi
> 
> When trying to run our ant script from build 609 it fails 
> when performing a
> call to a taskdef. The task gets called, but it always fails 
> with an error
> during processing.
> When trying to run the same ant script from the command line 
> or from IDEA
> 2.5.1 it works nicely.
> 
> The taskdef looks like this:
>   <taskdef name="mvcverify" classname
> ="com.mvcsoft.pm.ant_task.MVCSoftVerify" classpath="
> ${mvcsoft}/builds/mvctask.jar;${mvcsoft}/lib/jboss-j2ee.jar;
> ${mvcsoft}/lib/xalan.jar;${mvcsoft}/lib/parser.jar" />
> 
> And the part the calls it like this:
>   <target name="run_verifier" depends="buildJAR">
>      <mvcverify inputJar="${deploy.dir}/videlity.jar" >
>        <classpath>
>         <pathelement path="${jboss.dir}/client/jndi.jar;
> ${mvcsoft}/builds/mvctask.jar;${mvcsoft}/lib/jboss-j2ee.jar;
> ${jboss.dir}/lib/jboss-jdbc_ext.jar" />
>       </classpath>
>     </mvcverify>
>   </target>
> 
> I hope this helps to find the problem.
> 
> /Jeppe
> 
> 
> _______________________________________________
> Eap-list mailing list
> [EMAIL PROTECTED]
> http://www.intellij.com/mailman/listinfo/eap-list
> 

_______________________________________________
Eap-list mailing list
[EMAIL PROTECTED]
http://www.intellij.com/mailman/listinfo/eap-list

Reply via email to