Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove erroneous JAR files causing command-line failure in build 1.10.0 #16

Closed
msbentley opened this issue Nov 8, 2019 · 3 comments · Fixed by #19
Closed

Remove erroneous JAR files causing command-line failure in build 1.10.0 #16

msbentley opened this issue Nov 8, 2019 · 3 comments · Fixed by #19
Labels
bug Something isn't working

Comments

@msbentley
Copy link

Describe the bug
I have just upgraded to transform 1.10 and on running I get:

$ transform
/home/mbentley/Dropbox/software/pds/transform-1.10.0/bin/transform: 55: [: /home/mbentley/Dropbox/software/pds/transform-1.10.0/lib/transform-1.10.0-sources.jar: unexpected operator
-f flag option is required.

If I try to list objects in a file:

$ transform -O fits_test_j_scale.xml 
/home/mbentley/Dropbox/software/pds/transform-1.10.0/bin/transform: 55: [: /home/mbentley/Dropbox/software/pds/transform-1.10.0/lib/transform-1.10.0-sources.jar: unexpected operator
Exception occurred while parsing label: Problem while parsing input label: "transform-1.10.0-sources.jar" is not a label. Could not find the PDS_VERSION_ID in the first line.

and even more weird behaviour if I try to actually convert something.

Desktop (please complete the following information):

  • OS: linux
  • Version: ubuntu 18.04

Additional context

  • Java: Oracle Java 8
@msbentley msbentley added the bug Something isn't working label Nov 8, 2019
jordanpadams added a commit that referenced this issue Dec 13, 2019
Also includes add some requirements documentation

Resolves #16
@jordanpadams jordanpadams changed the title Problems running transform 1.10.00 Remove erroneous JAR files causing command-line failure in build 1.10.0 Dec 13, 2019
@jordanpadams
Copy link
Member

@msbentley sorry for the bug. new release in process if you are interested in testing out. albeit, there really aren't any new features or fixes since the build previous to 1.10.0

@msbentley
Copy link
Author

Thanks @jordanpadams this may be user error, but I'm not seeing any change in the behaviour wrt the above:

$ ./transform
./transform: 55: [: /home/mbentley/Dropbox/software/pds/transform-1.11.0/lib/transform-1.11.0-javadoc.jar: unexpected operator
-f flag option is required.

Any clues?

@jordanpadams
Copy link
Member

@msbentley nope. you are right. i actually have no idea how validate and our other tools are working but releasing a new version now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants