Another question, where are you running it from? I'm successfully able to run it from both cywin (I'm on Windows XP) and the XP command prompt....but I do get your error when running the build file from eclipse....are you running the script from eclipse?
----- Original Message ----- From: "Chad Brandon" <[EMAIL PROTECTED]> To: "Matthias Bohlen" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, October 07, 2003 5:37 PM Subject: Re: [Andromda-devel] RE: Regression tests do not work > Matthias, > > What version of JUnit do you have in your $ANT_HOME/lib? Also what version > of Ant (I'm using 1.5.4)? Looking at the version of junit I have in my > $ANT_HOME/lib I have have a later version than is currently in > andromda-all/andromda/lib. I have junit3.8.1 If I try to put the version > from andromda/lib into by $ANT_HOME/lib I get another error that says the > test fails but I still don't get the error tellling me that ant can't find > the junit task. (I should have put the version of Junit that was required > in the $ANT_HOME/lib in my readme.txt)...I'll add that. Not sure if that > will fix your problem but can you make sure you have the latest release of > JUnit in your $ANT_HOME/lib? Also what do you think about updating the > version of junit within andromda-all/andromda/lib to the latest release? > > Chad > > ----- Original Message ----- > From: "Chad Brandon" <[EMAIL PROTECTED]> > To: "Matthias Bohlen" <[EMAIL PROTECTED]> > Cc: <[EMAIL PROTECTED]> > Sent: Tuesday, October 07, 2003 3:52 PM > Subject: [Andromda-devel] RE: Regression tests do not work > > > > Thats really strange. It works for me....I just tried > > it after syncing with CVS to get the latest from > > andromda-all. Maybe its the version of junit? Let me > > see if I can reproduce it and I'll get back to you. > > > > > > --- Matthias Bohlen <[EMAIL PROTECTED]> wrote: > > > Hi, Chad, > > > > > > yes, there is junit.jar in %ANT_HOME%/lib. > > > Nevertheless, the problem > > > persists. What should I do? > > > > > > Cheers... > > > matthias > > > > > > > -----Original Message----- > > > > From: Chad Brandon [mailto:[EMAIL PROTECTED] > > > > Sent: Tuesday, October 07, 2003 7:11 PM > > > > To: Matthias Bohlen > > > > Cc: [EMAIL PROTECTED] > > > > Subject: Re: Regression tests do not work > > > > > > > > > > > > Hi Matthias, > > > > > > > > Do you have the junit.jar in your $ANT_HOME/lib? > > > I > > > > remember runnning into that issue when trying to > > > run > > > > the normal AndroMDA test suite (which also uses > > > the > > > > junit task. And placing the junit.jar lib in the > > > > $ANT_HOME/lib took care it. > > > > > > > > Chad > > > > > > > > > > > > --- Matthias Bohlen <[EMAIL PROTECTED]> wrote: > > > > > Hi, Chad, > > > > > > > > > > today, I tried to use the regression test > > > package in AndroMDA. The > > > > > first run was just fine, the package built all > > > generated > > > > > files and stored them > > > > > in the "drafts" folder. Upon the second run, the > > > > > <junit> task could not > > > > > be found by ant. However, all files that are > > > needed > > > > > seem to be on the > > > > > classpath. "ant check-environment" does not > > > report > > > > > any problems. > > > > > > > > > > What am I missing? > > > > > > > > > > Cheers... > > > > > Matthias > > > > > > > > > > P.S.: Ant complains like this: > > > > > > > > > > BUILD FAILED > > > > > > > > > > > > > > file:C:/Programming/andromda/V3/cleanbuild/andromda-all/regres > > > > sion/build > > > > > .xml:164: Could not create task or type of type: > > > > > junit. > > > > > > > > > > Ant could not find the task or a class this task > > > > > relies upon. > > > > > > > > > > This is common and has a number of causes; the > > > usual > > > > solutions are to > > > > > read the manual pages then download and > > > > > install needed JAR files, or fix the build file: > > > > > - You have misspelt 'junit'. > > > > > Fix: check your spelling. > > > > > - The task needs an external JAR file to > > > execute > > > > > and this is not found at the right place in > > > the > > > > > classpath. > > > > > Fix: check the documentation for > > > dependencies. > > > > > Fix: declare the task. > > > > > - The task is an Ant optional task and > > > optional.jar > > > > > is absent > > > > > Fix: look for optional.jar in ANT_HOME/lib, > > > > > download if needed > > > > > - The task was not built into optional.jar as > > > > > dependent > > > > > libraries were not found at build time. > > > > > Fix: look in the JAR to verify, then rebuild > > > with > > > > > the needed > > > > > libraries, or download a release version from > > > > > apache.org > > > > > - The build file was written for a later > > > version of > > > > > Ant > > > > > Fix: upgrade to at least the latest release > > > > > version of Ant > > > > > - The task is not an Ant core or optional task > > > > > and needs to be declared using <taskdef>. > > > > > > > > > > Remember that for JAR files to be visible to Ant > > > > > tasks implemented > > > > > in ANT_HOME/lib, the files must be in the same > > > > > directory or on the > > > > > classpath > > > > > > > > > > Please neither file bug reports on this problem, > > > nor > > > > > email the > > > > > Ant mailing lists, until all of these causes > > > have > > > > > been explored, > > > > > as this is not an Ant bug. > > > > > > > > > > --- > > > > > > > > > > Matthias Bohlen > > > > > "Consulting that helps project teams to > > > succeed..." > > > > > http://www.mbohlen.de/ > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > ------------------------------------------------------- > > This sf.net email is sponsored by:ThinkGeek > > Welcome to geek heaven. > > http://thinkgeek.com/sf > > _______________________________________________ > > Andromda-devel mailing list > > [EMAIL PROTECTED] > > https://lists.sourceforge.net/lists/listinfo/andromda-devel > > > > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Andromda-devel mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/andromda-devel > ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Andromda-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/andromda-devel
