I got a:

"jboss-seam/examples/booking/src/test" doesn't exist"

error when running the default deploy target in build.tomcat.xml

This was due to compile target being sucked in from ../../build.xml, with 
${src.test.dir} declared as a source path for the javac task, and "src/test" 
being the default value for that variable. The booking example directory I 
built from has it's source directly under the src directory however.

I hacked in an override by quickly thieving it from v1.23 of the regular jboss 
build.xml in the same booking example, just to get up a Tomcat deploy up and 
running asap. Wasn't trying to unit test - was just a bit short of time when I 
gave that tomcat build a try.

Looking at it now, I see the bpm example in cvs has a src/main and src/test 
style directory structure (like seam itself), so maybe the booking example 
needs the same subdir setup, even if only an empty test dir for now. Just a 
thought, as I'm not sure how your team envisage the included build.xml and 
relative path approach.

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

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


-------------------------------------------------------
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to