Hello Fedor! Could you please send me your .ipr file and your ant script?
Best regards, Anton Katilin ------------------------------------- IntelliJ Software, "Develop with pleasure!" http://www.intellij.com ----- Original Message ----- From: "Fedor Karpelevitch" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, March 11, 2002 10:56 PM Subject: still in #611 (RE: [Eap-list] Ant build fails under build 609, but works under 2 .5.1 and from the command line) > This is still a problem in #611. Unfortunately I cannot find out any more > details... > > -- > fedor. > > ---- > Disclaimer: Any resemblance between the above views and those of my > employer, my terminal, or the view out my window are purely > coincidental. Any resemblance between the above and my own views is > non-deterministic. The question of the existence of views in the > absence of anyone to hold them is left as an exercise for the reader. > The question of the existence of the reader is left as an exercise for > the second god coefficient. (A discussion of non-orthogonal, > non-integral polytheism is beyond the scope of this article.) > > > > -----Original Message----- > > From: Fedor Karpelevitch [mailto:[EMAIL PROTECTED]] > > Sent: Thursday, March 07, 2002 7:58 AM > > To: '[EMAIL PROTECTED]' > > Subject: RE: [Eap-list] Ant build fails under build 609, but > > works under > > 2 .5.1 and from the command line > > > > > > 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 > > > > _______________________________________________ > 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
