I'm taking the noejb example and I'm using it as a starting point for a sample 
app of my own.  In doing this I've taken the classes and renamed them, and done 
a few other minor modifications.  The original code passes "ant testexample" 
cleanly.

Now my repackaged example is failing "ant testexample" -- the changePassword 
test in Hotel Booking.  It says "the password was already changed".  
Interesting.  I'd like to do some stepping through the code to see if I can 
figure out what's what.

So I load up the TestNG plugin into IDEA 5.0 and try to run the LoginTest class 
(just to test out the plugin).  And I get the following IDEA messages:

Information: Compilation completed with 1 errors and 0 warnings
Information: 1 error
Information: 0 warnings
Error: C:\<my project directory>\WEB-INF (The system cannot find the file 
specified)

Well, of course it can't. There IS no WEB-INF directory under the main project 
directory. But why is it even looking for one?

It's very possible this is an error in my setting up TestNG inside IDEA -- I 
haven't dug into the build file to see how it's launching TestNG.  So really 
I'm just looking for a sanity check.  Has anyone / is anyone using IDEA and the 
TestNG plugin to enable stepping through SEAM unit tests?  Is this no big deal 
and I should just work on it some more?  Or is this a never-before-tried 
combination and I'm in unknown territory?

Cheers!
Rob

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3916374#3916374

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3916374


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to