Bugs item #682352, was opened at 2003-02-07 14:54
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=682352&group_id=22866

Category: Build System
Group: v3.2
Status: Open
Resolution: None
Priority: 5
Submitted By: Rod Burgett (rodburgett)
Assigned to: Jason Dillon (user57)
Summary: run-jboss target in build.xml doesn't work

Initial Comment:
The run-jboss target in build.xml (3.2 and 4.0) execs 
run.bat/sh.  The run scripts work alone, but when using 
build.xml the run.bat file complains about not being able 
to find .\run.jar.  This is because the build target 
includes a 'dir="${run.home.dir}"' attribute, but the run.jar 
is in run.bin.dir.

After this change, startup still fails.  Now run.bat 
complains about JAVA_HOME not being set.  
JAVA_HOME is clearly set, otherwise ant would have 
noticed.  But run.bat can't see is because of the 
'newenvironment="true"' attribute in the exec tag.

Attached is a diff with these changes.


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=682352&group_id=22866


-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to