[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[News.eclipse.technology.eclipselink] Re: Bugs in 1.0M5 linux scripts

Thanks for the feedback David,

We will look into these and get things fixed up for the next milestone.

Neil

David Goodenough wrote:

I recently downloaded 1.0M5 and tried to run it under linux.
I found three problems:-

1) the line endings in the script files are wrong. They need to
be converted to unix style, otherwise the #!/bin/sh is not recognised, it complains about not being able to find /bin/sh^M

2) The class name to be run in the shell script for the workplace
is in the wrong package.  It should be:-
        org.eclipse.persistence.tools.workbench.Main
the shipped scripts miss out the tools bit.

3) the sdo-compiler.sh script references the wrong directories
for the jars.

In short it does not look like the linux version could ever have
been tested!  It certainly does not work as shipped.

David