Issue Details (XML | Word | Printable)

Key: CONTINUUM-173
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Emmanuel Venisse
Reporter: Tim O'Brien
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Continuum

plexus.bat doesn't start Continuum on Windows XP

Created: 27/May/05 10:22 AM   Updated: 13/Mar/06 04:06 AM   Resolved: 06/Jun/05 02:47 PM
Component/s: Core system
Affects Version/s: 1.0-alpha-2
Fix Version/s: 1.0-alpha-3

Time Tracking:
Not Specified

File Attachments: 1. File plexus.bat (4 kB)



 Description  « Hide

The getting started instruction tell you to start Continuum by running "bin\plexus.bat" on a Windows machine, but when I tried to run that BAT file all I got was a message "Usage: plexus.bat <xml>". The "bin/plexus.sh" works fine from Cygwin, but the plexus.bat file wasn't passing the configuration argument to Launcher.

If the following variables are added to the end of the :endInit section, the BAT script will start Continuum successfully:

SET PLEXUS_CONF=%PLEXUS_HOME%\conf
SET CONF=%PLEXUS_CONF%\plexus.xml
SET PLEXUS_CMD_LINE_ARGS=%CONF% %PLEXUS_CMD_LINE_ARGS%

I've attached my plexus.bat to this issue.

Is this a bug, or am I just doing something stupid?



Emmanuel Venisse added a comment - 06/Jun/05 02:47 PM

Done.